From 71122cd649a0ab0e4168f5cd49e5871aaaf89003 Mon Sep 17 00:00:00 2001 From: Alex Rodionov Date: Thu, 28 Mar 2024 06:42:12 -0700 Subject: [PATCH] [bazel] Update rules_rust to 0.41 --- WORKSPACE.bzlmod | 6 +- rust/Cargo.Bazel.lock | 5910 +++++++++++++++++++++++++++++++---------- 2 files changed, 4568 insertions(+), 1348 deletions(-) diff --git a/WORKSPACE.bzlmod b/WORKSPACE.bzlmod index 92885b3a65236..24836cd96080e 100644 --- a/WORKSPACE.bzlmod +++ b/WORKSPACE.bzlmod @@ -10,13 +10,13 @@ rules_proto_dependencies() rules_proto_toolchains() -# Move to MODULES.bzl once a new release is out with +# Move to MODULE.bazel once a new release is out with # https://github.com/bazelbuild/rules_rust/commit/fc601ba32f21ec034baebc487646dea92afbcd04. http_archive( name = "rules_rust", - sha256 = "50ec4b84a7ec5370f5882d52f4a1e6b8a75de2f8dcc0a4403747b69b2c4ef5b1", - urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.23.0/rules_rust-v0.23.0.tar.gz"], + integrity = "sha256-Y4v6kjQQfXxh5tU6FQB6YXux/ODFGUq3IlpgBV4Bwj8=", + urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.41.0/rules_rust-v0.41.0.tar.gz"], ) load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains") diff --git a/rust/Cargo.Bazel.lock b/rust/Cargo.Bazel.lock index 2723f24fa6d3f..ce931e0208866 100644 --- a/rust/Cargo.Bazel.lock +++ b/rust/Cargo.Bazel.lock @@ -4,6 +4,7 @@ "addr2line 0.19.0": { "name": "addr2line", "version": "0.19.0", + "package_url": "https://github.com/gimli-rs/addr2line", "repository": { "Http": { "url": "https://static.crates.io/crates/addr2line/0.19.0/download", @@ -15,9 +16,12 @@ "Library": { "crate_name": "addr2line", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -38,11 +42,17 @@ "edition": "2015", "version": "0.19.0" }, - "license": "Apache-2.0 OR MIT" + "license": "Apache-2.0 OR MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "adler 1.0.2": { "name": "adler", "version": "1.0.2", + "package_url": "https://github.com/jonas-schievink/adler.git", "repository": { "Http": { "url": "https://static.crates.io/crates/adler/1.0.2/download", @@ -54,9 +64,12 @@ "Library": { "crate_name": "adler", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -68,11 +81,18 @@ "edition": "2015", "version": "1.0.2" }, - "license": "0BSD OR MIT OR Apache-2.0" + "license": "0BSD OR MIT OR Apache-2.0", + "license_ids": [ + "0BSD", + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-0BSD" }, "aes 0.8.3": { "name": "aes", "version": "0.8.3", + "package_url": "https://github.com/RustCrypto/block-ciphers", "repository": { "Http": { "url": "https://static.crates.io/crates/aes/0.8.3/download", @@ -84,9 +104,12 @@ "Library": { "crate_name": "aes", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -118,11 +141,17 @@ "edition": "2021", "version": "0.8.3" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "aho-corasick 1.0.2": { "name": "aho-corasick", "version": "1.0.2", + "package_url": "https://github.com/BurntSushi/aho-corasick", "repository": { "Http": { "url": "https://static.crates.io/crates/aho-corasick/1.0.2/download", @@ -134,9 +163,12 @@ "Library": { "crate_name": "aho_corasick", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -164,11 +196,17 @@ "edition": "2021", "version": "1.0.2" }, - "license": "Unlicense OR MIT" + "license": "Unlicense OR MIT", + "license_ids": [ + "MIT", + "Unlicense" + ], + "license_file": "LICENSE-MIT" }, "android-tzdata 0.1.1": { "name": "android-tzdata", "version": "0.1.1", + "package_url": "https://github.com/RumovZ/android-tzdata", "repository": { "Http": { "url": "https://static.crates.io/crates/android-tzdata/0.1.1/download", @@ -180,9 +218,12 @@ "Library": { "crate_name": "android_tzdata", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -194,11 +235,17 @@ "edition": "2018", "version": "0.1.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "android_system_properties 0.1.5": { "name": "android_system_properties", "version": "0.1.5", + "package_url": "https://github.com/nical/android_system_properties", "repository": { "Http": { "url": "https://static.crates.io/crates/android_system_properties/0.1.5/download", @@ -210,9 +257,12 @@ "Library": { "crate_name": "android_system_properties", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -233,11 +283,17 @@ "edition": "2018", "version": "0.1.5" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "anstream 0.6.11": { "name": "anstream", "version": "0.6.11", + "package_url": "https://github.com/rust-cli/anstyle.git", "repository": { "Http": { "url": "https://static.crates.io/crates/anstream/0.6.11/download", @@ -249,9 +305,12 @@ "Library": { "crate_name": "anstream", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -303,11 +362,17 @@ "edition": "2021", "version": "0.6.11" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "anstyle 0.3.5": { "name": "anstyle", "version": "0.3.5", + "package_url": "https://github.com/rust-cli/anstyle.git", "repository": { "Http": { "url": "https://static.crates.io/crates/anstyle/0.3.5/download", @@ -319,9 +384,12 @@ "Library": { "crate_name": "anstyle", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -340,11 +408,17 @@ "edition": "2021", "version": "0.3.5" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "anstyle 1.0.6": { "name": "anstyle", "version": "1.0.6", + "package_url": "https://github.com/rust-cli/anstyle.git", "repository": { "Http": { "url": "https://static.crates.io/crates/anstyle/1.0.6/download", @@ -356,9 +430,12 @@ "Library": { "crate_name": "anstyle", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -377,11 +454,17 @@ "edition": "2021", "version": "1.0.6" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "anstyle-parse 0.2.1": { "name": "anstyle-parse", "version": "0.2.1", + "package_url": "https://github.com/rust-cli/anstyle.git", "repository": { "Http": { "url": "https://static.crates.io/crates/anstyle-parse/0.2.1/download", @@ -393,9 +476,12 @@ "Library": { "crate_name": "anstyle_parse", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -423,11 +509,17 @@ "edition": "2021", "version": "0.2.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "anstyle-query 1.0.0": { "name": "anstyle-query", "version": "1.0.0", + "package_url": "https://github.com/rust-cli/anstyle", "repository": { "Http": { "url": "https://static.crates.io/crates/anstyle-query/1.0.0/download", @@ -439,9 +531,12 @@ "Library": { "crate_name": "anstyle_query", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -464,11 +559,17 @@ "edition": "2021", "version": "1.0.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "anstyle-wincon 3.0.1": { "name": "anstyle-wincon", "version": "3.0.1", + "package_url": "https://github.com/rust-cli/anstyle.git", "repository": { "Http": { "url": "https://static.crates.io/crates/anstyle-wincon/3.0.1/download", @@ -480,9 +581,12 @@ "Library": { "crate_name": "anstyle_wincon", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -510,7 +614,12 @@ "edition": "2021", "version": "3.0.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "anyhow 1.0.82": { "name": "anyhow", @@ -527,18 +636,24 @@ "Library": { "crate_name": "anyhow", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -576,11 +691,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "apple-flat-package 0.18.0": { "name": "apple-flat-package", "version": "0.18.0", + "package_url": "https://github.com/indygreg/apple-platform-rs.git", "repository": { "Http": { "url": "https://static.crates.io/crates/apple-flat-package/0.18.0/download", @@ -592,9 +713,12 @@ "Library": { "crate_name": "apple_flat_package", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -639,11 +763,16 @@ "edition": "2021", "version": "0.18.0" }, - "license": "MPL-2.0" + "license": "MPL-2.0", + "license_ids": [ + "MPL-2.0" + ], + "license_file": "LICENSE" }, "apple-xar 0.18.0": { "name": "apple-xar", "version": "0.18.0", + "package_url": "https://github.com/indygreg/apple-platform-rs.git", "repository": { "Http": { "url": "https://static.crates.io/crates/apple-xar/0.18.0/download", @@ -655,9 +784,12 @@ "Library": { "crate_name": "apple_xar", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -769,11 +901,16 @@ "edition": "2021", "version": "0.18.0" }, - "license": "MPL-2.0" + "license": "MPL-2.0", + "license_ids": [ + "MPL-2.0" + ], + "license_file": "LICENSE" }, "ar 0.9.0": { "name": "ar", "version": "0.9.0", + "package_url": "https://github.com/mdsteele/rust-ar", "repository": { "Http": { "url": "https://static.crates.io/crates/ar/0.9.0/download", @@ -785,9 +922,12 @@ "Library": { "crate_name": "ar", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -799,11 +939,16 @@ "edition": "2015", "version": "0.9.0" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "arrayvec 0.7.4": { "name": "arrayvec", "version": "0.7.4", + "package_url": "https://github.com/bluss/arrayvec", "repository": { "Http": { "url": "https://static.crates.io/crates/arrayvec/0.7.4/download", @@ -815,9 +960,12 @@ "Library": { "crate_name": "arrayvec", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -836,11 +984,17 @@ "edition": "2018", "version": "0.7.4" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "assert_cmd 2.0.14": { "name": "assert_cmd", "version": "2.0.14", + "package_url": "https://github.com/assert-rs/assert_cmd.git", "repository": { "Http": { "url": "https://static.crates.io/crates/assert_cmd/2.0.14/download", @@ -852,18 +1006,24 @@ "Library": { "crate_name": "assert_cmd", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -917,11 +1077,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "autocfg 1.1.0": { "name": "autocfg", "version": "1.1.0", + "package_url": "https://github.com/cuviper/autocfg", "repository": { "Http": { "url": "https://static.crates.io/crates/autocfg/1.1.0/download", @@ -933,9 +1099,12 @@ "Library": { "crate_name": "autocfg", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -947,11 +1116,17 @@ "edition": "2015", "version": "1.1.0" }, - "license": "Apache-2.0 OR MIT" + "license": "Apache-2.0 OR MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "backtrace 0.3.67": { "name": "backtrace", "version": "0.3.67", + "package_url": "https://github.com/rust-lang/backtrace-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/backtrace/0.3.67/download", @@ -963,18 +1138,24 @@ "Library": { "crate_name": "backtrace", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + }, + { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1040,11 +1221,17 @@ "selects": {} } }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "base64 0.21.7": { "name": "base64", "version": "0.21.7", + "package_url": "https://github.com/marshallpierce/rust-base64", "repository": { "Http": { "url": "https://static.crates.io/crates/base64/0.21.7/download", @@ -1056,9 +1243,12 @@ "Library": { "crate_name": "base64", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1078,7 +1268,12 @@ "edition": "2018", "version": "0.21.7" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "base64 0.22.0": { "name": "base64", @@ -1130,6 +1325,7 @@ "base64ct 1.6.0": { "name": "base64ct", "version": "1.6.0", + "package_url": "https://github.com/RustCrypto/formats/tree/master/base64ct", "repository": { "Http": { "url": "https://static.crates.io/crates/base64ct/1.6.0/download", @@ -1141,9 +1337,12 @@ "Library": { "crate_name": "base64ct", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1155,11 +1354,17 @@ "edition": "2021", "version": "1.6.0" }, - "license": "Apache-2.0 OR MIT" + "license": "Apache-2.0 OR MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "bcder 0.7.4": { "name": "bcder", "version": "0.7.4", + "package_url": "https://github.com/nlnetlabs/bcder", "repository": { "Http": { "url": "https://static.crates.io/crates/bcder/0.7.4/download", @@ -1171,9 +1376,12 @@ "Library": { "crate_name": "bcder", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1198,11 +1406,16 @@ "edition": "2018", "version": "0.7.4" }, - "license": "BSD-3-Clause" + "license": "BSD-3-Clause", + "license_ids": [ + "BSD-3-Clause" + ], + "license_file": "LICENSE" }, "bit-set 0.5.3": { "name": "bit-set", "version": "0.5.3", + "package_url": "https://github.com/contain-rs/bit-set", "repository": { "Http": { "url": "https://static.crates.io/crates/bit-set/0.5.3/download", @@ -1214,9 +1427,12 @@ "Library": { "crate_name": "bit_set", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1244,11 +1460,17 @@ "edition": "2015", "version": "0.5.3" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "bit-vec 0.6.3": { "name": "bit-vec", "version": "0.6.3", + "package_url": "https://github.com/contain-rs/bit-vec", "repository": { "Http": { "url": "https://static.crates.io/crates/bit-vec/0.6.3/download", @@ -1260,9 +1482,12 @@ "Library": { "crate_name": "bit_vec", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1280,11 +1505,17 @@ "edition": "2015", "version": "0.6.3" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "bitflags 1.3.2": { "name": "bitflags", "version": "1.3.2", + "package_url": "https://github.com/bitflags/bitflags", "repository": { "Http": { "url": "https://static.crates.io/crates/bitflags/1.3.2/download", @@ -1296,9 +1527,12 @@ "Library": { "crate_name": "bitflags", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1316,11 +1550,17 @@ "edition": "2018", "version": "1.3.2" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "bitflags 2.4.0": { "name": "bitflags", "version": "2.4.0", + "package_url": "https://github.com/bitflags/bitflags", "repository": { "Http": { "url": "https://static.crates.io/crates/bitflags/2.4.0/download", @@ -1332,9 +1572,12 @@ "Library": { "crate_name": "bitflags", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1352,11 +1595,17 @@ "edition": "2021", "version": "2.4.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "block-buffer 0.10.4": { "name": "block-buffer", "version": "0.10.4", + "package_url": "https://github.com/RustCrypto/utils", "repository": { "Http": { "url": "https://static.crates.io/crates/block-buffer/0.10.4/download", @@ -1368,9 +1617,12 @@ "Library": { "crate_name": "block_buffer", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1391,11 +1643,17 @@ "edition": "2018", "version": "0.10.4" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "bstr 1.4.0": { "name": "bstr", "version": "1.4.0", + "package_url": "https://github.com/BurntSushi/bstr", "repository": { "Http": { "url": "https://static.crates.io/crates/bstr/1.4.0/download", @@ -1407,9 +1665,12 @@ "Library": { "crate_name": "bstr", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1447,11 +1708,17 @@ "edition": "2021", "version": "1.4.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "bumpalo 3.12.0": { "name": "bumpalo", "version": "3.12.0", + "package_url": "https://github.com/fitzgen/bumpalo", "repository": { "Http": { "url": "https://static.crates.io/crates/bumpalo/3.12.0/download", @@ -1463,9 +1730,12 @@ "Library": { "crate_name": "bumpalo", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1483,11 +1753,17 @@ "edition": "2021", "version": "3.12.0" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "byteorder 1.5.0": { "name": "byteorder", "version": "1.5.0", + "package_url": "https://github.com/BurntSushi/byteorder", "repository": { "Http": { "url": "https://static.crates.io/crates/byteorder/1.5.0/download", @@ -1499,9 +1775,12 @@ "Library": { "crate_name": "byteorder", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1520,11 +1799,17 @@ "edition": "2021", "version": "1.5.0" }, - "license": "Unlicense OR MIT" + "license": "Unlicense OR MIT", + "license_ids": [ + "MIT", + "Unlicense" + ], + "license_file": "LICENSE-MIT" }, "bytes 1.6.0": { "name": "bytes", "version": "1.6.0", + "package_url": "https://github.com/tokio-rs/bytes", "repository": { "Http": { "url": "https://static.crates.io/crates/bytes/1.6.0/download", @@ -1536,9 +1821,12 @@ "Library": { "crate_name": "bytes", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1557,11 +1845,16 @@ "edition": "2018", "version": "1.6.0" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "bzip2 0.4.4": { "name": "bzip2", "version": "0.4.4", + "package_url": "https://github.com/alexcrichton/bzip2-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/bzip2/0.4.4/download", @@ -1573,9 +1866,12 @@ "Library": { "crate_name": "bzip2", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1600,11 +1896,17 @@ "edition": "2015", "version": "0.4.4" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "bzip2-sys 0.1.11+1.0.8": { "name": "bzip2-sys", "version": "0.1.11+1.0.8", + "package_url": "https://github.com/alexcrichton/bzip2-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/bzip2-sys/0.1.11+1.0.8/download", @@ -1616,18 +1918,24 @@ "Library": { "crate_name": "bzip2_sys", "crate_root": "lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1671,11 +1979,17 @@ }, "links": "bzip2" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "cc 1.0.90": { "name": "cc", "version": "1.0.90", + "package_url": "https://github.com/rust-lang/cc-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/cc/1.0.90/download", @@ -1687,9 +2001,12 @@ "Library": { "crate_name": "cc", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1725,11 +2042,17 @@ "edition": "2018", "version": "1.0.90" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "cfb 0.7.3": { "name": "cfb", "version": "0.7.3", + "package_url": "https://github.com/mdsteele/rust-cfb", "repository": { "Http": { "url": "https://static.crates.io/crates/cfb/0.7.3/download", @@ -1741,9 +2064,12 @@ "Library": { "crate_name": "cfb", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1772,11 +2098,16 @@ "edition": "2018", "version": "0.7.3" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "cfg-if 1.0.0": { "name": "cfg-if", "version": "1.0.0", + "package_url": "https://github.com/alexcrichton/cfg-if", "repository": { "Http": { "url": "https://static.crates.io/crates/cfg-if/1.0.0/download", @@ -1788,9 +2119,12 @@ "Library": { "crate_name": "cfg_if", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1802,11 +2136,17 @@ "edition": "2018", "version": "1.0.0" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "chrono 0.4.31": { "name": "chrono", "version": "0.4.31", + "package_url": "https://github.com/chronotope/chrono", "repository": { "Http": { "url": "https://static.crates.io/crates/chrono/0.4.31/download", @@ -1818,9 +2158,12 @@ "Library": { "crate_name": "chrono", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1891,11 +2234,17 @@ "edition": "2021", "version": "0.4.31" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE.txt" }, "cipher 0.4.4": { "name": "cipher", "version": "0.4.4", + "package_url": "https://github.com/RustCrypto/traits", "repository": { "Http": { "url": "https://static.crates.io/crates/cipher/0.4.4/download", @@ -1907,10 +2256,13 @@ "Library": { "crate_name": "cipher", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } } ], "library_target_name": "cipher", @@ -1934,11 +2286,17 @@ "edition": "2021", "version": "0.4.4" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "clap 4.5.4": { "name": "clap", "version": "4.5.4", + "package_url": "https://github.com/clap-rs/clap", "repository": { "Http": { "url": "https://static.crates.io/crates/clap/4.5.4/download", @@ -1950,9 +2308,12 @@ "Library": { "crate_name": "clap", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1996,11 +2357,17 @@ }, "version": "4.5.4" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "clap_builder 4.5.2": { "name": "clap_builder", "version": "4.5.2", + "package_url": "https://github.com/clap-rs/clap", "repository": { "Http": { "url": "https://static.crates.io/crates/clap_builder/4.5.2/download", @@ -2012,9 +2379,12 @@ "Library": { "crate_name": "clap_builder", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2059,11 +2429,17 @@ "edition": "2021", "version": "4.5.2" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "clap_derive 4.5.4": { "name": "clap_derive", "version": "4.5.4", + "package_url": "https://github.com/clap-rs/clap/tree/master/clap_derive", "repository": { "Http": { "url": "https://static.crates.io/crates/clap_derive/4.5.4/download", @@ -2075,9 +2451,12 @@ "ProcMacro": { "crate_name": "clap_derive", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2116,11 +2495,17 @@ "edition": "2021", "version": "4.5.4" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "clap_lex 0.7.0": { "name": "clap_lex", "version": "0.7.0", + "package_url": "https://github.com/clap-rs/clap/tree/master/clap_lex", "repository": { "Http": { "url": "https://static.crates.io/crates/clap_lex/0.7.0/download", @@ -2132,9 +2517,12 @@ "Library": { "crate_name": "clap_lex", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2146,11 +2534,17 @@ "edition": "2021", "version": "0.7.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "colorchoice 1.0.0": { "name": "colorchoice", "version": "1.0.0", + "package_url": "https://github.com/rust-cli/anstyle", "repository": { "Http": { "url": "https://static.crates.io/crates/colorchoice/1.0.0/download", @@ -2162,9 +2556,12 @@ "Library": { "crate_name": "colorchoice", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2176,11 +2573,17 @@ "edition": "2021", "version": "1.0.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "const-oid 0.9.6": { "name": "const-oid", "version": "0.9.6", + "package_url": "https://github.com/RustCrypto/formats/tree/master/const-oid", "repository": { "Http": { "url": "https://static.crates.io/crates/const-oid/0.9.6/download", @@ -2192,9 +2595,12 @@ "Library": { "crate_name": "const_oid", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2206,11 +2612,17 @@ "edition": "2021", "version": "0.9.6" }, - "license": "Apache-2.0 OR MIT" + "license": "Apache-2.0 OR MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "constant_time_eq 0.1.5": { "name": "constant_time_eq", "version": "0.1.5", + "package_url": "https://github.com/cesarb/constant_time_eq", "repository": { "Http": { "url": "https://static.crates.io/crates/constant_time_eq/0.1.5/download", @@ -2222,9 +2634,12 @@ "Library": { "crate_name": "constant_time_eq", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2236,11 +2651,16 @@ "edition": "2015", "version": "0.1.5" }, - "license": "CC0-1.0" + "license": "CC0-1.0", + "license_ids": [ + "CC0-1.0" + ], + "license_file": "LICENSE.txt" }, "core-foundation 0.9.3": { "name": "core-foundation", "version": "0.9.3", + "package_url": "https://github.com/servo/core-foundation-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/core-foundation/0.9.3/download", @@ -2252,9 +2672,12 @@ "Library": { "crate_name": "core_foundation", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2279,11 +2702,17 @@ "edition": "2015", "version": "0.9.3" }, - "license": "MIT / Apache-2.0" + "license": "MIT / Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "core-foundation-sys 0.8.4": { "name": "core-foundation-sys", "version": "0.8.4", + "package_url": "https://github.com/servo/core-foundation-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/core-foundation-sys/0.8.4/download", @@ -2295,9 +2724,12 @@ "Library": { "crate_name": "core_foundation_sys", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2309,11 +2741,17 @@ "edition": "2015", "version": "0.8.4" }, - "license": "MIT / Apache-2.0" + "license": "MIT / Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "cpio-archive 0.9.0": { "name": "cpio-archive", "version": "0.9.0", + "package_url": "https://github.com/indygreg/apple-platform-rs.git", "repository": { "Http": { "url": "https://static.crates.io/crates/cpio-archive/0.9.0/download", @@ -2325,9 +2763,12 @@ "Library": { "crate_name": "cpio_archive", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2360,11 +2801,16 @@ "edition": "2021", "version": "0.9.0" }, - "license": "MPL-2.0" + "license": "MPL-2.0", + "license_ids": [ + "MPL-2.0" + ], + "license_file": "LICENSE" }, "cpufeatures 0.2.5": { "name": "cpufeatures", "version": "0.2.5", + "package_url": "https://github.com/RustCrypto/utils", "repository": { "Http": { "url": "https://static.crates.io/crates/cpufeatures/0.2.5/download", @@ -2376,9 +2822,12 @@ "Library": { "crate_name": "cpufeatures", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2413,11 +2862,17 @@ "edition": "2018", "version": "0.2.5" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "crc 3.0.1": { "name": "crc", "version": "3.0.1", + "package_url": "https://github.com/mrhooray/crc-rs.git", "repository": { "Http": { "url": "https://static.crates.io/crates/crc/3.0.1/download", @@ -2429,9 +2884,12 @@ "Library": { "crate_name": "crc", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2452,11 +2910,17 @@ "edition": "2018", "version": "3.0.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "crc-catalog 2.2.0": { "name": "crc-catalog", "version": "2.2.0", + "package_url": "https://github.com/akhilles/crc-catalog.git", "repository": { "Http": { "url": "https://static.crates.io/crates/crc-catalog/2.2.0/download", @@ -2468,9 +2932,12 @@ "Library": { "crate_name": "crc_catalog", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2482,11 +2949,17 @@ "edition": "2018", "version": "2.2.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "crc32fast 1.3.2": { "name": "crc32fast", "version": "1.3.2", + "package_url": "https://github.com/srijs/rust-crc32fast", "repository": { "Http": { "url": "https://static.crates.io/crates/crc32fast/1.3.2/download", @@ -2498,18 +2971,24 @@ "Library": { "crate_name": "crc32fast", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2546,11 +3025,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "crossbeam-utils 0.8.15": { "name": "crossbeam-utils", "version": "0.8.15", + "package_url": "https://github.com/crossbeam-rs/crossbeam", "repository": { "Http": { "url": "https://static.crates.io/crates/crossbeam-utils/0.8.15/download", @@ -2562,18 +3047,24 @@ "Library": { "crate_name": "crossbeam_utils", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2610,11 +3101,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "crypto-common 0.1.6": { "name": "crypto-common", "version": "0.1.6", + "package_url": "https://github.com/RustCrypto/traits", "repository": { "Http": { "url": "https://static.crates.io/crates/crypto-common/0.1.6/download", @@ -2626,9 +3123,12 @@ "Library": { "crate_name": "crypto_common", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2659,11 +3159,17 @@ "edition": "2018", "version": "0.1.6" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "cryptographic-message-syntax 0.26.0": { "name": "cryptographic-message-syntax", "version": "0.26.0", + "package_url": "https://github.com/indygreg/cryptography-rs.git", "repository": { "Http": { "url": "https://static.crates.io/crates/cryptographic-message-syntax/0.26.0/download", @@ -2675,9 +3181,12 @@ "Library": { "crate_name": "cryptographic_message_syntax", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2730,11 +3239,16 @@ "edition": "2021", "version": "0.26.0" }, - "license": "MPL-2.0" + "license": "MPL-2.0", + "license_ids": [ + "MPL-2.0" + ], + "license_file": null }, "debpkg 0.6.0": { "name": "debpkg", "version": "0.6.0", + "package_url": "https://github.com/schultetwin1/debpkg/", "repository": { "Http": { "url": "https://static.crates.io/crates/debpkg/0.6.0/download", @@ -2746,9 +3260,12 @@ "Library": { "crate_name": "debpkg", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2805,11 +3322,16 @@ "edition": "2018", "version": "0.6.0" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "der 0.7.8": { "name": "der", "version": "0.7.8", + "package_url": "https://github.com/RustCrypto/formats/tree/master/der", "repository": { "Http": { "url": "https://static.crates.io/crates/der/0.7.8/download", @@ -2821,12 +3343,15 @@ "Library": { "crate_name": "der", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], "library_target_name": "der", "common_attrs": { "compile_data_glob": [ @@ -2856,11 +3381,17 @@ "edition": "2021", "version": "0.7.8" }, - "license": "Apache-2.0 OR MIT" + "license": "Apache-2.0 OR MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "deranged 0.3.11": { "name": "deranged", "version": "0.3.11", + "package_url": "https://github.com/jhpratt/deranged", "repository": { "Http": { "url": "https://static.crates.io/crates/deranged/0.3.11/download", @@ -2872,9 +3403,12 @@ "Library": { "crate_name": "deranged", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2903,11 +3437,17 @@ "edition": "2021", "version": "0.3.11" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-Apache" }, "difflib 0.4.0": { "name": "difflib", "version": "0.4.0", + "package_url": "https://github.com/DimaKudosh/difflib", "repository": { "Http": { "url": "https://static.crates.io/crates/difflib/0.4.0/download", @@ -2919,9 +3459,12 @@ "Library": { "crate_name": "difflib", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2933,11 +3476,16 @@ "edition": "2015", "version": "0.4.0" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": null }, "digest 0.10.7": { "name": "digest", "version": "0.10.7", + "package_url": "https://github.com/RustCrypto/traits", "repository": { "Http": { "url": "https://static.crates.io/crates/digest/0.10.7/download", @@ -2949,9 +3497,12 @@ "Library": { "crate_name": "digest", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2992,11 +3543,17 @@ "edition": "2018", "version": "0.10.7" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "directories 5.0.1": { "name": "directories", "version": "5.0.1", + "package_url": "https://github.com/soc/directories-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/directories/5.0.1/download", @@ -3008,9 +3565,12 @@ "Library": { "crate_name": "directories", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3031,11 +3591,17 @@ "edition": "2015", "version": "5.0.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "dirs-sys 0.4.1": { "name": "dirs-sys", "version": "0.4.1", + "package_url": "https://github.com/dirs-dev/dirs-sys-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/dirs-sys/0.4.1/download", @@ -3047,9 +3613,12 @@ "Library": { "crate_name": "dirs_sys", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3089,11 +3658,17 @@ "edition": "2015", "version": "0.4.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "doc-comment 0.3.3": { "name": "doc-comment", "version": "0.3.3", + "package_url": "https://github.com/GuillaumeGomez/doc-comment", "repository": { "Http": { "url": "https://static.crates.io/crates/doc-comment/0.3.3/download", @@ -3105,18 +3680,24 @@ "Library": { "crate_name": "doc_comment", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3142,11 +3723,16 @@ "**" ] }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "either 1.8.1": { "name": "either", "version": "1.8.1", + "package_url": "https://github.com/bluss/either", "repository": { "Http": { "url": "https://static.crates.io/crates/either/1.8.1/download", @@ -3158,9 +3744,12 @@ "Library": { "crate_name": "either", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3178,11 +3767,17 @@ "edition": "2018", "version": "1.8.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "encoding_rs 0.8.32": { "name": "encoding_rs", "version": "0.8.32", + "package_url": "https://github.com/hsivonen/encoding_rs", "repository": { "Http": { "url": "https://static.crates.io/crates/encoding_rs/0.8.32/download", @@ -3194,9 +3789,12 @@ "Library": { "crate_name": "encoding_rs", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3224,7 +3822,13 @@ "edition": "2018", "version": "0.8.32" }, - "license": "(Apache-2.0 OR MIT) AND BSD-3-Clause" + "license": "(Apache-2.0 OR MIT) AND BSD-3-Clause", + "license_ids": [ + "Apache-2.0", + "BSD-3-Clause", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "env_filter 0.1.0": { "name": "env_filter", @@ -3299,9 +3903,12 @@ "Library": { "crate_name": "env_logger", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3348,11 +3955,17 @@ "edition": "2021", "version": "0.11.3" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "equivalent 1.0.0": { "name": "equivalent", "version": "1.0.0", + "package_url": "https://github.com/cuviper/equivalent", "repository": { "Http": { "url": "https://static.crates.io/crates/equivalent/1.0.0/download", @@ -3364,9 +3977,12 @@ "Library": { "crate_name": "equivalent", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3378,11 +3994,17 @@ "edition": "2015", "version": "1.0.0" }, - "license": "Apache-2.0 OR MIT" + "license": "Apache-2.0 OR MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "errno 0.3.8": { "name": "errno", "version": "0.3.8", + "package_url": "https://github.com/lambda-fairy/rust-errno", "repository": { "Http": { "url": "https://static.crates.io/crates/errno/0.3.8/download", @@ -3394,9 +4016,12 @@ "Library": { "crate_name": "errno", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3443,11 +4068,17 @@ "edition": "2018", "version": "0.3.8" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "exitcode 1.1.2": { "name": "exitcode", "version": "1.1.2", + "package_url": "https://github.com/benwilber/exitcode", "repository": { "Http": { "url": "https://static.crates.io/crates/exitcode/1.1.2/download", @@ -3459,9 +4090,12 @@ "Library": { "crate_name": "exitcode", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3473,11 +4107,16 @@ "edition": "2015", "version": "1.1.2" }, - "license": "Apache-2.0" + "license": "Apache-2.0", + "license_ids": [ + "Apache-2.0" + ], + "license_file": "LICENSE" }, "fastrand 2.0.1": { "name": "fastrand", "version": "2.0.1", + "package_url": "https://github.com/smol-rs/fastrand", "repository": { "Http": { "url": "https://static.crates.io/crates/fastrand/2.0.1/download", @@ -3489,9 +4128,12 @@ "Library": { "crate_name": "fastrand", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3511,7 +4153,12 @@ "edition": "2018", "version": "2.0.1" }, - "license": "Apache-2.0 OR MIT" + "license": "Apache-2.0 OR MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "filetime 0.2.23": { "name": "filetime", @@ -3528,9 +4175,12 @@ "Library": { "crate_name": "filetime", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3570,7 +4220,12 @@ "edition": "2018", "version": "0.2.23" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "filetime_creation 0.2.0": { "name": "filetime_creation", @@ -3587,9 +4242,12 @@ "Library": { "crate_name": "filetime_creation", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3621,11 +4279,17 @@ "edition": "2021", "version": "0.2.0" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "flate2 1.0.28": { "name": "flate2", "version": "1.0.28", + "package_url": "https://github.com/rust-lang/flate2-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/flate2/1.0.28/download", @@ -3637,9 +4301,12 @@ "Library": { "crate_name": "flate2", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3673,11 +4340,17 @@ "edition": "2018", "version": "1.0.28" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "fnv 1.0.7": { "name": "fnv", "version": "1.0.7", + "package_url": "https://github.com/servo/rust-fnv", "repository": { "Http": { "url": "https://static.crates.io/crates/fnv/1.0.7/download", @@ -3689,9 +4362,12 @@ "Library": { "crate_name": "fnv", "crate_root": "lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3710,11 +4386,17 @@ "edition": "2015", "version": "1.0.7" }, - "license": "Apache-2.0 / MIT" + "license": "Apache-2.0 / MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "form_urlencoded 1.2.1": { "name": "form_urlencoded", "version": "1.2.1", + "package_url": "https://github.com/servo/rust-url", "repository": { "Http": { "url": "https://static.crates.io/crates/form_urlencoded/1.2.1/download", @@ -3726,9 +4408,12 @@ "Library": { "crate_name": "form_urlencoded", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3757,11 +4442,17 @@ "edition": "2018", "version": "1.2.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "futures 0.3.27": { "name": "futures", "version": "0.3.27", + "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/futures/0.3.27/download", @@ -3773,9 +4464,12 @@ "Library": { "crate_name": "futures", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3831,11 +4525,17 @@ "edition": "2018", "version": "0.3.27" }, - "license": "MIT OR Apache-2.0" - }, + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" + }, "futures-channel 0.3.27": { "name": "futures-channel", "version": "0.3.27", + "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/futures-channel/0.3.27/download", @@ -3847,18 +4547,24 @@ "Library": { "crate_name": "futures_channel", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3870,12 +4576,108 @@ "crate_features": { "common": [ "alloc", - "default", "futures-sink", "sink", "std" ], - "selects": {} + "selects": { + "aarch64-apple-darwin": [ + "default" + ], + "aarch64-apple-ios": [ + "default" + ], + "aarch64-apple-ios-sim": [ + "default" + ], + "aarch64-fuchsia": [ + "default" + ], + "aarch64-linux-android": [ + "default" + ], + "aarch64-pc-windows-msvc": [ + "default" + ], + "aarch64-unknown-linux-gnu": [ + "default" + ], + "aarch64-unknown-nixos-gnu": [ + "default" + ], + "aarch64-unknown-nto-qnx710": [ + "default" + ], + "arm-unknown-linux-gnueabi": [ + "default" + ], + "armv7-linux-androideabi": [ + "default" + ], + "armv7-unknown-linux-gnueabi": [ + "default" + ], + "i686-apple-darwin": [ + "default" + ], + "i686-linux-android": [ + "default" + ], + "i686-pc-windows-msvc": [ + "default" + ], + "i686-unknown-freebsd": [ + "default" + ], + "i686-unknown-linux-gnu": [ + "default" + ], + "powerpc-unknown-linux-gnu": [ + "default" + ], + "riscv32imc-unknown-none-elf": [ + "default" + ], + "riscv64gc-unknown-none-elf": [ + "default" + ], + "s390x-unknown-linux-gnu": [ + "default" + ], + "thumbv7em-none-eabi": [ + "default" + ], + "thumbv8m.main-none-eabi": [ + "default" + ], + "x86_64-apple-darwin": [ + "default" + ], + "x86_64-apple-ios": [ + "default" + ], + "x86_64-fuchsia": [ + "default" + ], + "x86_64-linux-android": [ + "default" + ], + "x86_64-pc-windows-msvc": [ + "default" + ], + "x86_64-unknown-freebsd": [ + "default" + ], + "x86_64-unknown-linux-gnu": [ + "default" + ], + "x86_64-unknown-nixos-gnu": [ + "default" + ], + "x86_64-unknown-none": [ + "default" + ] + } }, "deps": { "common": [ @@ -3902,11 +4704,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "futures-core 0.3.27": { "name": "futures-core", "version": "0.3.27", + "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/futures-core/0.3.27/download", @@ -3918,18 +4726,24 @@ "Library": { "crate_name": "futures_core", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3941,10 +4755,106 @@ "crate_features": { "common": [ "alloc", - "default", "std" ], - "selects": {} + "selects": { + "aarch64-apple-darwin": [ + "default" + ], + "aarch64-apple-ios": [ + "default" + ], + "aarch64-apple-ios-sim": [ + "default" + ], + "aarch64-fuchsia": [ + "default" + ], + "aarch64-linux-android": [ + "default" + ], + "aarch64-pc-windows-msvc": [ + "default" + ], + "aarch64-unknown-linux-gnu": [ + "default" + ], + "aarch64-unknown-nixos-gnu": [ + "default" + ], + "aarch64-unknown-nto-qnx710": [ + "default" + ], + "arm-unknown-linux-gnueabi": [ + "default" + ], + "armv7-linux-androideabi": [ + "default" + ], + "armv7-unknown-linux-gnueabi": [ + "default" + ], + "i686-apple-darwin": [ + "default" + ], + "i686-linux-android": [ + "default" + ], + "i686-pc-windows-msvc": [ + "default" + ], + "i686-unknown-freebsd": [ + "default" + ], + "i686-unknown-linux-gnu": [ + "default" + ], + "powerpc-unknown-linux-gnu": [ + "default" + ], + "riscv32imc-unknown-none-elf": [ + "default" + ], + "riscv64gc-unknown-none-elf": [ + "default" + ], + "s390x-unknown-linux-gnu": [ + "default" + ], + "thumbv7em-none-eabi": [ + "default" + ], + "thumbv8m.main-none-eabi": [ + "default" + ], + "x86_64-apple-darwin": [ + "default" + ], + "x86_64-apple-ios": [ + "default" + ], + "x86_64-fuchsia": [ + "default" + ], + "x86_64-linux-android": [ + "default" + ], + "x86_64-pc-windows-msvc": [ + "default" + ], + "x86_64-unknown-freebsd": [ + "default" + ], + "x86_64-unknown-linux-gnu": [ + "default" + ], + "x86_64-unknown-nixos-gnu": [ + "default" + ], + "x86_64-unknown-none": [ + "default" + ] + } }, "deps": { "common": [ @@ -3963,11 +4873,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "futures-executor 0.3.27": { "name": "futures-executor", "version": "0.3.27", + "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/futures-executor/0.3.27/download", @@ -3979,9 +4895,12 @@ "Library": { "crate_name": "futures_executor", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4016,11 +4935,17 @@ "edition": "2018", "version": "0.3.27" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "futures-io 0.3.27": { "name": "futures-io", "version": "0.3.27", + "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/futures-io/0.3.27/download", @@ -4032,9 +4957,12 @@ "Library": { "crate_name": "futures_io", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4052,11 +4980,17 @@ "edition": "2018", "version": "0.3.27" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "futures-macro 0.3.27": { "name": "futures-macro", "version": "0.3.27", + "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/futures-macro/0.3.27/download", @@ -4068,9 +5002,12 @@ "ProcMacro": { "crate_name": "futures_macro", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4099,11 +5036,17 @@ "edition": "2018", "version": "0.3.27" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "futures-sink 0.3.27": { "name": "futures-sink", "version": "0.3.27", + "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/futures-sink/0.3.27/download", @@ -4115,9 +5058,12 @@ "Library": { "crate_name": "futures_sink", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4129,19 +5075,121 @@ "crate_features": { "common": [ "alloc", - "default", "std" ], - "selects": {} + "selects": { + "aarch64-apple-darwin": [ + "default" + ], + "aarch64-apple-ios": [ + "default" + ], + "aarch64-apple-ios-sim": [ + "default" + ], + "aarch64-fuchsia": [ + "default" + ], + "aarch64-linux-android": [ + "default" + ], + "aarch64-pc-windows-msvc": [ + "default" + ], + "aarch64-unknown-linux-gnu": [ + "default" + ], + "aarch64-unknown-nixos-gnu": [ + "default" + ], + "aarch64-unknown-nto-qnx710": [ + "default" + ], + "arm-unknown-linux-gnueabi": [ + "default" + ], + "armv7-linux-androideabi": [ + "default" + ], + "armv7-unknown-linux-gnueabi": [ + "default" + ], + "i686-apple-darwin": [ + "default" + ], + "i686-linux-android": [ + "default" + ], + "i686-pc-windows-msvc": [ + "default" + ], + "i686-unknown-freebsd": [ + "default" + ], + "i686-unknown-linux-gnu": [ + "default" + ], + "powerpc-unknown-linux-gnu": [ + "default" + ], + "riscv32imc-unknown-none-elf": [ + "default" + ], + "riscv64gc-unknown-none-elf": [ + "default" + ], + "s390x-unknown-linux-gnu": [ + "default" + ], + "thumbv7em-none-eabi": [ + "default" + ], + "thumbv8m.main-none-eabi": [ + "default" + ], + "x86_64-apple-darwin": [ + "default" + ], + "x86_64-apple-ios": [ + "default" + ], + "x86_64-fuchsia": [ + "default" + ], + "x86_64-linux-android": [ + "default" + ], + "x86_64-pc-windows-msvc": [ + "default" + ], + "x86_64-unknown-freebsd": [ + "default" + ], + "x86_64-unknown-linux-gnu": [ + "default" + ], + "x86_64-unknown-nixos-gnu": [ + "default" + ], + "x86_64-unknown-none": [ + "default" + ] + } }, "edition": "2018", "version": "0.3.27" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "futures-task 0.3.27": { "name": "futures-task", "version": "0.3.27", + "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/futures-task/0.3.27/download", @@ -4153,18 +5201,24 @@ "Library": { "crate_name": "futures_task", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4197,11 +5251,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "futures-timer 3.0.2": { "name": "futures-timer", "version": "3.0.2", + "package_url": "https://github.com/async-rs/futures-timer", "repository": { "Http": { "url": "https://static.crates.io/crates/futures-timer/3.0.2/download", @@ -4213,9 +5273,12 @@ "Library": { "crate_name": "futures_timer", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4227,11 +5290,17 @@ "edition": "2018", "version": "3.0.2" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "futures-util 0.3.27": { "name": "futures-util", "version": "0.3.27", + "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/futures-util/0.3.27/download", @@ -4243,18 +5312,24 @@ "Library": { "crate_name": "futures_util", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4343,11 +5418,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "generic-array 0.14.6": { "name": "generic-array", "version": "0.14.6", + "package_url": "https://github.com/fizyk20/generic-array.git", "repository": { "Http": { "url": "https://static.crates.io/crates/generic-array/0.14.6/download", @@ -4359,18 +5440,24 @@ "Library": { "crate_name": "generic_array", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4415,11 +5502,16 @@ "selects": {} } }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "getrandom 0.2.12": { "name": "getrandom", "version": "0.2.12", + "package_url": "https://github.com/rust-random/getrandom", "repository": { "Http": { "url": "https://static.crates.io/crates/getrandom/0.2.12/download", @@ -4431,9 +5523,12 @@ "Library": { "crate_name": "getrandom", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4473,11 +5568,17 @@ "edition": "2018", "version": "0.2.12" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "gimli 0.27.3": { "name": "gimli", "version": "0.27.3", + "package_url": "https://github.com/gimli-rs/gimli", "repository": { "Http": { "url": "https://static.crates.io/crates/gimli/0.27.3/download", @@ -4489,9 +5590,12 @@ "Library": { "crate_name": "gimli", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4510,11 +5614,17 @@ "edition": "2018", "version": "0.27.3" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "glob 0.3.1": { "name": "glob", "version": "0.3.1", + "package_url": "https://github.com/rust-lang/glob", "repository": { "Http": { "url": "https://static.crates.io/crates/glob/0.3.1/download", @@ -4526,9 +5636,12 @@ "Library": { "crate_name": "glob", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4540,11 +5653,17 @@ "edition": "2015", "version": "0.3.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "h2 0.3.17": { "name": "h2", "version": "0.3.17", + "package_url": "https://github.com/hyperium/h2", "repository": { "Http": { "url": "https://static.crates.io/crates/h2/0.3.17/download", @@ -4556,9 +5675,12 @@ "Library": { "crate_name": "h2", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4619,11 +5741,16 @@ "edition": "2018", "version": "0.3.17" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "hashbrown 0.12.3": { "name": "hashbrown", "version": "0.12.3", + "package_url": "https://github.com/rust-lang/hashbrown", "repository": { "Http": { "url": "https://static.crates.io/crates/hashbrown/0.12.3/download", @@ -4635,9 +5762,12 @@ "Library": { "crate_name": "hashbrown", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4655,11 +5785,17 @@ "edition": "2021", "version": "0.12.3" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "hashbrown 0.14.0": { "name": "hashbrown", "version": "0.14.0", + "package_url": "https://github.com/rust-lang/hashbrown", "repository": { "Http": { "url": "https://static.crates.io/crates/hashbrown/0.14.0/download", @@ -4671,9 +5807,12 @@ "Library": { "crate_name": "hashbrown", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4691,11 +5830,17 @@ "edition": "2021", "version": "0.14.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "heck 0.5.0": { "name": "heck", "version": "0.5.0", + "package_url": "https://github.com/withoutboats/heck", "repository": { "Http": { "url": "https://static.crates.io/crates/heck/0.5.0/download", @@ -4707,9 +5852,12 @@ "Library": { "crate_name": "heck", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4721,11 +5869,17 @@ "edition": "2021", "version": "0.5.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "hermit-abi 0.2.6": { "name": "hermit-abi", "version": "0.2.6", + "package_url": "https://github.com/hermitcore/rusty-hermit", "repository": { "Http": { "url": "https://static.crates.io/crates/hermit-abi/0.2.6/download", @@ -4737,9 +5891,12 @@ "Library": { "crate_name": "hermit_abi", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4760,11 +5917,17 @@ "edition": "2021", "version": "0.2.6" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "hex 0.4.3": { "name": "hex", "version": "0.4.3", + "package_url": "https://github.com/KokaKiwi/rust-hex", "repository": { "Http": { "url": "https://static.crates.io/crates/hex/0.4.3/download", @@ -4776,9 +5939,12 @@ "Library": { "crate_name": "hex", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4798,11 +5964,17 @@ "edition": "2018", "version": "0.4.3" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "hmac 0.12.1": { "name": "hmac", "version": "0.12.1", + "package_url": "https://github.com/RustCrypto/MACs", "repository": { "Http": { "url": "https://static.crates.io/crates/hmac/0.12.1/download", @@ -4814,9 +5986,12 @@ "Library": { "crate_name": "hmac", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4843,11 +6018,17 @@ "edition": "2018", "version": "0.12.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "http 0.2.9": { "name": "http", "version": "0.2.9", + "package_url": "https://github.com/hyperium/http", "repository": { "Http": { "url": "https://static.crates.io/crates/http/0.2.9/download", @@ -4859,9 +6040,12 @@ "Library": { "crate_name": "http", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4890,7 +6074,12 @@ "edition": "2018", "version": "0.2.9" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "http 1.1.0": { "name": "http", @@ -4958,6 +6147,7 @@ "http-body 0.4.5": { "name": "http-body", "version": "0.4.5", + "package_url": "https://github.com/hyperium/http-body", "repository": { "Http": { "url": "https://static.crates.io/crates/http-body/0.4.5/download", @@ -4969,9 +6159,12 @@ "Library": { "crate_name": "http_body", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5000,7 +6193,11 @@ "edition": "2018", "version": "0.4.5" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "http-body 1.0.0": { "name": "http-body", @@ -5119,6 +6316,7 @@ "httparse 1.8.0": { "name": "httparse", "version": "1.8.0", + "package_url": "https://github.com/seanmonstar/httparse", "repository": { "Http": { "url": "https://static.crates.io/crates/httparse/1.8.0/download", @@ -5130,18 +6328,24 @@ "Library": { "crate_name": "httparse", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5174,11 +6378,17 @@ "**" ] }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "httpdate 1.0.2": { "name": "httpdate", "version": "1.0.2", + "package_url": "https://github.com/pyfisch/httpdate", "repository": { "Http": { "url": "https://static.crates.io/crates/httpdate/1.0.2/download", @@ -5190,9 +6400,12 @@ "Library": { "crate_name": "httpdate", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5204,11 +6417,17 @@ "edition": "2018", "version": "1.0.2" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "humantime 2.1.0": { "name": "humantime", "version": "2.1.0", + "package_url": "https://github.com/tailhook/humantime", "repository": { "Http": { "url": "https://static.crates.io/crates/humantime/2.1.0/download", @@ -5220,9 +6439,12 @@ "Library": { "crate_name": "humantime", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5234,11 +6456,17 @@ "edition": "2018", "version": "2.1.0" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "hyper 0.14.25": { "name": "hyper", "version": "0.14.25", + "package_url": "https://github.com/hyperium/hyper", "repository": { "Http": { "url": "https://static.crates.io/crates/hyper/0.14.25/download", @@ -5250,9 +6478,12 @@ "Library": { "crate_name": "hyper", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5345,7 +6576,11 @@ "edition": "2018", "version": "0.14.25" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "hyper 1.2.0": { "name": "hyper", @@ -5445,6 +6680,7 @@ "hyper-rustls 0.24.0": { "name": "hyper-rustls", "version": "0.24.0", + "package_url": "https://github.com/ctz/hyper-rustls", "repository": { "Http": { "url": "https://static.crates.io/crates/hyper-rustls/0.24.0/download", @@ -5456,9 +6692,12 @@ "Library": { "crate_name": "hyper_rustls", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5495,7 +6734,13 @@ "edition": "2021", "version": "0.24.0" }, - "license": "Apache-2.0/ISC/MIT" + "license": "Apache-2.0/ISC/MIT", + "license_ids": [ + "Apache-2.0", + "ISC", + "MIT" + ], + "license_file": "LICENSE" }, "hyper-rustls 0.26.0": { "name": "hyper-rustls", @@ -5683,6 +6928,7 @@ "iana-time-zone 0.1.60": { "name": "iana-time-zone", "version": "0.1.60", + "package_url": "https://github.com/strawlab/iana-time-zone", "repository": { "Http": { "url": "https://static.crates.io/crates/iana-time-zone/0.1.60/download", @@ -5694,9 +6940,12 @@ "Library": { "crate_name": "iana_time_zone", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5753,11 +7002,17 @@ "edition": "2018", "version": "0.1.60" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "iana-time-zone-haiku 0.1.2": { "name": "iana-time-zone-haiku", "version": "0.1.2", + "package_url": "https://github.com/strawlab/iana-time-zone", "repository": { "Http": { "url": "https://static.crates.io/crates/iana-time-zone-haiku/0.1.2/download", @@ -5769,18 +7024,24 @@ "Library": { "crate_name": "iana_time_zone_haiku", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5815,11 +7076,17 @@ "selects": {} } }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "idna 0.5.0": { "name": "idna", "version": "0.5.0", + "package_url": "https://github.com/servo/rust-url/", "repository": { "Http": { "url": "https://static.crates.io/crates/idna/0.5.0/download", @@ -5831,9 +7098,12 @@ "Library": { "crate_name": "idna", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5866,11 +7136,17 @@ "edition": "2018", "version": "0.5.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "indexmap 1.9.2": { "name": "indexmap", "version": "1.9.2", + "package_url": "https://github.com/bluss/indexmap", "repository": { "Http": { "url": "https://static.crates.io/crates/indexmap/1.9.2/download", @@ -5882,18 +7158,24 @@ "Library": { "crate_name": "indexmap", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5903,10 +7185,105 @@ "**" ], "crate_features": { - "common": [ - "std" - ], - "selects": {} + "common": [], + "selects": { + "aarch64-apple-darwin": [ + "std" + ], + "aarch64-apple-ios": [ + "std" + ], + "aarch64-apple-ios-sim": [ + "std" + ], + "aarch64-fuchsia": [ + "std" + ], + "aarch64-linux-android": [ + "std" + ], + "aarch64-pc-windows-msvc": [ + "std" + ], + "aarch64-unknown-linux-gnu": [ + "std" + ], + "aarch64-unknown-nixos-gnu": [ + "std" + ], + "aarch64-unknown-nto-qnx710": [ + "std" + ], + "arm-unknown-linux-gnueabi": [ + "std" + ], + "armv7-linux-androideabi": [ + "std" + ], + "armv7-unknown-linux-gnueabi": [ + "std" + ], + "i686-apple-darwin": [ + "std" + ], + "i686-linux-android": [ + "std" + ], + "i686-pc-windows-msvc": [ + "std" + ], + "i686-unknown-freebsd": [ + "std" + ], + "i686-unknown-linux-gnu": [ + "std" + ], + "powerpc-unknown-linux-gnu": [ + "std" + ], + "riscv32imc-unknown-none-elf": [ + "std" + ], + "riscv64gc-unknown-none-elf": [ + "std" + ], + "s390x-unknown-linux-gnu": [ + "std" + ], + "thumbv7em-none-eabi": [ + "std" + ], + "thumbv8m.main-none-eabi": [ + "std" + ], + "x86_64-apple-darwin": [ + "std" + ], + "x86_64-apple-ios": [ + "std" + ], + "x86_64-fuchsia": [ + "std" + ], + "x86_64-linux-android": [ + "std" + ], + "x86_64-pc-windows-msvc": [ + "std" + ], + "x86_64-unknown-freebsd": [ + "std" + ], + "x86_64-unknown-linux-gnu": [ + "std" + ], + "x86_64-unknown-nixos-gnu": [ + "std" + ], + "x86_64-unknown-none": [ + "std" + ] + } }, "deps": { "common": [ @@ -5938,11 +7315,17 @@ "selects": {} } }, - "license": "Apache-2.0 OR MIT" + "license": "Apache-2.0 OR MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "indexmap 2.0.0": { "name": "indexmap", "version": "2.0.0", + "package_url": "https://github.com/bluss/indexmap", "repository": { "Http": { "url": "https://static.crates.io/crates/indexmap/2.0.0/download", @@ -5954,9 +7337,12 @@ "Library": { "crate_name": "indexmap", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5988,15 +7374,21 @@ "edition": "2021", "version": "2.0.0" }, - "license": "Apache-2.0 OR MIT" + "license": "Apache-2.0 OR MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, - "infer 0.15.0": { + "infer 0.8.1": { "name": "infer", - "version": "0.15.0", + "version": "0.8.1", + "package_url": "https://github.com/bojand/infer", "repository": { "Http": { - "url": "https://static.crates.io/crates/infer/0.15.0/download", - "sha256": "cb33622da908807a06f9513c19b3c1ad50fab3e4137d82a78107d502075aa199" + "url": "https://static.crates.io/crates/infer/0.8.1/download", + "sha256": "e035cede526e0b21d5adffc9fa0eb4ef5d6026fe9c5b0bfe8084b9472b587a55" } }, "targets": [ @@ -6004,9 +7396,12 @@ "Library": { "crate_name": "infer", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6034,17 +7429,22 @@ "selects": {} }, "edition": "2018", - "version": "0.15.0" + "version": "0.8.1" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, - "infer 0.8.1": { + "infer 0.15.0": { "name": "infer", - "version": "0.8.1", + "version": "0.15.0", + "package_url": "https://github.com/bojand/infer", "repository": { "Http": { - "url": "https://static.crates.io/crates/infer/0.8.1/download", - "sha256": "e035cede526e0b21d5adffc9fa0eb4ef5d6026fe9c5b0bfe8084b9472b587a55" + "url": "https://static.crates.io/crates/infer/0.15.0/download", + "sha256": "cb33622da908807a06f9513c19b3c1ad50fab3e4137d82a78107d502075aa199" } }, "targets": [ @@ -6052,9 +7452,12 @@ "Library": { "crate_name": "infer", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6082,13 +7485,18 @@ "selects": {} }, "edition": "2018", - "version": "0.8.1" + "version": "0.15.0" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "inout 0.1.3": { "name": "inout", "version": "0.1.3", + "package_url": "https://github.com/RustCrypto/utils", "repository": { "Http": { "url": "https://static.crates.io/crates/inout/0.1.3/download", @@ -6100,9 +7508,12 @@ "Library": { "crate_name": "inout", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6123,11 +7534,17 @@ "edition": "2021", "version": "0.1.3" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "ipnet 2.7.1": { "name": "ipnet", "version": "2.7.1", + "package_url": "https://github.com/krisprice/ipnet", "repository": { "Http": { "url": "https://static.crates.io/crates/ipnet/2.7.1/download", @@ -6139,9 +7556,12 @@ "Library": { "crate_name": "ipnet", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6159,11 +7579,17 @@ "edition": "2018", "version": "2.7.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "is_executable 1.0.1": { "name": "is_executable", "version": "1.0.1", + "package_url": "https://github.com/fitzgen/is_executable", "repository": { "Http": { "url": "https://static.crates.io/crates/is_executable/1.0.1/download", @@ -6175,9 +7601,12 @@ "Library": { "crate_name": "is_executable", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6200,11 +7629,17 @@ "edition": "2015", "version": "1.0.1" }, - "license": "Apache-2.0/MIT" + "license": "Apache-2.0/MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "itertools 0.10.5": { "name": "itertools", "version": "0.10.5", + "package_url": "https://github.com/rust-itertools/itertools", "repository": { "Http": { "url": "https://static.crates.io/crates/itertools/0.10.5/download", @@ -6216,9 +7651,12 @@ "Library": { "crate_name": "itertools", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6247,11 +7685,17 @@ "edition": "2018", "version": "0.10.5" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "itoa 1.0.6": { "name": "itoa", "version": "1.0.6", + "package_url": "https://github.com/dtolnay/itoa", "repository": { "Http": { "url": "https://static.crates.io/crates/itoa/1.0.6/download", @@ -6263,9 +7707,12 @@ "Library": { "crate_name": "itoa", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6277,11 +7724,17 @@ "edition": "2018", "version": "1.0.6" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "jobserver 0.1.26": { "name": "jobserver", "version": "0.1.26", + "package_url": "https://github.com/alexcrichton/jobserver-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/jobserver/0.1.26/download", @@ -6293,9 +7746,12 @@ "Library": { "crate_name": "jobserver", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6318,11 +7774,17 @@ "edition": "2018", "version": "0.1.26" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "js-sys 0.3.66": { "name": "js-sys", "version": "0.3.66", + "package_url": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys", "repository": { "Http": { "url": "https://static.crates.io/crates/js-sys/0.3.66/download", @@ -6334,9 +7796,12 @@ "Library": { "crate_name": "js_sys", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6357,11 +7822,17 @@ "edition": "2018", "version": "0.3.66" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "libc 0.2.153": { "name": "libc", "version": "0.2.153", + "package_url": "https://github.com/rust-lang/libc", "repository": { "Http": { "url": "https://static.crates.io/crates/libc/0.2.153/download", @@ -6373,18 +7844,24 @@ "Library": { "crate_name": "libc", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6396,7 +7873,6 @@ "crate_features": { "common": [ "default", - "extra_traits", "std" ], "selects": { @@ -6473,11 +7949,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "linux-raw-sys 0.4.13": { "name": "linux-raw-sys", "version": "0.4.13", + "package_url": "https://github.com/sunfishcode/linux-raw-sys", "repository": { "Http": { "url": "https://static.crates.io/crates/linux-raw-sys/0.4.13/download", @@ -6489,9 +7971,12 @@ "Library": { "crate_name": "linux_raw_sys", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6502,22 +7987,55 @@ ], "crate_features": { "common": [ - "elf", - "errno", "general", "ioctl", "no_std" ], - "selects": {} + "selects": { + "aarch64-unknown-linux-gnu": [ + "elf", + "errno" + ], + "aarch64-unknown-nixos-gnu": [ + "elf", + "errno" + ], + "arm-unknown-linux-gnueabi": [ + "elf", + "errno" + ], + "armv7-unknown-linux-gnueabi": [ + "elf", + "errno" + ], + "i686-unknown-linux-gnu": [ + "elf", + "errno" + ], + "x86_64-unknown-linux-gnu": [ + "elf", + "errno" + ], + "x86_64-unknown-nixos-gnu": [ + "elf", + "errno" + ] + } }, "edition": "2021", "version": "0.4.13" }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "log 0.4.21": { "name": "log", "version": "0.4.21", + "package_url": "https://github.com/rust-lang/log", "repository": { "Http": { "url": "https://static.crates.io/crates/log/0.4.21/download", @@ -6529,9 +8047,12 @@ "Library": { "crate_name": "log", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6549,7 +8070,12 @@ "edition": "2021", "version": "0.4.21" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "lzma-rust 0.1.6": { "name": "lzma-rust", @@ -6566,9 +8092,12 @@ "Library": { "crate_name": "lzma_rust", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6595,11 +8124,16 @@ "edition": "2021", "version": "0.1.6" }, - "license": "Apache-2.0" + "license": "Apache-2.0", + "license_ids": [ + "Apache-2.0" + ], + "license_file": null }, "lzma-sys 0.1.20": { "name": "lzma-sys", "version": "0.1.20", + "package_url": "https://github.com/alexcrichton/xz2-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/lzma-sys/0.1.20/download", @@ -6611,18 +8145,24 @@ "Library": { "crate_name": "lzma_sys", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6672,11 +8212,17 @@ }, "links": "lzma" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "md-5 0.10.6": { "name": "md-5", "version": "0.10.6", + "package_url": "https://github.com/RustCrypto/hashes", "repository": { "Http": { "url": "https://static.crates.io/crates/md-5/0.10.6/download", @@ -6688,9 +8234,12 @@ "Library": { "crate_name": "md5", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6722,11 +8271,17 @@ "edition": "2018", "version": "0.10.6" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "memchr 2.6.4": { "name": "memchr", "version": "2.6.4", + "package_url": "https://github.com/BurntSushi/memchr", "repository": { "Http": { "url": "https://static.crates.io/crates/memchr/2.6.4/download", @@ -6738,9 +8293,12 @@ "Library": { "crate_name": "memchr", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6760,11 +8318,17 @@ "edition": "2021", "version": "2.6.4" }, - "license": "Unlicense OR MIT" + "license": "Unlicense OR MIT", + "license_ids": [ + "MIT", + "Unlicense" + ], + "license_file": "LICENSE-MIT" }, "mime 0.3.17": { "name": "mime", "version": "0.3.17", + "package_url": "https://github.com/hyperium/mime", "repository": { "Http": { "url": "https://static.crates.io/crates/mime/0.3.17/download", @@ -6776,9 +8340,12 @@ "Library": { "crate_name": "mime", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6790,11 +8357,17 @@ "edition": "2015", "version": "0.3.17" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "miniz_oxide 0.6.2": { "name": "miniz_oxide", "version": "0.6.2", + "package_url": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide", "repository": { "Http": { "url": "https://static.crates.io/crates/miniz_oxide/0.6.2/download", @@ -6806,9 +8379,12 @@ "Library": { "crate_name": "miniz_oxide", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6829,11 +8405,18 @@ "edition": "2018", "version": "0.6.2" }, - "license": "MIT OR Zlib OR Apache-2.0" + "license": "MIT OR Zlib OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT", + "Zlib" + ], + "license_file": "LICENSE" }, "miniz_oxide 0.7.1": { "name": "miniz_oxide", "version": "0.7.1", + "package_url": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide", "repository": { "Http": { "url": "https://static.crates.io/crates/miniz_oxide/0.7.1/download", @@ -6845,9 +8428,12 @@ "Library": { "crate_name": "miniz_oxide", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6874,11 +8460,18 @@ "edition": "2018", "version": "0.7.1" }, - "license": "MIT OR Zlib OR Apache-2.0" + "license": "MIT OR Zlib OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT", + "Zlib" + ], + "license_file": "LICENSE" }, "mio 0.8.9": { "name": "mio", "version": "0.8.9", + "package_url": "https://github.com/tokio-rs/mio", "repository": { "Http": { "url": "https://static.crates.io/crates/mio/0.8.9/download", @@ -6890,9 +8483,12 @@ "Library": { "crate_name": "mio", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6939,11 +8535,16 @@ "edition": "2018", "version": "0.8.9" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "nt-time 0.6.5": { "name": "nt-time", "version": "0.6.5", + "package_url": "https://github.com/sorairolake/nt-time", "repository": { "Http": { "url": "https://static.crates.io/crates/nt-time/0.6.5/download", @@ -6955,9 +8556,12 @@ "Library": { "crate_name": "nt_time", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6985,11 +8589,17 @@ "edition": "2021", "version": "0.6.5" }, - "license": "Apache-2.0 OR MIT" + "license": "Apache-2.0 OR MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSES" }, "num-traits 0.2.16": { "name": "num-traits", "version": "0.2.16", + "package_url": "https://github.com/rust-num/num-traits", "repository": { "Http": { "url": "https://static.crates.io/crates/num-traits/0.2.16/download", @@ -7001,18 +8611,24 @@ "Library": { "crate_name": "num_traits", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7047,11 +8663,17 @@ "selects": {} } }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "num_cpus 1.15.0": { "name": "num_cpus", "version": "1.15.0", + "package_url": "https://github.com/seanmonstar/num_cpus", "repository": { "Http": { "url": "https://static.crates.io/crates/num_cpus/1.15.0/download", @@ -7063,9 +8685,12 @@ "Library": { "crate_name": "num_cpus", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7094,11 +8719,17 @@ "edition": "2015", "version": "1.15.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "object 0.30.4": { "name": "object", "version": "0.30.4", + "package_url": "https://github.com/gimli-rs/object", "repository": { "Http": { "url": "https://static.crates.io/crates/object/0.30.4/download", @@ -7110,9 +8741,12 @@ "Library": { "crate_name": "object", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7145,11 +8779,17 @@ "edition": "2018", "version": "0.30.4" }, - "license": "Apache-2.0 OR MIT" + "license": "Apache-2.0 OR MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "once_cell 1.17.1": { "name": "once_cell", "version": "1.17.1", + "package_url": "https://github.com/matklad/once_cell", "repository": { "Http": { "url": "https://static.crates.io/crates/once_cell/1.17.1/download", @@ -7161,9 +8801,12 @@ "Library": { "crate_name": "once_cell", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7184,11 +8827,17 @@ "edition": "2021", "version": "1.17.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "option-ext 0.2.0": { "name": "option-ext", "version": "0.2.0", + "package_url": "https://github.com/soc/option-ext.git", "repository": { "Http": { "url": "https://static.crates.io/crates/option-ext/0.2.0/download", @@ -7200,9 +8849,12 @@ "Library": { "crate_name": "option_ext", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7214,11 +8866,16 @@ "edition": "2015", "version": "0.2.0" }, - "license": "MPL-2.0" + "license": "MPL-2.0", + "license_ids": [ + "MPL-2.0" + ], + "license_file": "LICENSE.txt" }, "password-hash 0.4.2": { "name": "password-hash", "version": "0.4.2", + "package_url": "https://github.com/RustCrypto/traits/tree/master/password-hash", "repository": { "Http": { "url": "https://static.crates.io/crates/password-hash/0.4.2/download", @@ -7230,9 +8887,12 @@ "Library": { "crate_name": "password_hash", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7267,11 +8927,17 @@ "edition": "2021", "version": "0.4.2" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "pbkdf2 0.11.0": { "name": "pbkdf2", "version": "0.11.0", + "package_url": "https://github.com/RustCrypto/password-hashes/tree/master/pbkdf2", "repository": { "Http": { "url": "https://static.crates.io/crates/pbkdf2/0.11.0/download", @@ -7283,9 +8949,12 @@ "Library": { "crate_name": "pbkdf2", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7328,11 +8997,17 @@ "edition": "2021", "version": "0.11.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "pem 3.0.3": { "name": "pem", "version": "3.0.3", + "package_url": "https://github.com/jcreekmore/pem-rs.git", "repository": { "Http": { "url": "https://static.crates.io/crates/pem/3.0.3/download", @@ -7344,9 +9019,12 @@ "Library": { "crate_name": "pem", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7374,11 +9052,16 @@ "edition": "2021", "version": "3.0.3" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE.md" }, "percent-encoding 2.3.1": { "name": "percent-encoding", "version": "2.3.1", + "package_url": "https://github.com/servo/rust-url/", "repository": { "Http": { "url": "https://static.crates.io/crates/percent-encoding/2.3.1/download", @@ -7390,9 +9073,12 @@ "Library": { "crate_name": "percent_encoding", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7412,7 +9098,12 @@ "edition": "2018", "version": "2.3.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "pin-project 1.1.5": { "name": "pin-project", @@ -7521,6 +9212,7 @@ "pin-project-lite 0.2.12": { "name": "pin-project-lite", "version": "0.2.12", + "package_url": "https://github.com/taiki-e/pin-project-lite", "repository": { "Http": { "url": "https://static.crates.io/crates/pin-project-lite/0.2.12/download", @@ -7532,9 +9224,12 @@ "Library": { "crate_name": "pin_project_lite", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7546,11 +9241,17 @@ "edition": "2018", "version": "0.2.12" }, - "license": "Apache-2.0 OR MIT" + "license": "Apache-2.0 OR MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "pin-utils 0.1.0": { "name": "pin-utils", "version": "0.1.0", + "package_url": "https://github.com/rust-lang-nursery/pin-utils", "repository": { "Http": { "url": "https://static.crates.io/crates/pin-utils/0.1.0/download", @@ -7562,9 +9263,12 @@ "Library": { "crate_name": "pin_utils", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7576,11 +9280,17 @@ "edition": "2018", "version": "0.1.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "pkg-config 0.3.26": { "name": "pkg-config", "version": "0.3.26", + "package_url": "https://github.com/rust-lang/pkg-config-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/pkg-config/0.3.26/download", @@ -7592,9 +9302,12 @@ "Library": { "crate_name": "pkg_config", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7606,11 +9319,17 @@ "edition": "2015", "version": "0.3.26" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "powerfmt 0.2.0": { "name": "powerfmt", "version": "0.2.0", + "package_url": "https://github.com/jhpratt/powerfmt", "repository": { "Http": { "url": "https://static.crates.io/crates/powerfmt/0.2.0/download", @@ -7622,9 +9341,12 @@ "Library": { "crate_name": "powerfmt", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7636,11 +9358,17 @@ "edition": "2021", "version": "0.2.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-Apache" }, "ppv-lite86 0.2.17": { "name": "ppv-lite86", "version": "0.2.17", + "package_url": "https://github.com/cryptocorrosion/cryptocorrosion", "repository": { "Http": { "url": "https://static.crates.io/crates/ppv-lite86/0.2.17/download", @@ -7652,9 +9380,12 @@ "Library": { "crate_name": "ppv_lite86", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7673,11 +9404,17 @@ "edition": "2018", "version": "0.2.17" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "predicates 3.0.1": { "name": "predicates", "version": "3.0.1", + "package_url": "https://github.com/assert-rs/predicates-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/predicates/3.0.1/download", @@ -7689,9 +9426,12 @@ "Library": { "crate_name": "predicates", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7730,11 +9470,17 @@ "edition": "2021", "version": "3.0.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "predicates-core 1.0.6": { "name": "predicates-core", "version": "1.0.6", + "package_url": "https://github.com/assert-rs/predicates-rs/tree/master/crates/core", "repository": { "Http": { "url": "https://static.crates.io/crates/predicates-core/1.0.6/download", @@ -7746,9 +9492,12 @@ "Library": { "crate_name": "predicates_core", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7760,11 +9509,17 @@ "edition": "2021", "version": "1.0.6" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "predicates-tree 1.0.9": { "name": "predicates-tree", "version": "1.0.9", + "package_url": "https://github.com/assert-rs/predicates-rs/tree/master/crates/tree", "repository": { "Http": { "url": "https://static.crates.io/crates/predicates-tree/1.0.9/download", @@ -7776,9 +9531,12 @@ "Library": { "crate_name": "predicates_tree", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7803,11 +9561,17 @@ "edition": "2021", "version": "1.0.9" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "proc-macro2 1.0.78": { "name": "proc-macro2", "version": "1.0.78", + "package_url": "https://github.com/dtolnay/proc-macro2", "repository": { "Http": { "url": "https://static.crates.io/crates/proc-macro2/1.0.78/download", @@ -7819,18 +9583,24 @@ "Library": { "crate_name": "proc_macro2", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7867,11 +9637,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "quote 1.0.35": { "name": "quote", "version": "1.0.35", + "package_url": "https://github.com/dtolnay/quote", "repository": { "Http": { "url": "https://static.crates.io/crates/quote/1.0.35/download", @@ -7883,9 +9659,12 @@ "Library": { "crate_name": "quote", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7913,11 +9692,17 @@ "edition": "2018", "version": "1.0.35" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "rand 0.8.5": { "name": "rand", "version": "0.8.5", + "package_url": "https://github.com/rust-random/rand", "repository": { "Http": { "url": "https://static.crates.io/crates/rand/0.8.5/download", @@ -7929,9 +9714,12 @@ "Library": { "crate_name": "rand", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7975,11 +9763,17 @@ "edition": "2018", "version": "0.8.5" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "rand_chacha 0.3.1": { "name": "rand_chacha", "version": "0.3.1", + "package_url": "https://github.com/rust-random/rand", "repository": { "Http": { "url": "https://static.crates.io/crates/rand_chacha/0.3.1/download", @@ -7991,9 +9785,12 @@ "Library": { "crate_name": "rand_chacha", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8024,11 +9821,17 @@ "edition": "2018", "version": "0.3.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "rand_core 0.6.4": { "name": "rand_core", "version": "0.6.4", + "package_url": "https://github.com/rust-random/rand", "repository": { "Http": { "url": "https://static.crates.io/crates/rand_core/0.6.4/download", @@ -8040,9 +9843,12 @@ "Library": { "crate_name": "rand_core", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8071,11 +9877,17 @@ "edition": "2018", "version": "0.6.4" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "redox_syscall 0.2.16": { "name": "redox_syscall", "version": "0.2.16", + "package_url": "https://gitlab.redox-os.org/redox-os/syscall", "repository": { "Http": { "url": "https://static.crates.io/crates/redox_syscall/0.2.16/download", @@ -8087,9 +9899,12 @@ "Library": { "crate_name": "syscall", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8110,7 +9925,11 @@ "edition": "2018", "version": "0.2.16" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "redox_syscall 0.4.1": { "name": "redox_syscall", @@ -8127,9 +9946,12 @@ "Library": { "crate_name": "syscall", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8150,11 +9972,16 @@ "edition": "2018", "version": "0.4.1" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "redox_users 0.4.3": { "name": "redox_users", "version": "0.4.3", + "package_url": "https://gitlab.redox-os.org/redox-os/users", "repository": { "Http": { "url": "https://static.crates.io/crates/redox_users/0.4.3/download", @@ -8166,9 +9993,12 @@ "Library": { "crate_name": "redox_users", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8197,7 +10027,11 @@ "edition": "2018", "version": "0.4.3" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "regex 1.10.4": { "name": "regex", @@ -8214,9 +10048,12 @@ "Library": { "crate_name": "regex", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8271,11 +10108,17 @@ "edition": "2021", "version": "1.10.4" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "regex-automata 0.1.10": { "name": "regex-automata", "version": "0.1.10", + "package_url": "https://github.com/BurntSushi/regex-automata", "repository": { "Http": { "url": "https://static.crates.io/crates/regex-automata/0.1.10/download", @@ -8287,9 +10130,12 @@ "Library": { "crate_name": "regex_automata", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8301,11 +10147,17 @@ "edition": "2015", "version": "0.1.10" }, - "license": "Unlicense/MIT" + "license": "Unlicense/MIT", + "license_ids": [ + "MIT", + "Unlicense" + ], + "license_file": "LICENSE-MIT" }, "regex-automata 0.4.5": { "name": "regex-automata", "version": "0.4.5", + "package_url": "https://github.com/rust-lang/regex/tree/master/regex-automata", "repository": { "Http": { "url": "https://static.crates.io/crates/regex-automata/0.4.5/download", @@ -8317,9 +10169,12 @@ "Library": { "crate_name": "regex_automata", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8375,11 +10230,17 @@ "edition": "2021", "version": "0.4.5" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "regex-syntax 0.8.2": { "name": "regex-syntax", "version": "0.8.2", + "package_url": "https://github.com/rust-lang/regex/tree/master/regex-syntax", "repository": { "Http": { "url": "https://static.crates.io/crates/regex-syntax/0.8.2/download", @@ -8391,9 +10252,12 @@ "Library": { "crate_name": "regex_syntax", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8420,11 +10284,17 @@ "edition": "2021", "version": "0.8.2" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "relative-path 1.9.0": { "name": "relative-path", "version": "1.9.0", + "package_url": "https://github.com/udoprog/relative-path", "repository": { "Http": { "url": "https://static.crates.io/crates/relative-path/1.9.0/download", @@ -8436,9 +10306,12 @@ "Library": { "crate_name": "relative_path", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8456,11 +10329,17 @@ "edition": "2018", "version": "1.9.0" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "reqwest 0.11.26": { "name": "reqwest", "version": "0.11.26", + "package_url": "https://github.com/seanmonstar/reqwest", "repository": { "Http": { "url": "https://static.crates.io/crates/reqwest/0.11.26/download", @@ -8472,9 +10351,12 @@ "Library": { "crate_name": "reqwest", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8646,7 +10528,12 @@ "edition": "2021", "version": "0.11.26" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "reqwest 0.12.3": { "name": "reqwest", @@ -8844,6 +10731,7 @@ "ring 0.16.20": { "name": "ring", "version": "0.16.20", + "package_url": "https://github.com/briansmith/ring", "repository": { "Http": { "url": "https://static.crates.io/crates/ring/0.16.20/download", @@ -8855,18 +10743,24 @@ "Library": { "crate_name": "ring", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8950,11 +10844,14 @@ }, "links": "ring-asm" }, - "license": null + "license": null, + "license_ids": [], + "license_file": "LICENSE" }, "ring 0.17.8": { "name": "ring", "version": "0.17.8", + "package_url": "https://github.com/briansmith/ring", "repository": { "Http": { "url": "https://static.crates.io/crates/ring/0.17.8/download", @@ -8966,18 +10863,24 @@ "Library": { "crate_name": "ring", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9052,7 +10955,9 @@ }, "links": "ring_core_0_17_8" }, - "license": null + "license": null, + "license_ids": [], + "license_file": "LICENSE" }, "rstest 0.19.0": { "name": "rstest", @@ -9069,9 +10974,12 @@ "Library": { "crate_name": "rstest", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9112,7 +11020,12 @@ }, "version": "0.19.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "rstest_macros 0.19.0": { "name": "rstest_macros", @@ -9129,18 +11042,24 @@ "ProcMacro": { "crate_name": "rstest_macros", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9213,11 +11132,17 @@ "selects": {} } }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "rustc-demangle 0.1.23": { "name": "rustc-demangle", "version": "0.1.23", + "package_url": "https://github.com/alexcrichton/rustc-demangle", "repository": { "Http": { "url": "https://static.crates.io/crates/rustc-demangle/0.1.23/download", @@ -9229,9 +11154,12 @@ "Library": { "crate_name": "rustc_demangle", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9243,11 +11171,17 @@ "edition": "2015", "version": "0.1.23" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "rustc_version 0.4.0": { "name": "rustc_version", "version": "0.4.0", + "package_url": "https://github.com/Kimundi/rustc-version-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/rustc_version/0.4.0/download", @@ -9259,9 +11193,12 @@ "Library": { "crate_name": "rustc_version", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9282,11 +11219,17 @@ "edition": "2018", "version": "0.4.0" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "rustix 0.38.31": { "name": "rustix", "version": "0.38.31", + "package_url": "https://github.com/bytecodealliance/rustix", "repository": { "Http": { "url": "https://static.crates.io/crates/rustix/0.38.31/download", @@ -9298,18 +11241,24 @@ "Library": { "crate_name": "rustix", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9322,11 +11271,86 @@ "common": [ "alloc", "default", - "fs", "std", "use-libc-auxv" ], - "selects": {} + "selects": { + "aarch64-apple-darwin": [ + "fs" + ], + "aarch64-apple-ios": [ + "fs" + ], + "aarch64-apple-ios-sim": [ + "fs" + ], + "aarch64-fuchsia": [ + "fs" + ], + "aarch64-linux-android": [ + "fs" + ], + "aarch64-unknown-linux-gnu": [ + "fs" + ], + "aarch64-unknown-nixos-gnu": [ + "fs" + ], + "aarch64-unknown-nto-qnx710": [ + "fs" + ], + "arm-unknown-linux-gnueabi": [ + "fs" + ], + "armv7-linux-androideabi": [ + "fs" + ], + "armv7-unknown-linux-gnueabi": [ + "fs" + ], + "i686-apple-darwin": [ + "fs" + ], + "i686-linux-android": [ + "fs" + ], + "i686-unknown-freebsd": [ + "fs" + ], + "i686-unknown-linux-gnu": [ + "fs" + ], + "powerpc-unknown-linux-gnu": [ + "fs" + ], + "s390x-unknown-linux-gnu": [ + "fs" + ], + "wasm32-wasi": [ + "fs" + ], + "x86_64-apple-darwin": [ + "fs" + ], + "x86_64-apple-ios": [ + "fs" + ], + "x86_64-fuchsia": [ + "fs" + ], + "x86_64-linux-android": [ + "fs" + ], + "x86_64-unknown-freebsd": [ + "fs" + ], + "x86_64-unknown-linux-gnu": [ + "fs" + ], + "x86_64-unknown-nixos-gnu": [ + "fs" + ] + } }, "deps": { "common": [ @@ -9347,11 +11371,6 @@ } ], "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))": [ - { - "id": "errno 0.3.8", - "target": "errno", - "alias": "libc_errno" - }, { "id": "linux-raw-sys 0.4.13", "target": "linux_raw_sys" @@ -9389,11 +11408,17 @@ "**" ] }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "rustls 0.21.6": { "name": "rustls", "version": "0.21.6", + "package_url": "https://github.com/rustls/rustls", "repository": { "Http": { "url": "https://static.crates.io/crates/rustls/0.21.6/download", @@ -9405,18 +11430,24 @@ "Library": { "crate_name": "rustls", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9466,9 +11497,24 @@ "build_script_attrs": { "data_glob": [ "**" - ] + ], + "link_deps": { + "common": [ + { + "id": "ring 0.16.20", + "target": "ring" + } + ], + "selects": {} + } }, - "license": "Apache-2.0 OR ISC OR MIT" + "license": "Apache-2.0 OR ISC OR MIT", + "license_ids": [ + "Apache-2.0", + "ISC", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "rustls 0.22.3": { "name": "rustls", @@ -9583,6 +11629,7 @@ "rustls-pemfile 1.0.2": { "name": "rustls-pemfile", "version": "1.0.2", + "package_url": "https://github.com/rustls/pemfile", "repository": { "Http": { "url": "https://static.crates.io/crates/rustls-pemfile/1.0.2/download", @@ -9594,9 +11641,12 @@ "Library": { "crate_name": "rustls_pemfile", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9617,7 +11667,13 @@ "edition": "2018", "version": "1.0.2" }, - "license": "Apache-2.0 OR ISC OR MIT" + "license": "Apache-2.0 OR ISC OR MIT", + "license_ids": [ + "Apache-2.0", + "ISC", + "MIT" + ], + "license_file": "LICENSE" }, "rustls-pemfile 2.1.2": { "name": "rustls-pemfile", @@ -9730,6 +11786,7 @@ "rustls-webpki 0.101.4": { "name": "rustls-webpki", "version": "0.101.4", + "package_url": "https://github.com/rustls/webpki", "repository": { "Http": { "url": "https://static.crates.io/crates/rustls-webpki/0.101.4/download", @@ -9741,9 +11798,12 @@ "Library": { "crate_name": "webpki", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9776,7 +11836,11 @@ "edition": "2021", "version": "0.101.4" }, - "license": "ISC" + "license": "ISC", + "license_ids": [ + "ISC" + ], + "license_file": "LICENSE" }, "rustls-webpki 0.102.2": { "name": "rustls-webpki", @@ -9845,6 +11909,7 @@ "ryu 1.0.13": { "name": "ryu", "version": "1.0.13", + "package_url": "https://github.com/dtolnay/ryu", "repository": { "Http": { "url": "https://static.crates.io/crates/ryu/1.0.13/download", @@ -9856,9 +11921,12 @@ "Library": { "crate_name": "ryu", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9870,11 +11938,17 @@ "edition": "2018", "version": "1.0.13" }, - "license": "Apache-2.0 OR BSL-1.0" + "license": "Apache-2.0 OR BSL-1.0", + "license_ids": [ + "Apache-2.0", + "BSL-1.0" + ], + "license_file": "LICENSE-APACHE" }, "same-file 1.0.6": { "name": "same-file", "version": "1.0.6", + "package_url": "https://github.com/BurntSushi/same-file", "repository": { "Http": { "url": "https://static.crates.io/crates/same-file/1.0.6/download", @@ -9886,9 +11960,12 @@ "Library": { "crate_name": "same_file", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9911,11 +11988,17 @@ "edition": "2018", "version": "1.0.6" }, - "license": "Unlicense/MIT" + "license": "Unlicense/MIT", + "license_ids": [ + "MIT", + "Unlicense" + ], + "license_file": "LICENSE-MIT" }, "scroll 0.12.0": { "name": "scroll", "version": "0.12.0", + "package_url": "https://github.com/m4b/scroll", "repository": { "Http": { "url": "https://static.crates.io/crates/scroll/0.12.0/download", @@ -9927,9 +12010,12 @@ "Library": { "crate_name": "scroll", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9958,11 +12044,16 @@ }, "version": "0.12.0" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "scroll_derive 0.12.0": { "name": "scroll_derive", "version": "0.12.0", + "package_url": "https://github.com/m4b/scroll", "repository": { "Http": { "url": "https://static.crates.io/crates/scroll_derive/0.12.0/download", @@ -9974,9 +12065,12 @@ "ProcMacro": { "crate_name": "scroll_derive", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10005,11 +12099,16 @@ "edition": "2018", "version": "0.12.0" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "sct 0.7.0": { "name": "sct", "version": "0.7.0", + "package_url": "https://github.com/ctz/sct.rs", "repository": { "Http": { "url": "https://static.crates.io/crates/sct/0.7.0/download", @@ -10021,9 +12120,12 @@ "Library": { "crate_name": "sct", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10048,20 +12150,30 @@ "edition": "2018", "version": "0.7.0" }, - "license": "Apache-2.0/ISC/MIT" + "license": "Apache-2.0/ISC/MIT", + "license_ids": [ + "Apache-2.0", + "ISC", + "MIT" + ], + "license_file": "LICENSE" }, "selenium-manager 0.4.20-nightly": { "name": "selenium-manager", "version": "0.4.20-nightly", + "package_url": "https://github.com/SeleniumHQ/selenium", "repository": null, "targets": [ { "Library": { "crate_name": "selenium_manager", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10183,11 +12295,16 @@ "edition": "2021", "version": "0.4.20-nightly" }, - "license": "Apache-2.0" + "license": "Apache-2.0", + "license_ids": [ + "Apache-2.0" + ], + "license_file": null }, "semver 1.0.17": { "name": "semver", "version": "1.0.17", + "package_url": "https://github.com/dtolnay/semver", "repository": { "Http": { "url": "https://static.crates.io/crates/semver/1.0.17/download", @@ -10199,18 +12316,24 @@ "Library": { "crate_name": "semver", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10243,11 +12366,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "serde 1.0.197": { "name": "serde", "version": "1.0.197", + "package_url": "https://github.com/serde-rs/serde", "repository": { "Http": { "url": "https://static.crates.io/crates/serde/1.0.197/download", @@ -10259,18 +12388,24 @@ "Library": { "crate_name": "serde", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10314,11 +12449,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "serde-xml-rs 0.6.0": { "name": "serde-xml-rs", "version": "0.6.0", + "package_url": "https://github.com/RReverser/serde-xml-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/serde-xml-rs/0.6.0/download", @@ -10330,9 +12471,12 @@ "Library": { "crate_name": "serde_xml_rs", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10365,11 +12509,16 @@ "edition": "2018", "version": "0.6.0" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "serde_derive 1.0.197": { "name": "serde_derive", "version": "1.0.197", + "package_url": "https://github.com/serde-rs/serde", "repository": { "Http": { "url": "https://static.crates.io/crates/serde_derive/1.0.197/download", @@ -10381,9 +12530,12 @@ "ProcMacro": { "crate_name": "serde_derive", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10418,7 +12570,12 @@ "edition": "2015", "version": "1.0.197" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "serde_json 1.0.115": { "name": "serde_json", @@ -10435,18 +12592,24 @@ "Library": { "crate_name": "serde_json", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10491,11 +12654,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "serde_spanned 0.6.5": { "name": "serde_spanned", "version": "0.6.5", + "package_url": "https://github.com/toml-rs/toml", "repository": { "Http": { "url": "https://static.crates.io/crates/serde_spanned/0.6.5/download", @@ -10507,9 +12676,12 @@ "Library": { "crate_name": "serde_spanned", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10536,11 +12708,17 @@ "edition": "2021", "version": "0.6.5" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "serde_urlencoded 0.7.1": { "name": "serde_urlencoded", "version": "0.7.1", + "package_url": "https://github.com/nox/serde_urlencoded", "repository": { "Http": { "url": "https://static.crates.io/crates/serde_urlencoded/0.7.1/download", @@ -10552,9 +12730,12 @@ "Library": { "crate_name": "serde_urlencoded", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10587,7 +12768,12 @@ "edition": "2018", "version": "0.7.1" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "sevenz-rust 0.6.0": { "name": "sevenz-rust", @@ -10604,9 +12790,12 @@ "Library": { "crate_name": "sevenz_rust", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10669,11 +12858,16 @@ "edition": "2021", "version": "0.6.0" }, - "license": "Apache-2.0" + "license": "Apache-2.0", + "license_ids": [ + "Apache-2.0" + ], + "license_file": "LICENSE" }, "sha1 0.10.6": { "name": "sha1", "version": "0.10.6", + "package_url": "https://github.com/RustCrypto/hashes", "repository": { "Http": { "url": "https://static.crates.io/crates/sha1/0.10.6/download", @@ -10685,9 +12879,12 @@ "Library": { "crate_name": "sha1", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10726,11 +12923,17 @@ "edition": "2018", "version": "0.10.6" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "sha2 0.10.8": { "name": "sha2", "version": "0.10.8", + "package_url": "https://github.com/RustCrypto/hashes", "repository": { "Http": { "url": "https://static.crates.io/crates/sha2/0.10.8/download", @@ -10742,9 +12945,12 @@ "Library": { "crate_name": "sha2", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10783,11 +12989,17 @@ "edition": "2018", "version": "0.10.8" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "signature 2.2.0": { "name": "signature", "version": "2.2.0", + "package_url": "https://github.com/RustCrypto/traits/tree/master/signature", "repository": { "Http": { "url": "https://static.crates.io/crates/signature/2.2.0/download", @@ -10799,9 +13011,12 @@ "Library": { "crate_name": "signature", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10820,11 +13035,17 @@ "edition": "2021", "version": "2.2.0" }, - "license": "Apache-2.0 OR MIT" + "license": "Apache-2.0 OR MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "simple-file-manifest 0.11.0": { "name": "simple-file-manifest", "version": "0.11.0", + "package_url": "https://github.com/indygreg/simple-file-manifest-rs.git", "repository": { "Http": { "url": "https://static.crates.io/crates/simple-file-manifest/0.11.0/download", @@ -10836,9 +13057,12 @@ "Library": { "crate_name": "simple_file_manifest", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10850,11 +13074,17 @@ "edition": "2021", "version": "0.11.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "slab 0.4.8": { "name": "slab", "version": "0.4.8", + "package_url": "https://github.com/tokio-rs/slab", "repository": { "Http": { "url": "https://static.crates.io/crates/slab/0.4.8/download", @@ -10866,18 +13096,24 @@ "Library": { "crate_name": "slab", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10919,11 +13155,16 @@ "selects": {} } }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "smallvec 1.13.2": { "name": "smallvec", "version": "1.13.2", + "package_url": "https://github.com/servo/rust-smallvec", "repository": { "Http": { "url": "https://static.crates.io/crates/smallvec/1.13.2/download", @@ -10935,9 +13176,12 @@ "Library": { "crate_name": "smallvec", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11082,11 +13326,17 @@ "edition": "2018", "version": "1.13.2" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "socket2 0.4.9": { "name": "socket2", "version": "0.4.9", + "package_url": "https://github.com/rust-lang/socket2", "repository": { "Http": { "url": "https://static.crates.io/crates/socket2/0.4.9/download", @@ -11098,9 +13348,12 @@ "Library": { "crate_name": "socket2", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11135,11 +13388,17 @@ "edition": "2018", "version": "0.4.9" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "socket2 0.5.5": { "name": "socket2", "version": "0.5.5", + "package_url": "https://github.com/rust-lang/socket2", "repository": { "Http": { "url": "https://static.crates.io/crates/socket2/0.5.5/download", @@ -11151,9 +13410,12 @@ "Library": { "crate_name": "socket2", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11188,11 +13450,17 @@ "edition": "2021", "version": "0.5.5" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "spin 0.5.2": { "name": "spin", "version": "0.5.2", + "package_url": "https://github.com/mvdnes/spin-rs.git", "repository": { "Http": { "url": "https://static.crates.io/crates/spin/0.5.2/download", @@ -11204,9 +13472,12 @@ "Library": { "crate_name": "spin", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11218,11 +13489,16 @@ "edition": "2015", "version": "0.5.2" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "spin 0.9.8": { "name": "spin", "version": "0.9.8", + "package_url": "https://github.com/mvdnes/spin-rs.git", "repository": { "Http": { "url": "https://static.crates.io/crates/spin/0.9.8/download", @@ -11234,9 +13510,12 @@ "Library": { "crate_name": "spin", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11254,11 +13533,16 @@ "edition": "2015", "version": "0.9.8" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "spki 0.7.3": { "name": "spki", "version": "0.7.3", + "package_url": "https://github.com/RustCrypto/formats/tree/master/spki", "repository": { "Http": { "url": "https://static.crates.io/crates/spki/0.7.3/download", @@ -11270,9 +13554,12 @@ "Library": { "crate_name": "spki", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11299,11 +13586,17 @@ "edition": "2021", "version": "0.7.3" }, - "license": "Apache-2.0 OR MIT" + "license": "Apache-2.0 OR MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "strsim 0.11.0": { "name": "strsim", "version": "0.11.0", + "package_url": "https://github.com/rapidfuzz/strsim-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/strsim/0.11.0/download", @@ -11315,9 +13608,12 @@ "Library": { "crate_name": "strsim", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11329,7 +13625,11 @@ "edition": "2015", "version": "0.11.0" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "subtle 2.5.0": { "name": "subtle", @@ -11346,9 +13646,12 @@ "Library": { "crate_name": "subtle", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11360,11 +13663,16 @@ "edition": "2018", "version": "2.5.0" }, - "license": "BSD-3-Clause" + "license": "BSD-3-Clause", + "license_ids": [ + "BSD-3-Clause" + ], + "license_file": "LICENSE" }, "syn 1.0.109": { "name": "syn", "version": "1.0.109", + "package_url": "https://github.com/dtolnay/syn", "repository": { "Http": { "url": "https://static.crates.io/crates/syn/1.0.109/download", @@ -11376,18 +13684,24 @@ "Library": { "crate_name": "syn", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11438,11 +13752,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "syn 2.0.48": { "name": "syn", "version": "2.0.48", + "package_url": "https://github.com/dtolnay/syn", "repository": { "Http": { "url": "https://static.crates.io/crates/syn/2.0.48/download", @@ -11454,9 +13774,12 @@ "Library": { "crate_name": "syn", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11501,11 +13824,17 @@ "edition": "2021", "version": "2.0.48" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "sync_wrapper 0.1.2": { "name": "sync_wrapper", "version": "0.1.2", + "package_url": "https://github.com/Actyx/sync_wrapper", "repository": { "Http": { "url": "https://static.crates.io/crates/sync_wrapper/0.1.2/download", @@ -11517,9 +13846,12 @@ "Library": { "crate_name": "sync_wrapper", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11531,11 +13863,16 @@ "edition": "2018", "version": "0.1.2" }, - "license": "Apache-2.0" + "license": "Apache-2.0", + "license_ids": [ + "Apache-2.0" + ], + "license_file": "LICENSE" }, "system-configuration 0.5.1": { "name": "system-configuration", "version": "0.5.1", + "package_url": "https://github.com/mullvad/system-configuration-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/system-configuration/0.5.1/download", @@ -11547,9 +13884,12 @@ "Library": { "crate_name": "system_configuration", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11578,11 +13918,17 @@ "edition": "2021", "version": "0.5.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": null }, "system-configuration-sys 0.5.0": { "name": "system-configuration-sys", "version": "0.5.0", + "package_url": "https://github.com/mullvad/system-configuration-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/system-configuration-sys/0.5.0/download", @@ -11594,18 +13940,24 @@ "Library": { "crate_name": "system_configuration_sys", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11639,11 +13991,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": null }, "tar 0.4.40": { "name": "tar", "version": "0.4.40", + "package_url": "https://github.com/alexcrichton/tar-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/tar/0.4.40/download", @@ -11655,9 +14013,12 @@ "Library": { "crate_name": "tar", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11696,11 +14057,17 @@ "edition": "2018", "version": "0.4.40" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "tempfile 3.10.1": { "name": "tempfile", "version": "3.10.1", + "package_url": "https://github.com/Stebalien/tempfile", "repository": { "Http": { "url": "https://static.crates.io/crates/tempfile/3.10.1/download", @@ -11712,9 +14079,12 @@ "Library": { "crate_name": "tempfile", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11752,11 +14122,17 @@ "edition": "2021", "version": "3.10.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "termtree 0.4.1": { "name": "termtree", "version": "0.4.1", + "package_url": "https://github.com/rust-cli/termtree", "repository": { "Http": { "url": "https://static.crates.io/crates/termtree/0.4.1/download", @@ -11768,9 +14144,12 @@ "Library": { "crate_name": "termtree", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11782,11 +14161,16 @@ "edition": "2018", "version": "0.4.1" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "thiserror 1.0.58": { "name": "thiserror", "version": "1.0.58", + "package_url": "https://github.com/dtolnay/thiserror", "repository": { "Http": { "url": "https://static.crates.io/crates/thiserror/1.0.58/download", @@ -11798,18 +14182,24 @@ "Library": { "crate_name": "thiserror", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11844,11 +14234,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "thiserror-impl 1.0.58": { "name": "thiserror-impl", "version": "1.0.58", + "package_url": "https://github.com/dtolnay/thiserror", "repository": { "Http": { "url": "https://static.crates.io/crates/thiserror-impl/1.0.58/download", @@ -11860,9 +14256,12 @@ "ProcMacro": { "crate_name": "thiserror_impl", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11891,11 +14290,17 @@ "edition": "2021", "version": "1.0.58" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "time 0.3.31": { "name": "time", "version": "0.3.31", + "package_url": "https://github.com/time-rs/time", "repository": { "Http": { "url": "https://static.crates.io/crates/time/0.3.31/download", @@ -11907,9 +14312,12 @@ "Library": { "crate_name": "time", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11955,11 +14363,17 @@ }, "version": "0.3.31" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-Apache" }, "time-core 0.1.2": { "name": "time-core", "version": "0.1.2", + "package_url": "https://github.com/time-rs/time", "repository": { "Http": { "url": "https://static.crates.io/crates/time-core/0.1.2/download", @@ -11971,9 +14385,12 @@ "Library": { "crate_name": "time_core", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11985,11 +14402,17 @@ "edition": "2021", "version": "0.1.2" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-Apache" }, "time-macros 0.2.16": { "name": "time-macros", "version": "0.2.16", + "package_url": "https://github.com/time-rs/time", "repository": { "Http": { "url": "https://static.crates.io/crates/time-macros/0.2.16/download", @@ -12001,9 +14424,12 @@ "ProcMacro": { "crate_name": "time_macros", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -12024,11 +14450,17 @@ "edition": "2021", "version": "0.2.16" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-Apache" }, "tinyvec 1.6.0": { "name": "tinyvec", "version": "1.6.0", + "package_url": "https://github.com/Lokathor/tinyvec", "repository": { "Http": { "url": "https://static.crates.io/crates/tinyvec/1.6.0/download", @@ -12040,9 +14472,12 @@ "Library": { "crate_name": "tinyvec", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -12071,11 +14506,18 @@ "edition": "2018", "version": "1.6.0" }, - "license": "Zlib OR Apache-2.0 OR MIT" + "license": "Zlib OR Apache-2.0 OR MIT", + "license_ids": [ + "Apache-2.0", + "MIT", + "Zlib" + ], + "license_file": "LICENSE-APACHE.md" }, "tinyvec_macros 0.1.1": { "name": "tinyvec_macros", "version": "0.1.1", + "package_url": "https://github.com/Soveu/tinyvec_macros", "repository": { "Http": { "url": "https://static.crates.io/crates/tinyvec_macros/0.1.1/download", @@ -12087,9 +14529,12 @@ "Library": { "crate_name": "tinyvec_macros", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -12101,7 +14546,13 @@ "edition": "2018", "version": "0.1.1" }, - "license": "MIT OR Apache-2.0 OR Zlib" + "license": "MIT OR Apache-2.0 OR Zlib", + "license_ids": [ + "Apache-2.0", + "MIT", + "Zlib" + ], + "license_file": "LICENSE-APACHE.md" }, "tokio 1.37.0": { "name": "tokio", @@ -12118,9 +14569,12 @@ "Library": { "crate_name": "tokio", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -12131,9 +14585,6 @@ ], "crate_features": { "common": [ - "bytes", - "default", - "io-util", "libc", "macros", "mio", @@ -12142,10 +14593,7 @@ "rt", "rt-multi-thread", "socket2", - "sync", - "time", - "tokio-macros", - "windows-sys" + "tokio-macros" ], "selects": { "aarch64-apple-darwin": [ @@ -12467,11 +14915,16 @@ }, "version": "1.37.0" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "tokio-macros 2.2.0": { "name": "tokio-macros", "version": "2.2.0", + "package_url": "https://github.com/tokio-rs/tokio", "repository": { "Http": { "url": "https://static.crates.io/crates/tokio-macros/2.2.0/download", @@ -12483,9 +14936,12 @@ "ProcMacro": { "crate_name": "tokio_macros", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -12514,11 +14970,16 @@ "edition": "2021", "version": "2.2.0" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "tokio-rustls 0.24.1": { "name": "tokio-rustls", "version": "0.24.1", + "package_url": "https://github.com/rustls/tokio-rustls", "repository": { "Http": { "url": "https://static.crates.io/crates/tokio-rustls/0.24.1/download", @@ -12530,9 +14991,12 @@ "Library": { "crate_name": "tokio_rustls", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -12565,7 +15029,12 @@ "edition": "2018", "version": "0.24.1" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "tokio-rustls 0.25.0": { "name": "tokio-rustls", @@ -12636,6 +15105,7 @@ "tokio-util 0.7.7": { "name": "tokio-util", "version": "0.7.7", + "package_url": "https://github.com/tokio-rs/tokio", "repository": { "Http": { "url": "https://static.crates.io/crates/tokio-util/0.7.7/download", @@ -12647,9 +15117,12 @@ "Library": { "crate_name": "tokio_util", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -12698,7 +15171,11 @@ "edition": "2018", "version": "0.7.7" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "toml 0.8.12": { "name": "toml", @@ -12715,9 +15192,12 @@ "Library": { "crate_name": "toml", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -12758,11 +15238,17 @@ "edition": "2021", "version": "0.8.12" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "toml_datetime 0.6.5": { "name": "toml_datetime", "version": "0.6.5", + "package_url": "https://github.com/toml-rs/toml", "repository": { "Http": { "url": "https://static.crates.io/crates/toml_datetime/0.6.5/download", @@ -12774,9 +15260,12 @@ "Library": { "crate_name": "toml_datetime", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -12803,7 +15292,12 @@ "edition": "2021", "version": "0.6.5" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "toml_edit 0.22.9": { "name": "toml_edit", @@ -12820,9 +15314,12 @@ "Library": { "crate_name": "toml_edit", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -12867,7 +15364,12 @@ "edition": "2021", "version": "0.22.9" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "tower 0.4.13": { "name": "tower", @@ -13001,6 +15503,7 @@ "tower-service 0.3.2": { "name": "tower-service", "version": "0.3.2", + "package_url": "https://github.com/tower-rs/tower", "repository": { "Http": { "url": "https://static.crates.io/crates/tower-service/0.3.2/download", @@ -13012,9 +15515,12 @@ "Library": { "crate_name": "tower_service", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13026,11 +15532,16 @@ "edition": "2018", "version": "0.3.2" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "tracing 0.1.37": { "name": "tracing", "version": "0.1.37", + "package_url": "https://github.com/tokio-rs/tracing", "repository": { "Http": { "url": "https://static.crates.io/crates/tracing/0.1.37/download", @@ -13042,9 +15553,12 @@ "Library": { "crate_name": "tracing", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13084,11 +15598,16 @@ "edition": "2018", "version": "0.1.37" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "tracing-core 0.1.30": { "name": "tracing-core", "version": "0.1.30", + "package_url": "https://github.com/tokio-rs/tracing", "repository": { "Http": { "url": "https://static.crates.io/crates/tracing-core/0.1.30/download", @@ -13100,9 +15619,12 @@ "Library": { "crate_name": "tracing_core", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13130,11 +15652,16 @@ "edition": "2018", "version": "0.1.30" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "try-lock 0.2.4": { "name": "try-lock", "version": "0.2.4", + "package_url": "https://github.com/seanmonstar/try-lock", "repository": { "Http": { "url": "https://static.crates.io/crates/try-lock/0.2.4/download", @@ -13146,9 +15673,12 @@ "Library": { "crate_name": "try_lock", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13160,11 +15690,16 @@ "edition": "2015", "version": "0.2.4" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "typenum 1.16.0": { "name": "typenum", "version": "1.16.0", + "package_url": "https://github.com/paholg/typenum", "repository": { "Http": { "url": "https://static.crates.io/crates/typenum/1.16.0/download", @@ -13176,18 +15711,24 @@ "Library": { "crate_name": "typenum", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_main", "crate_root": "build/main.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13213,11 +15754,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE" }, "unicode-bidi 0.3.13": { "name": "unicode-bidi", "version": "0.3.13", + "package_url": "https://github.com/servo/unicode-bidi", "repository": { "Http": { "url": "https://static.crates.io/crates/unicode-bidi/0.3.13/download", @@ -13229,9 +15776,12 @@ "Library": { "crate_name": "unicode_bidi", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13250,11 +15800,17 @@ "edition": "2018", "version": "0.3.13" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "unicode-ident 1.0.8": { "name": "unicode-ident", "version": "1.0.8", + "package_url": "https://github.com/dtolnay/unicode-ident", "repository": { "Http": { "url": "https://static.crates.io/crates/unicode-ident/1.0.8/download", @@ -13266,9 +15822,12 @@ "Library": { "crate_name": "unicode_ident", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13280,11 +15839,18 @@ "edition": "2018", "version": "1.0.8" }, - "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016" + "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016", + "license_ids": [ + "Apache-2.0", + "MIT", + "Unicode-DFS-2016" + ], + "license_file": "LICENSE-APACHE" }, "unicode-normalization 0.1.22": { "name": "unicode-normalization", "version": "0.1.22", + "package_url": "https://github.com/unicode-rs/unicode-normalization", "repository": { "Http": { "url": "https://static.crates.io/crates/unicode-normalization/0.1.22/download", @@ -13296,9 +15862,12 @@ "Library": { "crate_name": "unicode_normalization", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13325,11 +15894,17 @@ "edition": "2018", "version": "0.1.22" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "untrusted 0.7.1": { "name": "untrusted", "version": "0.7.1", + "package_url": "https://github.com/briansmith/untrusted", "repository": { "Http": { "url": "https://static.crates.io/crates/untrusted/0.7.1/download", @@ -13341,9 +15916,12 @@ "Library": { "crate_name": "untrusted", "crate_root": "src/untrusted.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13355,11 +15933,16 @@ "edition": "2018", "version": "0.7.1" }, - "license": "ISC" + "license": "ISC", + "license_ids": [ + "ISC" + ], + "license_file": "LICENSE.txt" }, "untrusted 0.9.0": { "name": "untrusted", "version": "0.9.0", + "package_url": "https://github.com/briansmith/untrusted", "repository": { "Http": { "url": "https://static.crates.io/crates/untrusted/0.9.0/download", @@ -13371,9 +15954,12 @@ "Library": { "crate_name": "untrusted", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13385,11 +15971,16 @@ "edition": "2018", "version": "0.9.0" }, - "license": "ISC" + "license": "ISC", + "license_ids": [ + "ISC" + ], + "license_file": "LICENSE.txt" }, "url 2.5.0": { "name": "url", "version": "2.5.0", + "package_url": "https://github.com/servo/rust-url", "repository": { "Http": { "url": "https://static.crates.io/crates/url/2.5.0/download", @@ -13401,9 +15992,12 @@ "Library": { "crate_name": "url", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13438,11 +16032,17 @@ "edition": "2018", "version": "2.5.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "utf8parse 0.2.1": { "name": "utf8parse", "version": "0.2.1", + "package_url": "https://github.com/alacritty/vte", "repository": { "Http": { "url": "https://static.crates.io/crates/utf8parse/0.2.1/download", @@ -13454,9 +16054,12 @@ "Library": { "crate_name": "utf8parse", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13474,11 +16077,17 @@ "edition": "2018", "version": "0.2.1" }, - "license": "Apache-2.0 OR MIT" + "license": "Apache-2.0 OR MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "uuid 1.3.0": { "name": "uuid", "version": "1.3.0", + "package_url": "https://github.com/uuid-rs/uuid", "repository": { "Http": { "url": "https://static.crates.io/crates/uuid/1.3.0/download", @@ -13490,9 +16099,12 @@ "Library": { "crate_name": "uuid", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13511,11 +16123,17 @@ "edition": "2018", "version": "1.3.0" }, - "license": "Apache-2.0 OR MIT" + "license": "Apache-2.0 OR MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "version_check 0.9.4": { "name": "version_check", "version": "0.9.4", + "package_url": "https://github.com/SergioBenitez/version_check", "repository": { "Http": { "url": "https://static.crates.io/crates/version_check/0.9.4/download", @@ -13527,9 +16145,12 @@ "Library": { "crate_name": "version_check", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13541,11 +16162,17 @@ "edition": "2015", "version": "0.9.4" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "wait-timeout 0.2.0": { "name": "wait-timeout", "version": "0.2.0", + "package_url": "https://github.com/alexcrichton/wait-timeout", "repository": { "Http": { "url": "https://static.crates.io/crates/wait-timeout/0.2.0/download", @@ -13557,9 +16184,12 @@ "Library": { "crate_name": "wait_timeout", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13582,11 +16212,17 @@ "edition": "2015", "version": "0.2.0" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "walkdir 2.5.0": { "name": "walkdir", "version": "2.5.0", + "package_url": "https://github.com/BurntSushi/walkdir", "repository": { "Http": { "url": "https://static.crates.io/crates/walkdir/2.5.0/download", @@ -13598,9 +16234,12 @@ "Library": { "crate_name": "walkdir", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13628,11 +16267,17 @@ "edition": "2018", "version": "2.5.0" }, - "license": "Unlicense/MIT" + "license": "Unlicense/MIT", + "license_ids": [ + "MIT", + "Unlicense" + ], + "license_file": "LICENSE-MIT" }, "want 0.3.0": { "name": "want", "version": "0.3.0", + "package_url": "https://github.com/seanmonstar/want", "repository": { "Http": { "url": "https://static.crates.io/crates/want/0.3.0/download", @@ -13644,9 +16289,12 @@ "Library": { "crate_name": "want", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13671,11 +16319,16 @@ "edition": "2018", "version": "0.3.0" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "wasi 0.11.0+wasi-snapshot-preview1": { "name": "wasi", "version": "0.11.0+wasi-snapshot-preview1", + "package_url": "https://github.com/bytecodealliance/wasi", "repository": { "Http": { "url": "https://static.crates.io/crates/wasi/0.11.0+wasi-snapshot-preview1/download", @@ -13687,9 +16340,12 @@ "Library": { "crate_name": "wasi", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13708,11 +16364,17 @@ "edition": "2018", "version": "0.11.0+wasi-snapshot-preview1" }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "wasm-bindgen 0.2.89": { "name": "wasm-bindgen", "version": "0.2.89", + "package_url": "https://github.com/rustwasm/wasm-bindgen", "repository": { "Http": { "url": "https://static.crates.io/crates/wasm-bindgen/0.2.89/download", @@ -13724,18 +16386,24 @@ "Library": { "crate_name": "wasm_bindgen", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13782,11 +16450,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "wasm-bindgen-backend 0.2.89": { "name": "wasm-bindgen-backend", "version": "0.2.89", + "package_url": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend", "repository": { "Http": { "url": "https://static.crates.io/crates/wasm-bindgen-backend/0.2.89/download", @@ -13798,9 +16472,12 @@ "Library": { "crate_name": "wasm_bindgen_backend", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13851,11 +16528,17 @@ "edition": "2018", "version": "0.2.89" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "wasm-bindgen-futures 0.4.34": { "name": "wasm-bindgen-futures", "version": "0.4.34", + "package_url": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures", "repository": { "Http": { "url": "https://static.crates.io/crates/wasm-bindgen-futures/0.4.34/download", @@ -13867,9 +16550,12 @@ "Library": { "crate_name": "wasm_bindgen_futures", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13905,11 +16591,17 @@ "edition": "2018", "version": "0.4.34" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "wasm-bindgen-macro 0.2.89": { "name": "wasm-bindgen-macro", "version": "0.2.89", + "package_url": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro", "repository": { "Http": { "url": "https://static.crates.io/crates/wasm-bindgen-macro/0.2.89/download", @@ -13921,9 +16613,12 @@ "ProcMacro": { "crate_name": "wasm_bindgen_macro", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13954,11 +16649,17 @@ "edition": "2018", "version": "0.2.89" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "wasm-bindgen-macro-support 0.2.89": { "name": "wasm-bindgen-macro-support", "version": "0.2.89", + "package_url": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support", "repository": { "Http": { "url": "https://static.crates.io/crates/wasm-bindgen-macro-support/0.2.89/download", @@ -13970,9 +16671,12 @@ "Library": { "crate_name": "wasm_bindgen_macro_support", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14015,11 +16719,17 @@ "edition": "2018", "version": "0.2.89" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "wasm-bindgen-shared 0.2.89": { "name": "wasm-bindgen-shared", "version": "0.2.89", + "package_url": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared", "repository": { "Http": { "url": "https://static.crates.io/crates/wasm-bindgen-shared/0.2.89/download", @@ -14031,18 +16741,24 @@ "Library": { "crate_name": "wasm_bindgen_shared", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14069,11 +16785,17 @@ ], "links": "wasm_bindgen" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "web-sys 0.3.61": { "name": "web-sys", "version": "0.3.61", + "package_url": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys", "repository": { "Http": { "url": "https://static.crates.io/crates/web-sys/0.3.61/download", @@ -14085,9 +16807,12 @@ "Library": { "crate_name": "web_sys", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14102,13 +16827,10 @@ "AbortSignal", "Blob", "BlobPropertyBag", - "Crypto", - "Event", "EventTarget", "File", "FormData", "Headers", - "MessageEvent", "ReadableStream", "Request", "RequestCredentials", @@ -14117,7 +16839,6 @@ "Response", "ServiceWorkerGlobalScope", "Window", - "Worker", "WorkerGlobalScope" ], "selects": {} @@ -14138,11 +16859,17 @@ "edition": "2018", "version": "0.3.61" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "webpki-roots 0.25.2": { "name": "webpki-roots", "version": "0.25.2", + "package_url": "https://github.com/rustls/webpki-roots", "repository": { "Http": { "url": "https://static.crates.io/crates/webpki-roots/0.25.2/download", @@ -14154,9 +16881,12 @@ "Library": { "crate_name": "webpki_roots", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14168,7 +16898,11 @@ "edition": "2018", "version": "0.25.2" }, - "license": "MPL-2.0" + "license": "MPL-2.0", + "license_ids": [ + "MPL-2.0" + ], + "license_file": "LICENSE" }, "webpki-roots 0.26.1": { "name": "webpki-roots", @@ -14221,6 +16955,7 @@ "winapi 0.3.9": { "name": "winapi", "version": "0.3.9", + "package_url": "https://github.com/retep998/winapi-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/winapi/0.3.9/download", @@ -14232,18 +16967,24 @@ "Library": { "crate_name": "winapi", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14302,11 +17043,17 @@ "**" ] }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "winapi-i686-pc-windows-gnu 0.4.0": { "name": "winapi-i686-pc-windows-gnu", "version": "0.4.0", + "package_url": "https://github.com/retep998/winapi-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/winapi-i686-pc-windows-gnu/0.4.0/download", @@ -14318,18 +17065,24 @@ "Library": { "crate_name": "winapi_i686_pc_windows_gnu", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14355,11 +17108,17 @@ "**" ] }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": null }, "winapi-util 0.1.5": { "name": "winapi-util", "version": "0.1.5", + "package_url": "https://github.com/BurntSushi/winapi-util", "repository": { "Http": { "url": "https://static.crates.io/crates/winapi-util/0.1.5/download", @@ -14371,9 +17130,12 @@ "Library": { "crate_name": "winapi_util", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14396,11 +17158,17 @@ "edition": "2018", "version": "0.1.5" }, - "license": "Unlicense/MIT" + "license": "Unlicense/MIT", + "license_ids": [ + "MIT", + "Unlicense" + ], + "license_file": "LICENSE-MIT" }, "winapi-x86_64-pc-windows-gnu 0.4.0": { "name": "winapi-x86_64-pc-windows-gnu", "version": "0.4.0", + "package_url": "https://github.com/retep998/winapi-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download", @@ -14412,18 +17180,24 @@ "Library": { "crate_name": "winapi_x86_64_pc_windows_gnu", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14449,11 +17223,17 @@ "**" ] }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": null }, "windows-core 0.52.0": { "name": "windows-core", "version": "0.52.0", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows-core/0.52.0/download", @@ -14465,9 +17245,12 @@ "Library": { "crate_name": "windows_core", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14488,11 +17271,17 @@ "edition": "2021", "version": "0.52.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "license-apache-2.0" }, "windows-sys 0.48.0": { "name": "windows-sys", "version": "0.48.0", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows-sys/0.48.0/download", @@ -14504,9 +17293,12 @@ "Library": { "crate_name": "windows_sys", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14555,11 +17347,17 @@ "edition": "2018", "version": "0.48.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "license-apache-2.0" }, "windows-sys 0.52.0": { "name": "windows-sys", "version": "0.52.0", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows-sys/0.52.0/download", @@ -14571,9 +17369,12 @@ "Library": { "crate_name": "windows_sys", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14586,10 +17387,6 @@ "common": [ "Win32", "Win32_Foundation", - "Win32_NetworkManagement", - "Win32_NetworkManagement_IpHelper", - "Win32_Networking", - "Win32_Networking_WinSock", "Win32_Storage", "Win32_Storage_FileSystem", "default" @@ -14613,11 +17410,17 @@ "edition": "2021", "version": "0.52.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "license-apache-2.0" }, "windows-targets 0.48.1": { "name": "windows-targets", "version": "0.48.1", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows-targets/0.48.1/download", @@ -14629,9 +17432,12 @@ "Library": { "crate_name": "windows_targets", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14690,11 +17496,17 @@ "edition": "2018", "version": "0.48.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "license-apache-2.0" }, "windows-targets 0.52.0": { "name": "windows-targets", "version": "0.52.0", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows-targets/0.52.0/download", @@ -14706,9 +17518,12 @@ "Library": { "crate_name": "windows_targets", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14767,11 +17582,17 @@ "edition": "2021", "version": "0.52.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "license-apache-2.0" }, "windows_aarch64_gnullvm 0.48.0": { "name": "windows_aarch64_gnullvm", "version": "0.48.0", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/0.48.0/download", @@ -14783,18 +17604,24 @@ "Library": { "crate_name": "windows_aarch64_gnullvm", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14820,11 +17647,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "license-apache-2.0" }, "windows_aarch64_gnullvm 0.52.0": { "name": "windows_aarch64_gnullvm", "version": "0.52.0", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/0.52.0/download", @@ -14836,18 +17669,24 @@ "Library": { "crate_name": "windows_aarch64_gnullvm", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14873,11 +17712,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "license-apache-2.0" }, "windows_aarch64_msvc 0.48.0": { "name": "windows_aarch64_msvc", "version": "0.48.0", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.48.0/download", @@ -14889,18 +17734,24 @@ "Library": { "crate_name": "windows_aarch64_msvc", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14926,11 +17777,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "license-apache-2.0" }, "windows_aarch64_msvc 0.52.0": { "name": "windows_aarch64_msvc", "version": "0.52.0", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.52.0/download", @@ -14942,18 +17799,24 @@ "Library": { "crate_name": "windows_aarch64_msvc", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14979,11 +17842,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "license-apache-2.0" }, "windows_i686_gnu 0.48.0": { "name": "windows_i686_gnu", "version": "0.48.0", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows_i686_gnu/0.48.0/download", @@ -14995,18 +17864,24 @@ "Library": { "crate_name": "windows_i686_gnu", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15032,11 +17907,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "license-apache-2.0" }, "windows_i686_gnu 0.52.0": { "name": "windows_i686_gnu", "version": "0.52.0", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows_i686_gnu/0.52.0/download", @@ -15048,18 +17929,24 @@ "Library": { "crate_name": "windows_i686_gnu", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15085,11 +17972,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "license-apache-2.0" }, "windows_i686_msvc 0.48.0": { "name": "windows_i686_msvc", "version": "0.48.0", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows_i686_msvc/0.48.0/download", @@ -15101,18 +17994,24 @@ "Library": { "crate_name": "windows_i686_msvc", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15138,11 +18037,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "license-apache-2.0" }, "windows_i686_msvc 0.52.0": { "name": "windows_i686_msvc", "version": "0.52.0", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows_i686_msvc/0.52.0/download", @@ -15154,18 +18059,24 @@ "Library": { "crate_name": "windows_i686_msvc", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15191,11 +18102,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "license-apache-2.0" }, "windows_x86_64_gnu 0.48.0": { "name": "windows_x86_64_gnu", "version": "0.48.0", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.48.0/download", @@ -15207,18 +18124,24 @@ "Library": { "crate_name": "windows_x86_64_gnu", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15244,11 +18167,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "license-apache-2.0" }, "windows_x86_64_gnu 0.52.0": { "name": "windows_x86_64_gnu", "version": "0.52.0", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.52.0/download", @@ -15260,18 +18189,24 @@ "Library": { "crate_name": "windows_x86_64_gnu", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15297,11 +18232,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "license-apache-2.0" }, "windows_x86_64_gnullvm 0.48.0": { "name": "windows_x86_64_gnullvm", "version": "0.48.0", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.48.0/download", @@ -15313,18 +18254,24 @@ "Library": { "crate_name": "windows_x86_64_gnullvm", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15350,11 +18297,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "license-apache-2.0" }, "windows_x86_64_gnullvm 0.52.0": { "name": "windows_x86_64_gnullvm", "version": "0.52.0", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.52.0/download", @@ -15366,18 +18319,24 @@ "Library": { "crate_name": "windows_x86_64_gnullvm", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15403,11 +18362,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "license-apache-2.0" }, "windows_x86_64_msvc 0.48.0": { "name": "windows_x86_64_msvc", "version": "0.48.0", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.48.0/download", @@ -15419,18 +18384,24 @@ "Library": { "crate_name": "windows_x86_64_msvc", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15456,11 +18427,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "license-apache-2.0" }, "windows_x86_64_msvc 0.52.0": { "name": "windows_x86_64_msvc", "version": "0.52.0", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.52.0/download", @@ -15472,18 +18449,24 @@ "Library": { "crate_name": "windows_x86_64_msvc", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15509,11 +18492,17 @@ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "license-apache-2.0" }, "winnow 0.6.5": { "name": "winnow", "version": "0.6.5", + "package_url": "https://github.com/winnow-rs/winnow", "repository": { "Http": { "url": "https://static.crates.io/crates/winnow/0.6.5/download", @@ -15525,9 +18514,12 @@ "Library": { "crate_name": "winnow", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15547,11 +18539,16 @@ "edition": "2021", "version": "0.6.5" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE-MIT" }, "winreg 0.50.0": { "name": "winreg", "version": "0.50.0", + "package_url": "https://github.com/gentoo90/winreg-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/winreg/0.50.0/download", @@ -15563,9 +18560,12 @@ "Library": { "crate_name": "winreg", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15590,7 +18590,11 @@ "edition": "2018", "version": "0.50.0" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "winreg 0.52.0": { "name": "winreg", @@ -15646,6 +18650,7 @@ "x509-certificate 0.23.1": { "name": "x509-certificate", "version": "0.23.1", + "package_url": "https://github.com/indygreg/cryptography-rs.git", "repository": { "Http": { "url": "https://static.crates.io/crates/x509-certificate/0.23.1/download", @@ -15657,9 +18662,12 @@ "Library": { "crate_name": "x509_certificate", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15726,11 +18734,16 @@ "edition": "2021", "version": "0.23.1" }, - "license": "MPL-2.0" + "license": "MPL-2.0", + "license_ids": [ + "MPL-2.0" + ], + "license_file": null }, "xattr 1.0.1": { "name": "xattr", "version": "1.0.1", + "package_url": "https://github.com/Stebalien/xattr", "repository": { "Http": { "url": "https://static.crates.io/crates/xattr/1.0.1/download", @@ -15742,9 +18755,12 @@ "Library": { "crate_name": "xattr", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15772,11 +18788,17 @@ "edition": "2021", "version": "1.0.1" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "xml-rs 0.8.19": { "name": "xml-rs", "version": "0.8.19", + "package_url": "https://github.com/kornelski/xml-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/xml-rs/0.8.19/download", @@ -15788,9 +18810,12 @@ "Library": { "crate_name": "xml", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15802,11 +18827,16 @@ "edition": "2021", "version": "0.8.19" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "xz2 0.1.7": { "name": "xz2", "version": "0.1.7", + "package_url": "https://github.com/alexcrichton/xz2-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/xz2/0.1.7/download", @@ -15818,9 +18848,12 @@ "Library": { "crate_name": "xz2", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15847,11 +18880,17 @@ "edition": "2018", "version": "0.1.7" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "zeroize 1.7.0": { "name": "zeroize", "version": "1.7.0", + "package_url": "https://github.com/RustCrypto/utils/tree/master/zeroize", "repository": { "Http": { "url": "https://static.crates.io/crates/zeroize/1.7.0/download", @@ -15863,9 +18902,12 @@ "Library": { "crate_name": "zeroize", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15895,11 +18937,17 @@ }, "version": "1.7.0" }, - "license": "Apache-2.0 OR MIT" + "license": "Apache-2.0 OR MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "zeroize_derive 1.4.2": { "name": "zeroize_derive", "version": "1.4.2", + "package_url": "https://github.com/RustCrypto/utils/tree/master/zeroize/derive", "repository": { "Http": { "url": "https://static.crates.io/crates/zeroize_derive/1.4.2/download", @@ -15911,9 +18959,12 @@ "ProcMacro": { "crate_name": "zeroize_derive", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15942,11 +18993,17 @@ "edition": "2021", "version": "1.4.2" }, - "license": "Apache-2.0 OR MIT" + "license": "Apache-2.0 OR MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "zip 0.6.6": { "name": "zip", "version": "0.6.6", + "package_url": "https://github.com/zip-rs/zip.git", "repository": { "Http": { "url": "https://static.crates.io/crates/zip/0.6.6/download", @@ -15958,9 +19015,12 @@ "Library": { "crate_name": "zip", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -16045,11 +19105,16 @@ "edition": "2021", "version": "0.6.6" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "zstd 0.11.2+zstd.1.5.2": { "name": "zstd", "version": "0.11.2+zstd.1.5.2", + "package_url": "https://github.com/gyscos/zstd-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/zstd/0.11.2+zstd.1.5.2/download", @@ -16061,9 +19126,12 @@ "Library": { "crate_name": "zstd", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -16093,11 +19161,16 @@ "edition": "2018", "version": "0.11.2+zstd.1.5.2" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "zstd-safe 5.0.2+zstd.1.5.2": { "name": "zstd-safe", "version": "5.0.2+zstd.1.5.2", + "package_url": "https://github.com/gyscos/zstd-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/zstd-safe/5.0.2+zstd.1.5.2/download", @@ -16109,18 +19182,24 @@ "Library": { "crate_name": "zstd_safe", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -16161,13 +19240,28 @@ "build_script_attrs": { "data_glob": [ "**" - ] + ], + "link_deps": { + "common": [ + { + "id": "zstd-sys 2.0.7+zstd.1.5.4", + "target": "zstd_sys" + } + ], + "selects": {} + } }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE" }, "zstd-sys 2.0.7+zstd.1.5.4": { "name": "zstd-sys", "version": "2.0.7+zstd.1.5.4", + "package_url": "https://github.com/gyscos/zstd-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/zstd-sys/2.0.7+zstd.1.5.4/download", @@ -16179,18 +19273,24 @@ "Library": { "crate_name": "zstd_sys", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -16242,7 +19342,12 @@ }, "links": "zstd" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE" } }, "binary_crates": [], @@ -16253,10 +19358,40 @@ "aarch64-apple-darwin": [ "aarch64-apple-darwin" ], + "aarch64-apple-ios": [ + "aarch64-apple-ios" + ], + "aarch64-apple-ios-sim": [ + "aarch64-apple-ios-sim" + ], + "aarch64-fuchsia": [ + "aarch64-fuchsia" + ], "aarch64-linux-android": [ "aarch64-linux-android" ], "aarch64-pc-windows-gnullvm": [], + "aarch64-pc-windows-msvc": [ + "aarch64-pc-windows-msvc" + ], + "aarch64-unknown-linux-gnu": [ + "aarch64-unknown-linux-gnu" + ], + "aarch64-unknown-nixos-gnu": [ + "aarch64-unknown-nixos-gnu" + ], + "aarch64-unknown-nto-qnx710": [ + "aarch64-unknown-nto-qnx710" + ], + "arm-unknown-linux-gnueabi": [ + "arm-unknown-linux-gnueabi" + ], + "armv7-linux-androideabi": [ + "armv7-linux-androideabi" + ], + "armv7-unknown-linux-gnueabi": [ + "armv7-unknown-linux-gnueabi" + ], "cfg(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), target_os = \"hermit\"))": [], "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [ "aarch64-linux-android", @@ -16269,16 +19404,19 @@ "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(target_arch = \"aarch64\", target_arch = \"arm\")))": [ "aarch64-linux-android", "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", "arm-unknown-linux-gnueabi", "armv7-linux-androideabi", "armv7-unknown-linux-gnueabi" ], "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))": [ "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", "arm-unknown-linux-gnueabi", "armv7-unknown-linux-gnueabi", "i686-unknown-linux-gnu", - "x86_64-unknown-linux-gnu" + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu" ], "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [ "aarch64-apple-darwin", @@ -16286,6 +19424,7 @@ "aarch64-apple-ios-sim", "aarch64-fuchsia", "aarch64-linux-android", + "aarch64-unknown-nto-qnx710", "armv7-linux-androideabi", "i686-apple-darwin", "i686-linux-android", @@ -16309,7 +19448,8 @@ "aarch64-pc-windows-msvc" ], "cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))": [ - "aarch64-unknown-linux-gnu" + "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu" ], "cfg(all(target_arch = \"aarch64\", target_os = \"windows\"))": [ "aarch64-pc-windows-msvc" @@ -16327,7 +19467,8 @@ "i686-pc-windows-msvc" ], "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [ - "x86_64-unknown-linux-gnu" + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu" ], "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ "x86_64-pc-windows-msvc" @@ -16348,6 +19489,8 @@ "aarch64-linux-android", "aarch64-pc-windows-msvc", "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", "arm-unknown-linux-gnueabi", "armv7-linux-androideabi", "armv7-unknown-linux-gnueabi", @@ -16365,6 +19508,7 @@ "x86_64-pc-windows-msvc", "x86_64-unknown-freebsd", "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", "x86_64-unknown-none" ], "cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))": [ @@ -16375,6 +19519,8 @@ "aarch64-linux-android", "aarch64-pc-windows-msvc", "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", "i686-apple-darwin", "i686-linux-android", "i686-pc-windows-msvc", @@ -16387,6 +19533,7 @@ "x86_64-pc-windows-msvc", "x86_64-unknown-freebsd", "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", "x86_64-unknown-none" ], "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ @@ -16397,6 +19544,8 @@ "aarch64-linux-android", "aarch64-pc-windows-msvc", "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", "i686-apple-darwin", "i686-linux-android", "i686-pc-windows-msvc", @@ -16409,12 +19558,14 @@ "x86_64-pc-windows-msvc", "x86_64-unknown-freebsd", "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", "x86_64-unknown-none" ], "cfg(any(target_arch = \"x86\", target_arch = \"x86_64\", all(any(target_arch = \"aarch64\", target_arch = \"arm\"), any(target_os = \"android\", target_os = \"fuchsia\", target_os = \"linux\"))))": [ "aarch64-fuchsia", "aarch64-linux-android", "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", "arm-unknown-linux-gnueabi", "armv7-linux-androideabi", "armv7-unknown-linux-gnueabi", @@ -16430,11 +19581,13 @@ "x86_64-pc-windows-msvc", "x86_64-unknown-freebsd", "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", "x86_64-unknown-none" ], "cfg(any(target_os = \"android\", target_os = \"linux\"))": [ "aarch64-linux-android", "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", "arm-unknown-linux-gnueabi", "armv7-linux-androideabi", "armv7-unknown-linux-gnueabi", @@ -16443,7 +19596,8 @@ "powerpc-unknown-linux-gnu", "s390x-unknown-linux-gnu", "x86_64-linux-android", - "x86_64-unknown-linux-gnu" + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu" ], "cfg(any(target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"illumos\", target_os = \"netbsd\", target_os = \"openbsd\", target_os = \"solaris\"))": [ "i686-unknown-freebsd", @@ -16464,6 +19618,8 @@ "aarch64-fuchsia", "aarch64-linux-android", "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", "arm-unknown-linux-gnueabi", "armv7-linux-androideabi", "armv7-unknown-linux-gnueabi", @@ -16479,7 +19635,8 @@ "x86_64-fuchsia", "x86_64-linux-android", "x86_64-unknown-freebsd", - "x86_64-unknown-linux-gnu" + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu" ], "cfg(not(target_arch = \"wasm32\"))": [ "aarch64-apple-darwin", @@ -16489,6 +19646,8 @@ "aarch64-linux-android", "aarch64-pc-windows-msvc", "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", "arm-unknown-linux-gnueabi", "armv7-linux-androideabi", "armv7-unknown-linux-gnueabi", @@ -16510,6 +19669,7 @@ "x86_64-pc-windows-msvc", "x86_64-unknown-freebsd", "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", "x86_64-unknown-none" ], "cfg(not(target_family = \"wasm\"))": [ @@ -16520,6 +19680,8 @@ "aarch64-linux-android", "aarch64-pc-windows-msvc", "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", "arm-unknown-linux-gnueabi", "armv7-linux-androideabi", "armv7-unknown-linux-gnueabi", @@ -16541,6 +19703,7 @@ "x86_64-pc-windows-msvc", "x86_64-unknown-freebsd", "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", "x86_64-unknown-none" ], "cfg(not(windows))": [ @@ -16550,6 +19713,8 @@ "aarch64-fuchsia", "aarch64-linux-android", "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", "arm-unknown-linux-gnueabi", "armv7-linux-androideabi", "armv7-unknown-linux-gnueabi", @@ -16571,6 +19736,7 @@ "x86_64-linux-android", "x86_64-unknown-freebsd", "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", "x86_64-unknown-none" ], "cfg(target_arch = \"wasm32\")": [ @@ -16608,6 +19774,8 @@ "aarch64-fuchsia", "aarch64-linux-android", "aarch64-unknown-linux-gnu", + "aarch64-unknown-nixos-gnu", + "aarch64-unknown-nto-qnx710", "arm-unknown-linux-gnueabi", "armv7-linux-androideabi", "armv7-unknown-linux-gnueabi", @@ -16622,14 +19790,66 @@ "x86_64-fuchsia", "x86_64-linux-android", "x86_64-unknown-freebsd", - "x86_64-unknown-linux-gnu" + "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu" ], "cfg(windows)": [ "aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc" ], + "i686-apple-darwin": [ + "i686-apple-darwin" + ], + "i686-linux-android": [ + "i686-linux-android" + ], "i686-pc-windows-gnu": [], + "i686-pc-windows-msvc": [ + "i686-pc-windows-msvc" + ], + "i686-unknown-freebsd": [ + "i686-unknown-freebsd" + ], + "i686-unknown-linux-gnu": [ + "i686-unknown-linux-gnu" + ], + "powerpc-unknown-linux-gnu": [ + "powerpc-unknown-linux-gnu" + ], + "riscv32imc-unknown-none-elf": [ + "riscv32imc-unknown-none-elf" + ], + "riscv64gc-unknown-none-elf": [ + "riscv64gc-unknown-none-elf" + ], + "s390x-unknown-linux-gnu": [ + "s390x-unknown-linux-gnu" + ], + "thumbv7em-none-eabi": [ + "thumbv7em-none-eabi" + ], + "thumbv8m.main-none-eabi": [ + "thumbv8m.main-none-eabi" + ], + "wasm32-unknown-unknown": [ + "wasm32-unknown-unknown" + ], + "wasm32-wasi": [ + "wasm32-wasi" + ], + "x86_64-apple-darwin": [ + "x86_64-apple-darwin" + ], + "x86_64-apple-ios": [ + "x86_64-apple-ios" + ], + "x86_64-fuchsia": [ + "x86_64-fuchsia" + ], + "x86_64-linux-android": [ + "x86_64-linux-android" + ], "x86_64-pc-windows-gnu": [], "x86_64-pc-windows-gnullvm": [], "x86_64-pc-windows-msvc": [