diff --git a/WORKSPACE b/WORKSPACE index ef9ae1cb7fecf..b85b8278bebbd 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -231,20 +231,15 @@ paket() 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-ww398ehv1QZQp26mRbOkXy8AZnsGGHpoXpVU4WfKl+4=", + urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.40.0/rules_rust-v0.40.0.tar.gz"], ) load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains") rules_rust_dependencies() -rust_register_toolchains( - edition = "2021", - versions = [ - "1.77.0", - ], -) +rust_register_toolchains() load("@rules_rust//crate_universe:defs.bzl", "crates_repository") diff --git a/rust/BUILD.bazel b/rust/BUILD.bazel index d5a6a78e57c21..c8852a513c499 100644 --- a/rust/BUILD.bazel +++ b/rust/BUILD.bazel @@ -98,8 +98,8 @@ rust_library( rust_test( name = "unit", size = "small", - srcs = glob(["src/**/*.rs"]), crate = ":selenium_manager", + edition = "2021", tags = ["no-sandbox"], ) diff --git a/rust/Cargo.Bazel.lock b/rust/Cargo.Bazel.lock index 6a9265615a5de..aef67d01182ae 100644 --- a/rust/Cargo.Bazel.lock +++ b/rust/Cargo.Bazel.lock @@ -1,9 +1,10 @@ { - "checksum": "c85656f7ecc20ec813edb9ddaec4eef8f4eb9d94ccc6e7f81514416df55f0af9", + "checksum": "ad22e2c56bec9cc2899d923af26cb07afe691cb81013d741f8588252270397a5", "crates": { "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,104 @@ "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", + "sha256": "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "android_tzdata", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "android_tzdata", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.1.1" + }, + "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", + "sha256": "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" + } + }, + "targets": [ + { + "Library": { + "crate_name": "android_system_properties", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "android_system_properties", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.5" + }, + "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", @@ -180,9 +305,12 @@ "Library": { "crate_name": "anstream", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -234,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", @@ -250,9 +384,12 @@ "Library": { "crate_name": "anstyle", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -271,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", @@ -287,9 +430,12 @@ "Library": { "crate_name": "anstyle", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -308,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", @@ -324,9 +476,12 @@ "Library": { "crate_name": "anstyle_parse", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -354,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", @@ -370,9 +531,12 @@ "Library": { "crate_name": "anstyle_query", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -395,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", @@ -411,9 +581,12 @@ "Library": { "crate_name": "anstyle_wincon", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -441,11 +614,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" }, "anyhow 1.0.81": { "name": "anyhow", "version": "1.0.81", + "package_url": "https://github.com/dtolnay/anyhow", "repository": { "Http": { "url": "https://static.crates.io/crates/anyhow/1.0.81/download", @@ -457,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" + ] + } } } ], @@ -506,11 +691,226 @@ "**" ] }, - "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", + "sha256": "b6adc520e05304de5ec383487786fa20e9c636fe972e59719cdd93621a2db6f1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "apple_flat_package", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "apple_flat_package", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "apple-xar 0.18.0", + "target": "apple_xar" + }, + { + "id": "cpio-archive 0.9.0", + "target": "cpio_archive" + }, + { + "id": "flate2 1.0.28", + "target": "flate2" + }, + { + "id": "scroll 0.12.0", + "target": "scroll" + }, + { + "id": "serde 1.0.197", + "target": "serde" + }, + { + "id": "serde-xml-rs 0.6.0", + "target": "serde_xml_rs" + }, + { + "id": "thiserror 1.0.58", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.18.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", + "sha256": "844e00dc1e665b3cf0bba745aa9c6464292ca512db0c11384511586701eb0335" + } + }, + "targets": [ + { + "Library": { + "crate_name": "apple_xar", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "apple_xar", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "signing" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base64 0.21.7", + "target": "base64" + }, + { + "id": "bcder 0.7.4", + "target": "bcder" + }, + { + "id": "bzip2 0.4.4", + "target": "bzip2" + }, + { + "id": "chrono 0.4.31", + "target": "chrono" + }, + { + "id": "cryptographic-message-syntax 0.26.0", + "target": "cryptographic_message_syntax" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "flate2 1.0.28", + "target": "flate2" + }, + { + "id": "log 0.4.21", + "target": "log" + }, + { + "id": "md-5 0.10.6", + "target": "md5" + }, + { + "id": "rand 0.8.5", + "target": "rand" + }, + { + "id": "reqwest 0.11.26", + "target": "reqwest" + }, + { + "id": "scroll 0.12.0", + "target": "scroll" + }, + { + "id": "serde 1.0.197", + "target": "serde" + }, + { + "id": "serde-xml-rs 0.6.0", + "target": "serde_xml_rs" + }, + { + "id": "sha1 0.10.6", + "target": "sha1" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" + }, + { + "id": "signature 2.2.0", + "target": "signature" + }, + { + "id": "thiserror 1.0.58", + "target": "thiserror" + }, + { + "id": "url 2.5.0", + "target": "url" + }, + { + "id": "x509-certificate 0.23.1", + "target": "x509_certificate" + }, + { + "id": "xml-rs 0.8.19", + "target": "xml" + }, + { + "id": "xz2 0.1.7", + "target": "xz2" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.18.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", @@ -522,9 +922,12 @@ "Library": { "crate_name": "ar", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -536,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", @@ -552,9 +960,12 @@ "Library": { "crate_name": "arrayvec", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -573,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", @@ -589,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" + ] + } } } ], @@ -654,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", @@ -670,9 +1099,12 @@ "Library": { "crate_name": "autocfg", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -684,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", @@ -700,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" + ] + } } } ], @@ -770,22 +1214,28 @@ "deps": { "common": [ { - "id": "cc 1.0.79", + "id": "cc 1.0.90", "target": "cc" } ], "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.0": { + "base64 0.21.7": { "name": "base64", - "version": "0.21.0", + "version": "0.21.7", + "package_url": "https://github.com/marshallpierce/rust-base64", "repository": { "Http": { - "url": "https://static.crates.io/crates/base64/0.21.0/download", - "sha256": "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" + "url": "https://static.crates.io/crates/base64/0.21.7/download", + "sha256": "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" } }, "targets": [ @@ -793,9 +1243,12 @@ "Library": { "crate_name": "base64", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -806,19 +1259,26 @@ ], "crate_features": { "common": [ + "alloc", "default", "std" ], "selects": {} }, - "edition": "2021", - "version": "0.21.0" + "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" }, "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", @@ -830,25 +1290,85 @@ "Library": { "crate_name": "base64ct", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "base64ct", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "1.6.0" + }, + "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", + "sha256": "c627747a6774aab38beb35990d88309481378558875a41da1a4b2e373c906ef0" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bcder", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], - "library_target_name": "base64ct", + "library_target_name": "bcder", "common_attrs": { "compile_data_glob": [ "**" ], - "edition": "2021", - "version": "1.6.0" + "deps": { + "common": [ + { + "id": "bytes 1.6.0", + "target": "bytes" + }, + { + "id": "smallvec 1.13.2", + "target": "smallvec" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.7.4" }, - "license": "Apache-2.0 OR MIT" + "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", @@ -860,9 +1380,12 @@ "Library": { "crate_name": "bit_set", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -890,11 +1413,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", @@ -906,9 +1435,12 @@ "Library": { "crate_name": "bit_vec", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -926,11 +1458,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", @@ -942,9 +1480,12 @@ "Library": { "crate_name": "bitflags", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -962,11 +1503,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", @@ -978,9 +1525,12 @@ "Library": { "crate_name": "bitflags", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -998,11 +1548,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", @@ -1014,9 +1570,12 @@ "Library": { "crate_name": "block_buffer", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1037,11 +1596,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", @@ -1053,9 +1618,12 @@ "Library": { "crate_name": "bstr", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1093,11 +1661,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", @@ -1109,9 +1683,12 @@ "Library": { "crate_name": "bumpalo", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1129,11 +1706,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", @@ -1145,9 +1728,12 @@ "Library": { "crate_name": "byteorder", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1166,15 +1752,21 @@ "edition": "2021", "version": "1.5.0" }, - "license": "Unlicense OR MIT" + "license": "Unlicense OR MIT", + "license_ids": [ + "MIT", + "Unlicense" + ], + "license_file": "LICENSE-MIT" }, - "bytes 1.4.0": { + "bytes 1.6.0": { "name": "bytes", - "version": "1.4.0", + "version": "1.6.0", + "package_url": "https://github.com/tokio-rs/bytes", "repository": { "Http": { - "url": "https://static.crates.io/crates/bytes/1.4.0/download", - "sha256": "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" + "url": "https://static.crates.io/crates/bytes/1.6.0/download", + "sha256": "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" } }, "targets": [ @@ -1182,9 +1774,12 @@ "Library": { "crate_name": "bytes", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1201,13 +1796,18 @@ "selects": {} }, "edition": "2018", - "version": "1.4.0" + "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", @@ -1219,9 +1819,12 @@ "Library": { "crate_name": "bzip2", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1246,11 +1849,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", @@ -1262,18 +1871,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" + ] + } } } ], @@ -1305,7 +1920,7 @@ "deps": { "common": [ { - "id": "cc 1.0.79", + "id": "cc 1.0.90", "target": "cc" }, { @@ -1317,15 +1932,21 @@ }, "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.79": { + "cc 1.0.90": { "name": "cc", - "version": "1.0.79", + "version": "1.0.90", + "package_url": "https://github.com/rust-lang/cc-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/cc/1.0.79/download", - "sha256": "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" + "url": "https://static.crates.io/crates/cc/1.0.90/download", + "sha256": "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5" } }, "targets": [ @@ -1333,9 +1954,12 @@ "Library": { "crate_name": "cc", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1347,6 +1971,7 @@ "crate_features": { "common": [ "jobserver", + "libc", "parallel" ], "selects": {} @@ -1358,16 +1983,29 @@ "target": "jobserver" } ], - "selects": {} + "selects": { + "cfg(unix)": [ + { + "id": "libc 0.2.153", + "target": "libc" + } + ] + } }, "edition": "2018", - "version": "1.0.79" + "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", @@ -1379,9 +2017,12 @@ "Library": { "crate_name": "cfb", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1410,11 +2051,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", @@ -1426,9 +2072,12 @@ "Library": { "crate_name": "cfg_if", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1440,11 +2089,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", @@ -1456,9 +2111,12 @@ "Library": { "crate_name": "chrono", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1467,23 +2125,79 @@ "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "android-tzdata", + "clock", + "default", + "iana-time-zone", + "js-sys", + "oldtime", + "serde", + "std", + "wasm-bindgen", + "wasmbind", + "winapi", + "windows-targets" + ], + "selects": {} + }, "deps": { "common": [ { "id": "num-traits 0.2.16", "target": "num_traits" + }, + { + "id": "serde 1.0.197", + "target": "serde" } ], - "selects": {} + "selects": { + "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))": [ + { + "id": "js-sys 0.3.66", + "target": "js_sys" + }, + { + "id": "wasm-bindgen 0.2.89", + "target": "wasm_bindgen" + } + ], + "cfg(target_os = \"android\")": [ + { + "id": "android-tzdata 0.1.1", + "target": "android_tzdata" + } + ], + "cfg(unix)": [ + { + "id": "iana-time-zone 0.1.60", + "target": "iana_time_zone" + } + ], + "cfg(windows)": [ + { + "id": "windows-targets 0.48.1", + "target": "windows_targets" + } + ] + } }, "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", @@ -1495,9 +2209,12 @@ "Library": { "crate_name": "cipher", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1522,15 +2239,21 @@ "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.2": { + "clap 4.5.4": { "name": "clap", - "version": "4.5.2", + "version": "4.5.4", + "package_url": "https://github.com/clap-rs/clap", "repository": { "Http": { - "url": "https://static.crates.io/crates/clap/4.5.2/download", - "sha256": "b230ab84b0ffdf890d5a10abdbc8b83ae1c4918275daea1ab8801f71536b2651" + "url": "https://static.crates.io/crates/clap/4.5.4/download", + "sha256": "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" } }, "targets": [ @@ -1538,9 +2261,12 @@ "Library": { "crate_name": "clap", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1576,19 +2302,25 @@ "proc_macro_deps": { "common": [ { - "id": "clap_derive 4.5.0", + "id": "clap_derive 4.5.4", "target": "clap_derive" } ], "selects": {} }, - "version": "4.5.2" + "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", @@ -1600,9 +2332,12 @@ "Library": { "crate_name": "clap_builder", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1647,15 +2382,21 @@ "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.0": { + "clap_derive 4.5.4": { "name": "clap_derive", - "version": "4.5.0", + "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.0/download", - "sha256": "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47" + "url": "https://static.crates.io/crates/clap_derive/4.5.4/download", + "sha256": "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" } }, "targets": [ @@ -1663,9 +2404,12 @@ "ProcMacro": { "crate_name": "clap_derive", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1683,7 +2427,7 @@ "deps": { "common": [ { - "id": "heck 0.4.1", + "id": "heck 0.5.0", "target": "heck" }, { @@ -1702,13 +2446,19 @@ "selects": {} }, "edition": "2021", - "version": "4.5.0" + "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", @@ -1720,9 +2470,12 @@ "Library": { "crate_name": "clap_lex", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1734,11 +2487,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", @@ -1750,9 +2509,12 @@ "Library": { "crate_name": "colorchoice", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1764,11 +2526,56 @@ "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", + "sha256": "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "const_oid", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "const_oid", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.9.6" + }, + "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", @@ -1780,9 +2587,12 @@ "Library": { "crate_name": "constant_time_eq", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1794,11 +2604,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", @@ -1810,9 +2625,12 @@ "Library": { "crate_name": "core_foundation", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1837,11 +2655,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", @@ -1853,9 +2677,12 @@ "Library": { "crate_name": "core_foundation_sys", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1867,11 +2694,76 @@ "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", + "sha256": "63d5133d716d3d82da8c76367ddb0ab1733e2629f1462e4f39947e13b8b4b741" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cpio_archive", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "cpio_archive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "chrono 0.4.31", + "target": "chrono" + }, + { + "id": "is_executable 1.0.1", + "target": "is_executable" + }, + { + "id": "simple-file-manifest 0.11.0", + "target": "simple_file_manifest" + }, + { + "id": "thiserror 1.0.58", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.9.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", @@ -1883,9 +2775,12 @@ "Library": { "crate_name": "cpufeatures", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1920,11 +2815,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", @@ -1936,9 +2837,12 @@ "Library": { "crate_name": "crc", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1959,11 +2863,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", @@ -1975,9 +2885,12 @@ "Library": { "crate_name": "crc_catalog", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1989,11 +2902,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", @@ -2005,18 +2924,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" + ] + } } } ], @@ -2053,11 +2978,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", @@ -2069,18 +3000,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" + ] + } } } ], @@ -2117,11 +3054,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", @@ -2133,9 +3076,12 @@ "Library": { "crate_name": "crypto_common", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2153,24 +3099,109 @@ "deps": { "common": [ { - "id": "generic-array 0.14.6", - "target": "generic_array" + "id": "generic-array 0.14.6", + "target": "generic_array" + }, + { + "id": "typenum 1.16.0", + "target": "typenum" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.6" + }, + "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", + "sha256": "43c324ba1028cef7e3a71a00cbf585637bb0215dec2f6a2b566d094190a1309b" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cryptographic_message_syntax", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "cryptographic_message_syntax", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bcder 0.7.4", + "target": "bcder" + }, + { + "id": "bytes 1.6.0", + "target": "bytes" }, { - "id": "typenum 1.16.0", - "target": "typenum" + "id": "chrono 0.4.31", + "target": "chrono" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "pem 3.0.3", + "target": "pem" + }, + { + "id": "reqwest 0.11.26", + "target": "reqwest" + }, + { + "id": "ring 0.17.8", + "target": "ring" + }, + { + "id": "signature 2.2.0", + "target": "signature" + }, + { + "id": "x509-certificate 0.23.1", + "target": "x509_certificate" } ], "selects": {} }, - "edition": "2018", - "version": "0.1.6" + "edition": "2021", + "version": "0.26.0" }, - "license": "MIT OR Apache-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", @@ -2182,9 +3213,12 @@ "Library": { "crate_name": "debpkg", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2241,11 +3275,76 @@ "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", + "sha256": "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" + } + }, + "targets": [ + { + "Library": { + "crate_name": "der", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "der", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "oid", + "zeroize" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "const-oid 0.9.6", + "target": "const_oid" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.7.8" + }, + "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", @@ -2257,9 +3356,12 @@ "Library": { "crate_name": "deranged", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2288,11 +3390,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", @@ -2304,9 +3412,12 @@ "Library": { "crate_name": "difflib", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2318,15 +3429,20 @@ "edition": "2015", "version": "0.4.0" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": null }, - "digest 0.10.6": { + "digest 0.10.7": { "name": "digest", - "version": "0.10.6", + "version": "0.10.7", + "package_url": "https://github.com/RustCrypto/traits", "repository": { "Http": { - "url": "https://static.crates.io/crates/digest/0.10.6/download", - "sha256": "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" + "url": "https://static.crates.io/crates/digest/0.10.7/download", + "sha256": "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" } }, "targets": [ @@ -2334,9 +3450,12 @@ "Library": { "crate_name": "digest", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2375,13 +3494,19 @@ "selects": {} }, "edition": "2018", - "version": "0.10.6" + "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", @@ -2393,9 +3518,12 @@ "Library": { "crate_name": "directories", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2416,11 +3544,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", @@ -2432,9 +3566,12 @@ "Library": { "crate_name": "dirs_sys", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2474,11 +3611,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", @@ -2490,18 +3633,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" + ] + } } } ], @@ -2527,11 +3676,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", @@ -2543,9 +3697,12 @@ "Library": { "crate_name": "either", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2563,11 +3720,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", @@ -2579,9 +3742,12 @@ "Library": { "crate_name": "encoding_rs", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2609,11 +3775,18 @@ "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_logger 0.10.2": { "name": "env_logger", "version": "0.10.2", + "package_url": "https://github.com/rust-cli/env_logger", "repository": { "Http": { "url": "https://static.crates.io/crates/env_logger/0.10.2/download", @@ -2625,9 +3798,12 @@ "Library": { "crate_name": "env_logger", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2674,11 +3850,17 @@ "edition": "2021", "version": "0.10.2" }, - "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", @@ -2690,9 +3872,12 @@ "Library": { "crate_name": "equivalent", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2704,11 +3889,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", @@ -2720,9 +3911,12 @@ "Library": { "crate_name": "errno", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2769,11 +3963,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", @@ -2785,9 +3985,12 @@ "Library": { "crate_name": "exitcode", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2799,11 +4002,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", @@ -2815,9 +4023,12 @@ "Library": { "crate_name": "fastrand", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2837,11 +4048,17 @@ "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.22": { "name": "filetime", "version": "0.2.22", + "package_url": "https://github.com/alexcrichton/filetime", "repository": { "Http": { "url": "https://static.crates.io/crates/filetime/0.2.22/download", @@ -2853,9 +4070,12 @@ "Library": { "crate_name": "filetime", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2895,11 +4115,17 @@ "edition": "2018", "version": "0.2.22" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "filetime_creation 0.1.6": { "name": "filetime_creation", "version": "0.1.6", + "package_url": "https://github.com/czy-29/filetime_creation", "repository": { "Http": { "url": "https://static.crates.io/crates/filetime_creation/0.1.6/download", @@ -2911,9 +4137,12 @@ "Library": { "crate_name": "filetime_creation", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2945,11 +4174,17 @@ "edition": "2021", "version": "0.1.6" }, - "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", @@ -2961,9 +4196,12 @@ "Library": { "crate_name": "flate2", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2997,11 +4235,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", @@ -3013,9 +4257,12 @@ "Library": { "crate_name": "fnv", "crate_root": "lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3034,15 +4281,21 @@ "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.1.0": { + "form_urlencoded 1.2.1": { "name": "form_urlencoded", - "version": "1.1.0", + "version": "1.2.1", + "package_url": "https://github.com/servo/rust-url", "repository": { "Http": { - "url": "https://static.crates.io/crates/form_urlencoded/1.1.0/download", - "sha256": "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" + "url": "https://static.crates.io/crates/form_urlencoded/1.2.1/download", + "sha256": "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" } }, "targets": [ @@ -3050,9 +4303,12 @@ "Library": { "crate_name": "form_urlencoded", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3061,23 +4317,37 @@ "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, "deps": { "common": [ { - "id": "percent-encoding 2.2.0", + "id": "percent-encoding 2.3.1", "target": "percent_encoding" } ], "selects": {} }, "edition": "2018", - "version": "1.1.0" + "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", @@ -3089,9 +4359,12 @@ "Library": { "crate_name": "futures", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3147,11 +4420,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", @@ -3163,18 +4442,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" + ] + } } } ], @@ -3186,12 +4471,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": [ @@ -3218,11 +4599,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", @@ -3234,18 +4621,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" + ] + } } } ], @@ -3257,10 +4650,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": [ @@ -3279,11 +4768,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", @@ -3295,9 +4790,12 @@ "Library": { "crate_name": "futures_executor", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3332,11 +4830,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", @@ -3348,9 +4852,12 @@ "Library": { "crate_name": "futures_io", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3368,11 +4875,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", @@ -3384,9 +4897,12 @@ "ProcMacro": { "crate_name": "futures_macro", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3415,11 +4931,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", @@ -3431,9 +4953,12 @@ "Library": { "crate_name": "futures_sink", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3445,19 +4970,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", @@ -3469,18 +5096,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" + ] + } } } ], @@ -3513,11 +5146,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", @@ -3529,9 +5168,12 @@ "Library": { "crate_name": "futures_timer", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3543,11 +5185,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", @@ -3559,18 +5207,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" + ] + } } } ], @@ -3659,11 +5313,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", @@ -3675,18 +5335,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" + ] + } } } ], @@ -3731,15 +5397,20 @@ "selects": {} } }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, - "getrandom 0.2.8": { + "getrandom 0.2.12": { "name": "getrandom", - "version": "0.2.8", + "version": "0.2.12", + "package_url": "https://github.com/rust-random/getrandom", "repository": { "Http": { - "url": "https://static.crates.io/crates/getrandom/0.2.8/download", - "sha256": "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" + "url": "https://static.crates.io/crates/getrandom/0.2.12/download", + "sha256": "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" } }, "targets": [ @@ -3747,9 +5418,12 @@ "Library": { "crate_name": "getrandom", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3758,6 +5432,12 @@ "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, "deps": { "common": [ { @@ -3781,13 +5461,19 @@ } }, "edition": "2018", - "version": "0.2.8" + "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", @@ -3799,9 +5485,12 @@ "Library": { "crate_name": "gimli", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3820,11 +5509,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", @@ -3836,9 +5531,12 @@ "Library": { "crate_name": "glob", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3850,11 +5548,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", @@ -3866,9 +5570,12 @@ "Library": { "crate_name": "h2", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3880,7 +5587,7 @@ "deps": { "common": [ { - "id": "bytes 1.4.0", + "id": "bytes 1.6.0", "target": "bytes" }, { @@ -3929,11 +5636,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", @@ -3945,9 +5657,12 @@ "Library": { "crate_name": "hashbrown", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3965,11 +5680,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", @@ -3981,9 +5702,12 @@ "Library": { "crate_name": "hashbrown", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4001,15 +5725,21 @@ "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.4.1": { + "heck 0.5.0": { "name": "heck", - "version": "0.4.1", + "version": "0.5.0", + "package_url": "https://github.com/withoutboats/heck", "repository": { "Http": { - "url": "https://static.crates.io/crates/heck/0.4.1/download", - "sha256": "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" + "url": "https://static.crates.io/crates/heck/0.5.0/download", + "sha256": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" } }, "targets": [ @@ -4017,9 +5747,12 @@ "Library": { "crate_name": "heck", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4028,20 +5761,20 @@ "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.1" + "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", @@ -4053,9 +5786,12 @@ "Library": { "crate_name": "hermit_abi", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4076,11 +5812,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" }, "hermit-abi 0.3.5": { "name": "hermit-abi", "version": "0.3.5", + "package_url": "https://github.com/hermitcore/hermit-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/hermit-abi/0.3.5/download", @@ -4092,9 +5834,12 @@ "Library": { "crate_name": "hermit_abi", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4106,11 +5851,64 @@ "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" + }, + "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", + "sha256": "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hex", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "hex", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.3" + }, + "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", @@ -4122,9 +5920,12 @@ "Library": { "crate_name": "hmac", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4142,7 +5943,7 @@ "deps": { "common": [ { - "id": "digest 0.10.6", + "id": "digest 0.10.7", "target": "digest" } ], @@ -4151,11 +5952,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", @@ -4167,9 +5974,12 @@ "Library": { "crate_name": "http", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4181,7 +5991,7 @@ "deps": { "common": [ { - "id": "bytes 1.4.0", + "id": "bytes 1.6.0", "target": "bytes" }, { @@ -4198,11 +6008,17 @@ "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-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", @@ -4214,9 +6030,12 @@ "Library": { "crate_name": "http_body", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4228,7 +6047,7 @@ "deps": { "common": [ { - "id": "bytes 1.4.0", + "id": "bytes 1.6.0", "target": "bytes" }, { @@ -4245,11 +6064,16 @@ "edition": "2018", "version": "0.4.5" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "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", @@ -4261,18 +6085,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" + ] + } } } ], @@ -4305,11 +6135,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", @@ -4321,9 +6157,12 @@ "Library": { "crate_name": "httpdate", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4335,11 +6174,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", @@ -4351,9 +6196,12 @@ "Library": { "crate_name": "humantime", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4365,11 +6213,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", @@ -4381,9 +6235,12 @@ "Library": { "crate_name": "hyper", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4407,7 +6264,7 @@ "deps": { "common": [ { - "id": "bytes 1.4.0", + "id": "bytes 1.6.0", "target": "bytes" }, { @@ -4476,11 +6333,16 @@ "edition": "2018", "version": "0.14.25" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "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", @@ -4492,9 +6354,12 @@ "Library": { "crate_name": "hyper_rustls", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4506,40 +6371,205 @@ "deps": { "common": [ { - "id": "http 0.2.9", - "target": "http" - }, - { - "id": "hyper 0.14.25", - "target": "hyper" - }, - { - "id": "rustls 0.21.6", - "target": "rustls" - }, - { - "id": "tokio 1.36.0", - "target": "tokio" - }, - { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" + "id": "http 0.2.9", + "target": "http" + }, + { + "id": "hyper 0.14.25", + "target": "hyper" + }, + { + "id": "rustls 0.21.6", + "target": "rustls" + }, + { + "id": "tokio 1.36.0", + "target": "tokio" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.24.0" + }, + "license": "Apache-2.0/ISC/MIT", + "license_ids": [ + "Apache-2.0", + "ISC", + "MIT" + ], + "license_file": "LICENSE" + }, + "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", + "sha256": "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" + } + }, + "targets": [ + { + "Library": { + "crate_name": "iana_time_zone", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "iana_time_zone", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "fallback" + ], + "selects": {} + }, + "deps": { + "common": [], + "selects": { + "cfg(any(target_os = \"macos\", target_os = \"ios\"))": [ + { + "id": "core-foundation-sys 0.8.4", + "target": "core_foundation_sys" + } + ], + "cfg(target_arch = \"wasm32\")": [ + { + "id": "js-sys 0.3.66", + "target": "js_sys" + }, + { + "id": "wasm-bindgen 0.2.89", + "target": "wasm_bindgen" + } + ], + "cfg(target_os = \"android\")": [ + { + "id": "android_system_properties 0.1.5", + "target": "android_system_properties" + } + ], + "cfg(target_os = \"haiku\")": [ + { + "id": "iana-time-zone-haiku 0.1.2", + "target": "iana_time_zone_haiku" + } + ], + "cfg(target_os = \"windows\")": [ + { + "id": "windows-core 0.52.0", + "target": "windows_core" + } + ] + } + }, + "edition": "2018", + "version": "0.1.60" + }, + "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", + "sha256": "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "iana_time_zone_haiku", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "iana_time_zone_haiku", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "iana-time-zone-haiku 0.1.2", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.1.2" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.90", + "target": "cc" } ], "selects": {} - }, - "edition": "2021", - "version": "0.24.0" + } }, - "license": "Apache-2.0/ISC/MIT" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, - "idna 0.3.0": { + "idna 0.5.0": { "name": "idna", - "version": "0.3.0", + "version": "0.5.0", + "package_url": "https://github.com/servo/rust-url/", "repository": { "Http": { - "url": "https://static.crates.io/crates/idna/0.3.0/download", - "sha256": "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" + "url": "https://static.crates.io/crates/idna/0.5.0/download", + "sha256": "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" } }, "targets": [ @@ -4547,9 +6577,12 @@ "Library": { "crate_name": "idna", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4558,6 +6591,14 @@ "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, "deps": { "common": [ { @@ -4572,13 +6613,19 @@ "selects": {} }, "edition": "2018", - "version": "0.3.0" + "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", @@ -4590,18 +6637,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" + ] + } } } ], @@ -4611,10 +6664,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": [ @@ -4646,11 +6794,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", @@ -4662,9 +6816,12 @@ "Library": { "crate_name": "indexmap", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4696,15 +6853,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": [ @@ -4712,9 +6875,12 @@ "Library": { "crate_name": "infer", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4742,17 +6908,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": [ @@ -4760,9 +6931,12 @@ "Library": { "crate_name": "infer", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4790,13 +6964,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", @@ -4808,9 +6987,12 @@ "Library": { "crate_name": "inout", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4831,11 +7013,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", @@ -4847,9 +7035,12 @@ "Library": { "crate_name": "ipnet", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4867,11 +7058,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-terminal 0.4.10": { "name": "is-terminal", "version": "0.4.10", + "package_url": "https://github.com/sunfishcode/is-terminal", "repository": { "Http": { "url": "https://static.crates.io/crates/is-terminal/0.4.10/download", @@ -4883,9 +7080,12 @@ "Library": { "crate_name": "is_terminal", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4920,11 +7120,16 @@ "edition": "2018", "version": "0.4.10" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE-MIT" }, "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", @@ -4936,9 +7141,12 @@ "Library": { "crate_name": "is_executable", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4961,11 +7169,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", @@ -4977,9 +7191,12 @@ "Library": { "crate_name": "itertools", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5008,11 +7225,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", @@ -5024,9 +7247,12 @@ "Library": { "crate_name": "itoa", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5038,11 +7264,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", @@ -5054,9 +7286,12 @@ "Library": { "crate_name": "jobserver", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5079,11 +7314,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", @@ -5095,9 +7336,12 @@ "Library": { "crate_name": "js_sys", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5118,11 +7362,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", @@ -5134,18 +7384,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" + ] + } } } ], @@ -5157,10 +7413,79 @@ "crate_features": { "common": [ "default", - "extra_traits", "std" ], - "selects": {} + "selects": { + "aarch64-apple-darwin": [ + "extra_traits" + ], + "aarch64-apple-ios": [ + "extra_traits" + ], + "aarch64-apple-ios-sim": [ + "extra_traits" + ], + "aarch64-fuchsia": [ + "extra_traits" + ], + "aarch64-linux-android": [ + "extra_traits" + ], + "aarch64-unknown-nto-qnx710": [ + "extra_traits" + ], + "armv7-linux-androideabi": [ + "extra_traits" + ], + "i686-apple-darwin": [ + "extra_traits" + ], + "i686-linux-android": [ + "extra_traits" + ], + "i686-unknown-freebsd": [ + "extra_traits" + ], + "powerpc-unknown-linux-gnu": [ + "extra_traits" + ], + "riscv32imc-unknown-none-elf": [ + "extra_traits" + ], + "riscv64gc-unknown-none-elf": [ + "extra_traits" + ], + "s390x-unknown-linux-gnu": [ + "extra_traits" + ], + "thumbv7em-none-eabi": [ + "extra_traits" + ], + "thumbv8m.main-none-eabi": [ + "extra_traits" + ], + "wasm32-wasi": [ + "extra_traits" + ], + "x86_64-apple-darwin": [ + "extra_traits" + ], + "x86_64-apple-ios": [ + "extra_traits" + ], + "x86_64-fuchsia": [ + "extra_traits" + ], + "x86_64-linux-android": [ + "extra_traits" + ], + "x86_64-unknown-freebsd": [ + "extra_traits" + ], + "x86_64-unknown-none": [ + "extra_traits" + ] + } }, "deps": { "common": [ @@ -5179,11 +7504,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", @@ -5195,9 +7526,12 @@ "Library": { "crate_name": "linux_raw_sys", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5208,22 +7542,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", @@ -5235,9 +7602,12 @@ "Library": { "crate_name": "log", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5255,11 +7625,17 @@ "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.5": { "name": "lzma-rust", "version": "0.1.5", + "package_url": "https://github.com/dyz1990/sevenz-rust/tree/main/lzma-rust", "repository": { "Http": { "url": "https://static.crates.io/crates/lzma-rust/0.1.5/download", @@ -5271,9 +7647,12 @@ "Library": { "crate_name": "lzma_rust", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5300,11 +7679,16 @@ "edition": "2021", "version": "0.1.5" }, - "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", @@ -5316,18 +7700,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" + ] + } } } ], @@ -5336,6 +7726,12 @@ "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "static" + ], + "selects": {} + }, "deps": { "common": [ { @@ -5359,7 +7755,7 @@ "deps": { "common": [ { - "id": "cc 1.0.79", + "id": "cc 1.0.90", "target": "cc" }, { @@ -5371,11 +7767,76 @@ }, "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", + "sha256": "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" + } + }, + "targets": [ + { + "Library": { + "crate_name": "md5", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "md5", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "digest 0.10.7", + "target": "digest" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.10.6" + }, + "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", @@ -5387,9 +7848,12 @@ "Library": { "crate_name": "memchr", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5409,11 +7873,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", @@ -5425,9 +7895,12 @@ "Library": { "crate_name": "mime", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5439,11 +7912,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", @@ -5455,9 +7934,12 @@ "Library": { "crate_name": "miniz_oxide", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5478,11 +7960,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", @@ -5494,9 +7983,12 @@ "Library": { "crate_name": "miniz_oxide", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5523,11 +8015,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", @@ -5539,9 +8038,12 @@ "Library": { "crate_name": "mio", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5588,11 +8090,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", @@ -5604,9 +8111,12 @@ "Library": { "crate_name": "nt_time", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5634,11 +8144,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", @@ -5650,18 +8166,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" + ] + } } } ], @@ -5696,11 +8218,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", @@ -5712,9 +8240,12 @@ "Library": { "crate_name": "num_cpus", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5743,11 +8274,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", @@ -5759,9 +8296,12 @@ "Library": { "crate_name": "object", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5794,11 +8334,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", @@ -5810,9 +8356,12 @@ "Library": { "crate_name": "once_cell", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5833,11 +8382,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", @@ -5849,9 +8404,12 @@ "Library": { "crate_name": "option_ext", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5863,11 +8421,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", @@ -5879,9 +8442,12 @@ "Library": { "crate_name": "password_hash", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5916,11 +8482,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", @@ -5932,9 +8504,12 @@ "Library": { "crate_name": "pbkdf2", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5956,7 +8531,7 @@ "deps": { "common": [ { - "id": "digest 0.10.6", + "id": "digest 0.10.7", "target": "digest" }, { @@ -5968,7 +8543,7 @@ "target": "password_hash" }, { - "id": "sha2 0.10.6", + "id": "sha2 0.10.8", "target": "sha2" } ], @@ -5977,15 +8552,75 @@ "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", + "sha256": "1b8fcc794035347fb64beda2d3b462595dd2753e3f268d89c5aae77e8cf2c310" + } + }, + "targets": [ + { + "Library": { + "crate_name": "pem", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "pem", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base64 0.21.7", + "target": "base64" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "3.0.3" + }, + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE.md" }, - "percent-encoding 2.2.0": { + "percent-encoding 2.3.1": { "name": "percent-encoding", - "version": "2.2.0", + "version": "2.3.1", + "package_url": "https://github.com/servo/rust-url/", "repository": { "Http": { - "url": "https://static.crates.io/crates/percent-encoding/2.2.0/download", - "sha256": "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" + "url": "https://static.crates.io/crates/percent-encoding/2.3.1/download", + "sha256": "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" } }, "targets": [ @@ -5993,9 +8628,12 @@ "Library": { "crate_name": "percent_encoding", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6007,18 +8645,25 @@ "crate_features": { "common": [ "alloc", - "default" + "default", + "std" ], "selects": {} }, "edition": "2018", - "version": "2.2.0" + "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-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", @@ -6030,9 +8675,12 @@ "Library": { "crate_name": "pin_project_lite", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6044,11 +8692,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", @@ -6060,9 +8714,12 @@ "Library": { "crate_name": "pin_utils", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6074,11 +8731,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", @@ -6090,9 +8753,12 @@ "Library": { "crate_name": "pkg_config", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6104,11 +8770,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", @@ -6120,9 +8792,12 @@ "Library": { "crate_name": "powerfmt", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6134,11 +8809,63 @@ "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", + "sha256": "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ppv_lite86", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "ppv_lite86", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "simd", + "std" + ], + "selects": {} + }, + "edition": "2018", + "version": "0.2.17" + }, + "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", @@ -6150,9 +8877,12 @@ "Library": { "crate_name": "predicates", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6191,11 +8921,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", @@ -6207,9 +8943,12 @@ "Library": { "crate_name": "predicates_core", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6221,11 +8960,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", @@ -6237,9 +8982,12 @@ "Library": { "crate_name": "predicates_tree", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6264,11 +9012,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", @@ -6280,18 +9034,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" + ] + } } } ], @@ -6328,11 +9088,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", @@ -6344,9 +9110,12 @@ "Library": { "crate_name": "quote", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6374,11 +9143,146 @@ "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", + "sha256": "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "rand", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "getrandom", + "libc", + "rand_chacha", + "std", + "std_rng" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "rand_chacha 0.3.1", + "target": "rand_chacha" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + } + ], + "selects": { + "cfg(unix)": [ + { + "id": "libc 0.2.153", + "target": "libc" + } + ] + } + }, + "edition": "2018", + "version": "0.8.5" + }, + "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", + "sha256": "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rand_chacha", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "rand_chacha", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "ppv-lite86 0.2.17", + "target": "ppv_lite86" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.3.1" + }, + "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", @@ -6390,9 +9294,12 @@ "Library": { "crate_name": "rand_core", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6401,14 +9308,37 @@ "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "alloc", + "getrandom", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "getrandom 0.2.12", + "target": "getrandom" + } + ], + "selects": {} + }, "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", @@ -6420,9 +9350,12 @@ "Library": { "crate_name": "syscall", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6443,11 +9376,16 @@ "edition": "2018", "version": "0.2.16" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "redox_syscall 0.3.5": { "name": "redox_syscall", "version": "0.3.5", + "package_url": "https://gitlab.redox-os.org/redox-os/syscall", "repository": { "Http": { "url": "https://static.crates.io/crates/redox_syscall/0.3.5/download", @@ -6459,9 +9397,12 @@ "Library": { "crate_name": "syscall", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6482,11 +9423,16 @@ "edition": "2018", "version": "0.3.5" }, - "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", @@ -6498,9 +9444,12 @@ "Library": { "crate_name": "redox_users", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6512,7 +9461,7 @@ "deps": { "common": [ { - "id": "getrandom 0.2.8", + "id": "getrandom 0.2.12", "target": "getrandom" }, { @@ -6520,7 +9469,7 @@ "target": "syscall" }, { - "id": "thiserror 1.0.40", + "id": "thiserror 1.0.58", "target": "thiserror" } ], @@ -6529,11 +9478,16 @@ "edition": "2018", "version": "0.4.3" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "regex 1.10.3": { "name": "regex", "version": "1.10.3", + "package_url": "https://github.com/rust-lang/regex", "repository": { "Http": { "url": "https://static.crates.io/crates/regex/1.10.3/download", @@ -6545,9 +9499,12 @@ "Library": { "crate_name": "regex", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6602,11 +9559,17 @@ "edition": "2021", "version": "1.10.3" }, - "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", @@ -6618,9 +9581,12 @@ "Library": { "crate_name": "regex_automata", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6632,11 +9598,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", @@ -6648,9 +9620,12 @@ "Library": { "crate_name": "regex_automata", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6706,11 +9681,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", @@ -6722,9 +9703,12 @@ "Library": { "crate_name": "regex_syntax", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6751,11 +9735,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", @@ -6767,9 +9757,12 @@ "Library": { "crate_name": "relative_path", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6787,11 +9780,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", @@ -6803,9 +9802,12 @@ "Library": { "crate_name": "reqwest", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6818,6 +9820,7 @@ "common": [ "__rustls", "__tls", + "blocking", "hyper-rustls", "rustls", "rustls-tls", @@ -6830,11 +9833,11 @@ "deps": { "common": [ { - "id": "base64 0.21.0", + "id": "base64 0.21.7", "target": "base64" }, { - "id": "bytes 1.4.0", + "id": "bytes 1.6.0", "target": "bytes" }, { @@ -6866,7 +9869,7 @@ "target": "tower_service" }, { - "id": "url 2.3.1", + "id": "url 2.5.0", "target": "url" } ], @@ -6909,7 +9912,7 @@ "target": "once_cell" }, { - "id": "percent-encoding 2.2.0", + "id": "percent-encoding 2.3.1", "target": "percent_encoding" }, { @@ -6976,11 +9979,17 @@ "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" }, "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", @@ -6992,18 +10001,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" + ] + } } } ], @@ -7079,7 +10094,7 @@ "deps": { "common": [ { - "id": "cc 1.0.79", + "id": "cc 1.0.90", "target": "cc" } ], @@ -7087,11 +10102,125 @@ }, "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", + "sha256": "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ring", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "ring", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "dev_urandom_fallback" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "getrandom 0.2.12", + "target": "getrandom" + }, + { + "id": "ring 0.17.8", + "target": "build_script_build" + }, + { + "id": "untrusted 0.9.0", + "target": "untrusted" + } + ], + "selects": { + "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(target_arch = \"aarch64\", target_arch = \"arm\")))": [ + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "cfg(all(target_arch = \"aarch64\", target_os = \"windows\"))": [ + { + "id": "windows-sys 0.52.0", + "target": "windows_sys" + } + ], + "cfg(any(target_arch = \"aarch64\", target_arch = \"arm\", target_arch = \"x86\", target_arch = \"x86_64\"))": [ + { + "id": "spin 0.9.8", + "target": "spin" + } + ] + } + }, + "edition": "2021", + "version": "0.17.8" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.90", + "target": "cc" + } + ], + "selects": {} + }, + "links": "ring_core_0_17_8" + }, + "license": null, + "license_ids": [], + "license_file": "LICENSE" }, "rstest 0.18.2": { "name": "rstest", "version": "0.18.2", + "package_url": "https://github.com/la10736/rstest", "repository": { "Http": { "url": "https://static.crates.io/crates/rstest/0.18.2/download", @@ -7103,9 +10232,12 @@ "Library": { "crate_name": "rstest", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7146,11 +10278,17 @@ }, "version": "0.18.2" }, - "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.18.2": { "name": "rstest_macros", "version": "0.18.2", + "package_url": "https://github.com/la10736/rstest", "repository": { "Http": { "url": "https://static.crates.io/crates/rstest_macros/0.18.2/download", @@ -7162,18 +10300,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" + ] + } } } ], @@ -7246,11 +10390,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", @@ -7262,9 +10412,12 @@ "Library": { "crate_name": "rustc_demangle", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7276,11 +10429,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", @@ -7292,9 +10451,12 @@ "Library": { "crate_name": "rustc_version", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7315,11 +10477,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", @@ -7331,18 +10499,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" + ] + } } } ], @@ -7355,12 +10529,87 @@ "common": [ "alloc", "default", - "fs", "std", "termios", "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": [ @@ -7381,11 +10630,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" @@ -7423,11 +10667,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", @@ -7439,18 +10689,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" + ] + } } } ], @@ -7500,13 +10756,29 @@ "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-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", @@ -7518,9 +10790,12 @@ "Library": { "crate_name": "rustls_pemfile", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7532,7 +10807,7 @@ "deps": { "common": [ { - "id": "base64 0.21.0", + "id": "base64 0.21.7", "target": "base64" } ], @@ -7541,11 +10816,18 @@ "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-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", @@ -7557,9 +10839,12 @@ "Library": { "crate_name": "webpki", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7592,11 +10877,16 @@ "edition": "2021", "version": "0.101.4" }, - "license": "ISC" + "license": "ISC", + "license_ids": [ + "ISC" + ], + "license_file": "LICENSE" }, "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", @@ -7608,9 +10898,12 @@ "Library": { "crate_name": "ryu", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7622,11 +10915,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", @@ -7638,9 +10937,12 @@ "Library": { "crate_name": "same_file", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7663,11 +10965,127 @@ "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", + "sha256": "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6" + } + }, + "targets": [ + { + "Library": { + "crate_name": "scroll", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "scroll", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "derive", + "std" + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "scroll_derive 0.12.0", + "target": "scroll_derive" + } + ], + "selects": {} + }, + "version": "0.12.0" + }, + "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", + "sha256": "7f81c2fde025af7e69b1d1420531c8a8811ca898919db177141a85313b1cb932" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "scroll_derive", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "scroll_derive", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.78", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.35", + "target": "quote" + }, + { + "id": "syn 2.0.48", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.12.0" + }, + "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", @@ -7679,9 +11097,12 @@ "Library": { "crate_name": "sct", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7706,20 +11127,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.19-nightly": { "name": "selenium-manager", "version": "0.4.19-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" + ] + } } } ], @@ -7734,12 +11165,16 @@ "id": "anyhow 1.0.81", "target": "anyhow" }, + { + "id": "apple-flat-package 0.18.0", + "target": "apple_flat_package" + }, { "id": "bzip2 0.4.4", "target": "bzip2" }, { - "id": "clap 4.5.2", + "id": "clap 4.5.4", "target": "clap" }, { @@ -7837,11 +11272,16 @@ "edition": "2021", "version": "0.4.19-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", @@ -7853,18 +11293,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" + ] + } } } ], @@ -7897,11 +11343,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", @@ -7913,18 +11365,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" + ] + } } } ], @@ -7968,11 +11426,76 @@ "**" ] }, - "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", + "sha256": "fb3aa78ecda1ebc9ec9847d5d3aba7d618823446a049ba2491940506da6e2782" + } + }, + "targets": [ + { + "Library": { + "crate_name": "serde_xml_rs", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "serde_xml_rs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "log 0.4.21", + "target": "log" + }, + { + "id": "serde 1.0.197", + "target": "serde" + }, + { + "id": "thiserror 1.0.58", + "target": "thiserror" + }, + { + "id": "xml-rs 0.8.19", + "target": "xml" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.0" + }, + "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", @@ -7984,9 +11507,12 @@ "ProcMacro": { "crate_name": "serde_derive", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8021,11 +11547,17 @@ "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.114": { "name": "serde_json", "version": "1.0.114", + "package_url": "https://github.com/serde-rs/json", "repository": { "Http": { "url": "https://static.crates.io/crates/serde_json/1.0.114/download", @@ -8037,18 +11569,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" + ] + } } } ], @@ -8093,11 +11631,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", @@ -8109,9 +11653,12 @@ "Library": { "crate_name": "serde_spanned", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8138,11 +11685,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", @@ -8154,9 +11707,12 @@ "Library": { "crate_name": "serde_urlencoded", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8168,7 +11724,7 @@ "deps": { "common": [ { - "id": "form_urlencoded 1.1.0", + "id": "form_urlencoded 1.2.1", "target": "form_urlencoded" }, { @@ -8189,11 +11745,17 @@ "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.5.4": { "name": "sevenz-rust", "version": "0.5.4", + "package_url": "https://github.com/dyz1990/sevenz-rust", "repository": { "Http": { "url": "https://static.crates.io/crates/sevenz-rust/0.5.4/download", @@ -8205,9 +11767,12 @@ "Library": { "crate_name": "sevenz_rust", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8250,7 +11815,7 @@ "target": "nt_time" }, { - "id": "sha2 0.10.6", + "id": "sha2 0.10.8", "target": "sha2" } ], @@ -8270,15 +11835,20 @@ "edition": "2021", "version": "0.5.4" }, - "license": "Apache-2.0" + "license": "Apache-2.0", + "license_ids": [ + "Apache-2.0" + ], + "license_file": "LICENSE" }, - "sha1 0.10.5": { + "sha1 0.10.6": { "name": "sha1", - "version": "0.10.5", + "version": "0.10.6", + "package_url": "https://github.com/RustCrypto/hashes", "repository": { "Http": { - "url": "https://static.crates.io/crates/sha1/0.10.5/download", - "sha256": "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" + "url": "https://static.crates.io/crates/sha1/0.10.6/download", + "sha256": "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" } }, "targets": [ @@ -8286,9 +11856,12 @@ "Library": { "crate_name": "sha1", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8311,7 +11884,7 @@ "target": "cfg_if" }, { - "id": "digest 0.10.6", + "id": "digest 0.10.7", "target": "digest" } ], @@ -8325,17 +11898,23 @@ } }, "edition": "2018", - "version": "0.10.5" + "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.6": { + "sha2 0.10.8": { "name": "sha2", - "version": "0.10.6", + "version": "0.10.8", + "package_url": "https://github.com/RustCrypto/hashes", "repository": { "Http": { - "url": "https://static.crates.io/crates/sha2/0.10.6/download", - "sha256": "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" + "url": "https://static.crates.io/crates/sha2/0.10.8/download", + "sha256": "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" } }, "targets": [ @@ -8343,9 +11922,12 @@ "Library": { "crate_name": "sha2", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8368,7 +11950,7 @@ "target": "cfg_if" }, { - "id": "digest 0.10.6", + "id": "digest 0.10.7", "target": "digest" } ], @@ -8382,13 +11964,104 @@ } }, "edition": "2018", - "version": "0.10.6" + "version": "0.10.8" + }, + "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", + "sha256": "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" + } + }, + "targets": [ + { + "Library": { + "crate_name": "signature", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "signature", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "std" + ], + "selects": {} + }, + "edition": "2021", + "version": "2.2.0" + }, + "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", + "sha256": "5dd19be0257552dd56d1bb6946f89f193c6e5b9f13cc9327c4bc84a357507c74" + } + }, + "targets": [ + { + "Library": { + "crate_name": "simple_file_manifest", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "simple_file_manifest", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "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", @@ -8400,18 +12073,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" + ] + } } } ], @@ -8453,11 +12132,55 @@ "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", + "sha256": "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" + } + }, + "targets": [ + { + "Library": { + "crate_name": "smallvec", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "smallvec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "1.13.2" + }, + "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", @@ -8469,9 +12192,12 @@ "Library": { "crate_name": "socket2", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8506,11 +12232,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", @@ -8522,9 +12254,12 @@ "Library": { "crate_name": "socket2", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8559,11 +12294,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", @@ -8575,9 +12316,12 @@ "Library": { "crate_name": "spin", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8589,11 +12333,114 @@ "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", + "sha256": "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" + } + }, + "targets": [ + { + "Library": { + "crate_name": "spin", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "spin", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "once" + ], + "selects": {} + }, + "edition": "2015", + "version": "0.9.8" + }, + "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", + "sha256": "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "spki", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "spki", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "der 0.7.8", + "target": "der" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.7.3" + }, + "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", @@ -8605,9 +12452,12 @@ "Library": { "crate_name": "strsim", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8619,11 +12469,16 @@ "edition": "2015", "version": "0.11.0" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "subtle 2.4.1": { "name": "subtle", "version": "2.4.1", + "package_url": "https://github.com/dalek-cryptography/subtle", "repository": { "Http": { "url": "https://static.crates.io/crates/subtle/2.4.1/download", @@ -8635,9 +12490,12 @@ "Library": { "crate_name": "subtle", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8649,11 +12507,16 @@ "edition": "2015", "version": "2.4.1" }, - "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", @@ -8665,18 +12528,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" + ] + } } } ], @@ -8727,11 +12596,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", @@ -8743,9 +12618,12 @@ "Library": { "crate_name": "syn", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8790,11 +12668,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", @@ -8806,9 +12690,12 @@ "Library": { "crate_name": "sync_wrapper", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8820,11 +12707,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", @@ -8836,9 +12728,12 @@ "Library": { "crate_name": "system_configuration", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8867,11 +12762,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", @@ -8883,18 +12784,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" + ] + } } } ], @@ -8928,11 +12835,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", @@ -8944,9 +12857,12 @@ "Library": { "crate_name": "tar", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8985,11 +12901,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", @@ -9001,9 +12923,12 @@ "Library": { "crate_name": "tempfile", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9041,11 +12966,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" }, "termcolor 1.4.1": { "name": "termcolor", "version": "1.4.1", + "package_url": "https://github.com/BurntSushi/termcolor", "repository": { "Http": { "url": "https://static.crates.io/crates/termcolor/1.4.1/download", @@ -9057,9 +12988,12 @@ "Library": { "crate_name": "termcolor", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9082,11 +13016,17 @@ "edition": "2018", "version": "1.4.1" }, - "license": "Unlicense OR MIT" + "license": "Unlicense OR MIT", + "license_ids": [ + "MIT", + "Unlicense" + ], + "license_file": "LICENSE-MIT" }, "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", @@ -9098,9 +13038,12 @@ "Library": { "crate_name": "termtree", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9112,15 +13055,20 @@ "edition": "2018", "version": "0.4.1" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, - "thiserror 1.0.40": { + "thiserror 1.0.58": { "name": "thiserror", - "version": "1.0.40", + "version": "1.0.58", + "package_url": "https://github.com/dtolnay/thiserror", "repository": { "Http": { - "url": "https://static.crates.io/crates/thiserror/1.0.40/download", - "sha256": "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" + "url": "https://static.crates.io/crates/thiserror/1.0.58/download", + "sha256": "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" } }, "targets": [ @@ -9128,18 +13076,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" + ] + } } } ], @@ -9151,38 +13105,44 @@ "deps": { "common": [ { - "id": "thiserror 1.0.40", + "id": "thiserror 1.0.58", "target": "build_script_build" } ], "selects": {} }, - "edition": "2018", + "edition": "2021", "proc_macro_deps": { "common": [ { - "id": "thiserror-impl 1.0.40", + "id": "thiserror-impl 1.0.58", "target": "thiserror_impl" } ], "selects": {} }, - "version": "1.0.40" + "version": "1.0.58" }, "build_script_attrs": { "data_glob": [ "**" ] }, - "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.40": { + "thiserror-impl 1.0.58": { "name": "thiserror-impl", - "version": "1.0.40", + "version": "1.0.58", + "package_url": "https://github.com/dtolnay/thiserror", "repository": { "Http": { - "url": "https://static.crates.io/crates/thiserror-impl/1.0.40/download", - "sha256": "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" + "url": "https://static.crates.io/crates/thiserror-impl/1.0.58/download", + "sha256": "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" } }, "targets": [ @@ -9190,9 +13150,12 @@ "ProcMacro": { "crate_name": "thiserror_impl", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9218,14 +13181,20 @@ ], "selects": {} }, - "edition": "2018", - "version": "1.0.40" + "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", @@ -9237,9 +13206,12 @@ "Library": { "crate_name": "time", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9285,11 +13257,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", @@ -9301,9 +13279,12 @@ "Library": { "crate_name": "time_core", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9315,11 +13296,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", @@ -9331,9 +13318,12 @@ "ProcMacro": { "crate_name": "time_macros", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9354,11 +13344,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", @@ -9370,9 +13366,12 @@ "Library": { "crate_name": "tinyvec", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9401,11 +13400,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", @@ -9417,9 +13423,12 @@ "Library": { "crate_name": "tinyvec_macros", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9431,11 +13440,18 @@ "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.36.0": { "name": "tokio", "version": "1.36.0", + "package_url": "https://github.com/tokio-rs/tokio", "repository": { "Http": { "url": "https://static.crates.io/crates/tokio/1.36.0/download", @@ -9447,9 +13463,12 @@ "Library": { "crate_name": "tokio", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9460,9 +13479,6 @@ ], "crate_features": { "common": [ - "bytes", - "default", - "io-util", "libc", "macros", "mio", @@ -9471,17 +13487,242 @@ "rt", "rt-multi-thread", "socket2", - "sync", - "time", - "tokio-macros", - "windows-sys" + "tokio-macros" ], - "selects": {} + "selects": { + "aarch64-apple-darwin": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ], + "aarch64-apple-ios": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ], + "aarch64-apple-ios-sim": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ], + "aarch64-fuchsia": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ], + "aarch64-linux-android": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ], + "aarch64-pc-windows-msvc": [ + "bytes", + "default", + "io-util", + "sync", + "time", + "windows-sys" + ], + "aarch64-unknown-linux-gnu": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ], + "aarch64-unknown-nixos-gnu": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ], + "aarch64-unknown-nto-qnx710": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ], + "arm-unknown-linux-gnueabi": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ], + "armv7-linux-androideabi": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ], + "armv7-unknown-linux-gnueabi": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ], + "i686-apple-darwin": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ], + "i686-linux-android": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ], + "i686-pc-windows-msvc": [ + "bytes", + "default", + "io-util", + "sync", + "time", + "windows-sys" + ], + "i686-unknown-freebsd": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ], + "i686-unknown-linux-gnu": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ], + "powerpc-unknown-linux-gnu": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ], + "riscv32imc-unknown-none-elf": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ], + "riscv64gc-unknown-none-elf": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ], + "s390x-unknown-linux-gnu": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ], + "thumbv7em-none-eabi": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ], + "thumbv8m.main-none-eabi": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ], + "x86_64-apple-darwin": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ], + "x86_64-apple-ios": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ], + "x86_64-fuchsia": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ], + "x86_64-linux-android": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ], + "x86_64-pc-windows-msvc": [ + "bytes", + "default", + "io-util", + "sync", + "time", + "windows-sys" + ], + "x86_64-unknown-freebsd": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ], + "x86_64-unknown-linux-gnu": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ], + "x86_64-unknown-nixos-gnu": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ], + "x86_64-unknown-none": [ + "bytes", + "default", + "io-util", + "sync", + "time" + ] + } }, "deps": { "common": [ { - "id": "bytes 1.4.0", + "id": "bytes 1.6.0", "target": "bytes" }, { @@ -9536,11 +13777,16 @@ }, "version": "1.36.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", @@ -9552,9 +13798,12 @@ "ProcMacro": { "crate_name": "tokio_macros", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9583,11 +13832,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", @@ -9599,9 +13853,12 @@ "Library": { "crate_name": "tokio_rustls", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9634,11 +13891,17 @@ "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-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", @@ -9650,9 +13913,12 @@ "Library": { "crate_name": "tokio_util", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9672,7 +13938,7 @@ "deps": { "common": [ { - "id": "bytes 1.4.0", + "id": "bytes 1.6.0", "target": "bytes" }, { @@ -9701,11 +13967,16 @@ "edition": "2018", "version": "0.7.7" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "toml 0.8.11": { "name": "toml", "version": "0.8.11", + "package_url": "https://github.com/toml-rs/toml", "repository": { "Http": { "url": "https://static.crates.io/crates/toml/0.8.11/download", @@ -9717,9 +13988,12 @@ "Library": { "crate_name": "toml", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9760,11 +14034,17 @@ "edition": "2021", "version": "0.8.11" }, - "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", @@ -9776,9 +14056,12 @@ "Library": { "crate_name": "toml_datetime", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9805,11 +14088,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" }, "toml_edit 0.22.7": { "name": "toml_edit", "version": "0.22.7", + "package_url": "https://github.com/toml-rs/toml", "repository": { "Http": { "url": "https://static.crates.io/crates/toml_edit/0.22.7/download", @@ -9821,9 +14110,12 @@ "Library": { "crate_name": "toml_edit", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9868,11 +14160,17 @@ "edition": "2021", "version": "0.22.7" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "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", @@ -9884,9 +14182,12 @@ "Library": { "crate_name": "tower_service", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9898,11 +14199,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", @@ -9914,9 +14220,12 @@ "Library": { "crate_name": "tracing", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9951,11 +14260,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", @@ -9967,9 +14281,12 @@ "Library": { "crate_name": "tracing_core", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9997,11 +14314,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", @@ -10013,9 +14335,12 @@ "Library": { "crate_name": "try_lock", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10027,11 +14352,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", @@ -10043,18 +14373,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" + ] + } } } ], @@ -10080,11 +14416,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", @@ -10096,9 +14438,12 @@ "Library": { "crate_name": "unicode_bidi", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10109,7 +14454,6 @@ ], "crate_features": { "common": [ - "default", "hardcoded-data", "std" ], @@ -10118,11 +14462,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", @@ -10134,9 +14484,12 @@ "Library": { "crate_name": "unicode_ident", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10148,11 +14501,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", @@ -10164,9 +14524,12 @@ "Library": { "crate_name": "unicode_normalization", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10177,7 +14540,6 @@ ], "crate_features": { "common": [ - "default", "std" ], "selects": {} @@ -10194,11 +14556,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", @@ -10210,9 +14578,12 @@ "Library": { "crate_name": "untrusted", "crate_root": "src/untrusted.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10224,15 +14595,58 @@ "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", + "sha256": "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "untrusted", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "untrusted", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.9.0" + }, + "license": "ISC", + "license_ids": [ + "ISC" + ], + "license_file": "LICENSE.txt" }, - "url 2.3.1": { + "url 2.5.0": { "name": "url", - "version": "2.3.1", + "version": "2.5.0", + "package_url": "https://github.com/servo/rust-url", "repository": { "Http": { - "url": "https://static.crates.io/crates/url/2.3.1/download", - "sha256": "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" + "url": "https://static.crates.io/crates/url/2.5.0/download", + "sha256": "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" } }, "targets": [ @@ -10240,9 +14654,12 @@ "Library": { "crate_name": "url", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10260,28 +14677,34 @@ "deps": { "common": [ { - "id": "form_urlencoded 1.1.0", + "id": "form_urlencoded 1.2.1", "target": "form_urlencoded" }, { - "id": "idna 0.3.0", + "id": "idna 0.5.0", "target": "idna" }, { - "id": "percent-encoding 2.2.0", + "id": "percent-encoding 2.3.1", "target": "percent_encoding" } ], "selects": {} }, "edition": "2018", - "version": "2.3.1" + "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", @@ -10293,9 +14716,12 @@ "Library": { "crate_name": "utf8parse", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10313,11 +14739,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", @@ -10329,9 +14761,12 @@ "Library": { "crate_name": "uuid", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10350,11 +14785,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", @@ -10366,9 +14807,12 @@ "Library": { "crate_name": "version_check", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10380,11 +14824,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", @@ -10396,9 +14846,12 @@ "Library": { "crate_name": "wait_timeout", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10421,11 +14874,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", @@ -10437,9 +14896,12 @@ "Library": { "crate_name": "walkdir", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10467,11 +14929,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", @@ -10483,9 +14951,12 @@ "Library": { "crate_name": "want", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10510,11 +14981,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", @@ -10526,9 +15002,12 @@ "Library": { "crate_name": "wasi", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10547,11 +15026,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", @@ -10563,18 +15048,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" + ] + } } } ], @@ -10621,11 +15112,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", @@ -10637,9 +15134,12 @@ "Library": { "crate_name": "wasm_bindgen_backend", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10690,11 +15190,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", @@ -10706,9 +15212,12 @@ "Library": { "crate_name": "wasm_bindgen_futures", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10744,11 +15253,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", @@ -10760,9 +15275,12 @@ "ProcMacro": { "crate_name": "wasm_bindgen_macro", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10793,11 +15311,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", @@ -10809,9 +15333,12 @@ "Library": { "crate_name": "wasm_bindgen_macro_support", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10854,11 +15381,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", @@ -10870,18 +15403,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" + ] + } } } ], @@ -10908,11 +15447,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", @@ -10924,9 +15469,12 @@ "Library": { "crate_name": "web_sys", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10941,13 +15489,10 @@ "AbortSignal", "Blob", "BlobPropertyBag", - "Crypto", - "Event", "EventTarget", "File", "FormData", "Headers", - "MessageEvent", "ReadableStream", "Request", "RequestCredentials", @@ -10956,7 +15501,6 @@ "Response", "ServiceWorkerGlobalScope", "Window", - "Worker", "WorkerGlobalScope" ], "selects": {} @@ -10977,11 +15521,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", @@ -10993,9 +15543,12 @@ "Library": { "crate_name": "webpki_roots", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11007,11 +15560,16 @@ "edition": "2018", "version": "0.25.2" }, - "license": "MPL-2.0" + "license": "MPL-2.0", + "license_ids": [ + "MPL-2.0" + ], + "license_file": "LICENSE" }, "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", @@ -11023,18 +15581,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" + ] + } } } ], @@ -11093,11 +15657,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", @@ -11109,18 +15679,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" + ] + } } } ], @@ -11146,11 +15722,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", @@ -11162,9 +15744,12 @@ "Library": { "crate_name": "winapi_util", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11187,11 +15772,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", @@ -11203,18 +15794,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" + ] + } } } ], @@ -11240,11 +15837,65 @@ "**" ] }, - "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", + "sha256": "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_core", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "windows_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows-targets 0.52.0", + "target": "windows_targets" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.52.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", @@ -11256,9 +15907,12 @@ "Library": { "crate_name": "windows_sys", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11307,11 +15961,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", @@ -11323,9 +15983,12 @@ "Library": { "crate_name": "windows_sys", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11337,21 +16000,18 @@ "crate_features": { "common": [ "Win32", - "Win32_Foundation", - "Win32_NetworkManagement", - "Win32_NetworkManagement_IpHelper", - "Win32_Networking", - "Win32_Networking_WinSock", + "Win32_Foundation", "Win32_Storage", "Win32_Storage_FileSystem", "Win32_System", "Win32_System_Console", - "Win32_System_Diagnostics", - "Win32_System_Diagnostics_Debug", - "Win32_System_Threading", "default" ], - "selects": {} + "selects": { + "aarch64-pc-windows-msvc": [ + "Win32_System_Threading" + ] + } }, "deps": { "common": [ @@ -11365,11 +16025,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", @@ -11381,9 +16047,12 @@ "Library": { "crate_name": "windows_targets", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11442,11 +16111,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", @@ -11458,9 +16133,12 @@ "Library": { "crate_name": "windows_targets", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11519,11 +16197,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", @@ -11535,18 +16219,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" + ] + } } } ], @@ -11572,11 +16262,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", @@ -11588,18 +16284,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" + ] + } } } ], @@ -11625,11 +16327,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", @@ -11641,18 +16349,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" + ] + } } } ], @@ -11678,11 +16392,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", @@ -11694,18 +16414,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" + ] + } } } ], @@ -11731,11 +16457,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", @@ -11747,18 +16479,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" + ] + } } } ], @@ -11784,11 +16522,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", @@ -11800,18 +16544,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" + ] + } } } ], @@ -11837,11 +16587,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", @@ -11853,18 +16609,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" + ] + } } } ], @@ -11890,11 +16652,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", @@ -11906,18 +16674,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" + ] + } } } ], @@ -11943,11 +16717,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", @@ -11959,18 +16739,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" + ] + } } } ], @@ -11996,11 +16782,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", @@ -12012,18 +16804,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" + ] + } } } ], @@ -12049,11 +16847,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", @@ -12065,18 +16869,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" + ] + } } } ], @@ -12102,11 +16912,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", @@ -12118,18 +16934,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" + ] + } } } ], @@ -12155,11 +16977,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", @@ -12171,18 +16999,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" + ] + } } } ], @@ -12208,11 +17042,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", @@ -12224,193 +17064,475 @@ "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": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "windows_x86_64_msvc", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "windows_x86_64_msvc 0.52.0", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.52.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "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", + "sha256": "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8" + } + }, + "targets": [ + { + "Library": { + "crate_name": "winnow", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "winnow", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "std" + ], + "selects": {} + }, + "edition": "2021", + "version": "0.6.5" + }, + "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", + "sha256": "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" + } + }, + "targets": [ + { + "Library": { + "crate_name": "winreg", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "winreg", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.50.0" + }, + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" + }, + "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", + "sha256": "66534846dec7a11d7c50a74b7cdb208b9a581cad890b7866430d438455847c85" + } + }, + "targets": [ + { + "Library": { + "crate_name": "x509_certificate", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } + } + ], + "library_target_name": "x509_certificate", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "test" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bcder 0.7.4", + "target": "bcder" + }, + { + "id": "bytes 1.6.0", + "target": "bytes" + }, + { + "id": "chrono 0.4.31", + "target": "chrono" + }, + { + "id": "der 0.7.8", + "target": "der" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "pem 3.0.3", + "target": "pem" + }, + { + "id": "ring 0.17.8", + "target": "ring" + }, + { + "id": "signature 2.2.0", + "target": "signature" + }, + { + "id": "spki 0.7.3", + "target": "spki" + }, + { + "id": "thiserror 1.0.58", + "target": "thiserror" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" + } + ], + "selects": {} }, + "edition": "2021", + "version": "0.23.1" + }, + "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", + "sha256": "f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985" + } + }, + "targets": [ { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "Library": { + "crate_name": "xattr", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], - "library_target_name": "windows_x86_64_msvc", + "library_target_name": "xattr", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "default", + "unsupported" + ], + "selects": {} + }, "deps": { "common": [ { - "id": "windows_x86_64_msvc 0.52.0", - "target": "build_script_build" + "id": "libc 0.2.153", + "target": "libc" } ], "selects": {} }, "edition": "2021", - "version": "0.52.0" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] + "version": "1.0.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, - "winnow 0.6.5": { - "name": "winnow", - "version": "0.6.5", + "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/winnow/0.6.5/download", - "sha256": "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8" + "url": "https://static.crates.io/crates/xml-rs/0.8.19/download", + "sha256": "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a" } }, "targets": [ { "Library": { - "crate_name": "winnow", + "crate_name": "xml", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], - "library_target_name": "winnow", + "library_target_name": "xml", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, "edition": "2021", - "version": "0.6.5" + "version": "0.8.19" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, - "winreg 0.50.0": { - "name": "winreg", - "version": "0.50.0", + "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/winreg/0.50.0/download", - "sha256": "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" + "url": "https://static.crates.io/crates/xz2/0.1.7/download", + "sha256": "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" } }, "targets": [ { "Library": { - "crate_name": "winreg", + "crate_name": "xz2", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], - "library_target_name": "winreg", + "library_target_name": "xz2", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "static" + ], + "selects": {} + }, "deps": { "common": [ { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" + "id": "lzma-sys 0.1.20", + "target": "lzma_sys" } ], "selects": {} }, "edition": "2018", - "version": "0.50.0" + "version": "0.1.7" }, - "license": "MIT" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, - "xattr 1.0.1": { - "name": "xattr", - "version": "1.0.1", + "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/xattr/1.0.1/download", - "sha256": "f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985" + "url": "https://static.crates.io/crates/zeroize/1.7.0/download", + "sha256": "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" } }, "targets": [ { "Library": { - "crate_name": "xattr", + "crate_name": "zeroize", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], - "library_target_name": "xattr", + "library_target_name": "zeroize", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ + "alloc", "default", - "unsupported" + "derive", + "zeroize_derive" ], "selects": {} }, - "deps": { + "edition": "2021", + "proc_macro_deps": { "common": [ { - "id": "libc 0.2.153", - "target": "libc" + "id": "zeroize_derive 1.4.2", + "target": "zeroize_derive" } ], "selects": {} }, - "edition": "2021", - "version": "1.0.1" + "version": "1.7.0" }, - "license": "MIT/Apache-2.0" + "license": "Apache-2.0 OR MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, - "xz2 0.1.7": { - "name": "xz2", - "version": "0.1.7", + "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/xz2/0.1.7/download", - "sha256": "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" + "url": "https://static.crates.io/crates/zeroize_derive/1.4.2/download", + "sha256": "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" } }, "targets": [ { - "Library": { - "crate_name": "xz2", + "ProcMacro": { + "crate_name": "zeroize_derive", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], - "library_target_name": "xz2", + "library_target_name": "zeroize_derive", "common_attrs": { "compile_data_glob": [ "**" @@ -12418,20 +17540,34 @@ "deps": { "common": [ { - "id": "lzma-sys 0.1.20", - "target": "lzma_sys" + "id": "proc-macro2 1.0.78", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.35", + "target": "quote" + }, + { + "id": "syn 2.0.48", + "target": "syn" } ], "selects": {} }, - "edition": "2018", - "version": "0.1.7" + "edition": "2021", + "version": "1.4.2" }, - "license": "MIT/Apache-2.0" + "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", @@ -12443,9 +17579,12 @@ "Library": { "crate_name": "zip", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -12506,7 +17645,7 @@ "target": "pbkdf2" }, { - "id": "sha1 0.10.5", + "id": "sha1 0.10.6", "target": "sha1" }, { @@ -12530,11 +17669,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", @@ -12546,9 +17690,12 @@ "Library": { "crate_name": "zstd", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } } } ], @@ -12578,11 +17725,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", @@ -12594,18 +17746,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" + ] + } } } ], @@ -12646,13 +17804,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", @@ -12664,18 +17837,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" + ] + } } } ], @@ -12715,7 +17894,7 @@ "deps": { "common": [ { - "id": "cc 1.0.79", + "id": "cc 1.0.90", "target": "cc" }, { @@ -12727,7 +17906,12 @@ }, "links": "zstd" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE" } }, "binary_crates": [], @@ -12738,10 +17922,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", @@ -12751,12 +17965,22 @@ "s390x-unknown-linux-gnu", "x86_64-linux-android" ], + "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", @@ -12764,6 +17988,7 @@ "aarch64-apple-ios-sim", "aarch64-fuchsia", "aarch64-linux-android", + "aarch64-unknown-nto-qnx710", "armv7-linux-androideabi", "i686-apple-darwin", "i686-linux-android", @@ -12787,7 +18012,14 @@ "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" + ], + "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))": [ + "wasm32-unknown-unknown" ], "cfg(all(target_arch = \"wasm32\", target_vendor = \"unknown\", target_os = \"unknown\", target_env = \"\"))": [ "wasm32-unknown-unknown" @@ -12799,7 +18031,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" @@ -12812,6 +18045,36 @@ "thumbv7em-none-eabi", "thumbv8m.main-none-eabi" ], + "cfg(any(target_arch = \"aarch64\", target_arch = \"arm\", target_arch = \"x86\", target_arch = \"x86_64\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "aarch64-fuchsia", + "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", + "i686-apple-darwin", + "i686-linux-android", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-linux-gnu", + "thumbv7em-none-eabi", + "thumbv8m.main-none-eabi", + "x86_64-apple-darwin", + "x86_64-apple-ios", + "x86_64-fuchsia", + "x86_64-linux-android", + "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\"))": [ "aarch64-apple-darwin", "aarch64-apple-ios", @@ -12820,6 +18083,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", @@ -12832,6 +18097,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\"))": [ @@ -12842,6 +18108,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", @@ -12854,12 +18122,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", @@ -12875,11 +18145,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", @@ -12888,12 +18160,21 @@ "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", "x86_64-unknown-freebsd" ], + "cfg(any(target_os = \"macos\", target_os = \"ios\"))": [ + "aarch64-apple-darwin", + "aarch64-apple-ios", + "aarch64-apple-ios-sim", + "i686-apple-darwin", + "x86_64-apple-darwin", + "x86_64-apple-ios" + ], "cfg(any(unix, target_os = \"wasi\"))": [ "aarch64-apple-darwin", "aarch64-apple-ios", @@ -12901,6 +18182,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", @@ -12916,7 +18199,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(any(windows, target_os = \"hermit\", target_os = \"unknown\")))": [ "aarch64-apple-darwin", @@ -12925,6 +18209,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", @@ -12945,6 +18231,7 @@ "x86_64-linux-android", "x86_64-unknown-freebsd", "x86_64-unknown-linux-gnu", + "x86_64-unknown-nixos-gnu", "x86_64-unknown-none" ], "cfg(not(target_arch = \"wasm32\"))": [ @@ -12955,6 +18242,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", @@ -12976,6 +18265,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\"))": [ @@ -12986,6 +18276,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", @@ -13007,6 +18299,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))": [ @@ -13016,6 +18309,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", @@ -13037,6 +18332,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\")": [ @@ -13044,6 +18340,13 @@ "wasm32-wasi" ], "cfg(target_feature = \"atomics\")": [], + "cfg(target_os = \"android\")": [ + "aarch64-linux-android", + "armv7-linux-androideabi", + "i686-linux-android", + "x86_64-linux-android" + ], + "cfg(target_os = \"haiku\")": [], "cfg(target_os = \"hermit\")": [], "cfg(target_os = \"macos\")": [ "aarch64-apple-darwin", @@ -13067,6 +18370,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", @@ -13081,15 +18386,111 @@ "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-gnullvm": [], + "x86_64-pc-windows-msvc": [ + "x86_64-pc-windows-msvc" + ], + "x86_64-unknown-freebsd": [ + "x86_64-unknown-freebsd" + ], + "x86_64-unknown-linux-gnu": [ + "x86_64-unknown-linux-gnu" + ], + "x86_64-unknown-nixos-gnu": [ + "x86_64-unknown-nixos-gnu" + ], + "x86_64-unknown-none": [ + "x86_64-unknown-none" + ] + }, + "direct_deps": [ + "anyhow 1.0.81", + "apple-flat-package 0.18.0", + "bzip2 0.4.4", + "clap 4.5.4", + "debpkg 0.6.0", + "directories 5.0.1", + "env_logger 0.10.2", + "exitcode 1.1.2", + "flate2 1.0.28", + "infer 0.15.0", + "is_executable 1.0.1", + "log 0.4.21", + "regex 1.10.3", + "reqwest 0.11.26", + "serde 1.0.197", + "serde_json 1.0.114", + "sevenz-rust 0.5.4", + "tar 0.4.40", + "tempfile 3.10.1", + "tokio 1.36.0", + "toml 0.8.11", + "walkdir 2.5.0", + "zip 0.6.6" + ], + "direct_dev_deps": [ + "assert_cmd 2.0.14", + "rstest 0.18.2" + ] } diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 662dfb1133f4a..ca313a2715345 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -37,6 +37,21 @@ dependencies = [ "memchr", ] +[[package]] +name = "android-tzdata" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" + +[[package]] +name = "android_system_properties" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" +dependencies = [ + "libc", +] + [[package]] name = "anstream" version = "0.6.11" @@ -100,6 +115,51 @@ dependencies = [ "backtrace", ] +[[package]] +name = "apple-flat-package" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6adc520e05304de5ec383487786fa20e9c636fe972e59719cdd93621a2db6f1" +dependencies = [ + "apple-xar", + "cpio-archive", + "flate2", + "scroll", + "serde", + "serde-xml-rs", + "thiserror", +] + +[[package]] +name = "apple-xar" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "844e00dc1e665b3cf0bba745aa9c6464292ca512db0c11384511586701eb0335" +dependencies = [ + "base64", + "bcder", + "bzip2", + "chrono", + "cryptographic-message-syntax", + "digest", + "flate2", + "log", + "md-5", + "rand", + "reqwest", + "scroll", + "serde", + "serde-xml-rs", + "sha1", + "sha2", + "signature", + "thiserror", + "url", + "x509-certificate", + "xml-rs", + "xz2", +] + [[package]] name = "ar" version = "0.9.0" @@ -150,9 +210,9 @@ dependencies = [ [[package]] name = "base64" -version = "0.21.0" +version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" +checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "base64ct" @@ -160,6 +220,16 @@ version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" +[[package]] +name = "bcder" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c627747a6774aab38beb35990d88309481378558875a41da1a4b2e373c906ef0" +dependencies = [ + "bytes", + "smallvec", +] + [[package]] name = "bit-set" version = "0.5.3" @@ -222,9 +292,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.4.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" +checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "bzip2" @@ -249,11 +319,12 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.79" +version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" +checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5" dependencies = [ "jobserver", + "libc", ] [[package]] @@ -279,7 +350,13 @@ version = "0.4.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" dependencies = [ + "android-tzdata", + "iana-time-zone", + "js-sys", "num-traits", + "serde", + "wasm-bindgen", + "windows-targets 0.48.1", ] [[package]] @@ -294,9 +371,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.2" +version = "4.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b230ab84b0ffdf890d5a10abdbc8b83ae1c4918275daea1ab8801f71536b2651" +checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" dependencies = [ "clap_builder", "clap_derive", @@ -316,9 +393,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.0" +version = "4.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47" +checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" dependencies = [ "heck", "proc-macro2", @@ -338,6 +415,12 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" +[[package]] +name = "const-oid" +version = "0.9.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" + [[package]] name = "constant_time_eq" version = "0.1.5" @@ -360,6 +443,18 @@ version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" +[[package]] +name = "cpio-archive" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63d5133d716d3d82da8c76367ddb0ab1733e2629f1462e4f39947e13b8b4b741" +dependencies = [ + "chrono", + "is_executable", + "simple-file-manifest", + "thiserror", +] + [[package]] name = "cpufeatures" version = "0.2.5" @@ -412,6 +507,23 @@ dependencies = [ "typenum", ] +[[package]] +name = "cryptographic-message-syntax" +version = "0.26.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43c324ba1028cef7e3a71a00cbf585637bb0215dec2f6a2b566d094190a1309b" +dependencies = [ + "bcder", + "bytes", + "chrono", + "hex", + "pem", + "reqwest", + "ring 0.17.8", + "signature", + "x509-certificate", +] + [[package]] name = "debpkg" version = "0.6.0" @@ -430,6 +542,16 @@ dependencies = [ "zstd", ] +[[package]] +name = "der" +version = "0.7.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" +dependencies = [ + "const-oid", + "zeroize", +] + [[package]] name = "deranged" version = "0.3.11" @@ -447,9 +569,9 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" [[package]] name = "digest" -version = "0.10.6" +version = "0.10.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" +checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" dependencies = [ "block-buffer", "crypto-common", @@ -580,9 +702,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "form_urlencoded" -version = "1.1.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" +checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" dependencies = [ "percent-encoding", ] @@ -694,9 +816,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.8" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" +checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" dependencies = [ "cfg-if", "libc", @@ -748,9 +870,9 @@ checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" [[package]] name = "heck" -version = "0.4.1" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hermit-abi" @@ -767,6 +889,12 @@ version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d0c62115964e08cb8039170eb33c1d0e2388a256930279edca206fff675f82c3" +[[package]] +name = "hex" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" + [[package]] name = "hmac" version = "0.12.1" @@ -853,11 +981,34 @@ dependencies = [ "tokio-rustls", ] +[[package]] +name = "iana-time-zone" +version = "0.1.60" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" +dependencies = [ + "android_system_properties", + "core-foundation-sys", + "iana-time-zone-haiku", + "js-sys", + "wasm-bindgen", + "windows-core", +] + +[[package]] +name = "iana-time-zone-haiku" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" +dependencies = [ + "cc", +] + [[package]] name = "idna" -version = "0.3.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" +checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" dependencies = [ "unicode-bidi", "unicode-normalization", @@ -1007,6 +1158,16 @@ dependencies = [ "pkg-config", ] +[[package]] +name = "md-5" +version = "0.10.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" +dependencies = [ + "cfg-if", + "digest", +] + [[package]] name = "memchr" version = "2.6.4" @@ -1121,11 +1282,21 @@ dependencies = [ "sha2", ] +[[package]] +name = "pem" +version = "3.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b8fcc794035347fb64beda2d3b462595dd2753e3f268d89c5aae77e8cf2c310" +dependencies = [ + "base64", + "serde", +] + [[package]] name = "percent-encoding" -version = "2.2.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" +checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pin-project-lite" @@ -1151,6 +1322,12 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" +[[package]] +name = "ppv-lite86" +version = "0.2.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" + [[package]] name = "predicates" version = "3.0.1" @@ -1197,11 +1374,35 @@ dependencies = [ "proc-macro2", ] +[[package]] +name = "rand" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +dependencies = [ + "libc", + "rand_chacha", + "rand_core", +] + +[[package]] +name = "rand_chacha" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" +dependencies = [ + "ppv-lite86", + "rand_core", +] + [[package]] name = "rand_core" version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" +dependencies = [ + "getrandom", +] [[package]] name = "redox_syscall" @@ -1323,12 +1524,27 @@ dependencies = [ "cc", "libc", "once_cell", - "spin", - "untrusted", + "spin 0.5.2", + "untrusted 0.7.1", "web-sys", "winapi", ] +[[package]] +name = "ring" +version = "0.17.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" +dependencies = [ + "cc", + "cfg-if", + "getrandom", + "libc", + "spin 0.9.8", + "untrusted 0.9.0", + "windows-sys 0.52.0", +] + [[package]] name = "rstest" version = "0.18.2" @@ -1393,7 +1609,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d1feddffcfcc0b33f5c6ce9a29e341e4cd59c3f78e7ee45f4a40c038b1d6cbb" dependencies = [ "log", - "ring", + "ring 0.16.20", "rustls-webpki", "sct", ] @@ -1413,8 +1629,8 @@ version = "0.101.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d" dependencies = [ - "ring", - "untrusted", + "ring 0.16.20", + "untrusted 0.7.1", ] [[package]] @@ -1432,14 +1648,34 @@ dependencies = [ "winapi-util", ] +[[package]] +name = "scroll" +version = "0.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6" +dependencies = [ + "scroll_derive", +] + +[[package]] +name = "scroll_derive" +version = "0.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f81c2fde025af7e69b1d1420531c8a8811ca898919db177141a85313b1cb932" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.48", +] + [[package]] name = "sct" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" dependencies = [ - "ring", - "untrusted", + "ring 0.16.20", + "untrusted 0.7.1", ] [[package]] @@ -1447,6 +1683,7 @@ name = "selenium-manager" version = "0.4.19-nightly" dependencies = [ "anyhow", + "apple-flat-package", "assert_cmd", "bzip2", "clap", @@ -1487,6 +1724,18 @@ dependencies = [ "serde_derive", ] +[[package]] +name = "serde-xml-rs" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fb3aa78ecda1ebc9ec9847d5d3aba7d618823446a049ba2491940506da6e2782" +dependencies = [ + "log", + "serde", + "thiserror", + "xml-rs", +] + [[package]] name = "serde_derive" version = "1.0.197" @@ -1549,9 +1798,9 @@ dependencies = [ [[package]] name = "sha1" -version = "0.10.5" +version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" +checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" dependencies = [ "cfg-if", "cpufeatures", @@ -1560,15 +1809,30 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.6" +version = "0.10.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" +checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" dependencies = [ "cfg-if", "cpufeatures", "digest", ] +[[package]] +name = "signature" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" +dependencies = [ + "rand_core", +] + +[[package]] +name = "simple-file-manifest" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5dd19be0257552dd56d1bb6946f89f193c6e5b9f13cc9327c4bc84a357507c74" + [[package]] name = "slab" version = "0.4.8" @@ -1578,6 +1842,12 @@ dependencies = [ "autocfg", ] +[[package]] +name = "smallvec" +version = "1.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" + [[package]] name = "socket2" version = "0.4.9" @@ -1604,6 +1874,22 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" +[[package]] +name = "spin" +version = "0.9.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" + +[[package]] +name = "spki" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" +dependencies = [ + "base64ct", + "der", +] + [[package]] name = "strsim" version = "0.11.0" @@ -1705,18 +1991,18 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "thiserror" -version = "1.0.40" +version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" +checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.40" +version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" +checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" dependencies = [ "proc-macro2", "quote", @@ -1917,11 +2203,17 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" +[[package]] +name = "untrusted" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" + [[package]] name = "url" -version = "2.3.1" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" +checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" dependencies = [ "form_urlencoded", "idna", @@ -2094,6 +2386,15 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" +[[package]] +name = "windows-core" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" +dependencies = [ + "windows-targets 0.52.0", +] + [[package]] name = "windows-sys" version = "0.48.0" @@ -2245,6 +2546,25 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "x509-certificate" +version = "0.23.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "66534846dec7a11d7c50a74b7cdb208b9a581cad890b7866430d438455847c85" +dependencies = [ + "bcder", + "bytes", + "chrono", + "der", + "hex", + "pem", + "ring 0.17.8", + "signature", + "spki", + "thiserror", + "zeroize", +] + [[package]] name = "xattr" version = "1.0.1" @@ -2254,6 +2574,12 @@ dependencies = [ "libc", ] +[[package]] +name = "xml-rs" +version = "0.8.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a" + [[package]] name = "xz2" version = "0.1.7" @@ -2263,6 +2589,26 @@ dependencies = [ "lzma-sys", ] +[[package]] +name = "zeroize" +version = "1.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" +dependencies = [ + "zeroize_derive", +] + +[[package]] +name = "zeroize_derive" +version = "1.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.48", +] + [[package]] name = "zip" version = "0.6.6" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index c01244aa678a0..dbe8eb7f27d57 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -12,7 +12,7 @@ Selenium Manager is a CLI tool that automatically manages the browser/driver inf """ [dependencies] -clap = { version = "4.5.2", features = ["derive", "cargo"] } +clap = { version = "4.5.4", features = ["derive", "cargo"] } log = "0.4.21" env_logger = "0.10.2" regex = "1.10.3" @@ -34,6 +34,7 @@ sevenz-rust = "0.5.4" walkdir = "2.5.0" debpkg = "0.6.0" anyhow = { version = "1.0.81", features = ["backtrace"] } +apple-flat-package = "0.18.0" [dev-dependencies] assert_cmd = "2.0.14" diff --git a/rust/src/files.rs b/rust/src/files.rs index 0191e858051a5..efdb947f5d299 100644 --- a/rust/src/files.rs +++ b/rust/src/files.rs @@ -18,12 +18,12 @@ use crate::config::OS; use crate::config::OS::WINDOWS; use crate::{ - format_one_arg, format_three_args, format_two_args, run_shell_command_by_os, Command, Logger, - CP_VOLUME_COMMAND, HDIUTIL_ATTACH_COMMAND, HDIUTIL_DETACH_COMMAND, MACOS, - MSIEXEC_INSTALL_COMMAND, MV_PAYLOAD_COMMAND, MV_PAYLOAD_OLD_VERSIONS_COMMAND, PKGUTIL_COMMAND, + format_one_arg, format_three_args, run_shell_command_by_os, Command, Logger, CP_VOLUME_COMMAND, + HDIUTIL_ATTACH_COMMAND, HDIUTIL_DETACH_COMMAND, MACOS, MSIEXEC_INSTALL_COMMAND, }; use anyhow::anyhow; use anyhow::Error; +use apple_flat_package::PkgReader; use bzip2::read::BzDecoder; use directories::BaseDirs; use flate2::read::GzDecoder; @@ -34,7 +34,6 @@ use std::io; use std::io::{BufReader, Cursor, Read}; use std::path::{Path, PathBuf}; use tar::Archive; -use tempfile::Builder; use walkdir::{DirEntry, WalkDir}; use zip::ZipArchive; @@ -89,7 +88,6 @@ pub fn uncompress( os: &str, single_file: Option, volume: Option<&str>, - major_browser_version: Option, ) -> Result<(), Error> { let mut extension = match infer::get_from_path(compressed_file)? { Some(kind) => kind.extension(), @@ -127,13 +125,7 @@ pub fn uncompress( } else if extension.eq_ignore_ascii_case(BZ2) { uncompress_bz2(compressed_file, target, log)? } else if extension.eq_ignore_ascii_case(PKG) { - uncompress_pkg( - compressed_file, - target, - log, - os, - major_browser_version.unwrap_or_default(), - )? + uncompress_pkg(compressed_file, target, log)? } else if extension.eq_ignore_ascii_case(DMG) { uncompress_dmg(compressed_file, target, log, os, volume.unwrap_or_default())? } else if extension.eq_ignore_ascii_case(EXE) { @@ -184,42 +176,35 @@ pub fn uncompress_sfx(compressed_file: &str, target: &Path, log: &Logger) -> Res Ok(()) } -pub fn uncompress_pkg( - compressed_file: &str, - target: &Path, - log: &Logger, - os: &str, - major_browser_version: i32, -) -> Result<(), Error> { - let tmp_dir = Builder::new().prefix(PKG).tempdir()?; - let out_folder = format!("{}/{}", path_to_string(tmp_dir.path()), PKG); - let mut command = Command::new_single(format_two_args( - PKGUTIL_COMMAND, - compressed_file, - &out_folder, - )); - log.trace(format!("Running command: {}", command.display())); - run_shell_command_by_os(os, command)?; - - fs::create_dir_all(target)?; - let target_folder = path_to_string(target); - command = if major_browser_version == 0 || major_browser_version > 84 { - Command::new_single(format_three_args( - MV_PAYLOAD_COMMAND, - &out_folder, - PKG, - &target_folder, - )) - } else { - Command::new_single(format_two_args( - MV_PAYLOAD_OLD_VERSIONS_COMMAND, - &out_folder, - &target_folder, - )) - }; - log.trace(format!("Running command: {}", command.display())); - run_shell_command_by_os(os, command)?; - +pub fn uncompress_pkg(compressed_file: &str, target: &Path, log: &Logger) -> Result<(), Error> { + let target_path = Path::new(target); + let mut reader = PkgReader::new(File::open(compressed_file)?)?; + let packages = reader.component_packages()?; + let package = packages.first().ok_or(anyhow!("Unable to extract PKG"))?; + if let Some(mut cpio_reader) = package.payload_reader()? { + while let Some(next) = cpio_reader.next() { + let entry = next?; + let name = entry.name(); + let mut file = Vec::new(); + cpio_reader.read_to_end(&mut file)?; + let target_path_buf = target_path.join(name); + log.trace(format!("Extracting {}", target_path_buf.display())); + if entry.file_size() != 0 { + let target_path = target_path_buf.as_path(); + fs::create_dir_all(target_path.parent().unwrap())?; + fs::write(&target_path_buf, file)?; + + // Set permissions + #[cfg(unix)] + { + use std::os::unix::fs::PermissionsExt; + + let mode = entry.mode(); + fs::set_permissions(target_path, fs::Permissions::from_mode(mode))?; + } + } + } + } Ok(()) } diff --git a/rust/src/lib.rs b/rust/src/lib.rs index 6a9e5463b23bb..e4057fd40600b 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -81,12 +81,9 @@ pub const REG_CURRENT_VERSION_ARG: &str = "CurrentVersion"; pub const REG_PV_ARG: &str = "pv"; pub const PLIST_COMMAND: &str = r#"/usr/libexec/PlistBuddy -c "print :CFBundleShortVersionString" {}/Contents/Info.plist"#; -pub const PKGUTIL_COMMAND: &str = "pkgutil --expand-full {} {}"; pub const HDIUTIL_ATTACH_COMMAND: &str = "hdiutil attach {}"; pub const HDIUTIL_DETACH_COMMAND: &str = "hdiutil detach /Volumes/{}"; pub const CP_VOLUME_COMMAND: &str = "cp -R /Volumes/{}/{}.app {}"; -pub const MV_PAYLOAD_COMMAND: &str = "mv {}/*{}/Payload/*.app {}"; -pub const MV_PAYLOAD_OLD_VERSIONS_COMMAND: &str = "mv {}/Payload/*.app {}"; pub const MSIEXEC_INSTALL_COMMAND: &str = "start /wait msiexec /i {} /qn ALLOWDOWNGRADE=1"; pub const WINDOWS_CHECK_ADMIN_COMMAND: &str = "net session"; pub const DASH_VERSION: &str = "{}{}{} -v"; @@ -213,7 +210,6 @@ pub trait SeleniumManager { self.get_os(), Some(driver_name_with_extension), None, - None, )?) } } @@ -316,10 +312,6 @@ pub trait SeleniumManager { let (_tmp_folder, driver_zip_file) = download_to_tmp_folder(self.get_http_client(), browser_url, self.get_logger())?; - let major_browser_version_int = self - .get_major_browser_version() - .parse::() - .unwrap_or_default(); let browser_label_for_download = self.get_browser_label_for_download(original_browser_version)?; uncompress( @@ -329,7 +321,6 @@ pub trait SeleniumManager { self.get_os(), None, browser_label_for_download, - Some(major_browser_version_int), )?; } if browser_binary_path.exists() {