diff --git a/WORKSPACE b/WORKSPACE index cfd757e04e3a8..26248d2563478 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -42,8 +42,8 @@ rules_closure_toolchains() http_archive( name = "rules_rust", - integrity = "sha256-+bWb47wg0VchIADaHt6L5Dma2Gn+Q589nz/MKcTi+lo=", - urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.45.1/rules_rust-v0.45.1.tar.gz"], + integrity = "sha256-JLN47ZcAbx9wEr5Jiib4HduZATGLiDgK7oUi/fvotzU=", + urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.42.1/rules_rust-v0.42.1.tar.gz"], ) load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains") diff --git a/rust/Cargo.Bazel.lock b/rust/Cargo.Bazel.lock index 386bab76d2581..06c022f016361 100644 --- a/rust/Cargo.Bazel.lock +++ b/rust/Cargo.Bazel.lock @@ -1,5 +1,5 @@ { - "checksum": "d8671aa04f5cd21901de59f80188b5fa42024b948d0efab13eb8b24310ff43fa", + "checksum": "4d83767705cfa527c346635638cdd221c0daade435b4b4602fc98f9269a0ece5", "crates": { "addr2line 0.21.0": { "name": "addr2line", @@ -296,19 +296,7 @@ } ], "selects": { - "aarch64-pc-windows-msvc": [ - { - "id": "anstyle-wincon 3.0.3", - "target": "anstyle_wincon" - } - ], - "i686-pc-windows-msvc": [ - { - "id": "anstyle-wincon 3.0.3", - "target": "anstyle_wincon" - } - ], - "x86_64-pc-windows-msvc": [ + "cfg(windows)": [ { "id": "anstyle-wincon 3.0.3", "target": "anstyle_wincon" @@ -885,6 +873,15 @@ "**" ], "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "derive_arbitrary 1.3.2", + "target": "derive_arbitrary" + } + ], + "selects": {} + }, "version": "1.3.2" }, "license": "MIT OR Apache-2.0", @@ -1978,16 +1975,19 @@ "id": "jobserver 0.1.31", "target": "jobserver" }, - { - "id": "libc 0.2.154", - "target": "libc" - }, { "id": "once_cell 1.19.0", "target": "once_cell" } ], - "selects": {} + "selects": { + "cfg(unix)": [ + { + "id": "libc 0.2.154", + "target": "libc" + } + ] + } }, "edition": "2018", "version": "1.0.97" @@ -2153,133 +2153,7 @@ } ], "selects": { - "aarch64-apple-darwin": [ - { - "id": "iana-time-zone 0.1.60", - "target": "iana_time_zone" - } - ], - "aarch64-apple-ios": [ - { - "id": "iana-time-zone 0.1.60", - "target": "iana_time_zone" - } - ], - "aarch64-apple-ios-sim": [ - { - "id": "iana-time-zone 0.1.60", - "target": "iana_time_zone" - } - ], - "aarch64-fuchsia": [ - { - "id": "iana-time-zone 0.1.60", - "target": "iana_time_zone" - } - ], - "aarch64-linux-android": [ - { - "id": "android-tzdata 0.1.1", - "target": "android_tzdata" - }, - { - "id": "iana-time-zone 0.1.60", - "target": "iana_time_zone" - } - ], - "aarch64-pc-windows-msvc": [ - { - "id": "windows-targets 0.52.5", - "target": "windows_targets" - } - ], - "aarch64-unknown-linux-gnu": [ - { - "id": "iana-time-zone 0.1.60", - "target": "iana_time_zone" - } - ], - "aarch64-unknown-nixos-gnu": [ - { - "id": "iana-time-zone 0.1.60", - "target": "iana_time_zone" - } - ], - "aarch64-unknown-nto-qnx710": [ - { - "id": "iana-time-zone 0.1.60", - "target": "iana_time_zone" - } - ], - "arm-unknown-linux-gnueabi": [ - { - "id": "iana-time-zone 0.1.60", - "target": "iana_time_zone" - } - ], - "armv7-linux-androideabi": [ - { - "id": "android-tzdata 0.1.1", - "target": "android_tzdata" - }, - { - "id": "iana-time-zone 0.1.60", - "target": "iana_time_zone" - } - ], - "armv7-unknown-linux-gnueabi": [ - { - "id": "iana-time-zone 0.1.60", - "target": "iana_time_zone" - } - ], - "i686-apple-darwin": [ - { - "id": "iana-time-zone 0.1.60", - "target": "iana_time_zone" - } - ], - "i686-linux-android": [ - { - "id": "android-tzdata 0.1.1", - "target": "android_tzdata" - }, - { - "id": "iana-time-zone 0.1.60", - "target": "iana_time_zone" - } - ], - "i686-pc-windows-msvc": [ - { - "id": "windows-targets 0.52.5", - "target": "windows_targets" - } - ], - "i686-unknown-freebsd": [ - { - "id": "iana-time-zone 0.1.60", - "target": "iana_time_zone" - } - ], - "i686-unknown-linux-gnu": [ - { - "id": "iana-time-zone 0.1.60", - "target": "iana_time_zone" - } - ], - "powerpc-unknown-linux-gnu": [ - { - "id": "iana-time-zone 0.1.60", - "target": "iana_time_zone" - } - ], - "s390x-unknown-linux-gnu": [ - { - "id": "iana-time-zone 0.1.60", - "target": "iana_time_zone" - } - ], - "wasm32-unknown-unknown": [ + "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))": [ { "id": "js-sys 0.3.69", "target": "js_sys" @@ -2289,56 +2163,22 @@ "target": "wasm_bindgen" } ], - "x86_64-apple-darwin": [ - { - "id": "iana-time-zone 0.1.60", - "target": "iana_time_zone" - } - ], - "x86_64-apple-ios": [ - { - "id": "iana-time-zone 0.1.60", - "target": "iana_time_zone" - } - ], - "x86_64-fuchsia": [ - { - "id": "iana-time-zone 0.1.60", - "target": "iana_time_zone" - } - ], - "x86_64-linux-android": [ + "cfg(target_os = \"android\")": [ { "id": "android-tzdata 0.1.1", "target": "android_tzdata" - }, - { - "id": "iana-time-zone 0.1.60", - "target": "iana_time_zone" - } - ], - "x86_64-pc-windows-msvc": [ - { - "id": "windows-targets 0.52.5", - "target": "windows_targets" - } - ], - "x86_64-unknown-freebsd": [ - { - "id": "iana-time-zone 0.1.60", - "target": "iana_time_zone" } ], - "x86_64-unknown-linux-gnu": [ + "cfg(unix)": [ { "id": "iana-time-zone 0.1.60", "target": "iana_time_zone" } ], - "x86_64-unknown-nixos-gnu": [ + "cfg(windows)": [ { - "id": "iana-time-zone 0.1.60", - "target": "iana_time_zone" + "id": "windows-targets 0.52.5", + "target": "windows_targets" } ] } @@ -9548,145 +9388,7 @@ } ], "selects": { - "aarch64-apple-darwin": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "aarch64-apple-ios": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "aarch64-apple-ios-sim": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "aarch64-fuchsia": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "aarch64-linux-android": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "aarch64-unknown-linux-gnu": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "aarch64-unknown-nixos-gnu": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "aarch64-unknown-nto-qnx710": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "arm-unknown-linux-gnueabi": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "armv7-linux-androideabi": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "armv7-unknown-linux-gnueabi": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "i686-apple-darwin": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "i686-linux-android": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "i686-unknown-freebsd": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "i686-unknown-linux-gnu": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "powerpc-unknown-linux-gnu": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "s390x-unknown-linux-gnu": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "x86_64-apple-darwin": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "x86_64-apple-ios": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "x86_64-fuchsia": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "x86_64-linux-android": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "x86_64-unknown-freebsd": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "x86_64-unknown-linux-gnu": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "x86_64-unknown-nixos-gnu": [ + "cfg(unix)": [ { "id": "libc 0.2.154", "target": "libc" @@ -10272,76 +9974,50 @@ } ], "selects": { - "aarch64-apple-darwin": [ + "cfg(not(target_arch = \"wasm32\"))": [ { - "id": "hyper-rustls 0.24.2", - "target": "hyper_rustls" + "id": "encoding_rs 0.8.34", + "target": "encoding_rs" }, { - "id": "rustls 0.21.12", - "target": "rustls" + "id": "h2 0.3.26", + "target": "h2" }, { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" + "id": "http-body 0.4.6", + "target": "http_body" }, { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" + "id": "hyper 0.14.28", + "target": "hyper" }, - { - "id": "webpki-roots 0.25.4", - "target": "webpki_roots" - } - ], - "aarch64-apple-ios": [ { "id": "hyper-rustls 0.24.2", "target": "hyper_rustls" }, { - "id": "rustls 0.21.12", - "target": "rustls" - }, - { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" - }, - { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" + "id": "ipnet 2.9.0", + "target": "ipnet" }, { - "id": "webpki-roots 0.25.4", - "target": "webpki_roots" - } - ], - "aarch64-apple-ios-sim": [ - { - "id": "hyper-rustls 0.24.2", - "target": "hyper_rustls" + "id": "log 0.4.21", + "target": "log" }, { - "id": "rustls 0.21.12", - "target": "rustls" + "id": "mime 0.3.17", + "target": "mime" }, { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" + "id": "once_cell 1.19.0", + "target": "once_cell" }, { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" + "id": "percent-encoding 2.3.1", + "target": "percent_encoding" }, { - "id": "webpki-roots 0.25.4", - "target": "webpki_roots" - } - ], - "aarch64-fuchsia": [ - { - "id": "hyper-rustls 0.24.2", - "target": "hyper_rustls" + "id": "pin-project-lite 0.2.14", + "target": "pin_project_lite" }, { "id": "rustls 0.21.12", @@ -10352,26 +10028,8 @@ "target": "rustls_pemfile" }, { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" - }, - { - "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.12", - "target": "rustls" - }, - { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" + "id": "tokio 1.37.0", + "target": "tokio" }, { "id": "tokio-rustls 0.24.1", @@ -10382,176 +10040,155 @@ "target": "webpki_roots" } ], - "aarch64-pc-windows-msvc": [ + "cfg(target_arch = \"wasm32\")": [ { - "id": "hyper-rustls 0.24.2", - "target": "hyper_rustls" + "id": "js-sys 0.3.69", + "target": "js_sys" }, { - "id": "rustls 0.21.12", - "target": "rustls" + "id": "serde_json 1.0.117", + "target": "serde_json" }, { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" + "id": "wasm-bindgen 0.2.92", + "target": "wasm_bindgen" }, { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" + "id": "wasm-bindgen-futures 0.4.42", + "target": "wasm_bindgen_futures" }, { - "id": "webpki-roots 0.25.4", - "target": "webpki_roots" + "id": "web-sys 0.3.69", + "target": "web_sys" } ], - "aarch64-unknown-linux-gnu": [ - { - "id": "hyper-rustls 0.24.2", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.21.12", - "target": "rustls" - }, - { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" - }, - { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" - }, + "cfg(target_os = \"macos\")": [ { - "id": "webpki-roots 0.25.4", - "target": "webpki_roots" + "id": "system-configuration 0.5.1", + "target": "system_configuration" } ], - "aarch64-unknown-nixos-gnu": [ - { - "id": "hyper-rustls 0.24.2", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.21.12", - "target": "rustls" - }, - { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" - }, - { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" - }, + "cfg(windows)": [ { - "id": "webpki-roots 0.25.4", - "target": "webpki_roots" + "id": "winreg 0.50.0", + "target": "winreg" } - ], - "aarch64-unknown-nto-qnx710": [ - { - "id": "hyper-rustls 0.24.2", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.21.12", - "target": "rustls" - }, - { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" - }, - { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" - }, - { - "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.12", - "target": "rustls" - }, - { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" - }, - { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.25.4", - "target": "webpki_roots" - } - ], - "armv7-linux-androideabi": [ - { - "id": "hyper-rustls 0.24.2", - "target": "hyper_rustls" - }, + ] + } + }, + "edition": "2021", + "version": "0.11.27" + }, + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" + }, + "reqwest 0.12.4": { + "name": "reqwest", + "version": "0.12.4", + "package_url": "https://github.com/seanmonstar/reqwest", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/reqwest/0.12.4/download", + "sha256": "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10" + } + }, + "targets": [ + { + "Library": { + "crate_name": "reqwest", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "reqwest", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "__rustls", + "__tls", + "rustls-pki-types", + "rustls-tls", + "rustls-tls-webpki-roots" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "base64 0.22.1", + "target": "base64" + }, + { + "id": "bytes 1.6.0", + "target": "bytes" + }, + { + "id": "futures-core 0.3.30", + "target": "futures_core" + }, + { + "id": "futures-util 0.3.30", + "target": "futures_util" + }, + { + "id": "http 1.1.0", + "target": "http" + }, + { + "id": "serde 1.0.202", + "target": "serde" + }, + { + "id": "serde_urlencoded 0.7.1", + "target": "serde_urlencoded" + }, + { + "id": "sync_wrapper 0.1.2", + "target": "sync_wrapper" + }, + { + "id": "tower-service 0.3.2", + "target": "tower_service" + }, + { + "id": "url 2.5.0", + "target": "url" + } + ], + "selects": { + "cfg(not(target_arch = \"wasm32\"))": [ { - "id": "rustls 0.21.12", - "target": "rustls" + "id": "http-body 1.0.0", + "target": "http_body" }, { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" + "id": "http-body-util 0.1.1", + "target": "http_body_util" }, { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" + "id": "hyper 1.3.1", + "target": "hyper" }, { - "id": "webpki-roots 0.25.4", - "target": "webpki_roots" - } - ], - "armv7-unknown-linux-gnueabi": [ - { - "id": "hyper-rustls 0.24.2", + "id": "hyper-rustls 0.26.0", "target": "hyper_rustls" }, { - "id": "rustls 0.21.12", - "target": "rustls" - }, - { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" - }, - { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.25.4", - "target": "webpki_roots" - } - ], - "cfg(not(target_arch = \"wasm32\"))": [ - { - "id": "encoding_rs 0.8.34", - "target": "encoding_rs" - }, - { - "id": "h2 0.3.26", - "target": "h2" - }, - { - "id": "http-body 0.4.6", - "target": "http_body" - }, - { - "id": "hyper 0.14.28", - "target": "hyper" + "id": "hyper-util 0.1.3", + "target": "hyper_util" }, { "id": "ipnet 2.9.0", @@ -10577,9 +10214,29 @@ "id": "pin-project-lite 0.2.14", "target": "pin_project_lite" }, + { + "id": "rustls 0.22.4", + "target": "rustls" + }, + { + "id": "rustls-pemfile 2.1.2", + "target": "rustls_pemfile" + }, + { + "id": "rustls-pki-types 1.7.0", + "target": "rustls_pki_types" + }, { "id": "tokio 1.37.0", "target": "tokio" + }, + { + "id": "tokio-rustls 0.25.0", + "target": "tokio_rustls" + }, + { + "id": "webpki-roots 0.26.1", + "target": "webpki_roots" } ], "cfg(target_arch = \"wasm32\")": [ @@ -10604,484 +10261,149 @@ "target": "web_sys" } ], - "cfg(target_os = \"macos\")": [ - { - "id": "system-configuration 0.5.1", - "target": "system_configuration" - } - ], "cfg(windows)": [ { - "id": "winreg 0.50.0", + "id": "winreg 0.52.0", "target": "winreg" } - ], - "i686-apple-darwin": [ - { - "id": "hyper-rustls 0.24.2", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.21.12", - "target": "rustls" - }, - { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" - }, - { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" - }, - { - "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.12", - "target": "rustls" - }, - { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" - }, - { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" - }, - { - "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.12", - "target": "rustls" - }, - { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" - }, - { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" - }, - { - "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.12", - "target": "rustls" - }, - { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" - }, - { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" - }, - { - "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.12", - "target": "rustls" - }, - { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" - }, - { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" - }, - { - "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.12", - "target": "rustls" - }, - { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" - }, - { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" - }, - { - "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.12", - "target": "rustls" - }, - { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" - }, - { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" - }, + ] + } + }, + "edition": "2021", + "version": "0.12.4" + }, + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" + }, + "ring 0.17.8": { + "name": "ring", + "version": "0.17.8", + "package_url": "https://github.com/briansmith/ring", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/ring/0.17.8/download", + "sha256": "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ring", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "ring", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "dev_urandom_fallback" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "getrandom 0.2.15", + "target": "getrandom" + }, + { + "id": "ring 0.17.8", + "target": "build_script_build" + }, + { + "id": "untrusted 0.9.0", + "target": "untrusted" + } + ], + "selects": { + "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(target_arch = \"aarch64\", target_arch = \"arm\")))": [ { - "id": "webpki-roots 0.25.4", - "target": "webpki_roots" + "id": "libc 0.2.154", + "target": "libc" } ], - "riscv64gc-unknown-none-elf": [ - { - "id": "hyper-rustls 0.24.2", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.21.12", - "target": "rustls" - }, - { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" - }, - { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" - }, + "cfg(all(target_arch = \"aarch64\", target_os = \"windows\"))": [ { - "id": "webpki-roots 0.25.4", - "target": "webpki_roots" + "id": "windows-sys 0.52.0", + "target": "windows_sys" } ], - "s390x-unknown-linux-gnu": [ - { - "id": "hyper-rustls 0.24.2", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.21.12", - "target": "rustls" - }, - { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" - }, - { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" - }, + "cfg(any(target_arch = \"aarch64\", target_arch = \"arm\", target_arch = \"x86\", target_arch = \"x86_64\"))": [ { - "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.12", - "target": "rustls" - }, - { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" - }, - { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" - }, - { - "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.12", - "target": "rustls" - }, - { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" - }, - { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.25.4", - "target": "webpki_roots" - } - ], - "x86_64-apple-darwin": [ - { - "id": "hyper-rustls 0.24.2", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.21.12", - "target": "rustls" - }, - { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" - }, - { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" - }, - { - "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.12", - "target": "rustls" - }, - { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" - }, - { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" - }, - { - "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.12", - "target": "rustls" - }, - { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" - }, - { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" - }, - { - "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.12", - "target": "rustls" - }, - { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" - }, - { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" - }, - { - "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.12", - "target": "rustls" - }, - { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" - }, - { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" - }, - { - "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.12", - "target": "rustls" - }, - { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" - }, - { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" - }, - { - "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.12", - "target": "rustls" - }, - { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" - }, - { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" - }, - { - "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.12", - "target": "rustls" - }, - { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" - }, - { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" - }, - { - "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.12", - "target": "rustls" - }, - { - "id": "rustls-pemfile 1.0.4", - "target": "rustls_pemfile" - }, - { - "id": "tokio-rustls 0.24.1", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.25.4", - "target": "webpki_roots" + "id": "spin 0.9.8", + "target": "spin" } ] } }, "edition": "2021", - "version": "0.11.27" + "version": "0.17.8" }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "cc 1.0.97", + "target": "cc" + } + ], + "selects": {} + }, + "links": "ring_core_0_17_8" + }, + "license": null, + "license_ids": [], + "license_file": "LICENSE" }, - "reqwest 0.12.4": { - "name": "reqwest", - "version": "0.12.4", - "package_url": "https://github.com/seanmonstar/reqwest", + "rstest 0.19.0": { + "name": "rstest", + "version": "0.19.0", + "package_url": "https://github.com/la10736/rstest", "repository": { "Http": { - "url": "https://static.crates.io/crates/reqwest/0.12.4/download", - "sha256": "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10" + "url": "https://static.crates.io/crates/rstest/0.19.0/download", + "sha256": "9d5316d2a1479eeef1ea21e7f9ddc67c191d497abc8fc3ba2467857abbb68330" } }, "targets": [ { "Library": { - "crate_name": "reqwest", + "crate_name": "rstest", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -11092,2574 +10414,378 @@ } } ], - "library_target_name": "reqwest", + "library_target_name": "rstest", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "__rustls", - "__tls", - "rustls-pki-types", - "rustls-tls", - "rustls-tls-webpki-roots" + "async-timeout", + "default" ], "selects": {} }, "deps": { "common": [ { - "id": "base64 0.22.1", - "target": "base64" + "id": "futures 0.3.30", + "target": "futures" }, { - "id": "bytes 1.6.0", - "target": "bytes" + "id": "futures-timer 3.0.3", + "target": "futures_timer" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "rstest_macros 0.19.0", + "target": "rstest_macros" + } + ], + "selects": {} + }, + "version": "0.19.0" + }, + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" + }, + "rstest_macros 0.19.0": { + "name": "rstest_macros", + "version": "0.19.0", + "package_url": "https://github.com/la10736/rstest", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rstest_macros/0.19.0/download", + "sha256": "04a9df72cc1f67020b0d63ad9bfe4a323e459ea7eb68e03bd9824db49f9a4c25" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "rstest_macros", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "rstest_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "async-timeout" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" }, { - "id": "futures-core 0.3.30", - "target": "futures_core" + "id": "glob 0.3.1", + "target": "glob" }, { - "id": "futures-util 0.3.30", - "target": "futures_util" + "id": "proc-macro2 1.0.82", + "target": "proc_macro2" }, { - "id": "http 1.1.0", - "target": "http" + "id": "quote 1.0.36", + "target": "quote" }, { - "id": "serde 1.0.202", - "target": "serde" + "id": "regex 1.10.4", + "target": "regex" }, { - "id": "serde_urlencoded 0.7.1", - "target": "serde_urlencoded" + "id": "relative-path 1.9.3", + "target": "relative_path" }, { - "id": "sync_wrapper 0.1.2", - "target": "sync_wrapper" + "id": "rstest_macros 0.19.0", + "target": "build_script_build" }, { - "id": "tower-service 0.3.2", - "target": "tower_service" + "id": "syn 2.0.64", + "target": "syn" }, { - "id": "url 2.5.0", - "target": "url" + "id": "unicode-ident 1.0.12", + "target": "unicode_ident" } ], - "selects": { - "aarch64-apple-darwin": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" - } - ], - "aarch64-apple-ios": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" - } - ], - "aarch64-apple-ios-sim": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" - } - ], - "aarch64-fuchsia": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" - } - ], - "aarch64-linux-android": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, + "selects": {} + }, + "edition": "2021", + "version": "0.19.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "rustc_version 0.4.0", + "target": "rustc_version" + } + ], + "selects": {} + } + }, + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" + }, + "rustc-demangle 0.1.24": { + "name": "rustc-demangle", + "version": "0.1.24", + "package_url": "https://github.com/rust-lang/rustc-demangle", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rustc-demangle/0.1.24/download", + "sha256": "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustc_demangle", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "rustc_demangle", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.1.24" + }, + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" + }, + "rustc_version 0.4.0": { + "name": "rustc_version", + "version": "0.4.0", + "package_url": "https://github.com/Kimundi/rustc-version-rs", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rustc_version/0.4.0/download", + "sha256": "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustc_version", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "rustc_version", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "semver 1.0.23", + "target": "semver" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.4.0" + }, + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" + }, + "rustix 0.38.34": { + "name": "rustix", + "version": "0.38.34", + "package_url": "https://github.com/bytecodealliance/rustix", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rustix/0.38.34/download", + "sha256": "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustix", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "rustix", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "fs", + "libc-extra-traits", + "std", + "use-libc-auxv" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bitflags 2.5.0", + "target": "bitflags" + }, + { + "id": "rustix 0.38.34", + "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": "webpki-roots 0.26.1", - "target": "webpki_roots" + "id": "linux-raw-sys 0.4.13", + "target": "linux_raw_sys" } ], - "aarch64-pc-windows-msvc": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, + "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": "webpki-roots 0.26.1", - "target": "webpki_roots" + "id": "linux-raw-sys 0.4.13", + "target": "linux_raw_sys" } ], - "aarch64-unknown-linux-gnu": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, + "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": "tokio-rustls 0.25.0", - "target": "tokio_rustls" + "id": "errno 0.3.9", + "target": "errno", + "alias": "libc_errno" }, { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" + "id": "libc 0.2.154", + "target": "libc" } ], - "aarch64-unknown-nixos-gnu": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, + "cfg(windows)": [ { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" + "id": "errno 0.3.9", + "target": "errno", + "alias": "libc_errno" }, { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" - } - ], - "aarch64-unknown-nto-qnx710": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" - } - ], - "arm-unknown-linux-gnueabi": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" - } - ], - "armv7-linux-androideabi": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" - } - ], - "armv7-unknown-linux-gnueabi": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" - } - ], - "cfg(not(target_arch = \"wasm32\"))": [ - { - "id": "http-body 1.0.0", - "target": "http_body" - }, - { - "id": "http-body-util 0.1.1", - "target": "http_body_util" - }, - { - "id": "hyper 1.3.1", - "target": "hyper" - }, - { - "id": "hyper-util 0.1.3", - "target": "hyper_util" - }, - { - "id": "ipnet 2.9.0", - "target": "ipnet" - }, - { - "id": "log 0.4.21", - "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.14", - "target": "pin_project_lite" - }, - { - "id": "tokio 1.37.0", - "target": "tokio" - } - ], - "cfg(target_arch = \"wasm32\")": [ - { - "id": "js-sys 0.3.69", - "target": "js_sys" - }, - { - "id": "serde_json 1.0.117", - "target": "serde_json" - }, - { - "id": "wasm-bindgen 0.2.92", - "target": "wasm_bindgen" - }, - { - "id": "wasm-bindgen-futures 0.4.42", - "target": "wasm_bindgen_futures" - }, - { - "id": "web-sys 0.3.69", - "target": "web_sys" - } - ], - "cfg(windows)": [ - { - "id": "winreg 0.52.0", - "target": "winreg" - } - ], - "i686-apple-darwin": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" - } - ], - "i686-linux-android": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" + "id": "windows-sys 0.52.0", + "target": "windows_sys" } - ], - "i686-pc-windows-msvc": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" - } - ], - "i686-unknown-freebsd": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" - } - ], - "i686-unknown-linux-gnu": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" - } - ], - "powerpc-unknown-linux-gnu": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" - } - ], - "riscv32imc-unknown-none-elf": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" - } - ], - "riscv64gc-unknown-none-elf": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" - } - ], - "s390x-unknown-linux-gnu": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" - } - ], - "thumbv7em-none-eabi": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" - } - ], - "thumbv8m.main-none-eabi": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" - } - ], - "x86_64-apple-darwin": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" - } - ], - "x86_64-apple-ios": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" - } - ], - "x86_64-fuchsia": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" - } - ], - "x86_64-linux-android": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" - } - ], - "x86_64-pc-windows-msvc": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" - } - ], - "x86_64-unknown-freebsd": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" - } - ], - "x86_64-unknown-linux-gnu": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" - } - ], - "x86_64-unknown-nixos-gnu": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" - } - ], - "x86_64-unknown-none": [ - { - "id": "hyper-rustls 0.26.0", - "target": "hyper_rustls" - }, - { - "id": "rustls 0.22.4", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.1.2", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio-rustls 0.25.0", - "target": "tokio_rustls" - }, - { - "id": "webpki-roots 0.26.1", - "target": "webpki_roots" - } - ] - } - }, - "edition": "2021", - "version": "0.12.4" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ring 0.17.8": { - "name": "ring", - "version": "0.17.8", - "package_url": "https://github.com/briansmith/ring", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ring/0.17.8/download", - "sha256": "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ring", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ring", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "dev_urandom_fallback" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "getrandom 0.2.15", - "target": "getrandom" - }, - { - "id": "ring 0.17.8", - "target": "build_script_build" - }, - { - "id": "untrusted 0.9.0", - "target": "untrusted" - } - ], - "selects": { - "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(target_arch = \"aarch64\", target_arch = \"arm\")))": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "cfg(all(target_arch = \"aarch64\", target_os = \"windows\"))": [ - { - "id": "windows-sys 0.52.0", - "target": "windows_sys" - } - ], - "cfg(any(target_arch = \"aarch64\", target_arch = \"arm\", target_arch = \"x86\", target_arch = \"x86_64\"))": [ - { - "id": "spin 0.9.8", - "target": "spin" - } - ] - } - }, - "edition": "2021", - "version": "0.17.8" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.0.97", - "target": "cc" - } - ], - "selects": {} - }, - "links": "ring_core_0_17_8" - }, - "license": null, - "license_ids": [], - "license_file": "LICENSE" - }, - "rstest 0.19.0": { - "name": "rstest", - "version": "0.19.0", - "package_url": "https://github.com/la10736/rstest", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rstest/0.19.0/download", - "sha256": "9d5316d2a1479eeef1ea21e7f9ddc67c191d497abc8fc3ba2467857abbb68330" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rstest", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rstest", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "async-timeout", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures 0.3.30", - "target": "futures" - }, - { - "id": "futures-timer 3.0.3", - "target": "futures_timer" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "rstest_macros 0.19.0", - "target": "rstest_macros" - } - ], - "selects": {} - }, - "version": "0.19.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rstest_macros 0.19.0": { - "name": "rstest_macros", - "version": "0.19.0", - "package_url": "https://github.com/la10736/rstest", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rstest_macros/0.19.0/download", - "sha256": "04a9df72cc1f67020b0d63ad9bfe4a323e459ea7eb68e03bd9824db49f9a4c25" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "rstest_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rstest_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "async-timeout" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "glob 0.3.1", - "target": "glob" - }, - { - "id": "proc-macro2 1.0.82", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.36", - "target": "quote" - }, - { - "id": "regex 1.10.4", - "target": "regex" - }, - { - "id": "relative-path 1.9.3", - "target": "relative_path" - }, - { - "id": "rstest_macros 0.19.0", - "target": "build_script_build" - }, - { - "id": "syn 2.0.64", - "target": "syn" - }, - { - "id": "unicode-ident 1.0.12", - "target": "unicode_ident" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.19.0" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "rustc_version 0.4.0", - "target": "rustc_version" - } - ], - "selects": {} - } - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rustc-demangle 0.1.24": { - "name": "rustc-demangle", - "version": "0.1.24", - "package_url": "https://github.com/rust-lang/rustc-demangle", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustc-demangle/0.1.24/download", - "sha256": "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rustc_demangle", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rustc_demangle", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.1.24" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rustc_version 0.4.0": { - "name": "rustc_version", - "version": "0.4.0", - "package_url": "https://github.com/Kimundi/rustc-version-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustc_version/0.4.0/download", - "sha256": "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rustc_version", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rustc_version", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "semver 1.0.23", - "target": "semver" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rustix 0.38.34": { - "name": "rustix", - "version": "0.38.34", - "package_url": "https://github.com/bytecodealliance/rustix", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustix/0.38.34/download", - "sha256": "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rustix", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rustix", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "fs", - "libc-extra-traits", - "std", - "use-libc-auxv" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.5.0", - "target": "bitflags" - }, - { - "id": "rustix 0.38.34", - "target": "build_script_build" - } - ], - "selects": { - "aarch64-apple-darwin": [ - { - "id": "errno 0.3.9", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "aarch64-apple-ios": [ - { - "id": "errno 0.3.9", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "aarch64-apple-ios-sim": [ - { - "id": "errno 0.3.9", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "aarch64-fuchsia": [ - { - "id": "errno 0.3.9", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "aarch64-linux-android": [ - { - "id": "errno 0.3.9", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "aarch64-unknown-nto-qnx710": [ - { - "id": "errno 0.3.9", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "armv7-linux-androideabi": [ - { - "id": "errno 0.3.9", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.154", - "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.9", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "errno 0.3.9", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "windows-sys 0.52.0", - "target": "windows_sys" - } - ], - "i686-apple-darwin": [ - { - "id": "errno 0.3.9", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "i686-linux-android": [ - { - "id": "errno 0.3.9", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "i686-unknown-freebsd": [ - { - "id": "errno 0.3.9", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "powerpc-unknown-linux-gnu": [ - { - "id": "errno 0.3.9", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "s390x-unknown-linux-gnu": [ - { - "id": "errno 0.3.9", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "wasm32-wasi": [ - { - "id": "errno 0.3.9", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "x86_64-apple-darwin": [ - { - "id": "errno 0.3.9", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "x86_64-apple-ios": [ - { - "id": "errno 0.3.9", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "x86_64-fuchsia": [ - { - "id": "errno 0.3.9", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "x86_64-linux-android": [ - { - "id": "errno 0.3.9", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "x86_64-unknown-freebsd": [ - { - "id": "errno 0.3.9", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.154", - "target": "libc" - } - ] - } - }, - "edition": "2021", - "version": "0.38.34" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] - }, - "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.12": { - "name": "rustls", - "version": "0.21.12", - "package_url": "https://github.com/rustls/rustls", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustls/0.21.12/download", - "sha256": "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rustls", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rustls", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "dangerous_configuration", - "default", - "log", - "logging", - "tls12" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "log 0.4.21", - "target": "log" - }, - { - "id": "ring 0.17.8", - "target": "ring" - }, - { - "id": "rustls 0.21.12", - "target": "build_script_build" - }, - { - "id": "rustls-webpki 0.101.7", - "target": "webpki" - }, - { - "id": "sct 0.7.1", - "target": "sct" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.21.12" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "link_deps": { - "common": [ - { - "id": "ring 0.17.8", - "target": "ring" - } - ], - "selects": {} - } - }, - "license": "Apache-2.0 OR ISC OR MIT", - "license_ids": [ - "Apache-2.0", - "ISC", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rustls 0.22.4": { - "name": "rustls", - "version": "0.22.4", - "package_url": "https://github.com/rustls/rustls", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustls/0.22.4/download", - "sha256": "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rustls", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rustls", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "log", - "logging", - "ring", - "tls12" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "log 0.4.21", - "target": "log" - }, - { - "id": "ring 0.17.8", - "target": "ring" - }, - { - "id": "rustls 0.22.4", - "target": "build_script_build" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types", - "alias": "pki_types" - }, - { - "id": "rustls-webpki 0.102.4", - "target": "webpki" - }, - { - "id": "subtle 2.5.0", - "target": "subtle" - }, - { - "id": "zeroize 1.7.0", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.22.4" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ], - "link_deps": { - "common": [ - { - "id": "ring 0.17.8", - "target": "ring" - } - ], - "selects": {} - } - }, - "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", - "sha256": "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rustls_pemfile", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rustls_pemfile", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "base64 0.21.7", - "target": "base64" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.4" - }, - "license": "Apache-2.0 OR ISC OR MIT", - "license_ids": [ - "Apache-2.0", - "ISC", - "MIT" - ], - "license_file": "LICENSE" - }, - "rustls-pemfile 2.1.2": { - "name": "rustls-pemfile", - "version": "2.1.2", - "package_url": "https://github.com/rustls/pemfile", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustls-pemfile/2.1.2/download", - "sha256": "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rustls_pemfile", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rustls_pemfile", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base64 0.22.1", - "target": "base64" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types", - "alias": "pki_types" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.1.2" - }, - "license": "Apache-2.0 OR ISC OR MIT", - "license_ids": [ - "Apache-2.0", - "ISC", - "MIT" - ], - "license_file": "LICENSE" - }, - "rustls-pki-types 1.7.0": { - "name": "rustls-pki-types", - "version": "1.7.0", - "package_url": "https://github.com/rustls/pki-types", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustls-pki-types/1.7.0/download", - "sha256": "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rustls_pki_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rustls_pki_types", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "1.7.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "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", - "sha256": "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" - } - }, - "targets": [ - { - "Library": { - "crate_name": "webpki", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "webpki", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ring 0.17.8", - "target": "ring" - }, - { - "id": "untrusted 0.9.0", - "target": "untrusted" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.101.7" - }, - "license": "ISC", - "license_ids": [ - "ISC" - ], - "license_file": "LICENSE" - }, - "rustls-webpki 0.102.4": { - "name": "rustls-webpki", - "version": "0.102.4", - "package_url": "https://github.com/rustls/webpki", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustls-webpki/0.102.4/download", - "sha256": "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "webpki", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "webpki", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "ring", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ring 0.17.8", - "target": "ring" - }, - { - "id": "rustls-pki-types 1.7.0", - "target": "rustls_pki_types", - "alias": "pki_types" - }, - { - "id": "untrusted 0.9.0", - "target": "untrusted" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.102.4" - }, - "license": "ISC", - "license_ids": [ - "ISC" - ], - "license_file": "LICENSE" - }, - "ryu 1.0.18": { - "name": "ryu", - "version": "1.0.18", - "package_url": "https://github.com/dtolnay/ryu", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ryu/1.0.18/download", - "sha256": "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ryu", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ryu", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.0.18" - }, - "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", - "sha256": "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" - } - }, - "targets": [ - { - "Library": { - "crate_name": "same_file", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "same_file", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(windows)": [ - { - "id": "winapi-util 0.1.8", - "target": "winapi_util" - } - ] - } - }, - "edition": "2018", - "version": "1.0.6" - }, - "license": "Unlicense/MIT", - "license_ids": [ - "MIT", - "Unlicense" - ], - "license_file": "LICENSE-MIT" - }, - "scroll 0.12.0": { - "name": "scroll", - "version": "0.12.0", - "package_url": "https://github.com/m4b/scroll", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/scroll/0.12.0/download", - "sha256": "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "scroll", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "scroll", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "derive", - "std" - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "scroll_derive 0.12.0", - "target": "scroll_derive" - } - ], - "selects": {} - }, - "version": "0.12.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "scroll_derive 0.12.0": { - "name": "scroll_derive", - "version": "0.12.0", - "package_url": "https://github.com/m4b/scroll", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/scroll_derive/0.12.0/download", - "sha256": "7f81c2fde025af7e69b1d1420531c8a8811ca898919db177141a85313b1cb932" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "scroll_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "scroll_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.82", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.36", - "target": "quote" - }, - { - "id": "syn 2.0.64", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.12.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "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", - "sha256": "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" - } - }, - "targets": [ - { - "Library": { - "crate_name": "sct", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "sct", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "ring 0.17.8", - "target": "ring" - }, - { - "id": "untrusted 0.9.0", - "target": "untrusted" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.1" - }, - "license": "Apache-2.0 OR ISC OR MIT", - "license_ids": [ - "Apache-2.0", - "ISC", - "MIT" - ], - "license_file": "LICENSE" - }, - "selenium-manager 0.4.22-nightly": { - "name": "selenium-manager", - "version": "0.4.22-nightly", - "package_url": "https://github.com/SeleniumHQ/selenium", - "repository": null, - "targets": [ - { - "Library": { - "crate_name": "selenium_manager", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "selenium_manager", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.84", - "target": "anyhow" - }, - { - "id": "apple-flat-package 0.18.0", - "target": "apple_flat_package" - }, - { - "id": "bzip2 0.4.4", - "target": "bzip2" - }, - { - "id": "clap 4.5.4", - "target": "clap" - }, - { - "id": "debpkg 0.6.0", - "target": "debpkg" - }, - { - "id": "directories 5.0.1", - "target": "directories" - }, - { - "id": "env_logger 0.11.3", - "target": "env_logger" - }, - { - "id": "exitcode 1.1.2", - "target": "exitcode" - }, - { - "id": "flate2 1.0.30", - "target": "flate2" - }, - { - "id": "infer 0.15.0", - "target": "infer" - }, - { - "id": "is_executable 1.0.1", - "target": "is_executable" - }, - { - "id": "log 0.4.21", - "target": "log" - }, - { - "id": "regex 1.10.4", - "target": "regex" - }, - { - "id": "reqwest 0.12.4", - "target": "reqwest" - }, - { - "id": "serde 1.0.202", - "target": "serde" - }, - { - "id": "serde_json 1.0.117", - "target": "serde_json" - }, - { - "id": "sevenz-rust 0.6.0", - "target": "sevenz_rust" - }, - { - "id": "tar 0.4.40", - "target": "tar" - }, - { - "id": "tempfile 3.10.1", - "target": "tempfile" - }, - { - "id": "tokio 1.37.0", - "target": "tokio" - }, - { - "id": "toml 0.8.13", - "target": "toml" - }, - { - "id": "walkdir 2.5.0", - "target": "walkdir" - }, - { - "id": "zip 1.3.0", - "target": "zip" - } - ], - "selects": {} - }, - "deps_dev": { - "common": [ - { - "id": "assert_cmd 2.0.14", - "target": "assert_cmd" - }, - { - "id": "rstest 0.19.0", - "target": "rstest" - } - ], - "selects": {} + ] + } }, "edition": "2021", - "version": "0.4.22-nightly" + "version": "0.38.34" }, - "license": "Apache-2.0", + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", "license_ids": [ - "Apache-2.0" + "Apache-2.0", + "MIT" ], - "license_file": null + "license_file": "LICENSE-APACHE" }, - "semver 1.0.23": { - "name": "semver", - "version": "1.0.23", - "package_url": "https://github.com/dtolnay/semver", + "rustls 0.21.12": { + "name": "rustls", + "version": "0.21.12", + "package_url": "https://github.com/rustls/rustls", "repository": { "Http": { - "url": "https://static.crates.io/crates/semver/1.0.23/download", - "sha256": "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" + "url": "https://static.crates.io/crates/rustls/0.21.12/download", + "sha256": "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" } }, "targets": [ { "Library": { - "crate_name": "semver", + "crate_name": "rustls", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -13682,56 +10808,85 @@ } } ], - "library_target_name": "semver", + "library_target_name": "rustls", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ + "dangerous_configuration", "default", - "std" + "log", + "logging", + "tls12" ], "selects": {} }, "deps": { "common": [ { - "id": "semver 1.0.23", + "id": "log 0.4.21", + "target": "log" + }, + { + "id": "ring 0.17.8", + "target": "ring" + }, + { + "id": "rustls 0.21.12", "target": "build_script_build" + }, + { + "id": "rustls-webpki 0.101.7", + "target": "webpki" + }, + { + "id": "sct 0.7.1", + "target": "sct" } ], "selects": {} }, - "edition": "2018", - "version": "1.0.23" + "edition": "2021", + "version": "0.21.12" }, "build_script_attrs": { "data_glob": [ "**" - ] + ], + "link_deps": { + "common": [ + { + "id": "ring 0.17.8", + "target": "ring" + } + ], + "selects": {} + } }, - "license": "MIT OR Apache-2.0", + "license": "Apache-2.0 OR ISC OR MIT", "license_ids": [ "Apache-2.0", + "ISC", "MIT" ], "license_file": "LICENSE-APACHE" }, - "serde 1.0.202": { - "name": "serde", - "version": "1.0.202", - "package_url": "https://github.com/serde-rs/serde", + "rustls 0.22.4": { + "name": "rustls", + "version": "0.22.4", + "package_url": "https://github.com/rustls/rustls", "repository": { "Http": { - "url": "https://static.crates.io/crates/serde/1.0.202/download", - "sha256": "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395" + "url": "https://static.crates.io/crates/rustls/0.22.4/download", + "sha256": "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" } }, "targets": [ { "Library": { - "crate_name": "serde", + "crate_name": "rustls", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -13754,7 +10909,7 @@ } } ], - "library_target_name": "serde", + "library_target_name": "rustls", "common_attrs": { "compile_data_glob": [ "**" @@ -13762,59 +10917,86 @@ "crate_features": { "common": [ "default", - "derive", - "serde_derive", - "std" + "log", + "logging", + "ring", + "tls12" ], "selects": {} }, "deps": { "common": [ { - "id": "serde 1.0.202", + "id": "log 0.4.21", + "target": "log" + }, + { + "id": "ring 0.17.8", + "target": "ring" + }, + { + "id": "rustls 0.22.4", "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ + }, { - "id": "serde_derive 1.0.202", - "target": "serde_derive" + "id": "rustls-pki-types 1.7.0", + "target": "rustls_pki_types", + "alias": "pki_types" + }, + { + "id": "rustls-webpki 0.102.4", + "target": "webpki" + }, + { + "id": "subtle 2.5.0", + "target": "subtle" + }, + { + "id": "zeroize 1.7.0", + "target": "zeroize" } ], "selects": {} }, - "version": "1.0.202" + "edition": "2021", + "version": "0.22.4" }, "build_script_attrs": { "data_glob": [ "**" - ] + ], + "link_deps": { + "common": [ + { + "id": "ring 0.17.8", + "target": "ring" + } + ], + "selects": {} + } }, - "license": "MIT OR Apache-2.0", + "license": "Apache-2.0 OR ISC OR MIT", "license_ids": [ "Apache-2.0", + "ISC", "MIT" ], "license_file": "LICENSE-APACHE" }, - "serde-xml-rs 0.6.0": { - "name": "serde-xml-rs", - "version": "0.6.0", - "package_url": "https://github.com/RReverser/serde-xml-rs", + "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/serde-xml-rs/0.6.0/download", - "sha256": "fb3aa78ecda1ebc9ec9847d5d3aba7d618823446a049ba2491940506da6e2782" + "url": "https://static.crates.io/crates/rustls-pemfile/1.0.4/download", + "sha256": "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" } }, "targets": [ { "Library": { - "crate_name": "serde_xml_rs", + "crate_name": "rustls_pemfile", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -13825,7 +11007,7 @@ } } ], - "library_target_name": "serde_xml_rs", + "library_target_name": "rustls_pemfile", "common_attrs": { "compile_data_glob": [ "**" @@ -13833,47 +11015,98 @@ "deps": { "common": [ { - "id": "log 0.4.21", - "target": "log" - }, - { - "id": "serde 1.0.202", - "target": "serde" - }, + "id": "base64 0.21.7", + "target": "base64" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.0.4" + }, + "license": "Apache-2.0 OR ISC OR MIT", + "license_ids": [ + "Apache-2.0", + "ISC", + "MIT" + ], + "license_file": "LICENSE" + }, + "rustls-pemfile 2.1.2": { + "name": "rustls-pemfile", + "version": "2.1.2", + "package_url": "https://github.com/rustls/pemfile", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/rustls-pemfile/2.1.2/download", + "sha256": "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" + } + }, + "targets": [ + { + "Library": { + "crate_name": "rustls_pemfile", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "rustls_pemfile", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ { - "id": "thiserror 1.0.60", - "target": "thiserror" + "id": "base64 0.22.1", + "target": "base64" }, { - "id": "xml-rs 0.8.20", - "target": "xml" + "id": "rustls-pki-types 1.7.0", + "target": "rustls_pki_types", + "alias": "pki_types" } ], "selects": {} }, "edition": "2018", - "version": "0.6.0" + "version": "2.1.2" }, - "license": "MIT", + "license": "Apache-2.0 OR ISC OR MIT", "license_ids": [ + "Apache-2.0", + "ISC", "MIT" ], "license_file": "LICENSE" }, - "serde_derive 1.0.202": { - "name": "serde_derive", - "version": "1.0.202", - "package_url": "https://github.com/serde-rs/serde", + "rustls-pki-types 1.7.0": { + "name": "rustls-pki-types", + "version": "1.7.0", + "package_url": "https://github.com/rustls/pki-types", "repository": { "Http": { - "url": "https://static.crates.io/crates/serde_derive/1.0.202/download", - "sha256": "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838" + "url": "https://static.crates.io/crates/rustls-pki-types/1.7.0/download", + "sha256": "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" } }, "targets": [ { - "ProcMacro": { - "crate_name": "serde_derive", + "Library": { + "crate_name": "rustls_pki_types", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -13884,36 +11117,21 @@ } } ], - "library_target_name": "serde_derive", + "library_target_name": "rustls_pki_types", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.82", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.36", - "target": "quote" - }, - { - "id": "syn 2.0.64", - "target": "syn" - } + "alloc", + "default", + "std" ], "selects": {} }, - "edition": "2015", - "version": "1.0.202" + "edition": "2021", + "version": "1.7.0" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -13922,20 +11140,20 @@ ], "license_file": "LICENSE-APACHE" }, - "serde_json 1.0.117": { - "name": "serde_json", - "version": "1.0.117", - "package_url": "https://github.com/serde-rs/json", + "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/serde_json/1.0.117/download", - "sha256": "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" + "url": "https://static.crates.io/crates/rustls-webpki/0.101.7/download", + "sha256": "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" } }, "targets": [ { "Library": { - "crate_name": "serde_json", + "crate_name": "webpki", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -13944,27 +11162,16 @@ ] } } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } } ], - "library_target_name": "serde_json", + "library_target_name": "webpki", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ + "alloc", "default", "std" ], @@ -13973,53 +11180,39 @@ "deps": { "common": [ { - "id": "itoa 1.0.11", - "target": "itoa" - }, - { - "id": "ryu 1.0.18", - "target": "ryu" - }, - { - "id": "serde 1.0.202", - "target": "serde" + "id": "ring 0.17.8", + "target": "ring" }, { - "id": "serde_json 1.0.117", - "target": "build_script_build" + "id": "untrusted 0.9.0", + "target": "untrusted" } ], "selects": {} }, "edition": "2021", - "version": "1.0.117" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] + "version": "0.101.7" }, - "license": "MIT OR Apache-2.0", + "license": "ISC", "license_ids": [ - "Apache-2.0", - "MIT" + "ISC" ], - "license_file": "LICENSE-APACHE" + "license_file": "LICENSE" }, - "serde_spanned 0.6.6": { - "name": "serde_spanned", - "version": "0.6.6", - "package_url": "https://github.com/toml-rs/toml", + "rustls-webpki 0.102.4": { + "name": "rustls-webpki", + "version": "0.102.4", + "package_url": "https://github.com/rustls/webpki", "repository": { "Http": { - "url": "https://static.crates.io/crates/serde_spanned/0.6.6/download", - "sha256": "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0" + "url": "https://static.crates.io/crates/rustls-webpki/0.102.4/download", + "sha256": "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e" } }, "targets": [ { "Library": { - "crate_name": "serde_spanned", + "crate_name": "webpki", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -14030,50 +11223,60 @@ } } ], - "library_target_name": "serde_spanned", + "library_target_name": "webpki", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "serde" + "alloc", + "ring", + "std" ], "selects": {} }, "deps": { "common": [ { - "id": "serde 1.0.202", - "target": "serde" + "id": "ring 0.17.8", + "target": "ring" + }, + { + "id": "rustls-pki-types 1.7.0", + "target": "rustls_pki_types", + "alias": "pki_types" + }, + { + "id": "untrusted 0.9.0", + "target": "untrusted" } ], "selects": {} }, "edition": "2021", - "version": "0.6.6" + "version": "0.102.4" }, - "license": "MIT OR Apache-2.0", + "license": "ISC", "license_ids": [ - "Apache-2.0", - "MIT" + "ISC" ], - "license_file": "LICENSE-APACHE" + "license_file": "LICENSE" }, - "serde_urlencoded 0.7.1": { - "name": "serde_urlencoded", - "version": "0.7.1", - "package_url": "https://github.com/nox/serde_urlencoded", + "ryu 1.0.18": { + "name": "ryu", + "version": "1.0.18", + "package_url": "https://github.com/dtolnay/ryu", "repository": { "Http": { - "url": "https://static.crates.io/crates/serde_urlencoded/0.7.1/download", - "sha256": "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" + "url": "https://static.crates.io/crates/ryu/1.0.18/download", + "sha256": "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" } }, "targets": [ { "Library": { - "crate_name": "serde_urlencoded", + "crate_name": "ryu", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -14084,56 +11287,35 @@ } } ], - "library_target_name": "serde_urlencoded", + "library_target_name": "ryu", "common_attrs": { "compile_data_glob": [ "**" ], - "deps": { - "common": [ - { - "id": "form_urlencoded 1.2.1", - "target": "form_urlencoded" - }, - { - "id": "itoa 1.0.11", - "target": "itoa" - }, - { - "id": "ryu 1.0.18", - "target": "ryu" - }, - { - "id": "serde 1.0.202", - "target": "serde" - } - ], - "selects": {} - }, "edition": "2018", - "version": "0.7.1" + "version": "1.0.18" }, - "license": "MIT/Apache-2.0", + "license": "Apache-2.0 OR BSL-1.0", "license_ids": [ "Apache-2.0", - "MIT" + "BSL-1.0" ], "license_file": "LICENSE-APACHE" }, - "sevenz-rust 0.6.0": { - "name": "sevenz-rust", - "version": "0.6.0", - "package_url": "https://github.com/dyz1990/sevenz-rust", + "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/sevenz-rust/0.6.0/download", - "sha256": "9a24854621db6137e3f7ed7d82282485874d212c755c3427a7436fc0c62c3d23" + "url": "https://static.crates.io/crates/same-file/1.0.6/download", + "sha256": "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" } }, "targets": [ { "Library": { - "crate_name": "sevenz_rust", + "crate_name": "same_file", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -14144,85 +11326,46 @@ } } ], - "library_target_name": "sevenz_rust", + "library_target_name": "same_file", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "compress", - "default" - ], - "selects": {} - }, "deps": { - "common": [ - { - "id": "bit-set 0.5.3", - "target": "bit_set" - }, - { - "id": "byteorder 1.5.0", - "target": "byteorder" - }, - { - "id": "crc 3.2.1", - "target": "crc" - }, - { - "id": "filetime_creation 0.2.0", - "target": "filetime_creation" - }, - { - "id": "lzma-rust 0.1.6", - "target": "lzma_rust" - }, - { - "id": "nt-time 0.6.10", - "target": "nt_time" - }, - { - "id": "sha2 0.10.8", - "target": "sha2" - } - ], + "common": [], "selects": { - "cfg(target_arch = \"wasm32\")": [ - { - "id": "js-sys 0.3.69", - "target": "js_sys" - }, + "cfg(windows)": [ { - "id": "wasm-bindgen 0.2.92", - "target": "wasm_bindgen" + "id": "winapi-util 0.1.8", + "target": "winapi_util" } ] } }, - "edition": "2021", - "version": "0.6.0" + "edition": "2018", + "version": "1.0.6" }, - "license": "Apache-2.0", + "license": "Unlicense/MIT", "license_ids": [ - "Apache-2.0" + "MIT", + "Unlicense" ], - "license_file": "LICENSE" + "license_file": "LICENSE-MIT" }, - "sha1 0.10.6": { - "name": "sha1", - "version": "0.10.6", - "package_url": "https://github.com/RustCrypto/hashes", + "scroll 0.12.0": { + "name": "scroll", + "version": "0.12.0", + "package_url": "https://github.com/m4b/scroll", "repository": { "Http": { - "url": "https://static.crates.io/crates/sha1/0.10.6/download", - "sha256": "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" + "url": "https://static.crates.io/crates/scroll/0.12.0/download", + "sha256": "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6" } }, "targets": [ { "Library": { - "crate_name": "sha1", + "crate_name": "scroll", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -14233,7 +11376,7 @@ } } ], - "library_target_name": "sha1", + "library_target_name": "scroll", "common_attrs": { "compile_data_glob": [ "**" @@ -14241,54 +11384,43 @@ "crate_features": { "common": [ "default", + "derive", "std" ], "selects": {} }, - "deps": { + "edition": "2021", + "proc_macro_deps": { "common": [ { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "digest 0.10.7", - "target": "digest" + "id": "scroll_derive 0.12.0", + "target": "scroll_derive" } ], - "selects": { - "cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))": [ - { - "id": "cpufeatures 0.2.12", - "target": "cpufeatures" - } - ] - } + "selects": {} }, - "edition": "2018", - "version": "0.10.6" + "version": "0.12.0" }, - "license": "MIT OR Apache-2.0", + "license": "MIT", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" + "license_file": "LICENSE" }, - "sha2 0.10.8": { - "name": "sha2", - "version": "0.10.8", - "package_url": "https://github.com/RustCrypto/hashes", + "scroll_derive 0.12.0": { + "name": "scroll_derive", + "version": "0.12.0", + "package_url": "https://github.com/m4b/scroll", "repository": { "Http": { - "url": "https://static.crates.io/crates/sha2/0.10.8/download", - "sha256": "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" + "url": "https://static.crates.io/crates/scroll_derive/0.12.0/download", + "sha256": "7f81c2fde025af7e69b1d1420531c8a8811ca898919db177141a85313b1cb932" } }, "targets": [ { - "Library": { - "crate_name": "sha2", + "ProcMacro": { + "crate_name": "scroll_derive", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -14299,62 +11431,51 @@ } } ], - "library_target_name": "sha2", + "library_target_name": "scroll_derive", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, "deps": { "common": [ { - "id": "cfg-if 1.0.0", - "target": "cfg_if" + "id": "proc-macro2 1.0.82", + "target": "proc_macro2" }, { - "id": "digest 0.10.7", - "target": "digest" + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 2.0.64", + "target": "syn" } ], - "selects": { - "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ - { - "id": "cpufeatures 0.2.12", - "target": "cpufeatures" - } - ] - } + "selects": {} }, "edition": "2018", - "version": "0.10.8" + "version": "0.12.0" }, - "license": "MIT OR Apache-2.0", + "license": "MIT", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" + "license_file": "LICENSE" }, - "signature 2.2.0": { - "name": "signature", - "version": "2.2.0", - "package_url": "https://github.com/RustCrypto/traits/tree/master/signature", + "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/signature/2.2.0/download", - "sha256": "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" + "url": "https://static.crates.io/crates/sct/0.7.1/download", + "sha256": "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" } }, "targets": [ { "Library": { - "crate_name": "signature", + "crate_name": "sct", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -14365,42 +11486,44 @@ } } ], - "library_target_name": "signature", + "library_target_name": "sct", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { + "deps": { "common": [ - "alloc", - "std" + { + "id": "ring 0.17.8", + "target": "ring" + }, + { + "id": "untrusted 0.9.0", + "target": "untrusted" + } ], "selects": {} }, "edition": "2021", - "version": "2.2.0" + "version": "0.7.1" }, - "license": "Apache-2.0 OR MIT", + "license": "Apache-2.0 OR ISC OR MIT", "license_ids": [ "Apache-2.0", + "ISC", "MIT" ], - "license_file": "LICENSE-APACHE" + "license_file": "LICENSE" }, - "simple-file-manifest 0.11.0": { - "name": "simple-file-manifest", - "version": "0.11.0", - "package_url": "https://github.com/indygreg/simple-file-manifest-rs.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/simple-file-manifest/0.11.0/download", - "sha256": "5dd19be0257552dd56d1bb6946f89f193c6e5b9f13cc9327c4bc84a357507c74" - } - }, + "selenium-manager 0.4.22-nightly": { + "name": "selenium-manager", + "version": "0.4.22-nightly", + "package_url": "https://github.com/SeleniumHQ/selenium", + "repository": null, "targets": [ { "Library": { - "crate_name": "simple_file_manifest", + "crate_name": "selenium_manager", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -14408,38 +11531,147 @@ "**/*.rs" ] } - } - } - ], - "library_target_name": "simple_file_manifest", - "common_attrs": { - "compile_data_glob": [ - "**" - ], + } + } + ], + "library_target_name": "selenium_manager", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "anyhow 1.0.84", + "target": "anyhow" + }, + { + "id": "apple-flat-package 0.18.0", + "target": "apple_flat_package" + }, + { + "id": "bzip2 0.4.4", + "target": "bzip2" + }, + { + "id": "clap 4.5.4", + "target": "clap" + }, + { + "id": "debpkg 0.6.0", + "target": "debpkg" + }, + { + "id": "directories 5.0.1", + "target": "directories" + }, + { + "id": "env_logger 0.11.3", + "target": "env_logger" + }, + { + "id": "exitcode 1.1.2", + "target": "exitcode" + }, + { + "id": "flate2 1.0.30", + "target": "flate2" + }, + { + "id": "infer 0.15.0", + "target": "infer" + }, + { + "id": "is_executable 1.0.1", + "target": "is_executable" + }, + { + "id": "log 0.4.21", + "target": "log" + }, + { + "id": "regex 1.10.4", + "target": "regex" + }, + { + "id": "reqwest 0.12.4", + "target": "reqwest" + }, + { + "id": "serde 1.0.202", + "target": "serde" + }, + { + "id": "serde_json 1.0.117", + "target": "serde_json" + }, + { + "id": "sevenz-rust 0.6.0", + "target": "sevenz_rust" + }, + { + "id": "tar 0.4.40", + "target": "tar" + }, + { + "id": "tempfile 3.10.1", + "target": "tempfile" + }, + { + "id": "tokio 1.37.0", + "target": "tokio" + }, + { + "id": "toml 0.8.13", + "target": "toml" + }, + { + "id": "walkdir 2.5.0", + "target": "walkdir" + }, + { + "id": "zip 1.3.0", + "target": "zip" + } + ], + "selects": {} + }, + "deps_dev": { + "common": [ + { + "id": "assert_cmd 2.0.14", + "target": "assert_cmd" + }, + { + "id": "rstest 0.19.0", + "target": "rstest" + } + ], + "selects": {} + }, "edition": "2021", - "version": "0.11.0" + "version": "0.4.22-nightly" }, - "license": "MIT OR Apache-2.0", + "license": "Apache-2.0", "license_ids": [ - "Apache-2.0", - "MIT" + "Apache-2.0" ], - "license_file": "LICENSE-APACHE" + "license_file": null }, - "slab 0.4.9": { - "name": "slab", - "version": "0.4.9", - "package_url": "https://github.com/tokio-rs/slab", + "semver 1.0.23": { + "name": "semver", + "version": "1.0.23", + "package_url": "https://github.com/dtolnay/semver", "repository": { "Http": { - "url": "https://static.crates.io/crates/slab/0.4.9/download", - "sha256": "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" + "url": "https://static.crates.io/crates/semver/1.0.23/download", + "sha256": "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" } }, "targets": [ { "Library": { - "crate_name": "slab", + "crate_name": "semver", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -14462,7 +11694,7 @@ } } ], - "library_target_name": "slab", + "library_target_name": "semver", "common_attrs": { "compile_data_glob": [ "**" @@ -14477,49 +11709,41 @@ "deps": { "common": [ { - "id": "slab 0.4.9", + "id": "semver 1.0.23", "target": "build_script_build" } ], "selects": {} }, "edition": "2018", - "version": "0.4.9" + "version": "1.0.23" }, "build_script_attrs": { "data_glob": [ "**" - ], - "deps": { - "common": [ - { - "id": "autocfg 1.3.0", - "target": "autocfg" - } - ], - "selects": {} - } + ] }, - "license": "MIT", + "license": "MIT OR Apache-2.0", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" + "license_file": "LICENSE-APACHE" }, - "smallvec 1.13.2": { - "name": "smallvec", - "version": "1.13.2", - "package_url": "https://github.com/servo/rust-smallvec", + "serde 1.0.202": { + "name": "serde", + "version": "1.0.202", + "package_url": "https://github.com/serde-rs/serde", "repository": { "Http": { - "url": "https://static.crates.io/crates/smallvec/1.13.2/download", - "sha256": "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" + "url": "https://static.crates.io/crates/serde/1.0.202/download", + "sha256": "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395" } }, "targets": [ { "Library": { - "crate_name": "smallvec", + "crate_name": "serde", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -14528,148 +11752,59 @@ ] } } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } } ], - "library_target_name": "smallvec", + "library_target_name": "serde", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { - "common": [], - "selects": { - "aarch64-apple-darwin": [ - "const_generics", - "const_new" - ], - "aarch64-apple-ios": [ - "const_generics", - "const_new" - ], - "aarch64-apple-ios-sim": [ - "const_generics", - "const_new" - ], - "aarch64-fuchsia": [ - "const_generics", - "const_new" - ], - "aarch64-linux-android": [ - "const_generics", - "const_new" - ], - "aarch64-pc-windows-msvc": [ - "const_generics", - "const_new" - ], - "aarch64-unknown-linux-gnu": [ - "const_generics", - "const_new" - ], - "aarch64-unknown-nixos-gnu": [ - "const_generics", - "const_new" - ], - "aarch64-unknown-nto-qnx710": [ - "const_generics", - "const_new" - ], - "arm-unknown-linux-gnueabi": [ - "const_generics", - "const_new" - ], - "armv7-linux-androideabi": [ - "const_generics", - "const_new" - ], - "armv7-unknown-linux-gnueabi": [ - "const_generics", - "const_new" - ], - "i686-apple-darwin": [ - "const_generics", - "const_new" - ], - "i686-linux-android": [ - "const_generics", - "const_new" - ], - "i686-pc-windows-msvc": [ - "const_generics", - "const_new" - ], - "i686-unknown-freebsd": [ - "const_generics", - "const_new" - ], - "i686-unknown-linux-gnu": [ - "const_generics", - "const_new" - ], - "powerpc-unknown-linux-gnu": [ - "const_generics", - "const_new" - ], - "riscv32imc-unknown-none-elf": [ - "const_generics", - "const_new" - ], - "riscv64gc-unknown-none-elf": [ - "const_generics", - "const_new" - ], - "s390x-unknown-linux-gnu": [ - "const_generics", - "const_new" - ], - "thumbv7em-none-eabi": [ - "const_generics", - "const_new" - ], - "thumbv8m.main-none-eabi": [ - "const_generics", - "const_new" - ], - "x86_64-apple-darwin": [ - "const_generics", - "const_new" - ], - "x86_64-apple-ios": [ - "const_generics", - "const_new" - ], - "x86_64-fuchsia": [ - "const_generics", - "const_new" - ], - "x86_64-linux-android": [ - "const_generics", - "const_new" - ], - "x86_64-pc-windows-msvc": [ - "const_generics", - "const_new" - ], - "x86_64-unknown-freebsd": [ - "const_generics", - "const_new" - ], - "x86_64-unknown-linux-gnu": [ - "const_generics", - "const_new" - ], - "x86_64-unknown-nixos-gnu": [ - "const_generics", - "const_new" - ], - "x86_64-unknown-none": [ - "const_generics", - "const_new" - ] - } + "common": [ + "default", + "derive", + "serde_derive", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "serde 1.0.202", + "target": "build_script_build" + } + ], + "selects": {} }, "edition": "2018", - "version": "1.13.2" + "proc_macro_deps": { + "common": [ + { + "id": "serde_derive 1.0.202", + "target": "serde_derive" + } + ], + "selects": {} + }, + "version": "1.0.202" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -14678,20 +11813,20 @@ ], "license_file": "LICENSE-APACHE" }, - "socket2 0.5.7": { - "name": "socket2", - "version": "0.5.7", - "package_url": "https://github.com/rust-lang/socket2", + "serde-xml-rs 0.6.0": { + "name": "serde-xml-rs", + "version": "0.6.0", + "package_url": "https://github.com/RReverser/serde-xml-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/socket2/0.5.7/download", - "sha256": "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" + "url": "https://static.crates.io/crates/serde-xml-rs/0.6.0/download", + "sha256": "fb3aa78ecda1ebc9ec9847d5d3aba7d618823446a049ba2491940506da6e2782" } }, "targets": [ { "Library": { - "crate_name": "socket2", + "crate_name": "serde_xml_rs", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -14702,36 +11837,95 @@ } } ], - "library_target_name": "socket2", + "library_target_name": "serde_xml_rs", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "log 0.4.21", + "target": "log" + }, + { + "id": "serde 1.0.202", + "target": "serde" + }, + { + "id": "thiserror 1.0.60", + "target": "thiserror" + }, + { + "id": "xml-rs 0.8.20", + "target": "xml" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "0.6.0" + }, + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" + }, + "serde_derive 1.0.202": { + "name": "serde_derive", + "version": "1.0.202", + "package_url": "https://github.com/serde-rs/serde", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/serde_derive/1.0.202/download", + "sha256": "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "serde_derive", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "serde_derive", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "all" + "default" ], "selects": {} }, "deps": { - "common": [], - "selects": { - "cfg(unix)": [ - { - "id": "libc 0.2.154", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "windows-sys 0.52.0", - "target": "windows_sys" - } - ] - } + "common": [ + { + "id": "proc-macro2 1.0.82", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 2.0.64", + "target": "syn" + } + ], + "selects": {} }, - "edition": "2021", - "version": "0.5.7" + "edition": "2015", + "version": "1.0.202" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -14740,20 +11934,20 @@ ], "license_file": "LICENSE-APACHE" }, - "spin 0.9.8": { - "name": "spin", - "version": "0.9.8", - "package_url": "https://github.com/mvdnes/spin-rs.git", + "serde_json 1.0.117": { + "name": "serde_json", + "version": "1.0.117", + "package_url": "https://github.com/serde-rs/json", "repository": { "Http": { - "url": "https://static.crates.io/crates/spin/0.9.8/download", - "sha256": "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" + "url": "https://static.crates.io/crates/serde_json/1.0.117/download", + "sha256": "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" } }, "targets": [ { "Library": { - "crate_name": "spin", + "crate_name": "serde_json", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -14762,42 +11956,82 @@ ] } } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } } ], - "library_target_name": "spin", + "library_target_name": "serde_json", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "once" + "default", + "std" ], "selects": {} }, - "edition": "2015", - "version": "0.9.8" + "deps": { + "common": [ + { + "id": "itoa 1.0.11", + "target": "itoa" + }, + { + "id": "ryu 1.0.18", + "target": "ryu" + }, + { + "id": "serde 1.0.202", + "target": "serde" + }, + { + "id": "serde_json 1.0.117", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.117" }, - "license": "MIT", + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" + "license_file": "LICENSE-APACHE" }, - "spki 0.7.3": { - "name": "spki", - "version": "0.7.3", - "package_url": "https://github.com/RustCrypto/formats/tree/master/spki", + "serde_spanned 0.6.6": { + "name": "serde_spanned", + "version": "0.6.6", + "package_url": "https://github.com/toml-rs/toml", "repository": { "Http": { - "url": "https://static.crates.io/crates/spki/0.7.3/download", - "sha256": "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" + "url": "https://static.crates.io/crates/serde_spanned/0.6.6/download", + "sha256": "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0" } }, "targets": [ { "Library": { - "crate_name": "spki", + "crate_name": "serde_spanned", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -14808,50 +12042,110 @@ } } ], - "library_target_name": "spki", + "library_target_name": "serde_spanned", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "alloc" + "serde" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "serde 1.0.202", + "target": "serde" + } ], "selects": {} }, + "edition": "2021", + "version": "0.6.6" + }, + "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", + "sha256": "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" + } + }, + "targets": [ + { + "Library": { + "crate_name": "serde_urlencoded", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "serde_urlencoded", + "common_attrs": { + "compile_data_glob": [ + "**" + ], "deps": { "common": [ { - "id": "der 0.7.9", - "target": "der" + "id": "form_urlencoded 1.2.1", + "target": "form_urlencoded" + }, + { + "id": "itoa 1.0.11", + "target": "itoa" + }, + { + "id": "ryu 1.0.18", + "target": "ryu" + }, + { + "id": "serde 1.0.202", + "target": "serde" } ], "selects": {} }, - "edition": "2021", - "version": "0.7.3" + "edition": "2018", + "version": "0.7.1" }, - "license": "Apache-2.0 OR MIT", + "license": "MIT/Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], "license_file": "LICENSE-APACHE" }, - "strsim 0.11.1": { - "name": "strsim", - "version": "0.11.1", - "package_url": "https://github.com/rapidfuzz/strsim-rs", + "sevenz-rust 0.6.0": { + "name": "sevenz-rust", + "version": "0.6.0", + "package_url": "https://github.com/dyz1990/sevenz-rust", "repository": { "Http": { - "url": "https://static.crates.io/crates/strsim/0.11.1/download", - "sha256": "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" + "url": "https://static.crates.io/crates/sevenz-rust/0.6.0/download", + "sha256": "9a24854621db6137e3f7ed7d82282485874d212c755c3427a7436fc0c62c3d23" } }, "targets": [ { "Library": { - "crate_name": "strsim", + "crate_name": "sevenz_rust", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -14862,34 +12156,85 @@ } } ], - "library_target_name": "strsim", + "library_target_name": "sevenz_rust", "common_attrs": { "compile_data_glob": [ "**" ], - "edition": "2015", - "version": "0.11.1" + "crate_features": { + "common": [ + "compress", + "default" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "bit-set 0.5.3", + "target": "bit_set" + }, + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "crc 3.2.1", + "target": "crc" + }, + { + "id": "filetime_creation 0.2.0", + "target": "filetime_creation" + }, + { + "id": "lzma-rust 0.1.6", + "target": "lzma_rust" + }, + { + "id": "nt-time 0.6.10", + "target": "nt_time" + }, + { + "id": "sha2 0.10.8", + "target": "sha2" + } + ], + "selects": { + "cfg(target_arch = \"wasm32\")": [ + { + "id": "js-sys 0.3.69", + "target": "js_sys" + }, + { + "id": "wasm-bindgen 0.2.92", + "target": "wasm_bindgen" + } + ] + } + }, + "edition": "2021", + "version": "0.6.0" }, - "license": "MIT", + "license": "Apache-2.0", "license_ids": [ - "MIT" + "Apache-2.0" ], "license_file": "LICENSE" }, - "subtle 2.5.0": { - "name": "subtle", - "version": "2.5.0", - "package_url": "https://github.com/dalek-cryptography/subtle", + "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/subtle/2.5.0/download", - "sha256": "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" + "url": "https://static.crates.io/crates/sha1/0.10.6/download", + "sha256": "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" } }, "targets": [ { "Library": { - "crate_name": "subtle", + "crate_name": "sha1", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -14900,34 +12245,62 @@ } } ], - "library_target_name": "subtle", + "library_target_name": "sha1", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "digest 0.10.7", + "target": "digest" + } + ], + "selects": { + "cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))": [ + { + "id": "cpufeatures 0.2.12", + "target": "cpufeatures" + } + ] + } + }, "edition": "2018", - "version": "2.5.0" + "version": "0.10.6" }, - "license": "BSD-3-Clause", + "license": "MIT OR Apache-2.0", "license_ids": [ - "BSD-3-Clause" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" + "license_file": "LICENSE-APACHE" }, - "syn 2.0.64": { - "name": "syn", - "version": "2.0.64", - "package_url": "https://github.com/dtolnay/syn", + "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/syn/2.0.64/download", - "sha256": "7ad3dee41f36859875573074334c200d1add8e4a87bb37113ebd31d926b7b11f" + "url": "https://static.crates.io/crates/sha2/0.10.8/download", + "sha256": "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" } }, "targets": [ { "Library": { - "crate_name": "syn", + "crate_name": "sha2", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -14938,45 +12311,40 @@ } } ], - "library_target_name": "syn", + "library_target_name": "sha2", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "clone-impls", "default", - "derive", - "extra-traits", - "full", - "parsing", - "printing", - "proc-macro", - "visit", - "visit-mut" + "std" ], "selects": {} }, "deps": { "common": [ { - "id": "proc-macro2 1.0.82", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.36", - "target": "quote" + "id": "cfg-if 1.0.0", + "target": "cfg_if" }, { - "id": "unicode-ident 1.0.12", - "target": "unicode_ident" + "id": "digest 0.10.7", + "target": "digest" } ], - "selects": {} + "selects": { + "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ + { + "id": "cpufeatures 0.2.12", + "target": "cpufeatures" + } + ] + } }, - "edition": "2021", - "version": "2.0.64" + "edition": "2018", + "version": "0.10.8" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -14985,20 +12353,20 @@ ], "license_file": "LICENSE-APACHE" }, - "sync_wrapper 0.1.2": { - "name": "sync_wrapper", - "version": "0.1.2", - "package_url": "https://github.com/Actyx/sync_wrapper", + "signature 2.2.0": { + "name": "signature", + "version": "2.2.0", + "package_url": "https://github.com/RustCrypto/traits/tree/master/signature", "repository": { "Http": { - "url": "https://static.crates.io/crates/sync_wrapper/0.1.2/download", - "sha256": "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" + "url": "https://static.crates.io/crates/signature/2.2.0/download", + "sha256": "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" } }, "targets": [ { "Library": { - "crate_name": "sync_wrapper", + "crate_name": "signature", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -15009,34 +12377,42 @@ } } ], - "library_target_name": "sync_wrapper", + "library_target_name": "signature", "common_attrs": { "compile_data_glob": [ "**" ], - "edition": "2018", - "version": "0.1.2" + "crate_features": { + "common": [ + "alloc", + "std" + ], + "selects": {} + }, + "edition": "2021", + "version": "2.2.0" }, - "license": "Apache-2.0", + "license": "Apache-2.0 OR MIT", "license_ids": [ - "Apache-2.0" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" + "license_file": "LICENSE-APACHE" }, - "system-configuration 0.5.1": { - "name": "system-configuration", - "version": "0.5.1", - "package_url": "https://github.com/mullvad/system-configuration-rs", + "simple-file-manifest 0.11.0": { + "name": "simple-file-manifest", + "version": "0.11.0", + "package_url": "https://github.com/indygreg/simple-file-manifest-rs.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/system-configuration/0.5.1/download", - "sha256": "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" + "url": "https://static.crates.io/crates/simple-file-manifest/0.11.0/download", + "sha256": "5dd19be0257552dd56d1bb6946f89f193c6e5b9f13cc9327c4bc84a357507c74" } }, "targets": [ { "Library": { - "crate_name": "system_configuration", + "crate_name": "simple_file_manifest", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -15047,52 +12423,35 @@ } } ], - "library_target_name": "system_configuration", + "library_target_name": "simple_file_manifest", "common_attrs": { "compile_data_glob": [ "**" ], - "deps": { - "common": [ - { - "id": "bitflags 1.3.2", - "target": "bitflags" - }, - { - "id": "core-foundation 0.9.4", - "target": "core_foundation" - }, - { - "id": "system-configuration-sys 0.5.0", - "target": "system_configuration_sys" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.5.1" + "version": "0.11.0" }, "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null + "license_file": "LICENSE-APACHE" }, - "system-configuration-sys 0.5.0": { - "name": "system-configuration-sys", - "version": "0.5.0", - "package_url": "https://github.com/mullvad/system-configuration-rs", + "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/system-configuration-sys/0.5.0/download", - "sha256": "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" + "url": "https://static.crates.io/crates/slab/0.4.9/download", + "sha256": "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" } }, "targets": [ { "Library": { - "crate_name": "system_configuration_sys", + "crate_name": "slab", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -15115,57 +12474,64 @@ } } ], - "library_target_name": "system_configuration_sys", + "library_target_name": "slab", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "default", + "std" + ], + "selects": {} + }, "deps": { "common": [ { - "id": "core-foundation-sys 0.8.6", - "target": "core_foundation_sys" - }, - { - "id": "libc 0.2.154", - "target": "libc" - }, - { - "id": "system-configuration-sys 0.5.0", + "id": "slab 0.4.9", "target": "build_script_build" } ], "selects": {} }, - "edition": "2021", - "version": "0.5.0" + "edition": "2018", + "version": "0.4.9" }, "build_script_attrs": { "data_glob": [ "**" - ] + ], + "deps": { + "common": [ + { + "id": "autocfg 1.3.0", + "target": "autocfg" + } + ], + "selects": {} + } }, - "license": "MIT OR Apache-2.0", + "license": "MIT", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": null + "license_file": "LICENSE" }, - "tar 0.4.40": { - "name": "tar", - "version": "0.4.40", - "package_url": "https://github.com/alexcrichton/tar-rs", + "smallvec 1.13.2": { + "name": "smallvec", + "version": "1.13.2", + "package_url": "https://github.com/servo/rust-smallvec", "repository": { "Http": { - "url": "https://static.crates.io/crates/tar/0.4.40/download", - "sha256": "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" + "url": "https://static.crates.io/crates/smallvec/1.13.2/download", + "sha256": "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" } }, "targets": [ { "Library": { - "crate_name": "tar", + "crate_name": "smallvec", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -15176,202 +12542,168 @@ } } ], - "library_target_name": "tar", + "library_target_name": "smallvec", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { - "common": [ - "default", - "xattr" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "filetime 0.2.23", - "target": "filetime" - } - ], + "common": [], "selects": { "aarch64-apple-darwin": [ - { - "id": "xattr 1.3.1", - "target": "xattr" - } + "const_generics", + "const_new" ], "aarch64-apple-ios": [ - { - "id": "xattr 1.3.1", - "target": "xattr" - } + "const_generics", + "const_new" ], "aarch64-apple-ios-sim": [ - { - "id": "xattr 1.3.1", - "target": "xattr" - } + "const_generics", + "const_new" ], "aarch64-fuchsia": [ - { - "id": "xattr 1.3.1", - "target": "xattr" - } + "const_generics", + "const_new" ], "aarch64-linux-android": [ - { - "id": "xattr 1.3.1", - "target": "xattr" - } + "const_generics", + "const_new" + ], + "aarch64-pc-windows-msvc": [ + "const_generics", + "const_new" ], "aarch64-unknown-linux-gnu": [ - { - "id": "xattr 1.3.1", - "target": "xattr" - } + "const_generics", + "const_new" ], "aarch64-unknown-nixos-gnu": [ - { - "id": "xattr 1.3.1", - "target": "xattr" - } + "const_generics", + "const_new" ], "aarch64-unknown-nto-qnx710": [ - { - "id": "xattr 1.3.1", - "target": "xattr" - } + "const_generics", + "const_new" ], "arm-unknown-linux-gnueabi": [ - { - "id": "xattr 1.3.1", - "target": "xattr" - } + "const_generics", + "const_new" ], "armv7-linux-androideabi": [ - { - "id": "xattr 1.3.1", - "target": "xattr" - } + "const_generics", + "const_new" ], "armv7-unknown-linux-gnueabi": [ - { - "id": "xattr 1.3.1", - "target": "xattr" - } - ], - "cfg(unix)": [ - { - "id": "libc 0.2.154", - "target": "libc" - } + "const_generics", + "const_new" ], "i686-apple-darwin": [ - { - "id": "xattr 1.3.1", - "target": "xattr" - } + "const_generics", + "const_new" ], "i686-linux-android": [ - { - "id": "xattr 1.3.1", - "target": "xattr" - } + "const_generics", + "const_new" + ], + "i686-pc-windows-msvc": [ + "const_generics", + "const_new" ], "i686-unknown-freebsd": [ - { - "id": "xattr 1.3.1", - "target": "xattr" - } + "const_generics", + "const_new" ], "i686-unknown-linux-gnu": [ - { - "id": "xattr 1.3.1", - "target": "xattr" - } + "const_generics", + "const_new" ], "powerpc-unknown-linux-gnu": [ - { - "id": "xattr 1.3.1", - "target": "xattr" - } + "const_generics", + "const_new" + ], + "riscv32imc-unknown-none-elf": [ + "const_generics", + "const_new" + ], + "riscv64gc-unknown-none-elf": [ + "const_generics", + "const_new" ], "s390x-unknown-linux-gnu": [ - { - "id": "xattr 1.3.1", - "target": "xattr" - } + "const_generics", + "const_new" + ], + "thumbv7em-none-eabi": [ + "const_generics", + "const_new" + ], + "thumbv8m.main-none-eabi": [ + "const_generics", + "const_new" ], "x86_64-apple-darwin": [ - { - "id": "xattr 1.3.1", - "target": "xattr" - } + "const_generics", + "const_new" ], "x86_64-apple-ios": [ - { - "id": "xattr 1.3.1", - "target": "xattr" - } + "const_generics", + "const_new" ], "x86_64-fuchsia": [ - { - "id": "xattr 1.3.1", - "target": "xattr" - } + "const_generics", + "const_new" ], "x86_64-linux-android": [ - { - "id": "xattr 1.3.1", - "target": "xattr" - } + "const_generics", + "const_new" + ], + "x86_64-pc-windows-msvc": [ + "const_generics", + "const_new" ], "x86_64-unknown-freebsd": [ - { - "id": "xattr 1.3.1", - "target": "xattr" - } + "const_generics", + "const_new" ], "x86_64-unknown-linux-gnu": [ - { - "id": "xattr 1.3.1", - "target": "xattr" - } + "const_generics", + "const_new" ], "x86_64-unknown-nixos-gnu": [ - { - "id": "xattr 1.3.1", - "target": "xattr" - } + "const_generics", + "const_new" + ], + "x86_64-unknown-none": [ + "const_generics", + "const_new" ] } }, "edition": "2018", - "version": "0.4.40" + "version": "1.13.2" }, - "license": "MIT/Apache-2.0", + "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], "license_file": "LICENSE-APACHE" }, - "tempfile 3.10.1": { - "name": "tempfile", - "version": "3.10.1", - "package_url": "https://github.com/Stebalien/tempfile", + "socket2 0.5.7": { + "name": "socket2", + "version": "0.5.7", + "package_url": "https://github.com/rust-lang/socket2", "repository": { "Http": { - "url": "https://static.crates.io/crates/tempfile/3.10.1/download", - "sha256": "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" + "url": "https://static.crates.io/crates/socket2/0.5.7/download", + "sha256": "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" } }, "targets": [ { "Library": { - "crate_name": "tempfile", + "crate_name": "socket2", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -15382,27 +12714,24 @@ } } ], - "library_target_name": "tempfile", + "library_target_name": "socket2", "common_attrs": { "compile_data_glob": [ "**" ], - "deps": { + "crate_features": { "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "fastrand 2.1.0", - "target": "fastrand" - } + "all" ], + "selects": {} + }, + "deps": { + "common": [], "selects": { - "cfg(any(unix, target_os = \"wasi\"))": [ + "cfg(unix)": [ { - "id": "rustix 0.38.34", - "target": "rustix" + "id": "libc 0.2.154", + "target": "libc" } ], "cfg(windows)": [ @@ -15414,7 +12743,7 @@ } }, "edition": "2021", - "version": "3.10.1" + "version": "0.5.7" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -15423,20 +12752,20 @@ ], "license_file": "LICENSE-APACHE" }, - "termtree 0.4.1": { - "name": "termtree", - "version": "0.4.1", - "package_url": "https://github.com/rust-cli/termtree", + "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/termtree/0.4.1/download", - "sha256": "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" + "url": "https://static.crates.io/crates/spin/0.9.8/download", + "sha256": "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" } }, "targets": [ { "Library": { - "crate_name": "termtree", + "crate_name": "spin", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -15447,13 +12776,19 @@ } } ], - "library_target_name": "termtree", + "library_target_name": "spin", "common_attrs": { "compile_data_glob": [ "**" ], - "edition": "2018", - "version": "0.4.1" + "crate_features": { + "common": [ + "once" + ], + "selects": {} + }, + "edition": "2015", + "version": "0.9.8" }, "license": "MIT", "license_ids": [ @@ -15461,20 +12796,20 @@ ], "license_file": "LICENSE" }, - "thiserror 1.0.60": { - "name": "thiserror", - "version": "1.0.60", - "package_url": "https://github.com/dtolnay/thiserror", + "spki 0.7.3": { + "name": "spki", + "version": "0.7.3", + "package_url": "https://github.com/RustCrypto/formats/tree/master/spki", "repository": { "Http": { - "url": "https://static.crates.io/crates/thiserror/1.0.60/download", - "sha256": "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18" + "url": "https://static.crates.io/crates/spki/0.7.3/download", + "sha256": "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" } }, "targets": [ { "Library": { - "crate_name": "thiserror", + "crate_name": "spki", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -15483,72 +12818,52 @@ ] } } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": false, - "include": [ - "**/*.rs" - ] - } - } } ], - "library_target_name": "thiserror", + "library_target_name": "spki", "common_attrs": { "compile_data_glob": [ "**" ], - "deps": { + "crate_features": { "common": [ - { - "id": "thiserror 1.0.60", - "target": "build_script_build" - } + "alloc" ], "selects": {} }, - "edition": "2021", - "proc_macro_deps": { + "deps": { "common": [ { - "id": "thiserror-impl 1.0.60", - "target": "thiserror_impl" + "id": "der 0.7.9", + "target": "der" } ], "selects": {} }, - "version": "1.0.60" - }, - "build_script_attrs": { - "data_glob": [ - "**" - ] + "edition": "2021", + "version": "0.7.3" }, - "license": "MIT OR Apache-2.0", + "license": "Apache-2.0 OR MIT", "license_ids": [ "Apache-2.0", "MIT" ], "license_file": "LICENSE-APACHE" }, - "thiserror-impl 1.0.60": { - "name": "thiserror-impl", - "version": "1.0.60", - "package_url": "https://github.com/dtolnay/thiserror", + "strsim 0.11.1": { + "name": "strsim", + "version": "0.11.1", + "package_url": "https://github.com/rapidfuzz/strsim-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/thiserror-impl/1.0.60/download", - "sha256": "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524" + "url": "https://static.crates.io/crates/strsim/0.11.1/download", + "sha256": "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" } }, "targets": [ { - "ProcMacro": { - "crate_name": "thiserror_impl", + "Library": { + "crate_name": "strsim", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -15559,11 +12874,102 @@ } } ], - "library_target_name": "thiserror_impl", + "library_target_name": "strsim", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2015", + "version": "0.11.1" + }, + "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", + "sha256": "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" + } + }, + "targets": [ + { + "Library": { + "crate_name": "subtle", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "subtle", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "2.5.0" + }, + "license": "BSD-3-Clause", + "license_ids": [ + "BSD-3-Clause" + ], + "license_file": "LICENSE" + }, + "syn 2.0.64": { + "name": "syn", + "version": "2.0.64", + "package_url": "https://github.com/dtolnay/syn", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/syn/2.0.64/download", + "sha256": "7ad3dee41f36859875573074334c200d1add8e4a87bb37113ebd31d926b7b11f" + } + }, + "targets": [ + { + "Library": { + "crate_name": "syn", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "syn", "common_attrs": { "compile_data_glob": [ "**" ], + "crate_features": { + "common": [ + "clone-impls", + "default", + "derive", + "extra-traits", + "full", + "parsing", + "printing", + "proc-macro", + "visit", + "visit-mut" + ], + "selects": {} + }, "deps": { "common": [ { @@ -15575,14 +12981,14 @@ "target": "quote" }, { - "id": "syn 2.0.64", - "target": "syn" + "id": "unicode-ident 1.0.12", + "target": "unicode_ident" } ], "selects": {} }, "edition": "2021", - "version": "1.0.60" + "version": "2.0.64" }, "license": "MIT OR Apache-2.0", "license_ids": [ @@ -15591,20 +12997,20 @@ ], "license_file": "LICENSE-APACHE" }, - "time 0.3.36": { - "name": "time", - "version": "0.3.36", - "package_url": "https://github.com/time-rs/time", + "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/time/0.3.36/download", - "sha256": "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" + "url": "https://static.crates.io/crates/sync_wrapper/0.1.2/download", + "sha256": "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" } }, "targets": [ { "Library": { - "crate_name": "time", + "crate_name": "sync_wrapper", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -15615,73 +13021,34 @@ } } ], - "library_target_name": "time", + "library_target_name": "sync_wrapper", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "alloc", - "macros", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "deranged 0.3.11", - "target": "deranged" - }, - { - "id": "num-conv 0.1.0", - "target": "num_conv" - }, - { - "id": "powerfmt 0.2.0", - "target": "powerfmt" - }, - { - "id": "time-core 0.1.2", - "target": "time_core" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "time-macros 0.2.18", - "target": "time_macros" - } - ], - "selects": {} - }, - "version": "0.3.36" + "edition": "2018", + "version": "0.1.2" }, - "license": "MIT OR Apache-2.0", + "license": "Apache-2.0", "license_ids": [ - "Apache-2.0", - "MIT" + "Apache-2.0" ], - "license_file": "LICENSE-Apache" + "license_file": "LICENSE" }, - "time-core 0.1.2": { - "name": "time-core", - "version": "0.1.2", - "package_url": "https://github.com/time-rs/time", + "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/time-core/0.1.2/download", - "sha256": "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" + "url": "https://static.crates.io/crates/system-configuration/0.5.1/download", + "sha256": "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" } }, "targets": [ { "Library": { - "crate_name": "time_core", + "crate_name": "system_configuration", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -15692,35 +13059,52 @@ } } ], - "library_target_name": "time_core", + "library_target_name": "system_configuration", "common_attrs": { "compile_data_glob": [ "**" ], + "deps": { + "common": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "core-foundation 0.9.4", + "target": "core_foundation" + }, + { + "id": "system-configuration-sys 0.5.0", + "target": "system_configuration_sys" + } + ], + "selects": {} + }, "edition": "2021", - "version": "0.1.2" + "version": "0.5.1" }, "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-Apache" + "license_file": null }, - "time-macros 0.2.18": { - "name": "time-macros", - "version": "0.2.18", - "package_url": "https://github.com/time-rs/time", + "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/time-macros/0.2.18/download", - "sha256": "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" + "url": "https://static.crates.io/crates/system-configuration-sys/0.5.0/download", + "sha256": "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" } }, "targets": [ { - "ProcMacro": { - "crate_name": "time_macros", + "Library": { + "crate_name": "system_configuration_sys", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -15729,9 +13113,21 @@ ] } } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } } ], - "library_target_name": "time_macros", + "library_target_name": "system_configuration_sys", "common_attrs": { "compile_data_glob": [ "**" @@ -15739,40 +13135,49 @@ "deps": { "common": [ { - "id": "num-conv 0.1.0", - "target": "num_conv" + "id": "core-foundation-sys 0.8.6", + "target": "core_foundation_sys" }, { - "id": "time-core 0.1.2", - "target": "time_core" + "id": "libc 0.2.154", + "target": "libc" + }, + { + "id": "system-configuration-sys 0.5.0", + "target": "build_script_build" } ], "selects": {} }, "edition": "2021", - "version": "0.2.18" + "version": "0.5.0" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] }, "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-Apache" + "license_file": null }, - "tinyvec 1.6.0": { - "name": "tinyvec", - "version": "1.6.0", - "package_url": "https://github.com/Lokathor/tinyvec", + "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/tinyvec/1.6.0/download", - "sha256": "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" + "url": "https://static.crates.io/crates/tar/0.4.40/download", + "sha256": "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" } }, "targets": [ { "Library": { - "crate_name": "tinyvec", + "crate_name": "tar", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -15783,53 +13188,62 @@ } } ], - "library_target_name": "tinyvec", + "library_target_name": "tar", "common_attrs": { "compile_data_glob": [ "**" ], "crate_features": { "common": [ - "alloc", "default", - "tinyvec_macros" + "xattr" ], "selects": {} }, "deps": { "common": [ { - "id": "tinyvec_macros 0.1.1", - "target": "tinyvec_macros" + "id": "filetime 0.2.23", + "target": "filetime" } ], - "selects": {} + "selects": { + "cfg(unix)": [ + { + "id": "libc 0.2.154", + "target": "libc" + }, + { + "id": "xattr 1.3.1", + "target": "xattr" + } + ] + } }, "edition": "2018", - "version": "1.6.0" + "version": "0.4.40" }, - "license": "Zlib OR Apache-2.0 OR MIT", + "license": "MIT/Apache-2.0", "license_ids": [ "Apache-2.0", - "MIT", - "Zlib" + "MIT" ], - "license_file": "LICENSE-APACHE.md" + "license_file": "LICENSE-APACHE" }, - "tinyvec_macros 0.1.1": { - "name": "tinyvec_macros", - "version": "0.1.1", - "package_url": "https://github.com/Soveu/tinyvec_macros", + "tempfile 3.10.1": { + "name": "tempfile", + "version": "3.10.1", + "package_url": "https://github.com/Stebalien/tempfile", "repository": { "Http": { - "url": "https://static.crates.io/crates/tinyvec_macros/0.1.1/download", - "sha256": "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" + "url": "https://static.crates.io/crates/tempfile/3.10.1/download", + "sha256": "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" } }, "targets": [ { "Library": { - "crate_name": "tinyvec_macros", + "crate_name": "tempfile", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -15840,36 +13254,61 @@ } } ], - "library_target_name": "tinyvec_macros", + "library_target_name": "tempfile", "common_attrs": { "compile_data_glob": [ "**" ], - "edition": "2018", - "version": "0.1.1" + "deps": { + "common": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "fastrand 2.1.0", + "target": "fastrand" + } + ], + "selects": { + "cfg(any(unix, target_os = \"wasi\"))": [ + { + "id": "rustix 0.38.34", + "target": "rustix" + } + ], + "cfg(windows)": [ + { + "id": "windows-sys 0.52.0", + "target": "windows_sys" + } + ] + } + }, + "edition": "2021", + "version": "3.10.1" }, - "license": "MIT OR Apache-2.0 OR Zlib", + "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", - "MIT", - "Zlib" + "MIT" ], - "license_file": "LICENSE-APACHE.md" + "license_file": "LICENSE-APACHE" }, - "tokio 1.37.0": { - "name": "tokio", - "version": "1.37.0", - "package_url": "https://github.com/tokio-rs/tokio", + "termtree 0.4.1": { + "name": "termtree", + "version": "0.4.1", + "package_url": "https://github.com/rust-cli/termtree", "repository": { "Http": { - "url": "https://static.crates.io/crates/tokio/1.37.0/download", - "sha256": "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" + "url": "https://static.crates.io/crates/termtree/0.4.1/download", + "sha256": "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" } }, "targets": [ { "Library": { - "crate_name": "tokio", + "crate_name": "termtree", "crate_root": "src/lib.rs", "srcs": { "allow_empty": false, @@ -15880,260 +13319,458 @@ } } ], - "library_target_name": "tokio", + "library_target_name": "termtree", "common_attrs": { "compile_data_glob": [ "**" ], - "crate_features": { - "common": [ - "libc", - "macros", - "mio", - "net", - "num_cpus", - "rt", - "rt-multi-thread", - "socket2", - "tokio-macros" - ], - "selects": { - "aarch64-apple-darwin": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time" - ], - "aarch64-apple-ios": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time" - ], - "aarch64-apple-ios-sim": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time" - ], - "aarch64-fuchsia": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time" - ], - "aarch64-linux-android": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time" - ], - "aarch64-pc-windows-msvc": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time", - "windows-sys" - ], - "aarch64-unknown-linux-gnu": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time" - ], - "aarch64-unknown-nixos-gnu": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time" - ], - "aarch64-unknown-nto-qnx710": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time" - ], - "arm-unknown-linux-gnueabi": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time" - ], - "armv7-linux-androideabi": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time" - ], - "armv7-unknown-linux-gnueabi": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time" - ], - "i686-apple-darwin": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time" - ], - "i686-linux-android": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time" - ], - "i686-pc-windows-msvc": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time", - "windows-sys" - ], - "i686-unknown-freebsd": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time" - ], - "i686-unknown-linux-gnu": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time" - ], - "powerpc-unknown-linux-gnu": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time" - ], - "riscv32imc-unknown-none-elf": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time" - ], - "riscv64gc-unknown-none-elf": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time" - ], - "s390x-unknown-linux-gnu": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time" - ], - "thumbv7em-none-eabi": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time" - ], - "thumbv8m.main-none-eabi": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time" - ], - "x86_64-apple-darwin": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time" - ], - "x86_64-apple-ios": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time" - ], - "x86_64-fuchsia": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time" - ], - "x86_64-linux-android": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time" - ], - "x86_64-pc-windows-msvc": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time", - "windows-sys" - ], - "x86_64-unknown-freebsd": [ - "bytes", - "default", - "io-std", - "io-util", - "sync", - "time" - ], - "x86_64-unknown-linux-gnu": [ + "edition": "2018", + "version": "0.4.1" + }, + "license": "MIT", + "license_ids": [ + "MIT" + ], + "license_file": "LICENSE" + }, + "thiserror 1.0.60": { + "name": "thiserror", + "version": "1.0.60", + "package_url": "https://github.com/dtolnay/thiserror", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/thiserror/1.0.60/download", + "sha256": "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18" + } + }, + "targets": [ + { + "Library": { + "crate_name": "thiserror", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "thiserror", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "thiserror 1.0.60", + "target": "build_script_build" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "thiserror-impl 1.0.60", + "target": "thiserror_impl" + } + ], + "selects": {} + }, + "version": "1.0.60" + }, + "build_script_attrs": { + "data_glob": [ + "**" + ] + }, + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" + }, + "thiserror-impl 1.0.60": { + "name": "thiserror-impl", + "version": "1.0.60", + "package_url": "https://github.com/dtolnay/thiserror", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/thiserror-impl/1.0.60/download", + "sha256": "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "thiserror_impl", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "thiserror_impl", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "proc-macro2 1.0.82", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.36", + "target": "quote" + }, + { + "id": "syn 2.0.64", + "target": "syn" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "1.0.60" + }, + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-APACHE" + }, + "time 0.3.36": { + "name": "time", + "version": "0.3.36", + "package_url": "https://github.com/time-rs/time", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/time/0.3.36/download", + "sha256": "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" + } + }, + "targets": [ + { + "Library": { + "crate_name": "time", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "time", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "macros", + "std" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "deranged 0.3.11", + "target": "deranged" + }, + { + "id": "num-conv 0.1.0", + "target": "num_conv" + }, + { + "id": "powerfmt 0.2.0", + "target": "powerfmt" + }, + { + "id": "time-core 0.1.2", + "target": "time_core" + } + ], + "selects": {} + }, + "edition": "2021", + "proc_macro_deps": { + "common": [ + { + "id": "time-macros 0.2.18", + "target": "time_macros" + } + ], + "selects": {} + }, + "version": "0.3.36" + }, + "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", + "sha256": "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" + } + }, + "targets": [ + { + "Library": { + "crate_name": "time_core", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "time_core", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2021", + "version": "0.1.2" + }, + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "license_file": "LICENSE-Apache" + }, + "time-macros 0.2.18": { + "name": "time-macros", + "version": "0.2.18", + "package_url": "https://github.com/time-rs/time", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/time-macros/0.2.18/download", + "sha256": "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "time_macros", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "time_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "deps": { + "common": [ + { + "id": "num-conv 0.1.0", + "target": "num_conv" + }, + { + "id": "time-core 0.1.2", + "target": "time_core" + } + ], + "selects": {} + }, + "edition": "2021", + "version": "0.2.18" + }, + "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", + "sha256": "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tinyvec", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "tinyvec", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "alloc", + "default", + "tinyvec_macros" + ], + "selects": {} + }, + "deps": { + "common": [ + { + "id": "tinyvec_macros 0.1.1", + "target": "tinyvec_macros" + } + ], + "selects": {} + }, + "edition": "2018", + "version": "1.6.0" + }, + "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", + "sha256": "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tinyvec_macros", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "tinyvec_macros", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "edition": "2018", + "version": "0.1.1" + }, + "license": "MIT OR Apache-2.0 OR Zlib", + "license_ids": [ + "Apache-2.0", + "MIT", + "Zlib" + ], + "license_file": "LICENSE-APACHE.md" + }, + "tokio 1.37.0": { + "name": "tokio", + "version": "1.37.0", + "package_url": "https://github.com/tokio-rs/tokio", + "repository": { + "Http": { + "url": "https://static.crates.io/crates/tokio/1.37.0/download", + "sha256": "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tokio", + "crate_root": "src/lib.rs", + "srcs": { + "allow_empty": false, + "include": [ + "**/*.rs" + ] + } + } + } + ], + "library_target_name": "tokio", + "common_attrs": { + "compile_data_glob": [ + "**" + ], + "crate_features": { + "common": [ + "libc", + "macros", + "mio", + "net", + "num_cpus", + "rt", + "rt-multi-thread", + "socket2", + "tokio-macros" + ], + "selects": { + "aarch64-apple-darwin": [ "bytes", "default", "io-std", @@ -16141,7 +13778,7 @@ "sync", "time" ], - "x86_64-unknown-nixos-gnu": [ + "aarch64-apple-ios": [ "bytes", "default", "io-std", @@ -16149,464 +13786,293 @@ "sync", "time" ], - "x86_64-unknown-none": [ + "aarch64-apple-ios-sim": [ "bytes", "default", "io-std", "io-util", "sync", "time" - ] - } - }, - "deps": { - "common": [ - { - "id": "mio 0.8.11", - "target": "mio" - }, - { - "id": "num_cpus 1.16.0", - "target": "num_cpus" - }, - { - "id": "pin-project-lite 0.2.14", - "target": "pin_project_lite" - } - ], - "selects": { - "aarch64-apple-darwin": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "libc 0.2.154", - "target": "libc" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - } - ], - "aarch64-apple-ios": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "libc 0.2.154", - "target": "libc" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - } - ], - "aarch64-apple-ios-sim": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "libc 0.2.154", - "target": "libc" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - } ], "aarch64-fuchsia": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "libc 0.2.154", - "target": "libc" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - } + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time" ], "aarch64-linux-android": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "libc 0.2.154", - "target": "libc" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - } + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time" ], "aarch64-pc-windows-msvc": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - }, - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time", + "windows-sys" ], "aarch64-unknown-linux-gnu": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "libc 0.2.154", - "target": "libc" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - } + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time" ], "aarch64-unknown-nixos-gnu": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "libc 0.2.154", - "target": "libc" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - } + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time" ], "aarch64-unknown-nto-qnx710": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "libc 0.2.154", - "target": "libc" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - } + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time" ], "arm-unknown-linux-gnueabi": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "libc 0.2.154", - "target": "libc" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - } + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time" ], "armv7-linux-androideabi": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "libc 0.2.154", - "target": "libc" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - } + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time" ], "armv7-unknown-linux-gnueabi": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "libc 0.2.154", - "target": "libc" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - } - ], - "cfg(tokio_taskdump)": [ - { - "id": "backtrace 0.3.71", - "target": "backtrace" - } + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time" ], "i686-apple-darwin": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "libc 0.2.154", - "target": "libc" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - } + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time" ], "i686-linux-android": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "libc 0.2.154", - "target": "libc" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - } + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time" ], "i686-pc-windows-msvc": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - }, - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time", + "windows-sys" ], "i686-unknown-freebsd": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "libc 0.2.154", - "target": "libc" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - } + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time" ], "i686-unknown-linux-gnu": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "libc 0.2.154", - "target": "libc" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - } + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time" ], "powerpc-unknown-linux-gnu": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "libc 0.2.154", - "target": "libc" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - } + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time" ], "riscv32imc-unknown-none-elf": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - } - ], - "riscv64gc-unknown-none-elf": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - } + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time" + ], + "riscv64gc-unknown-none-elf": [ + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time" ], "s390x-unknown-linux-gnu": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "libc 0.2.154", - "target": "libc" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - } + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time" ], "thumbv7em-none-eabi": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - } + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time" ], "thumbv8m.main-none-eabi": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - } + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time" ], "x86_64-apple-darwin": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "libc 0.2.154", - "target": "libc" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - } + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time" ], "x86_64-apple-ios": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "libc 0.2.154", - "target": "libc" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - } + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time" ], "x86_64-fuchsia": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "libc 0.2.154", - "target": "libc" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - } + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time" ], "x86_64-linux-android": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "libc 0.2.154", - "target": "libc" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - } + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time" ], "x86_64-pc-windows-msvc": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - }, - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time", + "windows-sys" ], "x86_64-unknown-freebsd": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "libc 0.2.154", - "target": "libc" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" - } + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time" ], "x86_64-unknown-linux-gnu": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, - { - "id": "libc 0.2.154", - "target": "libc" - }, + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time" + ], + "x86_64-unknown-nixos-gnu": [ + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time" + ], + "x86_64-unknown-none": [ + "bytes", + "default", + "io-std", + "io-util", + "sync", + "time" + ] + } + }, + "deps": { + "common": [ + { + "id": "bytes 1.6.0", + "target": "bytes" + }, + { + "id": "mio 0.8.11", + "target": "mio" + }, + { + "id": "num_cpus 1.16.0", + "target": "num_cpus" + }, + { + "id": "pin-project-lite 0.2.14", + "target": "pin_project_lite" + } + ], + "selects": { + "cfg(not(target_family = \"wasm\"))": [ { "id": "socket2 0.5.7", "target": "socket2" } ], - "x86_64-unknown-nixos-gnu": [ + "cfg(tokio_taskdump)": [ { - "id": "bytes 1.6.0", - "target": "bytes" - }, + "id": "backtrace 0.3.71", + "target": "backtrace" + } + ], + "cfg(unix)": [ { "id": "libc 0.2.154", "target": "libc" - }, - { - "id": "socket2 0.5.7", - "target": "socket2" } ], - "x86_64-unknown-none": [ - { - "id": "bytes 1.6.0", - "target": "bytes" - }, + "cfg(windows)": [ { - "id": "socket2 0.5.7", - "target": "socket2" + "id": "windows-sys 0.48.0", + "target": "windows_sys" } ] } @@ -21138,8 +18604,7 @@ "aarch64-pc-windows-msvc" ], "aarch64-unknown-linux-gnu": [ - "aarch64-unknown-linux-gnu", - "aarch64-unknown-nixos-gnu" + "aarch64-unknown-linux-gnu" ], "aarch64-unknown-nixos-gnu": [ "aarch64-unknown-nixos-gnu" @@ -21226,6 +18691,9 @@ "aarch64-apple-ios-sim" ], "cfg(all(target_arch = \"loongarch64\", target_os = \"linux\"))": [], + "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))": [ + "wasm32-unknown-unknown" + ], "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [ "i686-unknown-linux-gnu" ], @@ -21437,6 +18905,40 @@ "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", @@ -21602,8 +19104,7 @@ "x86_64-unknown-freebsd" ], "x86_64-unknown-linux-gnu": [ - "x86_64-unknown-linux-gnu", - "x86_64-unknown-nixos-gnu" + "x86_64-unknown-linux-gnu" ], "x86_64-unknown-nixos-gnu": [ "x86_64-unknown-nixos-gnu"