From 7823a04f98e787491a467ed1d9de24083e91cf4e Mon Sep 17 00:00:00 2001 From: Matt Mackay Date: Wed, 23 Oct 2024 10:31:47 -0400 Subject: [PATCH] chore: bump rules_rust to 0.53.0 --- .bcr/patches/rust_dev_dep.patch | 8 +- Cargo.Bazel.lock | 8378 +++++++++++++++++++------ MODULE.bazel | 2 +- e2e/repository-rule-deps/MODULE.bazel | 2 +- e2e/smoke/MODULE.bazel | 2 +- e2e/smoke/WORKSPACE.bazel | 4 +- e2e/system-interpreter/MODULE.bazel | 2 +- internal_deps.bzl | 4 +- 8 files changed, 6569 insertions(+), 1833 deletions(-) diff --git a/.bcr/patches/rust_dev_dep.patch b/.bcr/patches/rust_dev_dep.patch index 3f4c2f7e..485eac65 100644 --- a/.bcr/patches/rust_dev_dep.patch +++ b/.bcr/patches/rust_dev_dep.patch @@ -1,11 +1,11 @@ diff --git a/MODULE.bazel b/MODULE.bazel -index 842544e..5e5ee92 100644 +index 841aed7..e1a1d6d 100644 --- a/MODULE.bazel +++ b/MODULE.bazel -@@ -32,13 +32,13 @@ register_toolchains( +@@ -41,13 +41,13 @@ register_toolchains( bazel_dep( name = "rules_rust", - version = "0.38.0", + version = "0.53.0", - # In released versions: dev_dependency = True + dev_dependency = True ) @@ -18,7 +18,7 @@ index 842544e..5e5ee92 100644 ) rust.toolchain( -@@ -49,13 +49,13 @@ use_repo(rust, "rust_toolchains") +@@ -58,13 +58,13 @@ use_repo(rust, "rust_toolchains") register_toolchains( "@rust_toolchains//:all", diff --git a/Cargo.Bazel.lock b/Cargo.Bazel.lock index bb80ea19..07d0c0da 100644 --- a/Cargo.Bazel.lock +++ b/Cargo.Bazel.lock @@ -1,9 +1,10 @@ { - "checksum": "7b5d832f30b618fcf788084bf90341a4f9f48026f51817e91a5250c6e53648ab", + "checksum": "42d98484f551a064e2a08fed772e5ed9e6ec222b9d64e5fc11f90721ef981a01", "crates": { "addr2line 0.21.0": { "name": "addr2line", "version": "0.21.0", + "package_url": "https://github.com/gimli-rs/addr2line", "repository": { "Http": { "url": "https://static.crates.io/crates/addr2line/0.21.0/download", @@ -15,9 +16,12 @@ "Library": { "crate_name": "addr2line", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -38,11 +42,17 @@ "edition": "2018", "version": "0.21.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": true, + "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": true, + "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.1.2": { "name": "aho-corasick", "version": "1.1.2", + "package_url": "https://github.com/BurntSushi/aho-corasick", "repository": { "Http": { "url": "https://static.crates.io/crates/aho-corasick/1.1.2/download", @@ -134,9 +163,12 @@ "Library": { "crate_name": "aho_corasick", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -164,11 +196,17 @@ "edition": "2021", "version": "1.1.2" }, - "license": "Unlicense OR MIT" + "license": "Unlicense OR MIT", + "license_ids": [ + "MIT", + "Unlicense" + ], + "license_file": "LICENSE-MIT" }, "android-tzdata 0.1.1": { "name": "android-tzdata", "version": "0.1.1", + "package_url": "https://github.com/RumovZ/android-tzdata", "repository": { "Http": { "url": "https://static.crates.io/crates/android-tzdata/0.1.1/download", @@ -180,9 +218,12 @@ "Library": { "crate_name": "android_tzdata", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -194,11 +235,17 @@ "edition": "2018", "version": "0.1.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "android_system_properties 0.1.5": { "name": "android_system_properties", "version": "0.1.5", + "package_url": "https://github.com/nical/android_system_properties", "repository": { "Http": { "url": "https://static.crates.io/crates/android_system_properties/0.1.5/download", @@ -210,9 +257,12 @@ "Library": { "crate_name": "android_system_properties", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -233,11 +283,17 @@ "edition": "2018", "version": "0.1.5" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "anstream 0.6.11": { "name": "anstream", "version": "0.6.11", + "package_url": "https://github.com/rust-cli/anstyle.git", "repository": { "Http": { "url": "https://static.crates.io/crates/anstream/0.6.11/download", @@ -249,9 +305,12 @@ "Library": { "crate_name": "anstream", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -292,7 +351,19 @@ } ], "selects": { - "cfg(windows)": [ + "aarch64-pc-windows-msvc": [ + { + "id": "anstyle-wincon 3.0.2", + "target": "anstyle_wincon" + } + ], + "i686-pc-windows-msvc": [ + { + "id": "anstyle-wincon 3.0.2", + "target": "anstyle_wincon" + } + ], + "x86_64-pc-windows-msvc": [ { "id": "anstyle-wincon 3.0.2", "target": "anstyle_wincon" @@ -303,11 +374,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 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", @@ -319,9 +396,12 @@ "Library": { "crate_name": "anstyle", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -340,11 +420,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.3": { "name": "anstyle-parse", "version": "0.2.3", + "package_url": "https://github.com/rust-cli/anstyle.git", "repository": { "Http": { "url": "https://static.crates.io/crates/anstyle-parse/0.2.3/download", @@ -356,9 +442,12 @@ "Library": { "crate_name": "anstyle_parse", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -386,11 +475,17 @@ "edition": "2021", "version": "0.2.3" }, - "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.2": { "name": "anstyle-query", "version": "1.0.2", + "package_url": "https://github.com/rust-cli/anstyle", "repository": { "Http": { "url": "https://static.crates.io/crates/anstyle-query/1.0.2/download", @@ -402,9 +497,12 @@ "Library": { "crate_name": "anstyle_query", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -427,11 +525,17 @@ "edition": "2021", "version": "1.0.2" }, - "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.2": { "name": "anstyle-wincon", "version": "3.0.2", + "package_url": "https://github.com/rust-cli/anstyle.git", "repository": { "Http": { "url": "https://static.crates.io/crates/anstyle-wincon/3.0.2/download", @@ -443,9 +547,12 @@ "Library": { "crate_name": "anstyle_wincon", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -473,11 +580,17 @@ "edition": "2021", "version": "3.0.2" }, - "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.79": { "name": "anyhow", "version": "1.0.79", + "package_url": "https://github.com/dtolnay/anyhow", "repository": { "Http": { "url": "https://static.crates.io/crates/anyhow/1.0.79/download", @@ -489,18 +602,24 @@ "Library": { "crate_name": "anyhow", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -529,15 +648,24 @@ "version": "1.0.79" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "async-compression 0.3.15": { "name": "async-compression", "version": "0.3.15", + "package_url": "https://github.com/Nemo157/async-compression", "repository": { "Http": { "url": "https://static.crates.io/crates/async-compression/0.3.15/download", @@ -549,9 +677,12 @@ "Library": { "crate_name": "async_compression", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -596,11 +727,17 @@ "edition": "2018", "version": "0.3.15" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "async-once-cell 0.5.3": { "name": "async-once-cell", "version": "0.5.3", + "package_url": "https://github.com/danieldg/async-once-cell", "repository": { "Http": { "url": "https://static.crates.io/crates/async-once-cell/0.5.3/download", @@ -612,9 +749,12 @@ "Library": { "crate_name": "async_once_cell", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -626,11 +766,17 @@ "edition": "2018", "version": "0.5.3" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "async-recursion 1.0.5": { "name": "async-recursion", "version": "1.0.5", + "package_url": "https://github.com/dcchut/async-recursion", "repository": { "Http": { "url": "https://static.crates.io/crates/async-recursion/1.0.5/download", @@ -642,9 +788,12 @@ "ProcMacro": { "crate_name": "async_recursion", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -673,11 +822,17 @@ "edition": "2018", "version": "1.0.5" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "async-trait 0.1.77": { "name": "async-trait", "version": "0.1.77", + "package_url": "https://github.com/dtolnay/async-trait", "repository": { "Http": { "url": "https://static.crates.io/crates/async-trait/0.1.77/download", @@ -689,18 +844,24 @@ "ProcMacro": { "crate_name": "async_trait", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -734,15 +895,24 @@ "version": "0.1.77" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "async_http_range_reader 0.6.0": { "name": "async_http_range_reader", "version": "0.6.0", + "package_url": "https://github.com/prefix-dev/async_http_range_reader", "repository": { "Http": { "url": "https://static.crates.io/crates/async_http_range_reader/0.6.0/download", @@ -754,9 +924,12 @@ "Library": { "crate_name": "async_http_range_reader", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -821,11 +994,16 @@ "edition": "2021", "version": "0.6.0" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "async_zip 0.0.15": { "name": "async_zip", "version": "0.0.15", + "package_url": "https://github.com/Majored/rs-async-zip", "repository": { "Http": { "url": "https://static.crates.io/crates/async_zip/0.0.15/download", @@ -837,9 +1015,12 @@ "Library": { "crate_name": "async_zip", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -897,11 +1078,16 @@ "edition": "2021", "version": "0.0.15" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "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", @@ -913,9 +1099,12 @@ "Library": { "crate_name": "autocfg", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -927,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.69": { "name": "backtrace", "version": "0.3.69", + "package_url": "https://github.com/rust-lang/backtrace-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/backtrace/0.3.69/download", @@ -943,18 +1138,24 @@ "Library": { "crate_name": "backtrace", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1010,6 +1211,9 @@ "version": "0.3.69" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ], @@ -1023,11 +1227,17 @@ "selects": {} } }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "backtrace-ext 0.2.1": { "name": "backtrace-ext", "version": "0.2.1", + "package_url": "https://github.com/gankra/backtrace-ext", "repository": { "Http": { "url": "https://static.crates.io/crates/backtrace-ext/0.2.1/download", @@ -1039,9 +1249,12 @@ "Library": { "crate_name": "backtrace_ext", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1062,11 +1275,17 @@ "edition": "2018", "version": "0.2.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": null }, "base64 0.21.7": { "name": "base64", "version": "0.21.7", + "package_url": "https://github.com/marshallpierce/rust-base64", "repository": { "Http": { "url": "https://static.crates.io/crates/base64/0.21.7/download", @@ -1078,9 +1297,12 @@ "Library": { "crate_name": "base64", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1100,11 +1322,17 @@ "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", @@ -1116,9 +1344,12 @@ "Library": { "crate_name": "base64ct", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1130,11 +1361,17 @@ "edition": "2021", "version": "1.6.0" }, - "license": "Apache-2.0 OR MIT" + "license": "Apache-2.0 OR MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "bisection 0.1.0": { "name": "bisection", "version": "0.1.0", + "package_url": "https://github.com/SteadBytes/bisection", "repository": { "Http": { "url": "https://static.crates.io/crates/bisection/0.1.0/download", @@ -1146,9 +1383,12 @@ "Library": { "crate_name": "bisection", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1160,11 +1400,16 @@ "edition": "2018", "version": "0.1.0" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": null }, "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", @@ -1176,9 +1421,12 @@ "Library": { "crate_name": "bitflags", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1196,11 +1444,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.2": { "name": "bitflags", "version": "2.4.2", + "package_url": "https://github.com/bitflags/bitflags", "repository": { "Http": { "url": "https://static.crates.io/crates/bitflags/2.4.2/download", @@ -1212,9 +1466,12 @@ "Library": { "crate_name": "bitflags", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1232,11 +1489,17 @@ "edition": "2021", "version": "2.4.2" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "bitvec 1.0.1": { "name": "bitvec", "version": "1.0.1", + "package_url": "https://github.com/bitvecto-rs/bitvec", "repository": { "Http": { "url": "https://static.crates.io/crates/bitvec/1.0.1/download", @@ -1248,9 +1511,12 @@ "Library": { "crate_name": "bitvec", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1292,11 +1558,16 @@ "edition": "2021", "version": "1.0.1" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE.txt" }, "blake2 0.10.6": { "name": "blake2", "version": "0.10.6", + "package_url": "https://github.com/RustCrypto/hashes", "repository": { "Http": { "url": "https://static.crates.io/crates/blake2/0.10.6/download", @@ -1308,9 +1579,12 @@ "Library": { "crate_name": "blake2", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1338,11 +1612,17 @@ "edition": "2018", "version": "0.10.6" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "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", @@ -1354,9 +1634,12 @@ "Library": { "crate_name": "block_buffer", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1377,11 +1660,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" }, "bumpalo 3.14.0": { "name": "bumpalo", "version": "3.14.0", + "package_url": "https://github.com/fitzgen/bumpalo", "repository": { "Http": { "url": "https://static.crates.io/crates/bumpalo/3.14.0/download", @@ -1393,9 +1682,12 @@ "Library": { "crate_name": "bumpalo", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1413,11 +1705,17 @@ "edition": "2021", "version": "3.14.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR 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", @@ -1429,9 +1727,12 @@ "Library": { "crate_name": "byteorder", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1450,11 +1751,17 @@ "edition": "2021", "version": "1.5.0" }, - "license": "Unlicense OR MIT" + "license": "Unlicense OR MIT", + "license_ids": [ + "MIT", + "Unlicense" + ], + "license_file": "LICENSE-MIT" }, "bytes 1.5.0": { "name": "bytes", "version": "1.5.0", + "package_url": "https://github.com/tokio-rs/bytes", "repository": { "Http": { "url": "https://static.crates.io/crates/bytes/1.5.0/download", @@ -1466,9 +1773,12 @@ "Library": { "crate_name": "bytes", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1487,11 +1797,16 @@ "edition": "2018", "version": "1.5.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", @@ -1503,9 +1818,12 @@ "Library": { "crate_name": "bzip2", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1530,11 +1848,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", @@ -1546,18 +1870,24 @@ "Library": { "crate_name": "bzip2_sys", "crate_root": "lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1583,6 +1913,9 @@ "version": "0.1.11+1.0.8" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ], @@ -1601,11 +1934,17 @@ }, "links": "bzip2" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "cacache 12.0.0": { "name": "cacache", "version": "12.0.0", + "package_url": "https://github.com/zkat/cacache-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/cacache/12.0.0/download", @@ -1617,9 +1956,12 @@ "Library": { "crate_name": "cacache", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1712,7 +2054,55 @@ } ], "selects": { - "cfg(target_os = \"linux\")": [ + "aarch64-unknown-linux-gnu": [ + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "aarch64-unknown-nixos-gnu": [ + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "arm-unknown-linux-gnueabi": [ + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "armv7-unknown-linux-gnueabi": [ + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "i686-unknown-linux-gnu": [ + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "powerpc-unknown-linux-gnu": [ + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "s390x-unknown-linux-gnu": [ + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "x86_64-unknown-linux-gnu": [ + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "x86_64-unknown-nixos-gnu": [ { "id": "libc 0.2.153", "target": "libc" @@ -1732,11 +2122,16 @@ }, "version": "12.0.0" }, - "license": "Apache-2.0" + "license": "Apache-2.0", + "license_ids": [ + "Apache-2.0" + ], + "license_file": "LICENSE.md" }, "cc 1.0.83": { "name": "cc", "version": "1.0.83", + "package_url": "https://github.com/rust-lang/cc-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/cc/1.0.83/download", @@ -1748,9 +2143,12 @@ "Library": { "crate_name": "cc", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1785,11 +2183,17 @@ "edition": "2018", "version": "1.0.83" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "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", @@ -1801,9 +2205,12 @@ "Library": { "crate_name": "cfg_if", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1815,11 +2222,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.33": { "name": "chrono", "version": "0.4.33", + "package_url": "https://github.com/chronotope/chrono", "repository": { "Http": { "url": "https://static.crates.io/crates/chrono/0.4.33/download", @@ -1831,9 +2244,12 @@ "Library": { "crate_name": "chrono", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1847,41 +2263,24 @@ { "id": "num-traits 0.2.17", "target": "num_traits" - }, - { - "id": "serde 1.0.196", - "target": "serde" } ], - "selects": { - "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.52.0", - "target": "windows_targets" - } - ] - } + "selects": {} }, "edition": "2021", "version": "0.4.33" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE.txt" }, "ciborium 0.2.2": { "name": "ciborium", "version": "0.2.2", + "package_url": "https://github.com/enarx/ciborium", "repository": { "Http": { "url": "https://static.crates.io/crates/ciborium/0.2.2/download", @@ -1893,9 +2292,12 @@ "Library": { "crate_name": "ciborium", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1931,11 +2333,16 @@ "edition": "2021", "version": "0.2.2" }, - "license": "Apache-2.0" + "license": "Apache-2.0", + "license_ids": [ + "Apache-2.0" + ], + "license_file": "LICENSE" }, "ciborium-io 0.2.2": { "name": "ciborium-io", "version": "0.2.2", + "package_url": "https://github.com/enarx/ciborium", "repository": { "Http": { "url": "https://static.crates.io/crates/ciborium-io/0.2.2/download", @@ -1947,9 +2354,12 @@ "Library": { "crate_name": "ciborium_io", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -1968,11 +2378,16 @@ "edition": "2021", "version": "0.2.2" }, - "license": "Apache-2.0" + "license": "Apache-2.0", + "license_ids": [ + "Apache-2.0" + ], + "license_file": "LICENSE" }, "ciborium-ll 0.2.2": { "name": "ciborium-ll", "version": "0.2.2", + "package_url": "https://github.com/enarx/ciborium", "repository": { "Http": { "url": "https://static.crates.io/crates/ciborium-ll/0.2.2/download", @@ -1984,9 +2399,12 @@ "Library": { "crate_name": "ciborium_ll", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2011,11 +2429,16 @@ "edition": "2021", "version": "0.2.2" }, - "license": "Apache-2.0" + "license": "Apache-2.0", + "license_ids": [ + "Apache-2.0" + ], + "license_file": "LICENSE" }, "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", @@ -2027,9 +2450,12 @@ "Library": { "crate_name": "cipher", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2054,11 +2480,17 @@ "edition": "2021", "version": "0.4.4" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "clap 4.4.18": { "name": "clap", "version": "4.4.18", + "package_url": "https://github.com/clap-rs/clap", "repository": { "Http": { "url": "https://static.crates.io/crates/clap/4.4.18/download", @@ -2070,9 +2502,12 @@ "Library": { "crate_name": "clap", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2115,11 +2550,17 @@ }, "version": "4.4.18" }, - "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.4.18": { "name": "clap_builder", "version": "4.4.18", + "package_url": "https://github.com/clap-rs/clap", "repository": { "Http": { "url": "https://static.crates.io/crates/clap_builder/4.4.18/download", @@ -2131,9 +2572,12 @@ "Library": { "crate_name": "clap_builder", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2177,11 +2621,17 @@ "edition": "2021", "version": "4.4.18" }, - "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.4.7": { "name": "clap_derive", "version": "4.4.7", + "package_url": "https://github.com/clap-rs/clap/tree/master/clap_derive", "repository": { "Http": { "url": "https://static.crates.io/crates/clap_derive/4.4.7/download", @@ -2193,9 +2643,12 @@ "ProcMacro": { "crate_name": "clap_derive", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2234,11 +2687,17 @@ "edition": "2021", "version": "4.4.7" }, - "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.6.0": { "name": "clap_lex", "version": "0.6.0", + "package_url": "https://github.com/clap-rs/clap/tree/master/clap_lex", "repository": { "Http": { "url": "https://static.crates.io/crates/clap_lex/0.6.0/download", @@ -2250,9 +2709,12 @@ "Library": { "crate_name": "clap_lex", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2264,11 +2726,17 @@ "edition": "2021", "version": "0.6.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", @@ -2280,9 +2748,12 @@ "Library": { "crate_name": "colorchoice", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2294,11 +2765,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" }, "configparser 3.0.4": { "name": "configparser", "version": "3.0.4", + "package_url": "https://github.com/QEDK/configparser-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/configparser/3.0.4/download", @@ -2310,9 +2787,12 @@ "Library": { "crate_name": "configparser", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2324,11 +2804,17 @@ "edition": "2021", "version": "3.0.4" }, - "license": "MIT OR LGPL-3.0-or-later" + "license": "MIT OR LGPL-3.0-or-later", + "license_ids": [ + "LGPL-3.0", + "MIT" + ], + "license_file": "LICENSE-LGPL" }, "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", @@ -2340,9 +2826,12 @@ "Library": { "crate_name": "constant_time_eq", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2354,11 +2843,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.4": { "name": "core-foundation", "version": "0.9.4", + "package_url": "https://github.com/servo/core-foundation-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/core-foundation/0.9.4/download", @@ -2370,9 +2864,12 @@ "Library": { "crate_name": "core_foundation", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2404,11 +2901,17 @@ "edition": "2018", "version": "0.9.4" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "core-foundation-sys 0.8.6": { "name": "core-foundation-sys", "version": "0.8.6", + "package_url": "https://github.com/servo/core-foundation-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/core-foundation-sys/0.8.6/download", @@ -2420,9 +2923,12 @@ "Library": { "crate_name": "core_foundation_sys", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2441,11 +2947,17 @@ "edition": "2018", "version": "0.8.6" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "cpufeatures 0.2.12": { "name": "cpufeatures", "version": "0.2.12", + "package_url": "https://github.com/RustCrypto/utils", "repository": { "Http": { "url": "https://static.crates.io/crates/cpufeatures/0.2.12/download", @@ -2457,9 +2969,12 @@ "Library": { "crate_name": "cpufeatures", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2500,11 +3015,17 @@ "edition": "2018", "version": "0.2.12" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "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", @@ -2516,18 +3037,24 @@ "Library": { "crate_name": "crc32fast", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2560,15 +3087,24 @@ "version": "1.3.2" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "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.19": { "name": "crossbeam-utils", "version": "0.8.19", + "package_url": "https://github.com/crossbeam-rs/crossbeam", "repository": { "Http": { "url": "https://static.crates.io/crates/crossbeam-utils/0.8.19/download", @@ -2580,18 +3116,24 @@ "Library": { "crate_name": "crossbeam_utils", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2620,15 +3162,24 @@ "version": "0.8.19" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "crunchy 0.2.2": { "name": "crunchy", "version": "0.2.2", + "package_url": null, "repository": { "Http": { "url": "https://static.crates.io/crates/crunchy/0.2.2/download", @@ -2640,18 +3191,24 @@ "Library": { "crate_name": "crunchy", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2673,15 +3230,23 @@ "version": "0.2.2" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": null }, "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", @@ -2693,9 +3258,12 @@ "Library": { "crate_name": "crypto_common", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2726,11 +3294,17 @@ "edition": "2018", "version": "0.1.6" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "csv 1.3.0": { "name": "csv", "version": "1.3.0", + "package_url": "https://github.com/BurntSushi/rust-csv", "repository": { "Http": { "url": "https://static.crates.io/crates/csv/1.3.0/download", @@ -2742,9 +3316,12 @@ "Library": { "crate_name": "csv", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2777,11 +3354,17 @@ "edition": "2021", "version": "1.3.0" }, - "license": "Unlicense/MIT" + "license": "Unlicense/MIT", + "license_ids": [ + "MIT", + "Unlicense" + ], + "license_file": "LICENSE-MIT" }, "csv-core 0.1.11": { "name": "csv-core", "version": "0.1.11", + "package_url": "https://github.com/BurntSushi/rust-csv", "repository": { "Http": { "url": "https://static.crates.io/crates/csv-core/0.1.11/download", @@ -2793,9 +3376,12 @@ "Library": { "crate_name": "csv_core", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2822,11 +3408,17 @@ "edition": "2018", "version": "0.1.11" }, - "license": "Unlicense/MIT" + "license": "Unlicense/MIT", + "license_ids": [ + "MIT", + "Unlicense" + ], + "license_file": "LICENSE-MIT" }, "darling 0.20.5": { "name": "darling", "version": "0.20.5", + "package_url": "https://github.com/TedDriggs/darling", "repository": { "Http": { "url": "https://static.crates.io/crates/darling/0.20.5/download", @@ -2838,9 +3430,12 @@ "Library": { "crate_name": "darling", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2877,11 +3472,16 @@ }, "version": "0.20.5" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "darling_core 0.20.5": { "name": "darling_core", "version": "0.20.5", + "package_url": "https://github.com/TedDriggs/darling", "repository": { "Http": { "url": "https://static.crates.io/crates/darling_core/0.20.5/download", @@ -2893,9 +3493,12 @@ "Library": { "crate_name": "darling_core", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2943,11 +3546,16 @@ "edition": "2018", "version": "0.20.5" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "darling_macro 0.20.5": { "name": "darling_macro", "version": "0.20.5", + "package_url": "https://github.com/TedDriggs/darling", "repository": { "Http": { "url": "https://static.crates.io/crates/darling_macro/0.20.5/download", @@ -2959,9 +3567,12 @@ "ProcMacro": { "crate_name": "darling_macro", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -2990,11 +3601,16 @@ "edition": "2018", "version": "0.20.5" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "data-encoding 2.5.0": { "name": "data-encoding", "version": "2.5.0", + "package_url": "https://github.com/ia0/data-encoding", "repository": { "Http": { "url": "https://static.crates.io/crates/data-encoding/2.5.0/download", @@ -3006,9 +3622,12 @@ "Library": { "crate_name": "data_encoding", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3028,11 +3647,16 @@ "edition": "2018", "version": "2.5.0" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "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", @@ -3044,9 +3668,12 @@ "Library": { "crate_name": "deranged", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3068,10 +3695,6 @@ { "id": "powerfmt 0.2.0", "target": "powerfmt" - }, - { - "id": "serde 1.0.196", - "target": "serde" } ], "selects": {} @@ -3079,11 +3702,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" }, "digest 0.10.7": { "name": "digest", "version": "0.10.7", + "package_url": "https://github.com/RustCrypto/traits", "repository": { "Http": { "url": "https://static.crates.io/crates/digest/0.10.7/download", @@ -3095,9 +3724,12 @@ "Library": { "crate_name": "digest", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3138,11 +3770,17 @@ "edition": "2018", "version": "0.10.7" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "dunce 1.0.4": { "name": "dunce", "version": "1.0.4", + "package_url": "https://gitlab.com/kornelski/dunce", "repository": { "Http": { "url": "https://static.crates.io/crates/dunce/1.0.4/download", @@ -3154,9 +3792,12 @@ "Library": { "crate_name": "dunce", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3168,11 +3809,18 @@ "edition": "2021", "version": "1.0.4" }, - "license": "CC0-1.0 OR MIT-0 OR Apache-2.0" + "license": "CC0-1.0 OR MIT-0 OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "CC0-1.0", + "MIT-0" + ], + "license_file": "LICENSE" }, "either 1.9.0": { "name": "either", "version": "1.9.0", + "package_url": "https://github.com/bluss/either", "repository": { "Http": { "url": "https://static.crates.io/crates/either/1.9.0/download", @@ -3184,9 +3832,12 @@ "Library": { "crate_name": "either", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3205,11 +3856,17 @@ "edition": "2018", "version": "1.9.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "elsa 1.10.0": { "name": "elsa", "version": "1.10.0", + "package_url": "https://github.com/manishearth/elsa", "repository": { "Http": { "url": "https://static.crates.io/crates/elsa/1.10.0/download", @@ -3221,9 +3878,12 @@ "Library": { "crate_name": "elsa", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3250,11 +3910,17 @@ "edition": "2018", "version": "1.10.0" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "encoding_rs 0.8.33": { "name": "encoding_rs", "version": "0.8.33", + "package_url": "https://github.com/hsivonen/encoding_rs", "repository": { "Http": { "url": "https://static.crates.io/crates/encoding_rs/0.8.33/download", @@ -3266,9 +3932,12 @@ "Library": { "crate_name": "encoding_rs", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3296,11 +3965,18 @@ "edition": "2018", "version": "0.8.33" }, - "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" }, "equivalent 1.0.1": { "name": "equivalent", "version": "1.0.1", + "package_url": "https://github.com/cuviper/equivalent", "repository": { "Http": { "url": "https://static.crates.io/crates/equivalent/1.0.1/download", @@ -3312,9 +3988,12 @@ "Library": { "crate_name": "equivalent", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3326,11 +4005,17 @@ "edition": "2015", "version": "1.0.1" }, - "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", @@ -3342,9 +4027,12 @@ "Library": { "crate_name": "errno", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3391,11 +4079,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" }, "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", @@ -3407,9 +4101,12 @@ "Library": { "crate_name": "fastrand", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3429,11 +4126,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.23": { "name": "filetime", "version": "0.2.23", + "package_url": "https://github.com/alexcrichton/filetime", "repository": { "Http": { "url": "https://static.crates.io/crates/filetime/0.2.23/download", @@ -3445,9 +4148,12 @@ "Library": { "crate_name": "filetime", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3487,11 +4193,17 @@ "edition": "2018", "version": "0.2.23" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "fixedbitset 0.4.2": { "name": "fixedbitset", "version": "0.4.2", + "package_url": "https://github.com/petgraph/fixedbitset", "repository": { "Http": { "url": "https://static.crates.io/crates/fixedbitset/0.4.2/download", @@ -3503,9 +4215,12 @@ "Library": { "crate_name": "fixedbitset", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3517,11 +4232,17 @@ "edition": "2015", "version": "0.4.2" }, - "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", @@ -3533,9 +4254,12 @@ "Library": { "crate_name": "flate2", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3569,11 +4293,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", @@ -3585,9 +4315,12 @@ "Library": { "crate_name": "fnv", "crate_root": "lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3606,11 +4339,17 @@ "edition": "2015", "version": "1.0.7" }, - "license": "Apache-2.0 / MIT" + "license": "Apache-2.0 / MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "form_urlencoded 1.2.1": { "name": "form_urlencoded", "version": "1.2.1", + "package_url": "https://github.com/servo/rust-url", "repository": { "Http": { "url": "https://static.crates.io/crates/form_urlencoded/1.2.1/download", @@ -3622,9 +4361,12 @@ "Library": { "crate_name": "form_urlencoded", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3653,11 +4395,17 @@ "edition": "2018", "version": "1.2.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "fs-err 2.11.0": { "name": "fs-err", "version": "2.11.0", + "package_url": "https://github.com/andrewhickman/fs-err", "repository": { "Http": { "url": "https://static.crates.io/crates/fs-err/2.11.0/download", @@ -3669,18 +4417,24 @@ "Library": { "crate_name": "fs_err", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3702,6 +4456,9 @@ "version": "2.11.0" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ], @@ -3715,11 +4472,17 @@ "selects": {} } }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "fs4 0.6.6": { "name": "fs4", "version": "0.6.6", + "package_url": "https://github.com/al8n/fs4-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/fs4/0.6.6/download", @@ -3731,9 +4494,12 @@ "Library": { "crate_name": "fs4", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3769,11 +4535,17 @@ "edition": "2021", "version": "0.6.6" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "fs_extra 1.3.0": { "name": "fs_extra", "version": "1.3.0", + "package_url": "https://github.com/webdesus/fs_extra", "repository": { "Http": { "url": "https://static.crates.io/crates/fs_extra/1.3.0/download", @@ -3785,9 +4557,12 @@ "Library": { "crate_name": "fs_extra", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3799,11 +4574,16 @@ "edition": "2018", "version": "1.3.0" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "funty 2.0.0": { "name": "funty", "version": "2.0.0", + "package_url": "https://github.com/myrrlyn/funty", "repository": { "Http": { "url": "https://static.crates.io/crates/funty/2.0.0/download", @@ -3815,9 +4595,12 @@ "Library": { "crate_name": "funty", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3829,11 +4612,16 @@ "edition": "2018", "version": "2.0.0" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE.txt" }, "futures 0.3.30": { "name": "futures", "version": "0.3.30", + "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/futures/0.3.30/download", @@ -3845,9 +4633,12 @@ "Library": { "crate_name": "futures", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -3903,11 +4694,17 @@ "edition": "2018", "version": "0.3.30" }, - "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.30": { "name": "futures-channel", "version": "0.3.30", + "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/futures-channel/0.3.30/download", @@ -3919,9 +4716,12 @@ "Library": { "crate_name": "futures_channel", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4052,11 +4852,17 @@ "edition": "2018", "version": "0.3.30" }, - "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.30": { "name": "futures-core", "version": "0.3.30", + "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/futures-core/0.3.30/download", @@ -4068,9 +4874,12 @@ "Library": { "crate_name": "futures_core", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4090,11 +4899,17 @@ "edition": "2018", "version": "0.3.30" }, - "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.30": { "name": "futures-executor", "version": "0.3.30", + "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/futures-executor/0.3.30/download", @@ -4106,9 +4921,12 @@ "Library": { "crate_name": "futures_executor", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4143,11 +4961,17 @@ "edition": "2018", "version": "0.3.30" }, - "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.30": { "name": "futures-io", "version": "0.3.30", + "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/futures-io/0.3.30/download", @@ -4159,9 +4983,12 @@ "Library": { "crate_name": "futures_io", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4180,11 +5007,17 @@ "edition": "2018", "version": "0.3.30" }, - "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.30": { "name": "futures-macro", "version": "0.3.30", + "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/futures-macro/0.3.30/download", @@ -4196,9 +5029,12 @@ "ProcMacro": { "crate_name": "futures_macro", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4227,11 +5063,17 @@ "edition": "2018", "version": "0.3.30" }, - "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.30": { "name": "futures-sink", "version": "0.3.30", + "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/futures-sink/0.3.30/download", @@ -4243,9 +5085,12 @@ "Library": { "crate_name": "futures_sink", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4265,11 +5110,17 @@ "edition": "2018", "version": "0.3.30" }, - "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.30": { "name": "futures-task", "version": "0.3.30", + "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/futures-task/0.3.30/download", @@ -4281,9 +5132,12 @@ "Library": { "crate_name": "futures_task", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4302,11 +5156,17 @@ "edition": "2018", "version": "0.3.30" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "futures-util 0.3.30": { "name": "futures-util", "version": "0.3.30", + "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/futures-util/0.3.30/download", @@ -4318,9 +5178,12 @@ "Library": { "crate_name": "futures_util", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4401,11 +5264,17 @@ }, "version": "0.3.30" }, - "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.7": { "name": "generic-array", "version": "0.14.7", + "package_url": "https://github.com/fizyk20/generic-array.git", "repository": { "Http": { "url": "https://static.crates.io/crates/generic-array/0.14.7/download", @@ -4417,18 +5286,24 @@ "Library": { "crate_name": "generic_array", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4460,6 +5335,9 @@ "version": "0.14.7" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ], @@ -4473,11 +5351,16 @@ "selects": {} } }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "getrandom 0.2.12": { "name": "getrandom", "version": "0.2.12", + "package_url": "https://github.com/rust-random/getrandom", "repository": { "Http": { "url": "https://static.crates.io/crates/getrandom/0.2.12/download", @@ -4489,9 +5372,12 @@ "Library": { "crate_name": "getrandom", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4525,11 +5411,17 @@ "edition": "2018", "version": "0.2.12" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "gimli 0.28.1": { "name": "gimli", "version": "0.28.1", + "package_url": "https://github.com/gimli-rs/gimli", "repository": { "Http": { "url": "https://static.crates.io/crates/gimli/0.28.1/download", @@ -4541,9 +5433,12 @@ "Library": { "crate_name": "gimli", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4562,11 +5457,17 @@ "edition": "2018", "version": "0.28.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.24": { "name": "h2", "version": "0.3.24", + "package_url": "https://github.com/hyperium/h2", "repository": { "Http": { "url": "https://static.crates.io/crates/h2/0.3.24/download", @@ -4578,9 +5479,12 @@ "Library": { "crate_name": "h2", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4641,11 +5545,16 @@ "edition": "2018", "version": "0.3.24" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "half 2.3.1": { "name": "half", "version": "2.3.1", + "package_url": "https://github.com/starkat99/half-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/half/2.3.1/download", @@ -4657,9 +5566,12 @@ "Library": { "crate_name": "half", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4687,11 +5599,17 @@ "edition": "2021", "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" }, "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", @@ -4703,9 +5621,12 @@ "Library": { "crate_name": "hashbrown", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4717,11 +5638,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.3": { "name": "hashbrown", "version": "0.14.3", + "package_url": "https://github.com/rust-lang/hashbrown", "repository": { "Http": { "url": "https://static.crates.io/crates/hashbrown/0.14.3/download", @@ -4733,9 +5660,12 @@ "Library": { "crate_name": "hashbrown", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4753,11 +5683,17 @@ "edition": "2021", "version": "0.14.3" }, - "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": { "name": "heck", "version": "0.4.1", + "package_url": "https://github.com/withoutboats/heck", "repository": { "Http": { "url": "https://static.crates.io/crates/heck/0.4.1/download", @@ -4769,9 +5705,12 @@ "Library": { "crate_name": "heck", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4789,11 +5728,17 @@ "edition": "2018", "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" }, "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", @@ -4805,9 +5750,12 @@ "Library": { "crate_name": "hermit_abi", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4819,11 +5767,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" }, "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", @@ -4835,9 +5789,12 @@ "Library": { "crate_name": "hex", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4857,11 +5814,17 @@ "edition": "2018", "version": "0.4.3" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "hmac 0.12.1": { "name": "hmac", "version": "0.12.1", + "package_url": "https://github.com/RustCrypto/MACs", "repository": { "Http": { "url": "https://static.crates.io/crates/hmac/0.12.1/download", @@ -4873,9 +5836,12 @@ "Library": { "crate_name": "hmac", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4902,11 +5868,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" }, "html-escape 0.2.13": { "name": "html-escape", "version": "0.2.13", + "package_url": "https://github.com/magiclen/html-escape", "repository": { "Http": { "url": "https://static.crates.io/crates/html-escape/0.2.13/download", @@ -4918,9 +5890,12 @@ "Library": { "crate_name": "html_escape", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4948,11 +5923,16 @@ "edition": "2021", "version": "0.2.13" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "http 0.2.11": { "name": "http", "version": "0.2.11", + "package_url": "https://github.com/hyperium/http", "repository": { "Http": { "url": "https://static.crates.io/crates/http/0.2.11/download", @@ -4964,9 +5944,12 @@ "Library": { "crate_name": "http", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -4995,11 +5978,17 @@ "edition": "2018", "version": "0.2.11" }, - "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.6": { "name": "http-body", "version": "0.4.6", + "package_url": "https://github.com/hyperium/http-body", "repository": { "Http": { "url": "https://static.crates.io/crates/http-body/0.4.6/download", @@ -5011,9 +6000,12 @@ "Library": { "crate_name": "http_body", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5042,11 +6034,16 @@ "edition": "2018", "version": "0.4.6" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "http-cache-semantics 1.0.2": { "name": "http-cache-semantics", "version": "1.0.2", + "package_url": "https://github.com/kornelski/rusty-http-cache-semantics", "repository": { "Http": { "url": "https://static.crates.io/crates/http-cache-semantics/1.0.2/download", @@ -5058,9 +6055,12 @@ "Library": { "crate_name": "http_cache_semantics", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5104,11 +6104,16 @@ "edition": "2021", "version": "1.0.2" }, - "license": "BSD-2-Clause" + "license": "BSD-2-Clause", + "license_ids": [ + "BSD-2-Clause" + ], + "license_file": "LICENSE" }, "http-content-range 0.1.2": { "name": "http-content-range", "version": "0.1.2", + "package_url": "https://github.com/nyurik/http-content-range", "repository": { "Http": { "url": "https://static.crates.io/crates/http-content-range/0.1.2/download", @@ -5120,9 +6125,12 @@ "Library": { "crate_name": "http_content_range", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5134,11 +6142,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" }, "http-serde 1.1.3": { "name": "http-serde", "version": "1.1.3", + "package_url": "https://gitlab.com/kornelski/http-serde", "repository": { "Http": { "url": "https://static.crates.io/crates/http-serde/1.1.3/download", @@ -5150,9 +6164,12 @@ "Library": { "crate_name": "http_serde", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5177,11 +6194,17 @@ "edition": "2021", "version": "1.1.3" }, - "license": "Apache-2.0 OR MIT" + "license": "Apache-2.0 OR MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": null }, "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", @@ -5193,18 +6216,24 @@ "Library": { "crate_name": "httparse", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5233,15 +6262,24 @@ "version": "1.8.0" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "httpdate 1.0.3": { "name": "httpdate", "version": "1.0.3", + "package_url": "https://github.com/pyfisch/httpdate", "repository": { "Http": { "url": "https://static.crates.io/crates/httpdate/1.0.3/download", @@ -5253,9 +6291,12 @@ "Library": { "crate_name": "httpdate", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5267,11 +6308,17 @@ "edition": "2021", "version": "1.0.3" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "hyper 0.14.28": { "name": "hyper", "version": "0.14.28", + "package_url": "https://github.com/hyperium/hyper", "repository": { "Http": { "url": "https://static.crates.io/crates/hyper/0.14.28/download", @@ -5283,9 +6330,12 @@ "Library": { "crate_name": "hyper", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5378,11 +6428,16 @@ "edition": "2018", "version": "0.14.28" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "hyper-rustls 0.24.2": { "name": "hyper-rustls", "version": "0.24.2", + "package_url": "https://github.com/rustls/hyper-rustls", "repository": { "Http": { "url": "https://static.crates.io/crates/hyper-rustls/0.24.2/download", @@ -5394,9 +6449,12 @@ "Library": { "crate_name": "hyper_rustls", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5437,11 +6495,18 @@ "edition": "2021", "version": "0.24.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" }, "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", @@ -5453,9 +6518,12 @@ "Library": { "crate_name": "iana_time_zone", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5506,11 +6574,17 @@ "edition": "2018", "version": "0.1.60" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "iana-time-zone-haiku 0.1.2": { "name": "iana-time-zone-haiku", "version": "0.1.2", + "package_url": "https://github.com/strawlab/iana-time-zone", "repository": { "Http": { "url": "https://static.crates.io/crates/iana-time-zone-haiku/0.1.2/download", @@ -5522,18 +6596,24 @@ "Library": { "crate_name": "iana_time_zone_haiku", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5555,6 +6635,9 @@ "version": "0.1.2" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ], @@ -5568,11 +6651,17 @@ "selects": {} } }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "ident_case 1.0.1": { "name": "ident_case", "version": "1.0.1", + "package_url": "https://github.com/TedDriggs/ident_case", "repository": { "Http": { "url": "https://static.crates.io/crates/ident_case/1.0.1/download", @@ -5584,9 +6673,12 @@ "Library": { "crate_name": "ident_case", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5598,11 +6690,17 @@ "edition": "2015", "version": "1.0.1" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE" }, "idna 0.5.0": { "name": "idna", "version": "0.5.0", + "package_url": "https://github.com/servo/rust-url/", "repository": { "Http": { "url": "https://static.crates.io/crates/idna/0.5.0/download", @@ -5614,9 +6712,12 @@ "Library": { "crate_name": "idna", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5649,11 +6750,17 @@ "edition": "2018", "version": "0.5.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "include_dir 0.7.3": { "name": "include_dir", "version": "0.7.3", + "package_url": "https://github.com/Michael-F-Bryan/include_dir", "repository": { "Http": { "url": "https://static.crates.io/crates/include_dir/0.7.3/download", @@ -5665,9 +6772,12 @@ "Library": { "crate_name": "include_dir", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5694,11 +6804,16 @@ }, "version": "0.7.3" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": null }, "include_dir_macros 0.7.3": { "name": "include_dir_macros", "version": "0.7.3", + "package_url": "https://github.com/Michael-F-Bryan/include_dir", "repository": { "Http": { "url": "https://static.crates.io/crates/include_dir_macros/0.7.3/download", @@ -5710,9 +6825,12 @@ "ProcMacro": { "crate_name": "include_dir_macros", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5737,11 +6855,16 @@ "edition": "2021", "version": "0.7.3" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": null }, "indexmap 1.9.3": { "name": "indexmap", "version": "1.9.3", + "package_url": "https://github.com/bluss/indexmap", "repository": { "Http": { "url": "https://static.crates.io/crates/indexmap/1.9.3/download", @@ -5753,18 +6876,24 @@ "Library": { "crate_name": "indexmap", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5782,10 +6911,6 @@ { "id": "indexmap 1.9.3", "target": "build_script_build" - }, - { - "id": "serde 1.0.196", - "target": "serde" } ], "selects": {} @@ -5794,6 +6919,9 @@ "version": "1.9.3" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ], @@ -5807,11 +6935,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.2.2": { "name": "indexmap", "version": "2.2.2", + "package_url": "https://github.com/indexmap-rs/indexmap", "repository": { "Http": { "url": "https://static.crates.io/crates/indexmap/2.2.2/download", @@ -5823,9 +6957,12 @@ "Library": { "crate_name": "indexmap", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5862,11 +6999,17 @@ "edition": "2021", "version": "2.2.2" }, - "license": "Apache-2.0 OR MIT" + "license": "Apache-2.0 OR MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "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", @@ -5878,9 +7021,12 @@ "Library": { "crate_name": "inout", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5901,11 +7047,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.9.0": { "name": "ipnet", "version": "2.9.0", + "package_url": "https://github.com/krisprice/ipnet", "repository": { "Http": { "url": "https://static.crates.io/crates/ipnet/2.9.0/download", @@ -5917,9 +7069,12 @@ "Library": { "crate_name": "ipnet", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5938,11 +7093,17 @@ "edition": "2018", "version": "2.9.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "is_ci 1.2.0": { "name": "is_ci", "version": "1.2.0", + "package_url": "https://github.com/zkat/is_ci", "repository": { "Http": { "url": "https://static.crates.io/crates/is_ci/1.2.0/download", @@ -5954,9 +7115,12 @@ "Library": { "crate_name": "is_ci", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -5968,11 +7132,16 @@ "edition": "2018", "version": "1.2.0" }, - "license": "ISC" + "license": "ISC", + "license_ids": [ + "ISC" + ], + "license_file": "LICENSE" }, "itertools 0.11.0": { "name": "itertools", "version": "0.11.0", + "package_url": "https://github.com/rust-itertools/itertools", "repository": { "Http": { "url": "https://static.crates.io/crates/itertools/0.11.0/download", @@ -5984,9 +7153,12 @@ "Library": { "crate_name": "itertools", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6015,11 +7187,17 @@ "edition": "2018", "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" }, "itertools 0.12.1": { "name": "itertools", "version": "0.12.1", + "package_url": "https://github.com/rust-itertools/itertools", "repository": { "Http": { "url": "https://static.crates.io/crates/itertools/0.12.1/download", @@ -6031,9 +7209,12 @@ "Library": { "crate_name": "itertools", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6062,11 +7243,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" }, "itoa 1.0.10": { "name": "itoa", "version": "1.0.10", + "package_url": "https://github.com/dtolnay/itoa", "repository": { "Http": { "url": "https://static.crates.io/crates/itoa/1.0.10/download", @@ -6078,9 +7265,12 @@ "Library": { "crate_name": "itoa", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6092,11 +7282,17 @@ "edition": "2018", "version": "1.0.10" }, - "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.27": { "name": "jobserver", "version": "0.1.27", + "package_url": "https://github.com/alexcrichton/jobserver-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/jobserver/0.1.27/download", @@ -6108,9 +7304,12 @@ "Library": { "crate_name": "jobserver", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6133,11 +7332,17 @@ "edition": "2018", "version": "0.1.27" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "js-sys 0.3.68": { "name": "js-sys", "version": "0.3.68", + "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.68/download", @@ -6149,9 +7354,12 @@ "Library": { "crate_name": "js_sys", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6172,11 +7380,17 @@ "edition": "2018", "version": "0.3.68" }, - "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", @@ -6188,18 +7402,24 @@ "Library": { "crate_name": "libc", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6301,15 +7521,24 @@ "version": "0.2.153" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "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", @@ -6321,9 +7550,12 @@ "Library": { "crate_name": "linux_raw_sys", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6385,11 +7617,17 @@ "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" }, "lock_api 0.4.11": { "name": "lock_api", "version": "0.4.11", + "package_url": "https://github.com/Amanieu/parking_lot", "repository": { "Http": { "url": "https://static.crates.io/crates/lock_api/0.4.11/download", @@ -6401,18 +7639,24 @@ "Library": { "crate_name": "lock_api", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6445,6 +7689,9 @@ "version": "0.4.11" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ], @@ -6458,11 +7705,17 @@ "selects": {} } }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "log 0.4.20": { "name": "log", "version": "0.4.20", + "package_url": "https://github.com/rust-lang/log", "repository": { "Http": { "url": "https://static.crates.io/crates/log/0.4.20/download", @@ -6474,9 +7727,12 @@ "Library": { "crate_name": "log", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6488,11 +7744,17 @@ "edition": "2015", "version": "0.4.20" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR 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", @@ -6504,9 +7766,12 @@ "Library": { "crate_name": "md5", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6538,11 +7803,17 @@ "edition": "2018", "version": "0.10.6" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "memchr 2.7.1": { "name": "memchr", "version": "2.7.1", + "package_url": "https://github.com/BurntSushi/memchr", "repository": { "Http": { "url": "https://static.crates.io/crates/memchr/2.7.1/download", @@ -6554,9 +7825,12 @@ "Library": { "crate_name": "memchr", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6576,11 +7850,17 @@ "edition": "2021", "version": "2.7.1" }, - "license": "Unlicense OR MIT" + "license": "Unlicense OR MIT", + "license_ids": [ + "MIT", + "Unlicense" + ], + "license_file": "LICENSE-MIT" }, "memmap2 0.5.10": { "name": "memmap2", "version": "0.5.10", + "package_url": "https://github.com/RazrFalcon/memmap2-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/memmap2/0.5.10/download", @@ -6592,9 +7872,12 @@ "Library": { "crate_name": "memmap2", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6617,11 +7900,17 @@ "edition": "2018", "version": "0.5.10" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "memmap2 0.9.4": { "name": "memmap2", "version": "0.9.4", + "package_url": "https://github.com/RazrFalcon/memmap2-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/memmap2/0.9.4/download", @@ -6633,9 +7922,12 @@ "Library": { "crate_name": "memmap2", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6658,11 +7950,17 @@ "edition": "2018", "version": "0.9.4" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "miette 5.10.0": { "name": "miette", "version": "5.10.0", + "package_url": "https://github.com/zkat/miette", "repository": { "Http": { "url": "https://static.crates.io/crates/miette/5.10.0/download", @@ -6674,9 +7972,12 @@ "Library": { "crate_name": "miette", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6720,11 +8021,16 @@ }, "version": "5.10.0" }, - "license": "Apache-2.0" + "license": "Apache-2.0", + "license_ids": [ + "Apache-2.0" + ], + "license_file": "LICENSE" }, "miette 7.2.0": { "name": "miette", "version": "7.2.0", + "package_url": "https://github.com/zkat/miette", "repository": { "Http": { "url": "https://static.crates.io/crates/miette/7.2.0/download", @@ -6736,9 +8042,12 @@ "Library": { "crate_name": "miette", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6827,11 +8136,16 @@ }, "version": "7.2.0" }, - "license": "Apache-2.0" + "license": "Apache-2.0", + "license_ids": [ + "Apache-2.0" + ], + "license_file": "LICENSE" }, "miette-derive 5.10.0": { "name": "miette-derive", "version": "5.10.0", + "package_url": "https://github.com/zkat/miette", "repository": { "Http": { "url": "https://static.crates.io/crates/miette-derive/5.10.0/download", @@ -6843,9 +8157,12 @@ "ProcMacro": { "crate_name": "miette_derive", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6874,11 +8191,16 @@ "edition": "2018", "version": "5.10.0" }, - "license": "Apache-2.0" + "license": "Apache-2.0", + "license_ids": [ + "Apache-2.0" + ], + "license_file": "LICENSE" }, "miette-derive 7.2.0": { "name": "miette-derive", "version": "7.2.0", + "package_url": "https://github.com/zkat/miette", "repository": { "Http": { "url": "https://static.crates.io/crates/miette-derive/7.2.0/download", @@ -6890,9 +8212,12 @@ "ProcMacro": { "crate_name": "miette_derive", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6921,11 +8246,16 @@ "edition": "2018", "version": "7.2.0" }, - "license": "Apache-2.0" + "license": "Apache-2.0", + "license_ids": [ + "Apache-2.0" + ], + "license_file": "LICENSE" }, "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", @@ -6937,9 +8267,12 @@ "Library": { "crate_name": "mime", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -6951,11 +8284,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" }, "mime_guess 2.0.4": { "name": "mime_guess", "version": "2.0.4", + "package_url": "https://github.com/abonander/mime_guess", "repository": { "Http": { "url": "https://static.crates.io/crates/mime_guess/2.0.4/download", @@ -6967,18 +8306,24 @@ "Library": { "crate_name": "mime_guess", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7008,6 +8353,9 @@ "version": "2.0.4" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ], @@ -7021,11 +8369,16 @@ "selects": {} } }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "miniz_oxide 0.7.2": { "name": "miniz_oxide", "version": "0.7.2", + "package_url": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide", "repository": { "Http": { "url": "https://static.crates.io/crates/miniz_oxide/0.7.2/download", @@ -7037,9 +8390,12 @@ "Library": { "crate_name": "miniz_oxide", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7066,11 +8422,18 @@ "edition": "2018", "version": "0.7.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" }, "mio 0.8.10": { "name": "mio", "version": "0.8.10", + "package_url": "https://github.com/tokio-rs/mio", "repository": { "Http": { "url": "https://static.crates.io/crates/mio/0.8.10/download", @@ -7082,9 +8445,12 @@ "Library": { "crate_name": "mio", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7131,11 +8497,16 @@ "edition": "2018", "version": "0.8.10" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "num-conv 0.1.0": { "name": "num-conv", "version": "0.1.0", + "package_url": "https://github.com/jhpratt/num-conv", "repository": { "Http": { "url": "https://static.crates.io/crates/num-conv/0.1.0/download", @@ -7147,9 +8518,12 @@ "Library": { "crate_name": "num_conv", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7161,11 +8535,17 @@ "edition": "2021", "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" }, "num-traits 0.2.17": { "name": "num-traits", "version": "0.2.17", + "package_url": "https://github.com/rust-num/num-traits", "repository": { "Http": { "url": "https://static.crates.io/crates/num-traits/0.2.17/download", @@ -7177,18 +8557,24 @@ "Library": { "crate_name": "num_traits", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7210,6 +8596,9 @@ "version": "0.2.17" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ], @@ -7223,11 +8612,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.16.0": { "name": "num_cpus", "version": "1.16.0", + "package_url": "https://github.com/seanmonstar/num_cpus", "repository": { "Http": { "url": "https://static.crates.io/crates/num_cpus/1.16.0/download", @@ -7239,9 +8634,12 @@ "Library": { "crate_name": "num_cpus", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7270,11 +8668,17 @@ "edition": "2015", "version": "1.16.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.32.2": { "name": "object", "version": "0.32.2", + "package_url": "https://github.com/gimli-rs/object", "repository": { "Http": { "url": "https://static.crates.io/crates/object/0.32.2/download", @@ -7286,9 +8690,12 @@ "Library": { "crate_name": "object", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7321,11 +8728,17 @@ "edition": "2018", "version": "0.32.2" }, - "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.19.0": { "name": "once_cell", "version": "1.19.0", + "package_url": "https://github.com/matklad/once_cell", "repository": { "Http": { "url": "https://static.crates.io/crates/once_cell/1.19.0/download", @@ -7337,9 +8750,12 @@ "Library": { "crate_name": "once_cell", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7360,11 +8776,17 @@ "edition": "2021", "version": "1.19.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "owo-colors 4.0.0": { "name": "owo-colors", "version": "4.0.0", + "package_url": "https://github.com/jam1garner/owo-colors", "repository": { "Http": { "url": "https://static.crates.io/crates/owo-colors/4.0.0/download", @@ -7376,9 +8798,12 @@ "Library": { "crate_name": "owo_colors", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7390,11 +8815,16 @@ "edition": "2018", "version": "4.0.0" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "parking_lot 0.12.1": { "name": "parking_lot", "version": "0.12.1", + "package_url": "https://github.com/Amanieu/parking_lot", "repository": { "Http": { "url": "https://static.crates.io/crates/parking_lot/0.12.1/download", @@ -7406,9 +8836,12 @@ "Library": { "crate_name": "parking_lot", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7439,11 +8872,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" }, "parking_lot_core 0.9.9": { "name": "parking_lot_core", "version": "0.9.9", + "package_url": "https://github.com/Amanieu/parking_lot", "repository": { "Http": { "url": "https://static.crates.io/crates/parking_lot_core/0.9.9/download", @@ -7455,18 +8894,24 @@ "Library": { "crate_name": "parking_lot_core", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7515,15 +8960,24 @@ "version": "0.9.9" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "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", @@ -7535,9 +8989,12 @@ "Library": { "crate_name": "password_hash", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7572,11 +9029,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" }, "pathdiff 0.2.1": { "name": "pathdiff", "version": "0.2.1", + "package_url": "https://github.com/Manishearth/pathdiff", "repository": { "Http": { "url": "https://static.crates.io/crates/pathdiff/0.2.1/download", @@ -7588,9 +9051,12 @@ "Library": { "crate_name": "pathdiff", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7602,11 +9068,17 @@ "edition": "2018", "version": "0.2.1" }, - "license": "MIT/Apache-2.0" + "license": "MIT/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", @@ -7618,9 +9090,12 @@ "Library": { "crate_name": "pbkdf2", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7663,11 +9138,17 @@ "edition": "2021", "version": "0.11.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "peg 0.8.2": { "name": "peg", "version": "0.8.2", + "package_url": "https://github.com/kevinmehall/rust-peg", "repository": { "Http": { "url": "https://static.crates.io/crates/peg/0.8.2/download", @@ -7679,9 +9160,12 @@ "Library": { "crate_name": "peg", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7718,11 +9202,16 @@ }, "version": "0.8.2" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "peg-macros 0.8.2": { "name": "peg-macros", "version": "0.8.2", + "package_url": "https://github.com/kevinmehall/rust-peg", "repository": { "Http": { "url": "https://static.crates.io/crates/peg-macros/0.8.2/download", @@ -7734,9 +9223,12 @@ "ProcMacro": { "crate_name": "peg_macros", "crate_root": "lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7765,11 +9257,16 @@ "edition": "2018", "version": "0.8.2" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "peg-runtime 0.8.2": { "name": "peg-runtime", "version": "0.8.2", + "package_url": "https://github.com/kevinmehall/rust-peg", "repository": { "Http": { "url": "https://static.crates.io/crates/peg-runtime/0.8.2/download", @@ -7781,9 +9278,12 @@ "Library": { "crate_name": "peg_runtime", "crate_root": "lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7801,11 +9301,16 @@ "edition": "2018", "version": "0.8.2" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "pep440_rs 0.4.0": { "name": "pep440_rs", "version": "0.4.0", + "package_url": "https://github.com/konstin/pep440-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/pep440_rs/0.4.0/download", @@ -7817,9 +9322,12 @@ "Library": { "crate_name": "pep440_rs", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7858,11 +9366,17 @@ "edition": "2021", "version": "0.4.0" }, - "license": "Apache-2.0 OR BSD-2-Clause" + "license": "Apache-2.0 OR BSD-2-Clause", + "license_ids": [ + "Apache-2.0", + "BSD-2-Clause" + ], + "license_file": "License-Apache" }, "pep508_rs 0.2.4": { "name": "pep508_rs", "version": "0.2.4", + "package_url": "https://github.com/konstin/pep508_rs", "repository": { "Http": { "url": "https://static.crates.io/crates/pep508_rs/0.2.4/download", @@ -7874,9 +9388,12 @@ "Library": { "crate_name": "pep508_rs", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7932,11 +9449,17 @@ "edition": "2021", "version": "0.2.4" }, - "license": "Apache-2.0 OR BSD-2-Clause" + "license": "Apache-2.0 OR BSD-2-Clause", + "license_ids": [ + "Apache-2.0", + "BSD-2-Clause" + ], + "license_file": "License-Apache" }, "percent-encoding 2.3.1": { "name": "percent-encoding", "version": "2.3.1", + "package_url": "https://github.com/servo/rust-url/", "repository": { "Http": { "url": "https://static.crates.io/crates/percent-encoding/2.3.1/download", @@ -7948,9 +9471,12 @@ "Library": { "crate_name": "percent_encoding", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -7970,11 +9496,17 @@ "edition": "2018", "version": "2.3.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "petgraph 0.6.4": { "name": "petgraph", "version": "0.6.4", + "package_url": "https://github.com/petgraph/petgraph", "repository": { "Http": { "url": "https://static.crates.io/crates/petgraph/0.6.4/download", @@ -7986,9 +9518,12 @@ "Library": { "crate_name": "petgraph", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8022,11 +9557,17 @@ "edition": "2018", "version": "0.6.4" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "pin-project 1.1.4": { "name": "pin-project", "version": "1.1.4", + "package_url": "https://github.com/taiki-e/pin-project", "repository": { "Http": { "url": "https://static.crates.io/crates/pin-project/1.1.4/download", @@ -8038,9 +9579,12 @@ "Library": { "crate_name": "pin_project", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8061,11 +9605,17 @@ }, "version": "1.1.4" }, - "license": "Apache-2.0 OR MIT" + "license": "Apache-2.0 OR MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "pin-project-internal 1.1.4": { "name": "pin-project-internal", "version": "1.1.4", + "package_url": "https://github.com/taiki-e/pin-project", "repository": { "Http": { "url": "https://static.crates.io/crates/pin-project-internal/1.1.4/download", @@ -8077,9 +9627,12 @@ "ProcMacro": { "crate_name": "pin_project_internal", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8108,11 +9661,17 @@ "edition": "2021", "version": "1.1.4" }, - "license": "Apache-2.0 OR MIT" + "license": "Apache-2.0 OR MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "pin-project-lite 0.2.13": { "name": "pin-project-lite", "version": "0.2.13", + "package_url": "https://github.com/taiki-e/pin-project-lite", "repository": { "Http": { "url": "https://static.crates.io/crates/pin-project-lite/0.2.13/download", @@ -8124,9 +9683,12 @@ "Library": { "crate_name": "pin_project_lite", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8138,11 +9700,17 @@ "edition": "2018", "version": "0.2.13" }, - "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", @@ -8154,9 +9722,12 @@ "Library": { "crate_name": "pin_utils", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8168,11 +9739,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.29": { "name": "pkg-config", "version": "0.3.29", + "package_url": "https://github.com/rust-lang/pkg-config-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/pkg-config/0.3.29/download", @@ -8184,9 +9761,12 @@ "Library": { "crate_name": "pkg_config", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8198,11 +9778,17 @@ "edition": "2015", "version": "0.3.29" }, - "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", @@ -8214,9 +9800,12 @@ "Library": { "crate_name": "powerfmt", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8228,11 +9817,17 @@ "edition": "2021", "version": "0.2.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-Apache" }, "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", @@ -8244,18 +9839,24 @@ "Library": { "crate_name": "proc_macro2", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8288,24 +9889,36 @@ "version": "1.0.78" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "py 0.1.0": { "name": "py", "version": "0.1.0", + "package_url": "https://github.com/aspect-build/rules_py", "repository": null, "targets": [ { "Library": { "crate_name": "py", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8330,11 +9943,14 @@ "edition": "2021", "version": "0.1.0" }, - "license": "Apache 2" + "license": "Apache 2", + "license_ids": [], + "license_file": null }, "pyproject-toml 0.8.2": { "name": "pyproject-toml", "version": "0.8.2", + "package_url": "https://github.com/PyO3/pyproject-toml-rs.git", "repository": { "Http": { "url": "https://static.crates.io/crates/pyproject-toml/0.8.2/download", @@ -8346,9 +9962,12 @@ "Library": { "crate_name": "pyproject_toml", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8385,11 +10004,16 @@ "edition": "2021", "version": "0.8.2" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "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", @@ -8401,9 +10025,12 @@ "Library": { "crate_name": "quote", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8431,11 +10058,17 @@ "edition": "2018", "version": "1.0.35" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "radium 0.7.0": { "name": "radium", "version": "0.7.0", + "package_url": "https://github.com/bitvecto-rs/radium", "repository": { "Http": { "url": "https://static.crates.io/crates/radium/0.7.0/download", @@ -8447,18 +10080,24 @@ "Library": { "crate_name": "radium", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8480,15 +10119,23 @@ "version": "0.7.0" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE.txt" }, "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", @@ -8500,9 +10147,12 @@ "Library": { "crate_name": "rand_core", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8514,11 +10164,17 @@ "edition": "2018", "version": "0.6.4" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "rattler_digest 0.9.0": { "name": "rattler_digest", "version": "0.9.0", + "package_url": "https://github.com/mamba-org/rattler", "repository": { "Http": { "url": "https://static.crates.io/crates/rattler_digest/0.9.0/download", @@ -8530,9 +10186,12 @@ "Library": { "crate_name": "rattler_digest", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8583,11 +10242,16 @@ "edition": "2021", "version": "0.9.0" }, - "license": "BSD-3-Clause" + "license": "BSD-3-Clause", + "license_ids": [ + "BSD-3-Clause" + ], + "license_file": null }, "rattler_installs_packages 0.6.0": { "name": "rattler_installs_packages", "version": "0.6.0", + "package_url": "https://github.com/prefix-dev/rip", "repository": { "Git": { "remote": "https://github.com/prefix-dev/rip", @@ -8602,9 +10266,12 @@ "Library": { "crate_name": "rattler_installs_packages", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8840,11 +10507,16 @@ }, "version": "0.6.0" }, - "license": "BSD-3-Clause" + "license": "BSD-3-Clause", + "license_ids": [ + "BSD-3-Clause" + ], + "license_file": null }, "redox_syscall 0.4.1": { "name": "redox_syscall", "version": "0.4.1", + "package_url": "https://gitlab.redox-os.org/redox-os/syscall", "repository": { "Http": { "url": "https://static.crates.io/crates/redox_syscall/0.4.1/download", @@ -8856,9 +10528,12 @@ "Library": { "crate_name": "syscall", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8879,11 +10554,16 @@ "edition": "2018", "version": "0.4.1" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "reflink-copy 0.1.14": { "name": "reflink-copy", "version": "0.1.14", + "package_url": "https://github.com/cargo-bins/reflink-copy", "repository": { "Http": { "url": "https://static.crates.io/crates/reflink-copy/0.1.14/download", @@ -8895,9 +10575,12 @@ "Library": { "crate_name": "reflink_copy", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -8931,11 +10614,17 @@ "edition": "2018", "version": "0.1.14" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "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", @@ -8947,9 +10636,12 @@ "Library": { "crate_name": "regex", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9004,11 +10696,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.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", @@ -9020,9 +10718,12 @@ "Library": { "crate_name": "regex_automata", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9078,11 +10779,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", @@ -9094,9 +10801,12 @@ "Library": { "crate_name": "regex_syntax", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9123,11 +10833,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" }, "reqwest 0.11.24": { "name": "reqwest", "version": "0.11.24", + "package_url": "https://github.com/seanmonstar/reqwest", "repository": { "Http": { "url": "https://static.crates.io/crates/reqwest/0.11.24/download", @@ -9139,9 +10855,12 @@ "Library": { "crate_name": "reqwest", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9222,50 +10941,88 @@ } ], "selects": { - "cfg(not(target_arch = \"wasm32\"))": [ + "aarch64-apple-darwin": [ { - "id": "encoding_rs 0.8.33", - "target": "encoding_rs" + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" }, { - "id": "h2 0.3.24", - "target": "h2" + "id": "rustls 0.21.10", + "target": "rustls" }, { - "id": "http-body 0.4.6", - "target": "http_body" + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" }, { - "id": "hyper 0.14.28", - "target": "hyper" + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" + } + ], + "aarch64-apple-ios": [ { "id": "hyper-rustls 0.24.2", "target": "hyper_rustls" }, { - "id": "ipnet 2.9.0", - "target": "ipnet" + "id": "rustls 0.21.10", + "target": "rustls" }, { - "id": "log 0.4.20", - "target": "log" + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" }, { - "id": "mime 0.3.17", - "target": "mime" + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" }, { - "id": "once_cell 1.19.0", - "target": "once_cell" - }, + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, { - "id": "percent-encoding 2.3.1", - "target": "percent_encoding" + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" + } + ], + "aarch64-apple-ios-sim": [ + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" }, { - "id": "pin-project-lite 0.2.13", - "target": "pin_project_lite" + "id": "rustls 0.21.10", + "target": "rustls" + }, + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" + } + ], + "aarch64-fuchsia": [ + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" }, { "id": "rustls 0.21.10", @@ -9276,8 +11033,30 @@ "target": "rustls_pemfile" }, { - "id": "tokio 1.36.0", - "target": "tokio" + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" + } + ], + "aarch64-linux-android": [ + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "rustls 0.21.10", + "target": "rustls" + }, + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" }, { "id": "tokio-rustls 0.24.1", @@ -9292,158 +11071,932 @@ "target": "webpki_roots" } ], - "cfg(target_arch = \"wasm32\")": [ + "aarch64-pc-windows-msvc": [ { - "id": "js-sys 0.3.68", - "target": "js_sys" + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" }, { - "id": "wasm-bindgen 0.2.91", - "target": "wasm_bindgen" + "id": "rustls 0.21.10", + "target": "rustls" }, { - "id": "wasm-bindgen-futures 0.4.41", - "target": "wasm_bindgen_futures" + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" }, { - "id": "wasm-streams 0.4.0", - "target": "wasm_streams" + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" }, { - "id": "web-sys 0.3.68", - "target": "web_sys" + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" } ], - "cfg(target_os = \"macos\")": [ + "aarch64-unknown-linux-gnu": [ { - "id": "system-configuration 0.5.1", - "target": "system_configuration" + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "rustls 0.21.10", + "target": "rustls" + }, + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" } ], - "cfg(windows)": [ + "aarch64-unknown-nixos-gnu": [ { - "id": "winreg 0.50.0", - "target": "winreg" + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "rustls 0.21.10", + "target": "rustls" + }, + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" } - ] - } - }, - "edition": "2018", - "version": "0.11.24" - }, - "license": "MIT OR Apache-2.0" - }, - "reqwest-middleware 0.2.4": { - "name": "reqwest-middleware", - "version": "0.2.4", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/reqwest-middleware/0.2.4/download", - "sha256": "88a3e86aa6053e59030e7ce2d2a3b258dd08fc2d337d52f73f6cb480f5858690" - } - }, - "targets": [ - { - "Library": { - "crate_name": "reqwest_middleware", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "reqwest_middleware", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.79", - "target": "anyhow" - }, - { - "id": "http 0.2.11", - "target": "http" - }, - { - "id": "reqwest 0.11.24", - "target": "reqwest" - }, - { - "id": "serde 1.0.196", - "target": "serde" - }, - { - "id": "task-local-extensions 0.1.4", - "target": "task_local_extensions" - }, - { - "id": "thiserror 1.0.56", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.77", - "target": "async_trait" - } - ], - "selects": {} - }, - "version": "0.2.4" - }, - "license": "MIT OR Apache-2.0" - }, - "resolvo 0.3.0": { - "name": "resolvo", - "version": "0.3.0", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/resolvo/0.3.0/download", - "sha256": "acd163bc7df01195423c83a7a391fecf319ff41d3de899694a9ccb698e790b29" - } - }, - "targets": [ - { - "Library": { - "crate_name": "resolvo", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "resolvo", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bitvec 1.0.1", - "target": "bitvec" - }, - { - "id": "elsa 1.10.0", - "target": "elsa" - }, - { - "id": "itertools 0.11.0", - "target": "itertools" - }, - { - "id": "petgraph 0.6.4", - "target": "petgraph" - }, + ], + "aarch64-unknown-nto-qnx710": [ + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "rustls 0.21.10", + "target": "rustls" + }, + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" + } + ], + "arm-unknown-linux-gnueabi": [ + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "rustls 0.21.10", + "target": "rustls" + }, + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" + } + ], + "armv7-linux-androideabi": [ + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "rustls 0.21.10", + "target": "rustls" + }, + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" + } + ], + "armv7-unknown-linux-gnueabi": [ + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "rustls 0.21.10", + "target": "rustls" + }, + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" + } + ], + "cfg(not(target_arch = \"wasm32\"))": [ + { + "id": "encoding_rs 0.8.33", + "target": "encoding_rs" + }, + { + "id": "h2 0.3.24", + "target": "h2" + }, + { + "id": "http-body 0.4.6", + "target": "http_body" + }, + { + "id": "hyper 0.14.28", + "target": "hyper" + }, + { + "id": "ipnet 2.9.0", + "target": "ipnet" + }, + { + "id": "log 0.4.20", + "target": "log" + }, + { + "id": "mime 0.3.17", + "target": "mime" + }, + { + "id": "once_cell 1.19.0", + "target": "once_cell" + }, + { + "id": "percent-encoding 2.3.1", + "target": "percent_encoding" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + }, + { + "id": "tokio 1.36.0", + "target": "tokio" + } + ], + "cfg(target_arch = \"wasm32\")": [ + { + "id": "js-sys 0.3.68", + "target": "js_sys" + }, + { + "id": "wasm-bindgen 0.2.91", + "target": "wasm_bindgen" + }, + { + "id": "wasm-bindgen-futures 0.4.41", + "target": "wasm_bindgen_futures" + }, + { + "id": "web-sys 0.3.68", + "target": "web_sys" + } + ], + "cfg(target_os = \"macos\")": [ + { + "id": "system-configuration 0.5.1", + "target": "system_configuration" + } + ], + "cfg(windows)": [ + { + "id": "winreg 0.50.0", + "target": "winreg" + } + ], + "i686-apple-darwin": [ + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "rustls 0.21.10", + "target": "rustls" + }, + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" + } + ], + "i686-linux-android": [ + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "rustls 0.21.10", + "target": "rustls" + }, + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" + } + ], + "i686-pc-windows-msvc": [ + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "rustls 0.21.10", + "target": "rustls" + }, + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" + } + ], + "i686-unknown-freebsd": [ + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "rustls 0.21.10", + "target": "rustls" + }, + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" + } + ], + "i686-unknown-linux-gnu": [ + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "rustls 0.21.10", + "target": "rustls" + }, + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" + } + ], + "powerpc-unknown-linux-gnu": [ + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "rustls 0.21.10", + "target": "rustls" + }, + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" + } + ], + "riscv32imc-unknown-none-elf": [ + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "rustls 0.21.10", + "target": "rustls" + }, + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" + } + ], + "riscv64gc-unknown-none-elf": [ + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "rustls 0.21.10", + "target": "rustls" + }, + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" + } + ], + "s390x-unknown-linux-gnu": [ + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "rustls 0.21.10", + "target": "rustls" + }, + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" + } + ], + "thumbv7em-none-eabi": [ + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "rustls 0.21.10", + "target": "rustls" + }, + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" + } + ], + "thumbv8m.main-none-eabi": [ + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "rustls 0.21.10", + "target": "rustls" + }, + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" + } + ], + "wasm32-unknown-unknown": [ + { + "id": "wasm-streams 0.4.0", + "target": "wasm_streams" + } + ], + "wasm32-wasi": [ + { + "id": "wasm-streams 0.4.0", + "target": "wasm_streams" + } + ], + "x86_64-apple-darwin": [ + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "rustls 0.21.10", + "target": "rustls" + }, + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" + } + ], + "x86_64-apple-ios": [ + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "rustls 0.21.10", + "target": "rustls" + }, + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" + } + ], + "x86_64-fuchsia": [ + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "rustls 0.21.10", + "target": "rustls" + }, + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" + } + ], + "x86_64-linux-android": [ + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "rustls 0.21.10", + "target": "rustls" + }, + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" + } + ], + "x86_64-pc-windows-msvc": [ + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "rustls 0.21.10", + "target": "rustls" + }, + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" + } + ], + "x86_64-unknown-freebsd": [ + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "rustls 0.21.10", + "target": "rustls" + }, + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" + } + ], + "x86_64-unknown-linux-gnu": [ + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "rustls 0.21.10", + "target": "rustls" + }, + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" + } + ], + "x86_64-unknown-nixos-gnu": [ + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "rustls 0.21.10", + "target": "rustls" + }, + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" + } + ], + "x86_64-unknown-none": [ + { + "id": "hyper-rustls 0.24.2", + "target": "hyper_rustls" + }, + { + "id": "rustls 0.21.10", + "target": "rustls" + }, + { + "id": "rustls-pemfile 1.0.4", + "target": "rustls_pemfile" + }, + { + "id": "tokio-rustls 0.24.1", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.10", + "target": "tokio_util" + }, + { + "id": "webpki-roots 0.25.4", + "target": "webpki_roots" + } + ] + } + }, + "edition": "2018", + "version": "0.11.24" + }, + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" + }, + "reqwest-middleware 0.2.4": { + "name": "reqwest-middleware", + "version": "0.2.4", + "package_url": "https://github.com/TrueLayer/reqwest-middleware", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/reqwest-middleware/0.2.4/download", + "sha256": "88a3e86aa6053e59030e7ce2d2a3b258dd08fc2d337d52f73f6cb480f5858690" + } + }, + "targets": [ + { + "Library": { + "crate_name": "reqwest_middleware", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "reqwest_middleware", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.79", + "target": "anyhow" + }, + { + "id": "http 0.2.11", + "target": "http" + }, + { + "id": "reqwest 0.11.24", + "target": "reqwest" + }, + { + "id": "serde 1.0.196", + "target": "serde" + }, + { + "id": "task-local-extensions 0.1.4", + "target": "task_local_extensions" + }, + { + "id": "thiserror 1.0.56", + "target": "thiserror" + } + ], + "selects": {} + }, + "edition": "2018", + "proc_macro_deps": { + "common": [ + { + "id": "async-trait 0.1.77", + "target": "async_trait" + } + ], + "selects": {} + }, + "version": "0.2.4" + }, + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": null + }, + "resolvo 0.3.0": { + "name": "resolvo", + "version": "0.3.0", + "package_url": "https://github.com/mamba-org/resolvo", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/resolvo/0.3.0/download", + "sha256": "acd163bc7df01195423c83a7a391fecf319ff41d3de899694a9ccb698e790b29" + } + }, + "targets": [ + { + "Library": { + "crate_name": "resolvo", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "resolvo", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "bitvec 1.0.1", + "target": "bitvec" + }, + { + "id": "elsa 1.10.0", + "target": "elsa" + }, + { + "id": "itertools 0.11.0", + "target": "itertools" + }, + { + "id": "petgraph 0.6.4", + "target": "petgraph" + }, { "id": "tracing 0.1.40", "target": "tracing" @@ -9454,11 +12007,16 @@ "edition": "2021", "version": "0.3.0" }, - "license": "BSD-3-Clause" + "license": "BSD-3-Clause", + "license_ids": [ + "BSD-3-Clause" + ], + "license_file": "LICENSE" }, "ring 0.17.7": { "name": "ring", "version": "0.17.7", + "package_url": "https://github.com/briansmith/ring", "repository": { "Http": { "url": "https://static.crates.io/crates/ring/0.17.7/download", @@ -9470,22 +12028,177 @@ "Library": { "crate_name": "ring", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "ring", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "dev_urandom_fallback" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "getrandom 0.2.12", + "target": "getrandom" + }, + { + "id": "ring 0.17.7", + "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.48.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.7" + }, + "build_script_attrs": { + "compile_data_glob": [ + "**" + ], + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.83", + "target": "cc" + } + ], + "selects": {} + }, + "links": "ring_core_0_17_7" + }, + "license": null, + "license_ids": [], + "license_file": "LICENSE" + }, + "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", + "sha256": "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustc_demangle", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "rustc_demangle", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.1.23" + }, + "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", + "sha256": "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustix", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], - "library_target_name": "ring", + "library_target_name": "rustix", "common_attrs": { "compile_data_glob": [ "**" @@ -9494,166 +12207,302 @@ "common": [ "alloc", "default", - "dev_urandom_fallback" + "fs", + "std", + "termios", + "use-libc-auxv" ], "selects": {} }, "deps": { "common": [ { - "id": "getrandom 0.2.12", - "target": "getrandom" + "id": "bitflags 2.4.2", + "target": "bitflags" }, { - "id": "ring 0.17.7", + "id": "rustix 0.38.31", "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\")))": [ + "aarch64-apple-darwin": [ + { + "id": "errno 0.3.8", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "aarch64-apple-ios": [ + { + "id": "errno 0.3.8", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "aarch64-apple-ios-sim": [ + { + "id": "errno 0.3.8", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "aarch64-fuchsia": [ + { + "id": "errno 0.3.8", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "aarch64-linux-android": [ + { + "id": "errno 0.3.8", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "aarch64-unknown-nto-qnx710": [ + { + "id": "errno 0.3.8", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "armv7-linux-androideabi": [ + { + "id": "errno 0.3.8", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "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\")))))))": [ + { + "id": "linux-raw-sys 0.4.13", + "target": "linux_raw_sys" + } + ], + "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": "linux-raw-sys 0.4.13", + "target": "linux_raw_sys" + } + ], + "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\")))))))": [ + { + "id": "errno 0.3.8", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "cfg(windows)": [ + { + "id": "errno 0.3.8", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "windows-sys 0.52.0", + "target": "windows_sys" + } + ], + "i686-apple-darwin": [ + { + "id": "errno 0.3.8", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "i686-linux-android": [ + { + "id": "errno 0.3.8", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "i686-unknown-freebsd": [ + { + "id": "errno 0.3.8", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "powerpc-unknown-linux-gnu": [ + { + "id": "errno 0.3.8", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "riscv32imc-unknown-none-elf": [ + { + "id": "errno 0.3.8", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "riscv64gc-unknown-none-elf": [ + { + "id": "errno 0.3.8", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "s390x-unknown-linux-gnu": [ + { + "id": "errno 0.3.8", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "thumbv7em-none-eabi": [ + { + "id": "errno 0.3.8", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "thumbv8m.main-none-eabi": [ + { + "id": "errno 0.3.8", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "wasm32-unknown-unknown": [ + { + "id": "errno 0.3.8", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "wasm32-wasi": [ + { + "id": "errno 0.3.8", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.153", + "target": "libc" + } + ], + "x86_64-apple-darwin": [ + { + "id": "errno 0.3.8", + "target": "errno", + "alias": "libc_errno" + }, { "id": "libc 0.2.153", "target": "libc" } ], - "cfg(all(target_arch = \"aarch64\", target_os = \"windows\"))": [ + "x86_64-apple-ios": [ { - "id": "windows-sys 0.48.0", - "target": "windows_sys" + "id": "errno 0.3.8", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.153", + "target": "libc" } ], - "cfg(any(target_arch = \"aarch64\", target_arch = \"arm\", target_arch = \"x86\", target_arch = \"x86_64\"))": [ + "x86_64-fuchsia": [ { - "id": "spin 0.9.8", - "target": "spin" - } - ] - } - }, - "edition": "2021", - "version": "0.17.7" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.0.83", - "target": "cc" - } - ], - "selects": {} - }, - "links": "ring_core_0_17_7" - }, - "license": null - }, - "rustc-demangle 0.1.23": { - "name": "rustc-demangle", - "version": "0.1.23", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustc-demangle/0.1.23/download", - "sha256": "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rustc_demangle", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "rustc_demangle", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.1.23" - }, - "license": "MIT/Apache-2.0" - }, - "rustix 0.38.31": { - "name": "rustix", - "version": "0.38.31", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustix/0.38.31/download", - "sha256": "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rustix", - "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] - } - } - ], - "library_target_name": "rustix", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "fs", - "std", - "termios", - "use-libc-auxv" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.4.2", - "target": "bitflags" - }, - { - "id": "rustix 0.38.31", - "target": "build_script_build" - } - ], - "selects": { - "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\")))))))": [ + "id": "errno 0.3.8", + "target": "errno", + "alias": "libc_errno" + }, { - "id": "linux-raw-sys 0.4.13", - "target": "linux_raw_sys" + "id": "libc 0.2.153", + "target": "libc" } ], - "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\"))))": [ + "x86_64-linux-android": [ { - "id": "linux-raw-sys 0.4.13", - "target": "linux_raw_sys" + "id": "errno 0.3.8", + "target": "errno", + "alias": "libc_errno" + }, + { + "id": "libc 0.2.153", + "target": "libc" } ], - "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\")))))))": [ + "x86_64-unknown-freebsd": [ { "id": "errno 0.3.8", "target": "errno", @@ -9664,15 +12513,15 @@ "target": "libc" } ], - "cfg(windows)": [ + "x86_64-unknown-none": [ { "id": "errno 0.3.8", "target": "errno", "alias": "libc_errno" }, { - "id": "windows-sys 0.52.0", - "target": "windows_sys" + "id": "libc 0.2.153", + "target": "libc" } ] } @@ -9681,15 +12530,24 @@ "version": "0.38.31" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "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.10": { "name": "rustls", "version": "0.21.10", + "package_url": "https://github.com/rustls/rustls", "repository": { "Http": { "url": "https://static.crates.io/crates/rustls/0.21.10/download", @@ -9701,18 +12559,24 @@ "Library": { "crate_name": "rustls", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9760,6 +12624,9 @@ "version": "0.21.10" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ], @@ -9773,11 +12640,18 @@ "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.4": { "name": "rustls-pemfile", "version": "1.0.4", + "package_url": "https://github.com/rustls/pemfile", "repository": { "Http": { "url": "https://static.crates.io/crates/rustls-pemfile/1.0.4/download", @@ -9789,9 +12663,12 @@ "Library": { "crate_name": "rustls_pemfile", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9812,11 +12689,18 @@ "edition": "2018", "version": "1.0.4" }, - "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.7": { "name": "rustls-webpki", "version": "0.101.7", + "package_url": "https://github.com/rustls/webpki", "repository": { "Http": { "url": "https://static.crates.io/crates/rustls-webpki/0.101.7/download", @@ -9828,9 +12712,12 @@ "Library": { "crate_name": "webpki", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9863,11 +12750,16 @@ "edition": "2021", "version": "0.101.7" }, - "license": "ISC" + "license": "ISC", + "license_ids": [ + "ISC" + ], + "license_file": "LICENSE" }, "ryu 1.0.16": { "name": "ryu", "version": "1.0.16", + "package_url": "https://github.com/dtolnay/ryu", "repository": { "Http": { "url": "https://static.crates.io/crates/ryu/1.0.16/download", @@ -9879,9 +12771,12 @@ "Library": { "crate_name": "ryu", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9893,11 +12788,17 @@ "edition": "2018", "version": "1.0.16" }, - "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", @@ -9909,9 +12810,12 @@ "Library": { "crate_name": "same_file", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9934,11 +12838,17 @@ "edition": "2018", "version": "1.0.6" }, - "license": "Unlicense/MIT" + "license": "Unlicense/MIT", + "license_ids": [ + "MIT", + "Unlicense" + ], + "license_file": "LICENSE-MIT" }, "scopeguard 1.2.0": { "name": "scopeguard", "version": "1.2.0", + "package_url": "https://github.com/bluss/scopeguard", "repository": { "Http": { "url": "https://static.crates.io/crates/scopeguard/1.2.0/download", @@ -9950,9 +12860,12 @@ "Library": { "crate_name": "scopeguard", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -9964,11 +12877,17 @@ "edition": "2015", "version": "1.2.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "sct 0.7.1": { "name": "sct", "version": "0.7.1", + "package_url": "https://github.com/rustls/sct.rs", "repository": { "Http": { "url": "https://static.crates.io/crates/sct/0.7.1/download", @@ -9980,9 +12899,12 @@ "Library": { "crate_name": "sct", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10007,11 +12929,18 @@ "edition": "2021", "version": "0.7.1" }, - "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" }, "serde 1.0.196": { "name": "serde", "version": "1.0.196", + "package_url": "https://github.com/serde-rs/serde", "repository": { "Http": { "url": "https://static.crates.io/crates/serde/1.0.196/download", @@ -10023,18 +12952,24 @@ "Library": { "crate_name": "serde", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10075,15 +13010,24 @@ "version": "1.0.196" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "serde_derive 1.0.196": { "name": "serde_derive", "version": "1.0.196", + "package_url": "https://github.com/serde-rs/serde", "repository": { "Http": { "url": "https://static.crates.io/crates/serde_derive/1.0.196/download", @@ -10095,9 +13039,12 @@ "ProcMacro": { "crate_name": "serde_derive", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10132,11 +13079,17 @@ "edition": "2015", "version": "1.0.196" }, - "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.113": { "name": "serde_json", "version": "1.0.113", + "package_url": "https://github.com/serde-rs/json", "repository": { "Http": { "url": "https://static.crates.io/crates/serde_json/1.0.113/download", @@ -10148,18 +13101,24 @@ "Library": { "crate_name": "serde_json", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10200,15 +13159,24 @@ "version": "1.0.113" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "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", @@ -10220,9 +13188,12 @@ "Library": { "crate_name": "serde_spanned", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10249,11 +13220,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", @@ -10265,9 +13242,12 @@ "Library": { "crate_name": "serde_urlencoded", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10300,11 +13280,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" }, "serde_with 3.6.0": { "name": "serde_with", "version": "3.6.0", + "package_url": "https://github.com/jonasbb/serde_with/", "repository": { "Http": { "url": "https://static.crates.io/crates/serde_with/3.6.0/download", @@ -10316,9 +13302,12 @@ "Library": { "crate_name": "serde_with", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10357,11 +13346,17 @@ }, "version": "3.6.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "serde_with_macros 3.6.0": { "name": "serde_with_macros", "version": "3.6.0", + "package_url": "https://github.com/jonasbb/serde_with/", "repository": { "Http": { "url": "https://static.crates.io/crates/serde_with_macros/3.6.0/download", @@ -10373,9 +13368,12 @@ "ProcMacro": { "crate_name": "serde_with_macros", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10408,11 +13406,17 @@ "edition": "2021", "version": "3.6.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "sha-1 0.10.1": { "name": "sha-1", "version": "0.10.1", + "package_url": "https://github.com/RustCrypto/hashes", "repository": { "Http": { "url": "https://static.crates.io/crates/sha-1/0.10.1/download", @@ -10424,9 +13428,12 @@ "Library": { "crate_name": "sha1", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10465,11 +13472,17 @@ "edition": "2018", "version": "0.10.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "sha1 0.10.6": { "name": "sha1", "version": "0.10.6", + "package_url": "https://github.com/RustCrypto/hashes", "repository": { "Http": { "url": "https://static.crates.io/crates/sha1/0.10.6/download", @@ -10481,9 +13494,12 @@ "Library": { "crate_name": "sha1", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10522,11 +13538,17 @@ "edition": "2018", "version": "0.10.6" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "sha2 0.10.8": { "name": "sha2", "version": "0.10.8", + "package_url": "https://github.com/RustCrypto/hashes", "repository": { "Http": { "url": "https://static.crates.io/crates/sha2/0.10.8/download", @@ -10538,9 +13560,12 @@ "Library": { "crate_name": "sha2", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10579,11 +13604,17 @@ "edition": "2018", "version": "0.10.8" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "signal-hook-registry 1.4.1": { "name": "signal-hook-registry", "version": "1.4.1", + "package_url": "https://github.com/vorner/signal-hook", "repository": { "Http": { "url": "https://static.crates.io/crates/signal-hook-registry/1.4.1/download", @@ -10595,9 +13626,12 @@ "Library": { "crate_name": "signal_hook_registry", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10618,11 +13652,17 @@ "edition": "2015", "version": "1.4.1" }, - "license": "Apache-2.0/MIT" + "license": "Apache-2.0/MIT", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "slab 0.4.9": { "name": "slab", "version": "0.4.9", + "package_url": "https://github.com/tokio-rs/slab", "repository": { "Http": { "url": "https://static.crates.io/crates/slab/0.4.9/download", @@ -10634,18 +13674,24 @@ "Library": { "crate_name": "slab", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10674,6 +13720,9 @@ "version": "0.4.9" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ], @@ -10687,11 +13736,16 @@ "selects": {} } }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "smallvec 1.13.1": { "name": "smallvec", "version": "1.13.1", + "package_url": "https://github.com/servo/rust-smallvec", "repository": { "Http": { "url": "https://static.crates.io/crates/smallvec/1.13.1/download", @@ -10703,9 +13757,12 @@ "Library": { "crate_name": "smallvec", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10724,11 +13781,17 @@ "edition": "2018", "version": "1.13.1" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "smawk 0.3.2": { "name": "smawk", "version": "0.3.2", + "package_url": "https://github.com/mgeisler/smawk", "repository": { "Http": { "url": "https://static.crates.io/crates/smawk/0.3.2/download", @@ -10740,9 +13803,12 @@ "Library": { "crate_name": "smawk", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10754,11 +13820,16 @@ "edition": "2021", "version": "0.3.2" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "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", @@ -10770,9 +13841,12 @@ "Library": { "crate_name": "socket2", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10807,11 +13881,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.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", @@ -10823,9 +13903,12 @@ "Library": { "crate_name": "spin", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10843,11 +13926,16 @@ "edition": "2015", "version": "0.9.8" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "ssri 9.2.0": { "name": "ssri", "version": "9.2.0", + "package_url": "https://github.com/zkat/ssri-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/ssri/9.2.0/download", @@ -10859,9 +13947,12 @@ "Library": { "crate_name": "ssri", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10921,11 +14012,16 @@ "edition": "2018", "version": "9.2.0" }, - "license": "Apache-2.0" + "license": "Apache-2.0", + "license_ids": [ + "Apache-2.0" + ], + "license_file": "LICENSE.md" }, "stable_deref_trait 1.2.0": { "name": "stable_deref_trait", "version": "1.2.0", + "package_url": "https://github.com/storyyeller/stable_deref_trait", "repository": { "Http": { "url": "https://static.crates.io/crates/stable_deref_trait/1.2.0/download", @@ -10937,9 +14033,12 @@ "Library": { "crate_name": "stable_deref_trait", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10959,11 +14058,17 @@ "edition": "2015", "version": "1.2.0" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "strsim 0.10.0": { "name": "strsim", "version": "0.10.0", + "package_url": "https://github.com/dguo/strsim-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/strsim/0.10.0/download", @@ -10975,9 +14080,12 @@ "Library": { "crate_name": "strsim", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -10989,11 +14097,16 @@ "edition": "2015", "version": "0.10.0" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "subtle 2.5.0": { "name": "subtle", "version": "2.5.0", + "package_url": "https://github.com/dalek-cryptography/subtle", "repository": { "Http": { "url": "https://static.crates.io/crates/subtle/2.5.0/download", @@ -11005,9 +14118,12 @@ "Library": { "crate_name": "subtle", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11019,11 +14135,16 @@ "edition": "2018", "version": "2.5.0" }, - "license": "BSD-3-Clause" + "license": "BSD-3-Clause", + "license_ids": [ + "BSD-3-Clause" + ], + "license_file": "LICENSE" }, "supports-color 3.0.0": { "name": "supports-color", "version": "3.0.0", + "package_url": "https://github.com/zkat/supports-color", "repository": { "Http": { "url": "https://static.crates.io/crates/supports-color/3.0.0/download", @@ -11035,9 +14156,12 @@ "Library": { "crate_name": "supports_color", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11058,11 +14182,16 @@ "edition": "2018", "version": "3.0.0" }, - "license": "Apache-2.0" + "license": "Apache-2.0", + "license_ids": [ + "Apache-2.0" + ], + "license_file": "LICENSE" }, "supports-hyperlinks 3.0.0": { "name": "supports-hyperlinks", "version": "3.0.0", + "package_url": "https://github.com/zkat/supports-hyperlinks", "repository": { "Http": { "url": "https://static.crates.io/crates/supports-hyperlinks/3.0.0/download", @@ -11074,9 +14203,12 @@ "Library": { "crate_name": "supports_hyperlinks", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11088,11 +14220,16 @@ "edition": "2021", "version": "3.0.0" }, - "license": "Apache-2.0" + "license": "Apache-2.0", + "license_ids": [ + "Apache-2.0" + ], + "license_file": "LICENSE" }, "supports-unicode 3.0.0": { "name": "supports-unicode", "version": "3.0.0", + "package_url": "https://github.com/zkat/supports-unicode", "repository": { "Http": { "url": "https://static.crates.io/crates/supports-unicode/3.0.0/download", @@ -11104,9 +14241,12 @@ "Library": { "crate_name": "supports_unicode", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11118,11 +14258,16 @@ "edition": "2018", "version": "3.0.0" }, - "license": "Apache-2.0" + "license": "Apache-2.0", + "license_ids": [ + "Apache-2.0" + ], + "license_file": "LICENSE" }, "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", @@ -11134,9 +14279,12 @@ "Library": { "crate_name": "syn", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11156,16 +14304,10 @@ "printing", "proc-macro", "quote", + "visit", "visit-mut" ], - "selects": { - "wasm32-unknown-unknown": [ - "visit" - ], - "wasm32-wasi": [ - "visit" - ] - } + "selects": {} }, "deps": { "common": [ @@ -11187,11 +14329,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", @@ -11203,9 +14351,12 @@ "Library": { "crate_name": "sync_wrapper", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11217,11 +14368,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", @@ -11233,9 +14389,12 @@ "Library": { "crate_name": "system_configuration", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11264,11 +14423,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", @@ -11280,18 +14445,24 @@ "Library": { "crate_name": "system_configuration_sys", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11321,15 +14492,24 @@ "version": "0.5.0" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": null }, "tap 1.0.1": { "name": "tap", "version": "1.0.1", + "package_url": "https://github.com/myrrlyn/tap", "repository": { "Http": { "url": "https://static.crates.io/crates/tap/1.0.1/download", @@ -11341,9 +14521,12 @@ "Library": { "crate_name": "tap", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11355,11 +14538,16 @@ "edition": "2015", "version": "1.0.1" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE.txt" }, "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", @@ -11371,9 +14559,12 @@ "Library": { "crate_name": "tar", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11397,11 +14588,151 @@ } ], "selects": { + "aarch64-apple-darwin": [ + { + "id": "xattr 1.3.1", + "target": "xattr" + } + ], + "aarch64-apple-ios": [ + { + "id": "xattr 1.3.1", + "target": "xattr" + } + ], + "aarch64-apple-ios-sim": [ + { + "id": "xattr 1.3.1", + "target": "xattr" + } + ], + "aarch64-fuchsia": [ + { + "id": "xattr 1.3.1", + "target": "xattr" + } + ], + "aarch64-linux-android": [ + { + "id": "xattr 1.3.1", + "target": "xattr" + } + ], + "aarch64-unknown-linux-gnu": [ + { + "id": "xattr 1.3.1", + "target": "xattr" + } + ], + "aarch64-unknown-nixos-gnu": [ + { + "id": "xattr 1.3.1", + "target": "xattr" + } + ], + "aarch64-unknown-nto-qnx710": [ + { + "id": "xattr 1.3.1", + "target": "xattr" + } + ], + "arm-unknown-linux-gnueabi": [ + { + "id": "xattr 1.3.1", + "target": "xattr" + } + ], + "armv7-linux-androideabi": [ + { + "id": "xattr 1.3.1", + "target": "xattr" + } + ], + "armv7-unknown-linux-gnueabi": [ + { + "id": "xattr 1.3.1", + "target": "xattr" + } + ], "cfg(unix)": [ { "id": "libc 0.2.153", "target": "libc" - }, + } + ], + "i686-apple-darwin": [ + { + "id": "xattr 1.3.1", + "target": "xattr" + } + ], + "i686-linux-android": [ + { + "id": "xattr 1.3.1", + "target": "xattr" + } + ], + "i686-unknown-freebsd": [ + { + "id": "xattr 1.3.1", + "target": "xattr" + } + ], + "i686-unknown-linux-gnu": [ + { + "id": "xattr 1.3.1", + "target": "xattr" + } + ], + "powerpc-unknown-linux-gnu": [ + { + "id": "xattr 1.3.1", + "target": "xattr" + } + ], + "s390x-unknown-linux-gnu": [ + { + "id": "xattr 1.3.1", + "target": "xattr" + } + ], + "x86_64-apple-darwin": [ + { + "id": "xattr 1.3.1", + "target": "xattr" + } + ], + "x86_64-apple-ios": [ + { + "id": "xattr 1.3.1", + "target": "xattr" + } + ], + "x86_64-fuchsia": [ + { + "id": "xattr 1.3.1", + "target": "xattr" + } + ], + "x86_64-linux-android": [ + { + "id": "xattr 1.3.1", + "target": "xattr" + } + ], + "x86_64-unknown-freebsd": [ + { + "id": "xattr 1.3.1", + "target": "xattr" + } + ], + "x86_64-unknown-linux-gnu": [ + { + "id": "xattr 1.3.1", + "target": "xattr" + } + ], + "x86_64-unknown-nixos-gnu": [ { "id": "xattr 1.3.1", "target": "xattr" @@ -11412,11 +14743,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" }, "task-local-extensions 0.1.4": { "name": "task-local-extensions", "version": "0.1.4", + "package_url": "https://github.com/TrueLayer/task-local-extensions", "repository": { "Http": { "url": "https://static.crates.io/crates/task-local-extensions/0.1.4/download", @@ -11428,9 +14765,12 @@ "Library": { "crate_name": "task_local_extensions", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11451,11 +14791,17 @@ "edition": "2018", "version": "0.1.4" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "tempfile 3.10.0": { "name": "tempfile", "version": "3.10.0", + "package_url": "https://github.com/Stebalien/tempfile", "repository": { "Http": { "url": "https://static.crates.io/crates/tempfile/3.10.0/download", @@ -11467,9 +14813,12 @@ "Library": { "crate_name": "tempfile", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11507,11 +14856,17 @@ "edition": "2018", "version": "3.10.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "terminal_size 0.3.0": { "name": "terminal_size", "version": "0.3.0", + "package_url": "https://github.com/eminence/terminal-size", "repository": { "Http": { "url": "https://static.crates.io/crates/terminal_size/0.3.0/download", @@ -11523,9 +14878,12 @@ "Library": { "crate_name": "terminal_size", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11554,11 +14912,17 @@ "edition": "2021", "version": "0.3.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "textwrap 0.16.1": { "name": "textwrap", "version": "0.16.1", + "package_url": "https://github.com/mgeisler/textwrap", "repository": { "Http": { "url": "https://static.crates.io/crates/textwrap/0.16.1/download", @@ -11570,9 +14934,12 @@ "Library": { "crate_name": "textwrap", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11610,11 +14977,16 @@ "edition": "2021", "version": "0.16.1" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "thiserror 1.0.56": { "name": "thiserror", "version": "1.0.56", + "package_url": "https://github.com/dtolnay/thiserror", "repository": { "Http": { "url": "https://static.crates.io/crates/thiserror/1.0.56/download", @@ -11626,18 +14998,24 @@ "Library": { "crate_name": "thiserror", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11668,15 +15046,24 @@ "version": "1.0.56" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "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.56": { "name": "thiserror-impl", "version": "1.0.56", + "package_url": "https://github.com/dtolnay/thiserror", "repository": { "Http": { "url": "https://static.crates.io/crates/thiserror-impl/1.0.56/download", @@ -11688,9 +15075,12 @@ "ProcMacro": { "crate_name": "thiserror_impl", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11719,11 +15109,17 @@ "edition": "2021", "version": "1.0.56" }, - "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.34": { "name": "time", "version": "0.3.34", + "package_url": "https://github.com/time-rs/time", "repository": { "Http": { "url": "https://static.crates.io/crates/time/0.3.34/download", @@ -11735,9 +15131,12 @@ "Library": { "crate_name": "time", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11774,10 +15173,6 @@ "id": "powerfmt 0.2.0", "target": "powerfmt" }, - { - "id": "serde 1.0.196", - "target": "serde" - }, { "id": "time-core 0.1.2", "target": "time_core" @@ -11788,11 +15183,17 @@ "edition": "2021", "version": "0.3.34" }, - "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", @@ -11804,9 +15205,12 @@ "Library": { "crate_name": "time_core", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11818,11 +15222,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.17": { "name": "time-macros", "version": "0.2.17", + "package_url": "https://github.com/time-rs/time", "repository": { "Http": { "url": "https://static.crates.io/crates/time-macros/0.2.17/download", @@ -11834,9 +15244,12 @@ "ProcMacro": { "crate_name": "time_macros", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11861,11 +15274,17 @@ "edition": "2021", "version": "0.2.17" }, - "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", @@ -11877,9 +15296,12 @@ "Library": { "crate_name": "tinyvec", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11908,11 +15330,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", @@ -11924,9 +15353,12 @@ "Library": { "crate_name": "tinyvec_macros", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11938,11 +15370,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" }, "tl 0.7.8": { "name": "tl", "version": "0.7.8", + "package_url": "https://github.com/y21/tl", "repository": { "Http": { "url": "https://static.crates.io/crates/tl/0.7.8/download", @@ -11954,9 +15393,12 @@ "Library": { "crate_name": "tl", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -11968,11 +15410,16 @@ "edition": "2021", "version": "0.7.8" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "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", @@ -11984,9 +15431,12 @@ "Library": { "crate_name": "tokio", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -12018,168 +15468,538 @@ "net", "socket2" ], - "aarch64-apple-ios": [ + "aarch64-apple-ios": [ + "net", + "socket2" + ], + "aarch64-apple-ios-sim": [ + "net", + "socket2" + ], + "aarch64-fuchsia": [ + "net", + "socket2" + ], + "aarch64-linux-android": [ + "net", + "socket2" + ], + "aarch64-pc-windows-msvc": [ + "net", + "socket2", + "windows-sys" + ], + "aarch64-unknown-linux-gnu": [ + "net", + "socket2" + ], + "aarch64-unknown-nixos-gnu": [ + "net", + "socket2" + ], + "aarch64-unknown-nto-qnx710": [ "net", "socket2" ], - "aarch64-apple-ios-sim": [ + "arm-unknown-linux-gnueabi": [ "net", "socket2" ], - "aarch64-fuchsia": [ + "armv7-linux-androideabi": [ "net", "socket2" ], - "aarch64-linux-android": [ + "armv7-unknown-linux-gnueabi": [ "net", "socket2" ], - "aarch64-pc-windows-msvc": [ + "i686-apple-darwin": [ + "net", + "socket2" + ], + "i686-linux-android": [ + "net", + "socket2" + ], + "i686-pc-windows-msvc": [ "net", "socket2", "windows-sys" ], - "aarch64-unknown-linux-gnu": [ + "i686-unknown-freebsd": [ "net", "socket2" ], - "aarch64-unknown-nixos-gnu": [ + "i686-unknown-linux-gnu": [ "net", "socket2" ], - "aarch64-unknown-nto-qnx710": [ + "powerpc-unknown-linux-gnu": [ "net", "socket2" ], - "arm-unknown-linux-gnueabi": [ + "riscv32imc-unknown-none-elf": [ "net", "socket2" ], - "armv7-linux-androideabi": [ + "riscv64gc-unknown-none-elf": [ + "net", + "socket2" + ], + "s390x-unknown-linux-gnu": [ + "net", + "socket2" + ], + "thumbv7em-none-eabi": [ + "net", + "socket2" + ], + "thumbv8m.main-none-eabi": [ + "net", + "socket2" + ], + "x86_64-apple-darwin": [ + "net", + "socket2" + ], + "x86_64-apple-ios": [ + "net", + "socket2" + ], + "x86_64-fuchsia": [ + "net", + "socket2" + ], + "x86_64-linux-android": [ + "net", + "socket2" + ], + "x86_64-pc-windows-msvc": [ + "net", + "socket2", + "windows-sys" + ], + "x86_64-unknown-freebsd": [ + "net", + "socket2" + ], + "x86_64-unknown-linux-gnu": [ + "net", + "socket2" + ], + "x86_64-unknown-nixos-gnu": [ + "net", + "socket2" + ], + "x86_64-unknown-none": [ "net", "socket2" + ] + } + }, + "deps": { + "common": [ + { + "id": "bytes 1.5.0", + "target": "bytes" + }, + { + "id": "mio 0.8.10", + "target": "mio" + }, + { + "id": "num_cpus 1.16.0", + "target": "num_cpus" + }, + { + "id": "pin-project-lite 0.2.13", + "target": "pin_project_lite" + } + ], + "selects": { + "aarch64-apple-darwin": [ + { + "id": "libc 0.2.153", + "target": "libc" + }, + { + "id": "signal-hook-registry 1.4.1", + "target": "signal_hook_registry" + }, + { + "id": "socket2 0.5.5", + "target": "socket2" + } + ], + "aarch64-apple-ios": [ + { + "id": "libc 0.2.153", + "target": "libc" + }, + { + "id": "signal-hook-registry 1.4.1", + "target": "signal_hook_registry" + }, + { + "id": "socket2 0.5.5", + "target": "socket2" + } + ], + "aarch64-apple-ios-sim": [ + { + "id": "libc 0.2.153", + "target": "libc" + }, + { + "id": "signal-hook-registry 1.4.1", + "target": "signal_hook_registry" + }, + { + "id": "socket2 0.5.5", + "target": "socket2" + } + ], + "aarch64-fuchsia": [ + { + "id": "libc 0.2.153", + "target": "libc" + }, + { + "id": "signal-hook-registry 1.4.1", + "target": "signal_hook_registry" + }, + { + "id": "socket2 0.5.5", + "target": "socket2" + } + ], + "aarch64-linux-android": [ + { + "id": "libc 0.2.153", + "target": "libc" + }, + { + "id": "signal-hook-registry 1.4.1", + "target": "signal_hook_registry" + }, + { + "id": "socket2 0.5.5", + "target": "socket2" + } + ], + "aarch64-pc-windows-msvc": [ + { + "id": "socket2 0.5.5", + "target": "socket2" + }, + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ], + "aarch64-unknown-linux-gnu": [ + { + "id": "libc 0.2.153", + "target": "libc" + }, + { + "id": "signal-hook-registry 1.4.1", + "target": "signal_hook_registry" + }, + { + "id": "socket2 0.5.5", + "target": "socket2" + } + ], + "aarch64-unknown-nixos-gnu": [ + { + "id": "libc 0.2.153", + "target": "libc" + }, + { + "id": "signal-hook-registry 1.4.1", + "target": "signal_hook_registry" + }, + { + "id": "socket2 0.5.5", + "target": "socket2" + } + ], + "aarch64-unknown-nto-qnx710": [ + { + "id": "libc 0.2.153", + "target": "libc" + }, + { + "id": "signal-hook-registry 1.4.1", + "target": "signal_hook_registry" + }, + { + "id": "socket2 0.5.5", + "target": "socket2" + } + ], + "arm-unknown-linux-gnueabi": [ + { + "id": "libc 0.2.153", + "target": "libc" + }, + { + "id": "signal-hook-registry 1.4.1", + "target": "signal_hook_registry" + }, + { + "id": "socket2 0.5.5", + "target": "socket2" + } + ], + "armv7-linux-androideabi": [ + { + "id": "libc 0.2.153", + "target": "libc" + }, + { + "id": "signal-hook-registry 1.4.1", + "target": "signal_hook_registry" + }, + { + "id": "socket2 0.5.5", + "target": "socket2" + } + ], + "armv7-unknown-linux-gnueabi": [ + { + "id": "libc 0.2.153", + "target": "libc" + }, + { + "id": "signal-hook-registry 1.4.1", + "target": "signal_hook_registry" + }, + { + "id": "socket2 0.5.5", + "target": "socket2" + } ], - "armv7-unknown-linux-gnueabi": [ - "net", - "socket2" + "cfg(tokio_taskdump)": [ + { + "id": "backtrace 0.3.69", + "target": "backtrace" + } ], "i686-apple-darwin": [ - "net", - "socket2" + { + "id": "libc 0.2.153", + "target": "libc" + }, + { + "id": "signal-hook-registry 1.4.1", + "target": "signal_hook_registry" + }, + { + "id": "socket2 0.5.5", + "target": "socket2" + } ], "i686-linux-android": [ - "net", - "socket2" + { + "id": "libc 0.2.153", + "target": "libc" + }, + { + "id": "signal-hook-registry 1.4.1", + "target": "signal_hook_registry" + }, + { + "id": "socket2 0.5.5", + "target": "socket2" + } ], "i686-pc-windows-msvc": [ - "net", - "socket2", - "windows-sys" + { + "id": "socket2 0.5.5", + "target": "socket2" + }, + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } ], "i686-unknown-freebsd": [ - "net", - "socket2" + { + "id": "libc 0.2.153", + "target": "libc" + }, + { + "id": "signal-hook-registry 1.4.1", + "target": "signal_hook_registry" + }, + { + "id": "socket2 0.5.5", + "target": "socket2" + } ], "i686-unknown-linux-gnu": [ - "net", - "socket2" + { + "id": "libc 0.2.153", + "target": "libc" + }, + { + "id": "signal-hook-registry 1.4.1", + "target": "signal_hook_registry" + }, + { + "id": "socket2 0.5.5", + "target": "socket2" + } ], "powerpc-unknown-linux-gnu": [ - "net", - "socket2" + { + "id": "libc 0.2.153", + "target": "libc" + }, + { + "id": "signal-hook-registry 1.4.1", + "target": "signal_hook_registry" + }, + { + "id": "socket2 0.5.5", + "target": "socket2" + } ], "riscv32imc-unknown-none-elf": [ - "net", - "socket2" + { + "id": "socket2 0.5.5", + "target": "socket2" + } ], "riscv64gc-unknown-none-elf": [ - "net", - "socket2" + { + "id": "socket2 0.5.5", + "target": "socket2" + } ], "s390x-unknown-linux-gnu": [ - "net", - "socket2" + { + "id": "libc 0.2.153", + "target": "libc" + }, + { + "id": "signal-hook-registry 1.4.1", + "target": "signal_hook_registry" + }, + { + "id": "socket2 0.5.5", + "target": "socket2" + } ], "thumbv7em-none-eabi": [ - "net", - "socket2" + { + "id": "socket2 0.5.5", + "target": "socket2" + } ], "thumbv8m.main-none-eabi": [ - "net", - "socket2" + { + "id": "socket2 0.5.5", + "target": "socket2" + } ], "x86_64-apple-darwin": [ - "net", - "socket2" + { + "id": "libc 0.2.153", + "target": "libc" + }, + { + "id": "signal-hook-registry 1.4.1", + "target": "signal_hook_registry" + }, + { + "id": "socket2 0.5.5", + "target": "socket2" + } ], "x86_64-apple-ios": [ - "net", - "socket2" + { + "id": "libc 0.2.153", + "target": "libc" + }, + { + "id": "signal-hook-registry 1.4.1", + "target": "signal_hook_registry" + }, + { + "id": "socket2 0.5.5", + "target": "socket2" + } ], "x86_64-fuchsia": [ - "net", - "socket2" + { + "id": "libc 0.2.153", + "target": "libc" + }, + { + "id": "signal-hook-registry 1.4.1", + "target": "signal_hook_registry" + }, + { + "id": "socket2 0.5.5", + "target": "socket2" + } ], "x86_64-linux-android": [ - "net", - "socket2" + { + "id": "libc 0.2.153", + "target": "libc" + }, + { + "id": "signal-hook-registry 1.4.1", + "target": "signal_hook_registry" + }, + { + "id": "socket2 0.5.5", + "target": "socket2" + } ], "x86_64-pc-windows-msvc": [ - "net", - "socket2", - "windows-sys" + { + "id": "socket2 0.5.5", + "target": "socket2" + }, + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } ], "x86_64-unknown-freebsd": [ - "net", - "socket2" - ], - "x86_64-unknown-linux-gnu": [ - "net", - "socket2" - ], - "x86_64-unknown-nixos-gnu": [ - "net", - "socket2" - ], - "x86_64-unknown-none": [ - "net", - "socket2" - ] - } - }, - "deps": { - "common": [ - { - "id": "bytes 1.5.0", - "target": "bytes" - }, - { - "id": "mio 0.8.10", - "target": "mio" - }, - { - "id": "num_cpus 1.16.0", - "target": "num_cpus" - }, - { - "id": "pin-project-lite 0.2.13", - "target": "pin_project_lite" - } - ], - "selects": { - "cfg(not(target_family = \"wasm\"))": [ + { + "id": "libc 0.2.153", + "target": "libc" + }, + { + "id": "signal-hook-registry 1.4.1", + "target": "signal_hook_registry" + }, { "id": "socket2 0.5.5", "target": "socket2" } ], - "cfg(tokio_taskdump)": [ + "x86_64-unknown-linux-gnu": [ + { + "id": "libc 0.2.153", + "target": "libc" + }, + { + "id": "signal-hook-registry 1.4.1", + "target": "signal_hook_registry" + }, { - "id": "backtrace 0.3.69", - "target": "backtrace" + "id": "socket2 0.5.5", + "target": "socket2" } ], - "cfg(unix)": [ + "x86_64-unknown-nixos-gnu": [ { "id": "libc 0.2.153", "target": "libc" @@ -12187,12 +16007,16 @@ { "id": "signal-hook-registry 1.4.1", "target": "signal_hook_registry" + }, + { + "id": "socket2 0.5.5", + "target": "socket2" } ], - "cfg(windows)": [ + "x86_64-unknown-none": [ { - "id": "windows-sys 0.48.0", - "target": "windows_sys" + "id": "socket2 0.5.5", + "target": "socket2" } ] } @@ -12209,11 +16033,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", @@ -12225,9 +16054,12 @@ "ProcMacro": { "crate_name": "tokio_macros", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -12256,11 +16088,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", @@ -12272,9 +16109,12 @@ "Library": { "crate_name": "tokio_rustls", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -12307,11 +16147,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-stream 0.1.14": { "name": "tokio-stream", "version": "0.1.14", + "package_url": "https://github.com/tokio-rs/tokio", "repository": { "Http": { "url": "https://static.crates.io/crates/tokio-stream/0.1.14/download", @@ -12323,9 +16169,12 @@ "Library": { "crate_name": "tokio_stream", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -12368,11 +16217,16 @@ "edition": "2021", "version": "0.1.14" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "tokio-util 0.7.10": { "name": "tokio-util", "version": "0.7.10", + "package_url": "https://github.com/tokio-rs/tokio", "repository": { "Http": { "url": "https://static.crates.io/crates/tokio-util/0.7.10/download", @@ -12384,9 +16238,12 @@ "Library": { "crate_name": "tokio_util", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -12589,22 +16446,216 @@ { "id": "tokio 1.36.0", "target": "tokio" - }, - { - "id": "tracing 0.1.40", - "target": "tracing" } ], - "selects": {} + "selects": { + "aarch64-apple-darwin": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "aarch64-apple-ios": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "aarch64-apple-ios-sim": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "aarch64-fuchsia": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "aarch64-linux-android": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "aarch64-pc-windows-msvc": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "aarch64-unknown-linux-gnu": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "aarch64-unknown-nixos-gnu": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "aarch64-unknown-nto-qnx710": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "arm-unknown-linux-gnueabi": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "armv7-linux-androideabi": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "armv7-unknown-linux-gnueabi": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "i686-apple-darwin": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "i686-linux-android": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "i686-pc-windows-msvc": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "i686-unknown-freebsd": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "i686-unknown-linux-gnu": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "powerpc-unknown-linux-gnu": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "riscv32imc-unknown-none-elf": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "riscv64gc-unknown-none-elf": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "s390x-unknown-linux-gnu": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "thumbv7em-none-eabi": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "thumbv8m.main-none-eabi": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "x86_64-apple-darwin": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "x86_64-apple-ios": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "x86_64-fuchsia": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "x86_64-linux-android": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "x86_64-pc-windows-msvc": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "x86_64-unknown-freebsd": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "x86_64-unknown-linux-gnu": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "x86_64-unknown-nixos-gnu": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ], + "x86_64-unknown-none": [ + { + "id": "tracing 0.1.40", + "target": "tracing" + } + ] + } }, "edition": "2021", "version": "0.7.10" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "toml 0.8.10": { "name": "toml", "version": "0.8.10", + "package_url": "https://github.com/toml-rs/toml", "repository": { "Http": { "url": "https://static.crates.io/crates/toml/0.8.10/download", @@ -12616,9 +16667,12 @@ "Library": { "crate_name": "toml", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -12657,11 +16711,17 @@ "edition": "2021", "version": "0.8.10" }, - "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", @@ -12673,9 +16733,12 @@ "Library": { "crate_name": "toml_datetime", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -12702,11 +16765,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.4": { "name": "toml_edit", "version": "0.22.4", + "package_url": "https://github.com/toml-rs/toml", "repository": { "Http": { "url": "https://static.crates.io/crates/toml_edit/0.22.4/download", @@ -12718,9 +16787,12 @@ "Library": { "crate_name": "toml_edit", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -12764,11 +16836,17 @@ "edition": "2021", "version": "0.22.4" }, - "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", @@ -12780,9 +16858,12 @@ "Library": { "crate_name": "tower_service", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -12794,11 +16875,16 @@ "edition": "2018", "version": "0.3.2" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "tracing 0.1.40": { "name": "tracing", "version": "0.1.40", + "package_url": "https://github.com/tokio-rs/tracing", "repository": { "Http": { "url": "https://static.crates.io/crates/tracing/0.1.40/download", @@ -12810,9 +16896,12 @@ "Library": { "crate_name": "tracing", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -12860,11 +16949,16 @@ }, "version": "0.1.40" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "tracing-attributes 0.1.27": { "name": "tracing-attributes", "version": "0.1.27", + "package_url": "https://github.com/tokio-rs/tracing", "repository": { "Http": { "url": "https://static.crates.io/crates/tracing-attributes/0.1.27/download", @@ -12876,9 +16970,12 @@ "ProcMacro": { "crate_name": "tracing_attributes", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -12907,11 +17004,16 @@ "edition": "2018", "version": "0.1.27" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "tracing-core 0.1.32": { "name": "tracing-core", "version": "0.1.32", + "package_url": "https://github.com/tokio-rs/tracing", "repository": { "Http": { "url": "https://static.crates.io/crates/tracing-core/0.1.32/download", @@ -12923,9 +17025,12 @@ "Library": { "crate_name": "tracing_core", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -12953,11 +17058,16 @@ "edition": "2018", "version": "0.1.32" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "try-lock 0.2.5": { "name": "try-lock", "version": "0.2.5", + "package_url": "https://github.com/seanmonstar/try-lock", "repository": { "Http": { "url": "https://static.crates.io/crates/try-lock/0.2.5/download", @@ -12969,9 +17079,12 @@ "Library": { "crate_name": "try_lock", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -12983,11 +17096,16 @@ "edition": "2015", "version": "0.2.5" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "typenum 1.17.0": { "name": "typenum", "version": "1.17.0", + "package_url": "https://github.com/paholg/typenum", "repository": { "Http": { "url": "https://static.crates.io/crates/typenum/1.17.0/download", @@ -12999,18 +17117,24 @@ "Library": { "crate_name": "typenum", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_main", "crate_root": "build/main.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13032,15 +17156,24 @@ "version": "1.17.0" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE" }, "unicase 2.7.0": { "name": "unicase", "version": "2.7.0", + "package_url": "https://github.com/seanmonstar/unicase", "repository": { "Http": { "url": "https://static.crates.io/crates/unicase/2.7.0/download", @@ -13052,18 +17185,24 @@ "Library": { "crate_name": "unicase", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13085,6 +17224,9 @@ "version": "2.7.0" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ], @@ -13098,11 +17240,17 @@ "selects": {} } }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "unicode-bidi 0.3.15": { "name": "unicode-bidi", "version": "0.3.15", + "package_url": "https://github.com/servo/unicode-bidi", "repository": { "Http": { "url": "https://static.crates.io/crates/unicode-bidi/0.3.15/download", @@ -13114,9 +17262,12 @@ "Library": { "crate_name": "unicode_bidi", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13135,11 +17286,17 @@ "edition": "2018", "version": "0.3.15" }, - "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.12": { "name": "unicode-ident", "version": "1.0.12", + "package_url": "https://github.com/dtolnay/unicode-ident", "repository": { "Http": { "url": "https://static.crates.io/crates/unicode-ident/1.0.12/download", @@ -13151,9 +17308,12 @@ "Library": { "crate_name": "unicode_ident", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13165,11 +17325,18 @@ "edition": "2018", "version": "1.0.12" }, - "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-linebreak 0.1.5": { "name": "unicode-linebreak", "version": "0.1.5", + "package_url": "https://github.com/axelf4/unicode-linebreak", "repository": { "Http": { "url": "https://static.crates.io/crates/unicode-linebreak/0.1.5/download", @@ -13181,9 +17348,12 @@ "Library": { "crate_name": "unicode_linebreak", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13195,11 +17365,16 @@ "edition": "2021", "version": "0.1.5" }, - "license": "Apache-2.0" + "license": "Apache-2.0", + "license_ids": [ + "Apache-2.0" + ], + "license_file": "LICENSE" }, "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", @@ -13211,9 +17386,12 @@ "Library": { "crate_name": "unicode_normalization", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13240,11 +17418,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" }, "unicode-width 0.1.11": { "name": "unicode-width", "version": "0.1.11", + "package_url": "https://github.com/unicode-rs/unicode-width", "repository": { "Http": { "url": "https://static.crates.io/crates/unicode-width/0.1.11/download", @@ -13256,9 +17440,12 @@ "Library": { "crate_name": "unicode_width", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13276,11 +17463,17 @@ "edition": "2015", "version": "0.1.11" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "unpack_bin 0.1.0": { "name": "unpack_bin", "version": "0.1.0", + "package_url": "https://github.com/aspect-build/rules_py", "repository": null, "targets": [], "library_target_name": null, @@ -13304,11 +17497,14 @@ "edition": "2021", "version": "0.1.0" }, - "license": "Apache 2" + "license": "Apache 2", + "license_ids": [], + "license_file": null }, "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", @@ -13320,9 +17516,12 @@ "Library": { "crate_name": "untrusted", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13334,11 +17533,16 @@ "edition": "2018", "version": "0.9.0" }, - "license": "ISC" + "license": "ISC", + "license_ids": [ + "ISC" + ], + "license_file": "LICENSE.txt" }, "url 2.5.0": { "name": "url", "version": "2.5.0", + "package_url": "https://github.com/servo/rust-url", "repository": { "Http": { "url": "https://static.crates.io/crates/url/2.5.0/download", @@ -13350,9 +17554,12 @@ "Library": { "crate_name": "url", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13392,11 +17599,17 @@ "edition": "2018", "version": "2.5.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "utf8-width 0.1.7": { "name": "utf8-width", "version": "0.1.7", + "package_url": "https://github.com/magiclen/utf8-width", "repository": { "Http": { "url": "https://static.crates.io/crates/utf8-width/0.1.7/download", @@ -13408,9 +17621,12 @@ "Library": { "crate_name": "utf8_width", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13422,11 +17638,16 @@ "edition": "2021", "version": "0.1.7" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "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", @@ -13438,9 +17659,12 @@ "Library": { "crate_name": "utf8parse", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13458,11 +17682,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" }, "venv_bin 0.1.0": { "name": "venv_bin", "version": "0.1.0", + "package_url": "https://github.com/aspect-build/rules_py", "repository": null, "targets": [], "library_target_name": null, @@ -13486,11 +17716,14 @@ "edition": "2021", "version": "0.1.0" }, - "license": "Apache 2" + "license": "Apache 2", + "license_ids": [], + "license_file": null }, "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", @@ -13502,9 +17735,12 @@ "Library": { "crate_name": "version_check", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13516,11 +17752,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" }, "walkdir 2.4.0": { "name": "walkdir", "version": "2.4.0", + "package_url": "https://github.com/BurntSushi/walkdir", "repository": { "Http": { "url": "https://static.crates.io/crates/walkdir/2.4.0/download", @@ -13532,9 +17774,12 @@ "Library": { "crate_name": "walkdir", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13562,11 +17807,17 @@ "edition": "2018", "version": "2.4.0" }, - "license": "Unlicense/MIT" + "license": "Unlicense/MIT", + "license_ids": [ + "MIT", + "Unlicense" + ], + "license_file": "LICENSE-MIT" }, "want 0.3.1": { "name": "want", "version": "0.3.1", + "package_url": "https://github.com/seanmonstar/want", "repository": { "Http": { "url": "https://static.crates.io/crates/want/0.3.1/download", @@ -13578,9 +17829,12 @@ "Library": { "crate_name": "want", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13601,11 +17855,16 @@ "edition": "2018", "version": "0.3.1" }, - "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", @@ -13617,9 +17876,12 @@ "Library": { "crate_name": "wasi", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13638,11 +17900,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.91": { "name": "wasm-bindgen", "version": "0.2.91", + "package_url": "https://github.com/rustwasm/wasm-bindgen", "repository": { "Http": { "url": "https://static.crates.io/crates/wasm-bindgen/0.2.91/download", @@ -13654,18 +17922,24 @@ "Library": { "crate_name": "wasm_bindgen", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13708,15 +17982,24 @@ "version": "0.2.91" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "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.91": { "name": "wasm-bindgen-backend", "version": "0.2.91", + "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.91/download", @@ -13728,9 +18011,12 @@ "Library": { "crate_name": "wasm_bindgen_backend", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13781,11 +18067,17 @@ "edition": "2018", "version": "0.2.91" }, - "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.41": { "name": "wasm-bindgen-futures", "version": "0.4.41", + "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.41/download", @@ -13797,9 +18089,12 @@ "Library": { "crate_name": "wasm_bindgen_futures", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13835,11 +18130,17 @@ "edition": "2018", "version": "0.4.41" }, - "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 0.2.91": { "name": "wasm-bindgen-macro", "version": "0.2.91", + "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.91/download", @@ -13851,9 +18152,12 @@ "ProcMacro": { "crate_name": "wasm_bindgen_macro", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13884,11 +18188,17 @@ "edition": "2018", "version": "0.2.91" }, - "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.91": { "name": "wasm-bindgen-macro-support", "version": "0.2.91", + "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.91/download", @@ -13900,9 +18210,12 @@ "Library": { "crate_name": "wasm_bindgen_macro_support", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13945,11 +18258,17 @@ "edition": "2018", "version": "0.2.91" }, - "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.91": { "name": "wasm-bindgen-shared", "version": "0.2.91", + "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.91/download", @@ -13961,18 +18280,24 @@ "Library": { "crate_name": "wasm_bindgen_shared", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -13994,16 +18319,25 @@ "version": "0.2.91" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ], "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" }, "wasm-streams 0.4.0": { "name": "wasm-streams", "version": "0.4.0", + "package_url": "https://github.com/MattiasBuelens/wasm-streams/", "repository": { "Http": { "url": "https://static.crates.io/crates/wasm-streams/0.4.0/download", @@ -14015,9 +18349,12 @@ "Library": { "crate_name": "wasm_streams", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14054,11 +18391,17 @@ "edition": "2021", "version": "0.4.0" }, - "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.68": { "name": "web-sys", "version": "0.3.68", + "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.68/download", @@ -14070,9 +18413,12 @@ "Library": { "crate_name": "web_sys", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14139,11 +18485,17 @@ "edition": "2018", "version": "0.3.68" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "webpki-roots 0.25.4": { "name": "webpki-roots", "version": "0.25.4", + "package_url": "https://github.com/rustls/webpki-roots", "repository": { "Http": { "url": "https://static.crates.io/crates/webpki-roots/0.25.4/download", @@ -14155,9 +18507,12 @@ "Library": { "crate_name": "webpki_roots", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14169,11 +18524,16 @@ "edition": "2018", "version": "0.25.4" }, - "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", @@ -14185,18 +18545,24 @@ "Library": { "crate_name": "winapi", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14247,15 +18613,24 @@ "version": "0.3.9" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "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", @@ -14267,18 +18642,24 @@ "Library": { "crate_name": "winapi_i686_pc_windows_gnu", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14300,15 +18681,24 @@ "version": "0.4.0" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": null }, "winapi-util 0.1.6": { "name": "winapi-util", "version": "0.1.6", + "package_url": "https://github.com/BurntSushi/winapi-util", "repository": { "Http": { "url": "https://static.crates.io/crates/winapi-util/0.1.6/download", @@ -14320,9 +18710,12 @@ "Library": { "crate_name": "winapi_util", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14345,11 +18738,17 @@ "edition": "2021", "version": "0.1.6" }, - "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", @@ -14361,18 +18760,24 @@ "Library": { "crate_name": "winapi_x86_64_pc_windows_gnu", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14394,15 +18799,24 @@ "version": "0.4.0" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": null }, "windows 0.52.0": { "name": "windows", "version": "0.52.0", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows/0.52.0/download", @@ -14414,9 +18828,12 @@ "Library": { "crate_name": "windows", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14455,11 +18872,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-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", @@ -14471,9 +18894,12 @@ "Library": { "crate_name": "windows_core", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14500,11 +18926,17 @@ "edition": "2021", "version": "0.52.0" }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "license-apache-2.0" }, "windows-sys 0.48.0": { "name": "windows-sys", "version": "0.48.0", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows-sys/0.48.0/download", @@ -14516,9 +18948,12 @@ "Library": { "crate_name": "windows_sys", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14563,11 +18998,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", @@ -14579,9 +19020,12 @@ "Library": { "crate_name": "windows_sys", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14614,11 +19058,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.5": { "name": "windows-targets", "version": "0.48.5", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows-targets/0.48.5/download", @@ -14630,9 +19080,12 @@ "Library": { "crate_name": "windows_targets", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14691,11 +19144,17 @@ "edition": "2018", "version": "0.48.5" }, - "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", @@ -14707,9 +19166,12 @@ "Library": { "crate_name": "windows_targets", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14768,11 +19230,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.5": { "name": "windows_aarch64_gnullvm", "version": "0.48.5", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/0.48.5/download", @@ -14784,18 +19252,24 @@ "Library": { "crate_name": "windows_aarch64_gnullvm", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14817,15 +19291,24 @@ "version": "0.48.5" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "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", @@ -14837,18 +19320,24 @@ "Library": { "crate_name": "windows_aarch64_gnullvm", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14870,15 +19359,24 @@ "version": "0.52.0" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "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.5": { "name": "windows_aarch64_msvc", "version": "0.48.5", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.48.5/download", @@ -14890,18 +19388,24 @@ "Library": { "crate_name": "windows_aarch64_msvc", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14923,15 +19427,24 @@ "version": "0.48.5" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "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", @@ -14943,18 +19456,24 @@ "Library": { "crate_name": "windows_aarch64_msvc", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -14976,15 +19495,24 @@ "version": "0.52.0" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "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.5": { "name": "windows_i686_gnu", "version": "0.48.5", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows_i686_gnu/0.48.5/download", @@ -14996,18 +19524,24 @@ "Library": { "crate_name": "windows_i686_gnu", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15029,15 +19563,24 @@ "version": "0.48.5" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "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", @@ -15049,18 +19592,24 @@ "Library": { "crate_name": "windows_i686_gnu", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15082,15 +19631,24 @@ "version": "0.52.0" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "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.5": { "name": "windows_i686_msvc", "version": "0.48.5", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows_i686_msvc/0.48.5/download", @@ -15102,18 +19660,24 @@ "Library": { "crate_name": "windows_i686_msvc", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15135,15 +19699,24 @@ "version": "0.48.5" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "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", @@ -15155,18 +19728,24 @@ "Library": { "crate_name": "windows_i686_msvc", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15188,15 +19767,24 @@ "version": "0.52.0" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "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.5": { "name": "windows_x86_64_gnu", "version": "0.48.5", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.48.5/download", @@ -15208,18 +19796,24 @@ "Library": { "crate_name": "windows_x86_64_gnu", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15241,15 +19835,24 @@ "version": "0.48.5" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "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", @@ -15261,18 +19864,24 @@ "Library": { "crate_name": "windows_x86_64_gnu", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15294,15 +19903,24 @@ "version": "0.52.0" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "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.5": { "name": "windows_x86_64_gnullvm", "version": "0.48.5", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.48.5/download", @@ -15314,18 +19932,24 @@ "Library": { "crate_name": "windows_x86_64_gnullvm", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15347,15 +19971,24 @@ "version": "0.48.5" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "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", @@ -15367,18 +20000,24 @@ "Library": { "crate_name": "windows_x86_64_gnullvm", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15400,15 +20039,24 @@ "version": "0.52.0" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "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.5": { "name": "windows_x86_64_msvc", "version": "0.48.5", + "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.48.5/download", @@ -15420,18 +20068,24 @@ "Library": { "crate_name": "windows_x86_64_msvc", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15453,15 +20107,24 @@ "version": "0.48.5" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "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", @@ -15473,18 +20136,24 @@ "Library": { "crate_name": "windows_x86_64_msvc", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15506,15 +20175,24 @@ "version": "0.52.0" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ] }, - "license": "MIT OR Apache-2.0" + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "license-apache-2.0" }, "winnow 0.5.39": { "name": "winnow", "version": "0.5.39", + "package_url": "https://github.com/winnow-rs/winnow", "repository": { "Http": { "url": "https://static.crates.io/crates/winnow/0.5.39/download", @@ -15526,9 +20204,12 @@ "Library": { "crate_name": "winnow", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15548,11 +20229,16 @@ "edition": "2021", "version": "0.5.39" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE-MIT" }, "winreg 0.50.0": { "name": "winreg", "version": "0.50.0", + "package_url": "https://github.com/gentoo90/winreg-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/winreg/0.50.0/download", @@ -15564,9 +20250,12 @@ "Library": { "crate_name": "winreg", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15591,11 +20280,16 @@ "edition": "2018", "version": "0.50.0" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" }, "wyz 0.5.1": { "name": "wyz", "version": "0.5.1", + "package_url": "https://github.com/myrrlyn/wyz", "repository": { "Http": { "url": "https://static.crates.io/crates/wyz/0.5.1/download", @@ -15607,9 +20301,12 @@ "Library": { "crate_name": "wyz", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15630,11 +20327,16 @@ "edition": "2018", "version": "0.5.1" }, - "license": "MIT" + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE.txt" }, "xattr 1.3.1": { "name": "xattr", "version": "1.3.1", + "package_url": "https://github.com/Stebalien/xattr", "repository": { "Http": { "url": "https://static.crates.io/crates/xattr/1.3.1/download", @@ -15646,9 +20348,12 @@ "Library": { "crate_name": "xattr", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15689,11 +20394,17 @@ "edition": "2021", "version": "1.3.1" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" }, "xxhash-rust 0.8.8": { "name": "xxhash-rust", "version": "0.8.8", + "package_url": "https://github.com/DoumanAsh/xxhash-rust", "repository": { "Http": { "url": "https://static.crates.io/crates/xxhash-rust/0.8.8/download", @@ -15705,9 +20416,12 @@ "Library": { "crate_name": "xxhash_rust", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15725,11 +20439,16 @@ "edition": "2018", "version": "0.8.8" }, - "license": "BSL-1.0" + "license": "BSL-1.0", + "license_ids": [ + "BSL-1.0" + ], + "license_file": "LICENSE" }, "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", @@ -15741,9 +20460,12 @@ "Library": { "crate_name": "zip", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15828,11 +20550,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", @@ -15844,9 +20571,12 @@ "Library": { "crate_name": "zstd", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15876,11 +20606,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", @@ -15892,18 +20627,24 @@ "Library": { "crate_name": "zstd_safe", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -15942,6 +20683,9 @@ "version": "5.0.2+zstd.1.5.2" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ], @@ -15955,11 +20699,17 @@ "selects": {} } }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE" }, "zstd-sys 2.0.9+zstd.1.5.5": { "name": "zstd-sys", "version": "2.0.9+zstd.1.5.5", + "package_url": "https://github.com/gyscos/zstd-rs", "repository": { "Http": { "url": "https://static.crates.io/crates/zstd-sys/2.0.9+zstd.1.5.5/download", @@ -15971,18 +20721,24 @@ "Library": { "crate_name": "zstd_sys", "crate_root": "src/lib.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } }, { "BuildScript": { "crate_name": "build_script_build", "crate_root": "build.rs", - "srcs": [ - "**/*.rs" - ] + "srcs": { + "allow_empty": true, + "include": [ + "**/*.rs" + ] + } } } ], @@ -16012,6 +20768,9 @@ "version": "2.0.9+zstd.1.5.5" }, "build_script_attrs": { + "compile_data_glob": [ + "**" + ], "data_glob": [ "**" ], @@ -16030,7 +20789,12 @@ }, "links": "zstd" }, - "license": "MIT/Apache-2.0" + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE" } }, "binary_crates": [], @@ -16063,6 +20827,9 @@ "aarch64-unknown-linux-gnu", "aarch64-unknown-nixos-gnu" ], + "aarch64-unknown-nixos-gnu": [ + "aarch64-unknown-nixos-gnu" + ], "aarch64-unknown-nto-qnx710": [ "aarch64-unknown-nto-qnx710" ], @@ -16364,40 +21131,6 @@ "x86_64-unknown-nixos-gnu", "x86_64-unknown-none" ], - "cfg(not(target_family = \"wasm\"))": [ - "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", - "powerpc-unknown-linux-gnu", - "riscv32imc-unknown-none-elf", - "riscv64gc-unknown-none-elf", - "s390x-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(not(windows))": [ "aarch64-apple-darwin", "aarch64-apple-ios", @@ -16566,6 +21299,9 @@ "x86_64-unknown-linux-gnu", "x86_64-unknown-nixos-gnu" ], + "x86_64-unknown-nixos-gnu": [ + "x86_64-unknown-nixos-gnu" + ], "x86_64-unknown-none": [ "x86_64-unknown-none" ] diff --git a/MODULE.bazel b/MODULE.bazel index 6f017042..841aed7b 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -40,7 +40,7 @@ register_toolchains( bazel_dep( name = "rules_rust", - version = "0.38.0", + version = "0.53.0", # In released versions: dev_dependency = True ) diff --git a/e2e/repository-rule-deps/MODULE.bazel b/e2e/repository-rule-deps/MODULE.bazel index b5a3c1f2..6a61fe20 100644 --- a/e2e/repository-rule-deps/MODULE.bazel +++ b/e2e/repository-rule-deps/MODULE.bazel @@ -7,7 +7,7 @@ local_path_override( ) # Because we use a prerelease of rules_py, we must compile the rust tools from source. -bazel_dep(name = "rules_rust", version = "0.40.0") +bazel_dep(name = "rules_rust", version = "0.53.0") rust = use_extension("@rules_rust//rust:extensions.bzl", "rust") rust.toolchain( diff --git a/e2e/smoke/MODULE.bazel b/e2e/smoke/MODULE.bazel index f7138f50..9352b8f6 100644 --- a/e2e/smoke/MODULE.bazel +++ b/e2e/smoke/MODULE.bazel @@ -7,7 +7,7 @@ local_path_override( ) # Because we use a prerelease of rules_py, we must compile the rust tools from source. -bazel_dep(name = "rules_rust", version = "0.40.0") +bazel_dep(name = "rules_rust", version = "0.53.0") rust = use_extension("@rules_rust//rust:extensions.bzl", "rust") rust.toolchain( diff --git a/e2e/smoke/WORKSPACE.bazel b/e2e/smoke/WORKSPACE.bazel index 07c51e11..766be660 100644 --- a/e2e/smoke/WORKSPACE.bazel +++ b/e2e/smoke/WORKSPACE.bazel @@ -11,8 +11,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_rust", - sha256 = "75177226380b771be36d7efc538da842c433f14cd6c36d7660976efb53defe86", - urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.34.1/rules_rust-v0.34.1.tar.gz"], + integrity = "sha256-heIBNyerJvsiq9/+SyrAwnotW2KWFnumPY9uExQPUfk=", + urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.53.0/rules_rust-v0.53.0.tar.gz"], ) load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains") diff --git a/e2e/system-interpreter/MODULE.bazel b/e2e/system-interpreter/MODULE.bazel index 78cfb370..385a29ad 100644 --- a/e2e/system-interpreter/MODULE.bazel +++ b/e2e/system-interpreter/MODULE.bazel @@ -7,7 +7,7 @@ local_path_override( ) # Because we use a prerelease of rules_py, we must compile the rust tools from source. -bazel_dep(name = "rules_rust", version = "0.40.0") +bazel_dep(name = "rules_rust", version = "0.53.0") rust = use_extension("@rules_rust//rust:extensions.bzl", "rust") rust.toolchain( diff --git a/internal_deps.bzl b/internal_deps.bzl index 0ee2fafe..646b4e42 100644 --- a/internal_deps.bzl +++ b/internal_deps.bzl @@ -94,8 +94,8 @@ def rules_py_internal_deps(): http_archive( name = "rules_rust", - sha256 = "75177226380b771be36d7efc538da842c433f14cd6c36d7660976efb53defe86", - urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.34.1/rules_rust-v0.34.1.tar.gz"], + integrity = "sha256-heIBNyerJvsiq9/+SyrAwnotW2KWFnumPY9uExQPUfk=", + urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.53.0/rules_rust-v0.53.0.tar.gz"], ) http_file(