From 980509ad90ced68b501c91a96c583a49dda1fe6b Mon Sep 17 00:00:00 2001 From: Bas van Dijk Date: Thu, 10 Sep 2026 15:08:47 +0000 Subject: [PATCH 1/6] chore(bazel): upgrade rules_rust to 0.74.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upgrades `rules_rust` from 0.71.3 to 0.74.0 and stops depending on the `dfinity/rules_rust` fork. - **Drops the fork.** The pin was an `archive_override` on dfinity/rules_rust, whose sole commit adds a `strip_level_select` tag class. That tag's only caller was removed in 9e2920593e when hermetic-llvm replaced zig cc, so the fork is dead code: `strip_level` now appears nowhere in the repo. The pin becomes a plain `bazel_dep` on the BCR release plus a `single_version_override` carrying our one patch — no integrity hash, no `strip_prefix`, no URL, and no fork to rebase on every future release. - **Regenerates `bazel/rules_rust_static_runtime.patch`.** The `rust_doc_test` half is upstream as of 0.74.0 (bazelbuild/rules_rust#4220), as a superset of ours — it adds an empty-lib-root guard we lacked and a unit test — so the patch no longer carries it. What remains is the dylib/cdylib static-runtime preference, which is still not upstream. #4220 also introduced a *new* site in `rustdoc.bzl` that picks the dynamic runtime for dylib/cdylib, so the policy now lives in a single `cc_runtime_libs` helper shared by all three sites that choose a runtime (`collect_inputs`, `_add_native_link_flags`, and rustdoc's doc-test link flags), keeping the action inputs and the link flags consistent by construction. - **Repins `Cargo.Bazel.json.lock`.** Required, not cosmetic: the crate_universe lockfile `checksum` is a digest over the generator's own output format, so a rules_rust bump alone invalidates it and `determine_repin` then fails every build in the repo. The 94k -> 71k line diff is purely serialization (#4133 lockfile compaction, #4090 build-script dep moved to `extra_deps`); all 1392 crate entries compare equal after normalizing for those changes, with an identical dependency graph and no crate-version churn. The Rust toolchain pin stays at 1.97.1 — `DEFAULT_RUST_VERSION` moving to 1.98.0 upstream does not affect an explicitly pinned version, and a compiler bump belongs in its own PR. Co-Authored-By: Claude Opus 5 (1M context) --- Cargo.Bazel.json.lock | 99278 +++++++++--------------- bazel/rules_rust_static_runtime.patch | 265 +- bazel/rust.MODULE.bazel | 8 +- 3 files changed, 38180 insertions(+), 61371 deletions(-) diff --git a/Cargo.Bazel.json.lock b/Cargo.Bazel.json.lock index 717436fc79cb..8cd47f85e2aa 100644 --- a/Cargo.Bazel.json.lock +++ b/Cargo.Bazel.json.lock @@ -1,1366 +1,1391 @@ { - "checksum": "045c2124b66060700903b339fc81a146c46b89aadce8fc576e1b43f16fc597fc", + "binary_crates": [ + "ic-gateway 0.2.0", + "ic-wasm 0.11.1" + ], + "checksum": "d6e1223d9c773e31b3b5fb09164507fc6cf53345c237b708d5b035968c27b1ba", + "conditions": { + "aarch64-apple-darwin": [ + "aarch64-apple-darwin" + ], + "aarch64-linux-android": [], + "aarch64-pc-windows-gnullvm": [], + "aarch64-pc-windows-msvc": [], + "aarch64-unknown-linux-gnu": [ + "aarch64-unknown-linux-gnu" + ], + "aarch64-uwp-windows-msvc": [], + "cfg(all(all(target_arch = \"aarch64\", target_endian = \"little\"), target_os = \"windows\"))": [], + "cfg(all(all(target_arch = \"aarch64\", target_endian = \"little\"), target_vendor = \"apple\", any(target_os = \"ios\", target_os = \"macos\", target_os = \"tvos\", target_os = \"visionos\", target_os = \"watchos\")))": [ + "aarch64-apple-darwin" + ], + "cfg(all(any(all(target_arch = \"aarch64\", target_endian = \"little\"), all(target_arch = \"arm\", target_endian = \"little\")), any(target_os = \"android\", target_os = \"linux\")))": [ + "aarch64-unknown-linux-gnu" + ], + "cfg(all(any(target_arch = \"x86_64\", target_arch = \"arm64ec\"), target_env = \"msvc\", not(windows_raw_dylib)))": [], + "cfg(all(any(target_os = \"android\", target_os = \"linux\")))": [ + "aarch64-unknown-linux-gnu", + "x86_64-unknown-linux-gnu" + ], + "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), 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 = \"s390x\"), 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\")))))))": [], + "cfg(all(any(target_os = \"linux\", target_os = \"android\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), 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\")))))))": [], + "cfg(all(any(target_os = \"linux\", target_os = \"android\"), not(any(all(target_os = \"linux\", target_env = \"\"), getrandom_backend = \"custom\", getrandom_backend = \"linux_raw\", getrandom_backend = \"rdrand\", getrandom_backend = \"rndr\"))))": [ + "aarch64-unknown-linux-gnu", + "x86_64-unknown-linux-gnu" + ], + "cfg(all(not(curve25519_dalek_backend = \"fiat\"), not(curve25519_dalek_backend = \"serial\"), target_arch = \"x86_64\"))": [ + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu" + ], + "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))": [ + "aarch64-unknown-linux-gnu", + "x86_64-unknown-linux-gnu" + ], + "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), 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 = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))": [ + "aarch64-unknown-linux-gnu", + "x86_64-unknown-linux-gnu" + ], + "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [ + "aarch64-apple-darwin", + "wasm32-unknown-unknown", + "x86_64-apple-darwin" + ], + "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), 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 = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [ + "aarch64-apple-darwin", + "wasm32-unknown-unknown", + "x86_64-apple-darwin" + ], + "cfg(all(not(windows), not(any(target_os = \"android\", target_os = \"linux\"))))": [ + "aarch64-apple-darwin", + "wasm32-unknown-unknown", + "x86_64-apple-darwin" + ], + "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [], + "cfg(all(target_arch = \"aarch64\", target_os = \"android\"))": [], + "cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))": [ + "aarch64-unknown-linux-gnu" + ], + "cfg(all(target_arch = \"aarch64\", target_vendor = \"apple\"))": [ + "aarch64-apple-darwin" + ], + "cfg(all(target_arch = \"loongarch64\", target_os = \"linux\"))": [], + "cfg(all(target_arch = \"wasm32\", any(target_os = \"unknown\", target_os = \"none\")))": [ + "wasm32-unknown-unknown" + ], + "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))": [ + "wasm32-unknown-unknown" + ], + "cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))": [ + "wasm32-unknown-unknown" + ], + "cfg(all(target_arch = \"wasm32\", target_os = \"wasi\"))": [], + "cfg(all(target_arch = \"wasm32\", target_os = \"wasi\", target_env = \"p2\"))": [], + "cfg(all(target_arch = \"wasm32\", target_os = \"wasi\", target_env = \"p3\"))": [], + "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [], + "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))": [], + "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [], + "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [ + "x86_64-unknown-linux-gnu" + ], + "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))": [], + "cfg(all(target_family = \"wasm\", target_os = \"unknown\"))": [ + "wasm32-unknown-unknown" + ], + "cfg(all(target_os = \"uefi\", getrandom_backend = \"efi_rng\"))": [], + "cfg(all(unix, not(target_os = \"android\"), not(target_vendor = \"apple\"), not(target_arch = \"wasm32\")))": [ + "aarch64-unknown-linux-gnu", + "x86_64-unknown-linux-gnu" + ], + "cfg(all(unix, not(target_os = \"macos\")))": [ + "aarch64-unknown-linux-gnu", + "x86_64-unknown-linux-gnu" + ], + "cfg(any())": [], + "cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))": [ + "aarch64-apple-darwin", + "aarch64-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu" + ], + "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ + "aarch64-apple-darwin", + "aarch64-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu" + ], + "cfg(any(target_arch = \"x86\", target_arch = \"x86_64\"))": [ + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu" + ], + "cfg(any(target_arch = \"x86_64\", target_arch = \"x86\"))": [ + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu" + ], + "cfg(any(target_os = \"android\", target_os = \"linux\", target_os = \"macos\", target_os = \"hurd\"))": [ + "aarch64-apple-darwin", + "aarch64-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu" + ], + "cfg(any(target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"hurd\", target_os = \"illumos\", target_os = \"cygwin\", all(target_os = \"horizon\", target_arch = \"arm\")))": [], + "cfg(any(target_os = \"freebsd\", target_os = \"netbsd\"))": [], + "cfg(any(target_os = \"haiku\", target_os = \"redox\", target_os = \"nto\", target_os = \"aix\"))": [], + "cfg(any(target_os = \"ios\", target_os = \"visionos\", target_os = \"watchos\", target_os = \"tvos\"))": [], + "cfg(any(target_os = \"linux\", target_os = \"android\"))": [ + "aarch64-unknown-linux-gnu", + "x86_64-unknown-linux-gnu" + ], + "cfg(any(target_os = \"linux\", target_vendor = \"apple\", target_os = \"freebsd\", target_os = \"android\"))": [ + "aarch64-apple-darwin", + "aarch64-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu" + ], + "cfg(any(target_os = \"macos\", target_os = \"ios\"))": [ + "aarch64-apple-darwin", + "x86_64-apple-darwin" + ], + "cfg(any(target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\"))": [ + "aarch64-apple-darwin", + "x86_64-apple-darwin" + ], + "cfg(any(target_os = \"macos\", target_os = \"openbsd\", target_os = \"vita\", target_os = \"emscripten\"))": [ + "aarch64-apple-darwin", + "x86_64-apple-darwin" + ], + "cfg(any(target_vendor = \"apple\"))": [ + "aarch64-apple-darwin", + "x86_64-apple-darwin" + ], + "cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))": [ + "aarch64-apple-darwin", + "aarch64-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu" + ], + "cfg(any(unix, target_os = \"redox\"))": [ + "aarch64-apple-darwin", + "aarch64-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu" + ], + "cfg(any(unix, target_os = \"wasi\"))": [ + "aarch64-apple-darwin", + "aarch64-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu" + ], + "cfg(curve25519_dalek_backend = \"fiat\")": [], + "cfg(not(all(target_arch = \"arm\", target_os = \"none\")))": [ + "aarch64-apple-darwin", + "aarch64-unknown-linux-gnu", + "wasm32-unknown-unknown", + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu" + ], + "cfg(not(all(target_arch = \"wasm32\", any(target_os = \"unknown\", target_os = \"none\"))))": [ + "aarch64-apple-darwin", + "aarch64-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu" + ], + "cfg(not(all(target_family = \"wasm\", target_os = \"unknown\")))": [ + "aarch64-apple-darwin", + "aarch64-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu" + ], + "cfg(not(any(target_arch = \"wasm32\", target_os = \"none\", target_os = \"unknown\", target_os = \"uefi\")))": [ + "aarch64-apple-darwin", + "aarch64-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu" + ], + "cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))": [ + "aarch64-apple-darwin", + "aarch64-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu" + ], + "cfg(not(any(target_os = \"windows\", target_arch = \"wasm32\")))": [ + "aarch64-apple-darwin", + "aarch64-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu" + ], + "cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))": [ + "aarch64-apple-darwin", + "aarch64-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu" + ], + "cfg(not(target_arch = \"wasm32\"))": [ + "aarch64-apple-darwin", + "aarch64-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu" + ], + "cfg(not(target_family = \"wasm\"))": [ + "aarch64-apple-darwin", + "aarch64-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu" + ], + "cfg(not(target_has_atomic = \"64\"))": [], + "cfg(not(windows))": [ + "aarch64-apple-darwin", + "aarch64-unknown-linux-gnu", + "wasm32-unknown-unknown", + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu" + ], + "cfg(not(windows_raw_dylib))": [ + "aarch64-apple-darwin", + "aarch64-unknown-linux-gnu", + "wasm32-unknown-unknown", + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu" + ], + "cfg(target_arch = \"aarch64\")": [ + "aarch64-apple-darwin", + "aarch64-unknown-linux-gnu" + ], + "cfg(target_arch = \"riscv64\")": [], + "cfg(target_arch = \"spirv\")": [], + "cfg(target_arch = \"wasm32\")": [ + "wasm32-unknown-unknown" + ], + "cfg(target_arch = \"x86\")": [], + "cfg(target_arch = \"x86_64\")": [ + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu" + ], + "cfg(target_env = \"msvc\")": [], + "cfg(target_family = \"wasm\")": [ + "wasm32-unknown-unknown" + ], + "cfg(target_os = \"android\")": [], + "cfg(target_os = \"dragonfly\")": [], + "cfg(target_os = \"haiku\")": [], + "cfg(target_os = \"hermit\")": [], + "cfg(target_os = \"linux\")": [ + "aarch64-unknown-linux-gnu", + "x86_64-unknown-linux-gnu" + ], + "cfg(target_os = \"macos\")": [ + "aarch64-apple-darwin", + "x86_64-apple-darwin" + ], + "cfg(target_os = \"netbsd\")": [], + "cfg(target_os = \"redox\")": [], + "cfg(target_os = \"solaris\")": [], + "cfg(target_os = \"vxworks\")": [], + "cfg(target_os = \"wasi\")": [], + "cfg(target_os = \"windows\")": [], + "cfg(unix)": [ + "aarch64-apple-darwin", + "aarch64-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu" + ], + "cfg(windows)": [], + "cfg(windows_raw_dylib)": [], + "i686-pc-windows-gnu": [], + "i686-pc-windows-gnullvm": [], + "i686-pc-windows-msvc": [], + "i686-uwp-windows-gnu": [], + "i686-uwp-windows-msvc": [], + "wasm32-unknown-unknown": [ + "wasm32-unknown-unknown" + ], + "x86_64-apple-darwin": [ + "x86_64-apple-darwin" + ], + "x86_64-pc-windows-gnu": [], + "x86_64-pc-windows-gnullvm": [], + "x86_64-pc-windows-msvc": [], + "x86_64-unknown-linux-gnu": [ + "x86_64-unknown-linux-gnu" + ], + "x86_64-uwp-windows-gnu": [], + "x86_64-uwp-windows-msvc": [] + }, "crates": { "actix-codec 0.5.1": { + "common_attrs": { + "deps": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "futures-sink 0.3.31", + "target": "futures_sink" + }, + { + "id": "memchr 2.7.4", + "target": "memchr" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "id": "tokio-util 0.7.17", + "target": "tokio_util" + }, + { + "id": "tracing 0.1.44", + "target": "tracing" + } + ], + "edition": "2018" + }, + "library_target_name": "actix_codec", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", + "license_ids": [ + "Apache-2.0", + "MIT" + ], "name": "actix-codec", - "version": "0.5.1", "package_url": "https://github.com/actix/actix-net", "repository": { "Http": { - "url": "https://static.crates.io/crates/actix-codec/0.5.1/download", - "sha256": "617a8268e3537fe1d8c9ead925fca49ef6400927ee7bc26750e90ecee14ce4b8" + "sha256": "617a8268e3537fe1d8c9ead925fca49ef6400927ee7bc26750e90ecee14ce4b8", + "url": "https://static.crates.io/crates/actix-codec/0.5.1/download" } }, "targets": [ { "Library": { "crate_name": "actix_codec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "actix_codec", + "version": "0.5.1" + }, + "actix-http 3.12.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "__compress", + "compress-brotli", + "compress-gzip", + "compress-zstd", + "default", + "http2", + "ws" + ], + "deps": [ + { + "id": "actix-codec 0.5.1", + "target": "actix_codec" + }, + { + "id": "actix-rt 2.10.0", + "target": "actix_rt" + }, + { + "id": "actix-service 2.0.2", + "target": "actix_service" + }, + { + "id": "actix-utils 3.0.1", + "target": "actix_utils" + }, + { + "id": "base64 0.22.1", + "target": "base64" + }, + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "brotli 8.0.1", + "target": "brotli" + }, + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "bytestring 1.3.0", + "target": "bytestring" + }, + { + "id": "derive_more 2.1.1", + "target": "derive_more" + }, + { + "id": "encoding_rs 0.8.32", + "target": "encoding_rs" + }, + { + "id": "flate2 1.1.5", + "target": "flate2" + }, + { + "id": "foldhash 0.1.4", + "target": "foldhash" + }, + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "h2 0.3.27", + "target": "h2" + }, + { + "id": "http 0.2.12", + "target": "http" + }, + { + "id": "httparse 1.10.1", + "target": "httparse" + }, + { + "id": "httpdate 1.0.3", + "target": "httpdate" + }, + { + "id": "itoa 1.0.17", + "target": "itoa" + }, + { + "id": "language-tags 0.3.2", + "target": "language_tags" + }, + { + "id": "local-channel 0.1.3", + "target": "local_channel" + }, + { + "id": "mime 0.3.17", + "target": "mime" + }, + { + "id": "percent-encoding 2.3.1", + "target": "percent_encoding" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + }, + { + "id": "rand 0.10.1", + "target": "rand" + }, + { + "id": "sha1 0.11.0", + "target": "sha1" + }, + { + "id": "smallvec 1.15.1", + "target": "smallvec" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "id": "tokio-util 0.7.17", + "target": "tokio_util" + }, + { + "id": "tracing 0.1.44", + "target": "tracing" + }, + { + "id": "zstd 0.13.2", + "target": "zstd" + } ], - "deps": { - "common": [ - { - "id": "bitflags 1.3.2", - "target": "bitflags" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-sink 0.3.31", - "target": "futures_sink" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-util 0.7.17", - "target": "tokio_util" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.1" + "edition": "2021" }, + "library_target_name": "actix_http", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "actix-http 3.12.1": { "name": "actix-http", - "version": "3.12.1", "package_url": "https://github.com/actix/actix-web", "repository": { "Http": { - "url": "https://static.crates.io/crates/actix-http/3.12.1/download", - "sha256": "93acb4a42f64936f9b8cae4a433b237599dd6eb6ed06124eb67132ef8cc90662" + "sha256": "93acb4a42f64936f9b8cae4a433b237599dd6eb6ed06124eb67132ef8cc90662", + "url": "https://static.crates.io/crates/actix-http/3.12.1/download" } }, "targets": [ { "Library": { "crate_name": "actix_http", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "actix_http", + "version": "3.12.1" + }, + "actix-macros 0.2.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } ], - "crate_features": { - "common": [ - "__compress", - "compress-brotli", - "compress-gzip", - "compress-zstd", - "default", - "http2", - "ws" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "actix-codec 0.5.1", - "target": "actix_codec" - }, - { - "id": "actix-rt 2.10.0", - "target": "actix_rt" - }, - { - "id": "actix-service 2.0.2", - "target": "actix_service" - }, - { - "id": "actix-utils 3.0.1", - "target": "actix_utils" - }, - { - "id": "base64 0.22.1", - "target": "base64" - }, - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "brotli 8.0.1", - "target": "brotli" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "bytestring 1.3.0", - "target": "bytestring" - }, - { - "id": "derive_more 2.1.1", - "target": "derive_more" - }, - { - "id": "encoding_rs 0.8.32", - "target": "encoding_rs" - }, - { - "id": "flate2 1.1.5", - "target": "flate2" - }, - { - "id": "foldhash 0.1.4", - "target": "foldhash" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "h2 0.3.27", - "target": "h2" - }, - { - "id": "http 0.2.12", - "target": "http" - }, - { - "id": "httparse 1.10.1", - "target": "httparse" - }, - { - "id": "httpdate 1.0.3", - "target": "httpdate" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "language-tags 0.3.2", - "target": "language_tags" - }, - { - "id": "local-channel 0.1.3", - "target": "local_channel" - }, - { - "id": "mime 0.3.17", - "target": "mime" - }, - { - "id": "percent-encoding 2.3.1", - "target": "percent_encoding" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "rand 0.10.1", - "target": "rand" - }, - { - "id": "sha1 0.11.0", - "target": "sha1" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-util 0.7.17", - "target": "tokio_util" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - }, - { - "id": "zstd 0.13.2", - "target": "zstd" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.12.1" + "edition": "2018" }, + "library_target_name": "actix_macros", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "actix-macros 0.2.3": { "name": "actix-macros", - "version": "0.2.3", "package_url": "https://github.com/actix/actix-net.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/actix-macros/0.2.3/download", - "sha256": "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6" + "sha256": "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6", + "url": "https://static.crates.io/crates/actix-macros/0.2.3/download" } }, "targets": [ { "ProcMacro": { "crate_name": "actix_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "actix_macros", + "version": "0.2.3" + }, + "actix-router 0.5.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "http", + "unicode" ], - "deps": { - "common": [ - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.3" + "deps": [ + { + "id": "bytestring 1.3.0", + "target": "bytestring" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "http 0.2.12", + "target": "http" + }, + { + "id": "regex 1.13.1", + "target": "regex" + }, + { + "id": "regex-lite 0.1.8", + "target": "regex_lite" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "tracing 0.1.44", + "target": "tracing" + } + ], + "edition": "2021" }, + "library_target_name": "actix_router", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "actix-router 0.5.3": { "name": "actix-router", - "version": "0.5.3", "package_url": "https://github.com/actix/actix-web", "repository": { "Http": { - "url": "https://static.crates.io/crates/actix-router/0.5.3/download", - "sha256": "13d324164c51f63867b57e73ba5936ea151b8a41a1d23d1031eeb9f70d0236f8" + "sha256": "13d324164c51f63867b57e73ba5936ea151b8a41a1d23d1031eeb9f70d0236f8", + "url": "https://static.crates.io/crates/actix-router/0.5.3/download" } }, "targets": [ { "Library": { "crate_name": "actix_router", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "actix_router", + "version": "0.5.3" + }, + "actix-rt 2.10.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "actix-macros", + "default", + "macros" + ], + "deps": [ + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + } ], - "crate_features": { - "common": [ - "http", - "unicode" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytestring 1.3.0", - "target": "bytestring" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "http 0.2.12", - "target": "http" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "regex-lite 0.1.8", - "target": "regex_lite" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.5.3" + "proc_macro_deps": [ + { + "id": "actix-macros 0.2.3", + "target": "actix_macros" + } + ] }, + "library_target_name": "actix_rt", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "actix-rt 2.10.0": { "name": "actix-rt", - "version": "2.10.0", "package_url": "https://github.com/actix/actix-net", "repository": { "Http": { - "url": "https://static.crates.io/crates/actix-rt/2.10.0/download", - "sha256": "24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208" + "sha256": "24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208", + "url": "https://static.crates.io/crates/actix-rt/2.10.0/download" } }, "targets": [ { "Library": { "crate_name": "actix_rt", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "actix_rt", + "version": "2.10.0" + }, + "actix-server 2.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "actix-macros", - "default", - "macros" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "actix-macros 0.2.3", - "target": "actix_macros" - } - ], - "selects": {} - }, - "version": "2.10.0" + "deps": [ + { + "id": "actix-rt 2.10.0", + "target": "actix_rt" + }, + { + "id": "actix-service 2.0.2", + "target": "actix_service" + }, + { + "id": "actix-utils 3.0.1", + "target": "actix_utils" + }, + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "mio 0.8.10", + "target": "mio" + }, + { + "id": "num_cpus 1.16.0", + "target": "num_cpus" + }, + { + "id": "socket2 0.4.9", + "target": "socket2" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.44", + "target": "tracing" + } + ], + "edition": "2018" }, + "library_target_name": "actix_server", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "actix-server 2.2.0": { "name": "actix-server", - "version": "2.2.0", "package_url": "https://github.com/actix/actix-net.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/actix-server/2.2.0/download", - "sha256": "3e8613a75dd50cc45f473cee3c34d59ed677c0f7b44480ce3b8247d7dc519327" + "sha256": "3e8613a75dd50cc45f473cee3c34d59ed677c0f7b44480ce3b8247d7dc519327", + "url": "https://static.crates.io/crates/actix-server/2.2.0/download" } }, "targets": [ { "Library": { "crate_name": "actix_server", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "actix_server", + "version": "2.2.0" + }, + "actix-service 2.0.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + } ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "actix-rt 2.10.0", - "target": "actix_rt" - }, - { - "id": "actix-service 2.0.2", - "target": "actix_service" - }, - { - "id": "actix-utils 3.0.1", - "target": "actix_utils" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "mio 0.8.10", - "target": "mio" - }, - { - "id": "num_cpus 1.16.0", - "target": "num_cpus" - }, - { - "id": "socket2 0.4.9", - "target": "socket2" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, "edition": "2018", - "version": "2.2.0" + "proc_macro_deps": [ + { + "id": "paste 1.0.15", + "target": "paste" + } + ] }, + "library_target_name": "actix_service", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "actix-service 2.0.2": { "name": "actix-service", - "version": "2.0.2", "package_url": "https://github.com/actix/actix-net", "repository": { "Http": { - "url": "https://static.crates.io/crates/actix-service/2.0.2/download", - "sha256": "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a" + "sha256": "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a", + "url": "https://static.crates.io/crates/actix-service/2.0.2/download" } }, "targets": [ { "Library": { "crate_name": "actix_service", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "actix_service", + "version": "2.0.2" + }, + "actix-utils 3.0.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "local-waker 0.1.3", + "target": "local_waker" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + } ], - "deps": { - "common": [ - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "2.0.2" + "edition": "2018" }, + "library_target_name": "actix_utils", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "actix-utils 3.0.1": { "name": "actix-utils", - "version": "3.0.1", "package_url": "https://github.com/actix/actix-net", "repository": { "Http": { - "url": "https://static.crates.io/crates/actix-utils/3.0.1/download", - "sha256": "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8" + "sha256": "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8", + "url": "https://static.crates.io/crates/actix-utils/3.0.1/download" } }, "targets": [ { "Library": { "crate_name": "actix_utils", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "actix_utils", + "version": "3.0.1" + }, + "actix-web 4.9.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "__compress", + "compat", + "compat-routing-macros-force-pub", + "compress-brotli", + "compress-gzip", + "compress-zstd", + "cookies", + "default", + "http2", + "macros", + "unicode" + ], + "deps": [ + { + "id": "actix-codec 0.5.1", + "target": "actix_codec" + }, + { + "id": "actix-http 3.12.1", + "target": "actix_http" + }, + { + "id": "actix-router 0.5.3", + "target": "actix_router" + }, + { + "id": "actix-rt 2.10.0", + "target": "actix_rt" + }, + { + "id": "actix-server 2.2.0", + "target": "actix_server" + }, + { + "id": "actix-service 2.0.2", + "target": "actix_service" + }, + { + "id": "actix-utils 3.0.1", + "target": "actix_utils" + }, + { + "id": "ahash 0.8.11", + "target": "ahash" + }, + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "bytestring 1.3.0", + "target": "bytestring" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "cookie 0.16.2", + "target": "cookie" + }, + { + "id": "encoding_rs 0.8.32", + "target": "encoding_rs" + }, + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "impl-more 0.1.6", + "target": "impl_more" + }, + { + "id": "itoa 1.0.17", + "target": "itoa" + }, + { + "id": "language-tags 0.3.2", + "target": "language_tags" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "mime 0.3.17", + "target": "mime" + }, + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + }, + { + "id": "regex 1.13.1", + "target": "regex" + }, + { + "id": "regex-lite 0.1.8", + "target": "regex_lite" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + }, + { + "id": "serde_urlencoded 0.7.1", + "target": "serde_urlencoded" + }, + { + "id": "smallvec 1.15.1", + "target": "smallvec" + }, + { + "id": "socket2 0.5.9", + "target": "socket2" + }, + { + "id": "time 0.3.47", + "target": "time" + }, + { + "id": "url 2.5.4", + "target": "url" + } ], - "deps": { - "common": [ - { - "id": "local-waker 0.1.3", - "target": "local_waker" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "3.0.1" + "edition": "2021", + "proc_macro_deps": [ + { + "id": "actix-macros 0.2.3", + "target": "actix_macros" + }, + { + "id": "actix-web-codegen 4.3.0", + "target": "actix_web_codegen" + }, + { + "id": "derive_more 0.99.17", + "target": "derive_more" + } + ] }, + "library_target_name": "actix_web", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "actix-web 4.9.0": { "name": "actix-web", - "version": "4.9.0", "package_url": "https://github.com/actix/actix-web", "repository": { "Http": { - "url": "https://static.crates.io/crates/actix-web/4.9.0/download", - "sha256": "9180d76e5cc7ccbc4d60a506f2c727730b154010262df5b910eb17dbe4b8cb38" + "sha256": "9180d76e5cc7ccbc4d60a506f2c727730b154010262df5b910eb17dbe4b8cb38", + "url": "https://static.crates.io/crates/actix-web/4.9.0/download" } }, "targets": [ { "Library": { "crate_name": "actix_web", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "actix_web", + "version": "4.9.0" + }, + "actix-web-codegen 4.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "compat-routing-macros-force-pub" ], - "crate_features": { - "common": [ - "__compress", - "compat", - "compat-routing-macros-force-pub", - "compress-brotli", - "compress-gzip", - "compress-zstd", - "cookies", - "default", - "http2", - "macros", - "unicode" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "actix-codec 0.5.1", - "target": "actix_codec" - }, - { - "id": "actix-http 3.12.1", - "target": "actix_http" - }, - { - "id": "actix-router 0.5.3", - "target": "actix_router" - }, - { - "id": "actix-rt 2.10.0", - "target": "actix_rt" - }, - { - "id": "actix-server 2.2.0", - "target": "actix_server" - }, - { - "id": "actix-service 2.0.2", - "target": "actix_service" - }, - { - "id": "actix-utils 3.0.1", - "target": "actix_utils" - }, - { - "id": "ahash 0.8.11", - "target": "ahash" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "bytestring 1.3.0", - "target": "bytestring" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "cookie 0.16.2", - "target": "cookie" - }, - { - "id": "encoding_rs 0.8.32", - "target": "encoding_rs" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "impl-more 0.1.6", - "target": "impl_more" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "language-tags 0.3.2", - "target": "language_tags" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "mime 0.3.17", - "target": "mime" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "regex-lite 0.1.8", - "target": "regex_lite" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "serde_urlencoded 0.7.1", - "target": "serde_urlencoded" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "socket2 0.5.9", - "target": "socket2" - }, - { - "id": "time 0.3.47", - "target": "time" - }, - { - "id": "url 2.5.4", - "target": "url" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "actix-macros 0.2.3", - "target": "actix_macros" - }, - { - "id": "actix-web-codegen 4.3.0", - "target": "actix_web_codegen" - }, - { - "id": "derive_more 0.99.17", - "target": "derive_more" - } - ], - "selects": {} - }, - "version": "4.9.0" + "deps": [ + { + "id": "actix-router 0.5.3", + "target": "actix_router" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } + ], + "edition": "2021" }, + "library_target_name": "actix_web_codegen", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "actix-web-codegen 4.3.0": { "name": "actix-web-codegen", - "version": "4.3.0", "package_url": "https://github.com/actix/actix-web", "repository": { "Http": { - "url": "https://static.crates.io/crates/actix-web-codegen/4.3.0/download", - "sha256": "f591380e2e68490b5dfaf1dd1aa0ebe78d84ba7067078512b4ea6e4492d622b8" + "sha256": "f591380e2e68490b5dfaf1dd1aa0ebe78d84ba7067078512b4ea6e4492d622b8", + "url": "https://static.crates.io/crates/actix-web-codegen/4.3.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "actix_web_codegen", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "actix_web_codegen", + "version": "4.3.0" + }, + "actix-web-prom 0.10.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "actix-web 4.9.0", + "target": "actix_web" + }, + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + }, + { + "id": "prometheus 0.14.0", + "target": "prometheus" + }, + { + "id": "regex 1.13.1", + "target": "regex" + }, + { + "id": "strfmt 0.2.4", + "target": "strfmt" + } ], - "crate_features": { - "common": [ - "compat-routing-macros-force-pub" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "actix-router 0.5.3", - "target": "actix_router" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "4.3.0" + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "actix_web_prom", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "actix-web-prom 0.10.0": { "name": "actix-web-prom", - "version": "0.10.0", "package_url": "https://github.com/nlopes/actix-web-prom.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/actix-web-prom/0.10.0/download", - "sha256": "a7eb266b4c692a4a7e68429fcbe4eb3bd55c053f6d84c0522dc83df22395edf6" + "sha256": "a7eb266b4c692a4a7e68429fcbe4eb3bd55c053f6d84c0522dc83df22395edf6", + "url": "https://static.crates.io/crates/actix-web-prom/0.10.0/download" } }, "targets": [ { "Library": { "crate_name": "actix_web_prom", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "actix_web_prom", + "version": "0.10.0" + }, + "addr 0.15.6": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "idna" ], - "deps": { - "common": [ - { - "id": "actix-web 4.9.0", - "target": "actix_web" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "prometheus 0.14.0", - "target": "prometheus" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "strfmt 0.2.4", - "target": "strfmt" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.10.0" + "deps": [ + { + "id": "psl-types 2.0.11", + "target": "psl_types" + } + ], + "edition": "2018" }, - "license": "MIT", + "library_target_name": "addr", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "addr 0.15.6": { "name": "addr", - "version": "0.15.6", "package_url": "https://github.com/addr-rs/addr", "repository": { "Http": { - "url": "https://static.crates.io/crates/addr/0.15.6/download", - "sha256": "a93b8a41dbe230ad5087cc721f8d41611de654542180586b315d9f4cf6b72bef" + "sha256": "a93b8a41dbe230ad5087cc721f8d41611de654542180586b315d9f4cf6b72bef", + "url": "https://static.crates.io/crates/addr/0.15.6/download" } }, "targets": [ { "Library": { "crate_name": "addr", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "addr", + "version": "0.15.6" + }, + "addr2line 0.20.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "gimli 0.27.3", + "target": "gimli" + } ], - "crate_features": { - "common": [ - "idna" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "psl-types 2.0.11", - "target": "psl_types" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.15.6" + "edition": "2018" }, - "license": "MIT/Apache-2.0", + "library_target_name": "addr2line", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "addr2line 0.20.0": { "name": "addr2line", - "version": "0.20.0", "package_url": "https://github.com/gimli-rs/addr2line", "repository": { "Http": { - "url": "https://static.crates.io/crates/addr2line/0.20.0/download", - "sha256": "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3" + "sha256": "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3", + "url": "https://static.crates.io/crates/addr2line/0.20.0/download" } }, "targets": [ { "Library": { "crate_name": "addr2line", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "addr2line", + "version": "0.20.0" + }, + "addr2line 0.26.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "gimli 0.33.0", + "target": "gimli" + } ], - "deps": { - "common": [ - { - "id": "gimli 0.27.3", - "target": "gimli" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.20.0" + "edition": "2018" }, + "library_target_name": "addr2line", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "addr2line 0.26.0": { "name": "addr2line", - "version": "0.26.0", "package_url": "https://github.com/gimli-rs/addr2line", "repository": { "Http": { - "url": "https://static.crates.io/crates/addr2line/0.26.0/download", - "sha256": "9698bf0769c641b18618039fe2ebd41eb3541f98433000f64e663fab7cea2c87" + "sha256": "9698bf0769c641b18618039fe2ebd41eb3541f98433000f64e663fab7cea2c87", + "url": "https://static.crates.io/crates/addr2line/0.26.0/download" } }, "targets": [ { "Library": { "crate_name": "addr2line", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "addr2line", + "version": "0.26.0" + }, + "adler 1.0.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "gimli 0.33.0", - "target": "gimli" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.26.0" + "edition": "2015" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "adler", + "license": "0BSD OR MIT OR Apache-2.0", + "license_file": "LICENSE-0BSD", "license_ids": [ + "0BSD", "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "adler 1.0.2": { "name": "adler", - "version": "1.0.2", "package_url": "https://github.com/jonas-schievink/adler.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/adler/1.0.2/download", - "sha256": "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" + "sha256": "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe", + "url": "https://static.crates.io/crates/adler/1.0.2/download" } }, "targets": [ { "Library": { "crate_name": "adler", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "adler", + "version": "1.0.2" + }, + "adler2 2.0.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "1.0.2" + "edition": "2021" }, + "library_target_name": "adler2", "license": "0BSD OR MIT OR Apache-2.0", + "license_file": "LICENSE-0BSD", "license_ids": [ "0BSD", "Apache-2.0", "MIT" ], - "license_file": "LICENSE-0BSD" - }, - "adler2 2.0.1": { "name": "adler2", - "version": "2.0.1", "package_url": "https://github.com/oyvindln/adler2", "repository": { "Http": { - "url": "https://static.crates.io/crates/adler2/2.0.1/download", - "sha256": "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" + "sha256": "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa", + "url": "https://static.crates.io/crates/adler2/2.0.1/download" } }, "targets": [ { "Library": { "crate_name": "adler2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "adler2", + "version": "2.0.1" + }, + "adler32 1.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "2.0.1" + "edition": "2018" }, - "license": "0BSD OR MIT OR Apache-2.0", + "library_target_name": "adler32", + "license": "Zlib", + "license_file": "LICENSE", "license_ids": [ - "0BSD", - "Apache-2.0", - "MIT" + "Zlib" ], - "license_file": "LICENSE-0BSD" - }, - "adler32 1.2.0": { "name": "adler32", - "version": "1.2.0", "package_url": "https://github.com/remram44/adler32-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/adler32/1.2.0/download", - "sha256": "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" + "sha256": "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234", + "url": "https://static.crates.io/crates/adler32/1.2.0/download" } }, "targets": [ { "Library": { "crate_name": "adler32", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "adler32", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.2.0" - }, - "license": "Zlib", - "license_ids": [ - "Zlib" - ], - "license_file": "LICENSE" + "version": "1.2.0" }, "aead 0.5.2": { - "name": "aead", - "version": "0.5.2", - "package_url": "https://github.com/RustCrypto/traits", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/aead/0.5.2/download", - "sha256": "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "aead", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "aead", "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "getrandom", + "rand_core", + "std" + ], + "deps": [ + { + "id": "crypto-common 0.1.6", + "target": "crypto_common" + }, + { + "id": "generic-array 0.14.7", + "target": "generic_array" + } ], - "crate_features": { - "common": [ - "alloc", - "default", - "getrandom", - "rand_core", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crypto-common 0.1.6", - "target": "crypto_common" - }, - { - "id": "generic-array 0.14.7", - "target": "generic_array" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.2" + "edition": "2021" }, + "library_target_name": "aead", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "aes 0.8.4": { - "name": "aes", - "version": "0.8.4", - "package_url": "https://github.com/RustCrypto/block-ciphers", + "name": "aead", + "package_url": "https://github.com/RustCrypto/traits", "repository": { "Http": { - "url": "https://static.crates.io/crates/aes/0.8.4/download", - "sha256": "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" + "sha256": "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0", + "url": "https://static.crates.io/crates/aead/0.5.2/download" } }, "targets": [ { "Library": { - "crate_name": "aes", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "aead", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "aes", + "version": "0.5.2" + }, + "aes 0.8.4": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [ { @@ -1381,136 +1406,106 @@ ] } }, - "edition": "2021", - "version": "0.8.4" + "edition": "2021" }, + "library_target_name": "aes", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "aes-gcm 0.10.3": { - "name": "aes-gcm", - "version": "0.10.3", - "package_url": "https://github.com/RustCrypto/AEADs", + "name": "aes", + "package_url": "https://github.com/RustCrypto/block-ciphers", "repository": { "Http": { - "url": "https://static.crates.io/crates/aes-gcm/0.10.3/download", - "sha256": "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" + "sha256": "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0", + "url": "https://static.crates.io/crates/aes/0.8.4/download" } }, "targets": [ { "Library": { - "crate_name": "aes_gcm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "aes", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "aes_gcm", + "version": "0.8.4" + }, + "aes-gcm 0.10.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "aes", + "alloc", + "default", + "getrandom", + "rand_core", + "std" + ], + "deps": [ + { + "id": "aead 0.5.2", + "target": "aead" + }, + { + "id": "aes 0.8.4", + "target": "aes" + }, + { + "id": "cipher 0.4.4", + "target": "cipher" + }, + { + "id": "ctr 0.9.2", + "target": "ctr" + }, + { + "id": "ghash 0.5.1", + "target": "ghash" + }, + { + "id": "subtle 2.6.1", + "target": "subtle" + } ], - "crate_features": { - "common": [ - "aes", - "alloc", - "default", - "getrandom", - "rand_core", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aead 0.5.2", - "target": "aead" - }, - { - "id": "aes 0.8.4", - "target": "aes" - }, - { - "id": "cipher 0.4.4", - "target": "cipher" - }, - { - "id": "ctr 0.9.2", - "target": "ctr" - }, - { - "id": "ghash 0.5.1", - "target": "ghash" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.10.3" + "edition": "2021" }, + "library_target_name": "aes_gcm", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ahash 0.8.11": { - "name": "ahash", - "version": "0.8.11", - "package_url": "https://github.com/tkaitchuck/ahash", + "name": "aes-gcm", + "package_url": "https://github.com/RustCrypto/AEADs", "repository": { "Http": { - "url": "https://static.crates.io/crates/ahash/0.8.11/download", - "sha256": "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" + "sha256": "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1", + "url": "https://static.crates.io/crates/aes-gcm/0.10.3/download" } }, "targets": [ { "Library": { - "crate_name": "ahash", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "aes_gcm", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ahash", + "version": "0.10.3" + }, + "ahash 0.8.11": { + "build_script_attrs": { + "deps": [ + { + "id": "version_check 0.9.4", + "target": "version_check" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" - ], "crate_features": { "common": [ "default", @@ -1535,10 +1530,6 @@ }, "deps": { "common": [ - { - "id": "ahash 0.8.11", - "target": "build_script_build" - }, { "id": "cfg-if 1.0.0", "target": "cfg_if" @@ -1586,64 +1577,43 @@ } }, "edition": "2018", - "version": "0.8.11" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "version_check 0.9.4", - "target": "version_check" - } - ], - "selects": {} - } + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "ahash", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "aho-corasick 1.1.3": { - "name": "aho-corasick", - "version": "1.1.3", - "package_url": "https://github.com/BurntSushi/aho-corasick", + "name": "ahash", + "package_url": "https://github.com/tkaitchuck/ahash", "repository": { "Http": { - "url": "https://static.crates.io/crates/aho-corasick/1.1.3/download", - "sha256": "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" + "sha256": "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011", + "url": "https://static.crates.io/crates/ahash/0.8.11/download" } }, "targets": [ { "Library": { - "crate_name": "aho_corasick", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "ahash", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "aho_corasick", + "version": "0.8.11" + }, + "aho-corasick 1.1.3": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "crate_features": { "common": [ "perf-literal", @@ -1664,2211 +1634,1748 @@ ] } }, - "deps": { - "common": [ - { - "id": "memchr 2.7.4", - "target": "memchr" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.1.3" + "deps": [ + { + "id": "memchr 2.7.4", + "target": "memchr" + } + ], + "edition": "2021" }, + "library_target_name": "aho_corasick", "license": "Unlicense OR MIT", + "license_file": "LICENSE-MIT", "license_ids": [ "MIT", "Unlicense" ], - "license_file": "LICENSE-MIT" + "name": "aho-corasick", + "package_url": "https://github.com/BurntSushi/aho-corasick", + "repository": { + "Http": { + "sha256": "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916", + "url": "https://static.crates.io/crates/aho-corasick/1.1.3/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aho_corasick", + "crate_root": "src/lib.rs" + } + } + ], + "version": "1.1.3" }, "aide 0.14.2": { + "common_attrs": { + "crate_features": [ + "axum", + "axum-json", + "bytes", + "http" + ], + "deps": [ + { + "id": "axum 0.8.9", + "target": "axum" + }, + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "indexmap 2.14.0", + "target": "indexmap" + }, + { + "id": "schemars 0.8.21", + "target": "schemars" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + }, + { + "id": "tower-layer 0.3.3", + "target": "tower_layer" + }, + { + "id": "tower-service 0.3.3", + "target": "tower_service" + }, + { + "id": "tracing 0.1.44", + "target": "tracing" + } + ], + "edition": "2021" + }, + "library_target_name": "aide", + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], "name": "aide", - "version": "0.14.2", "package_url": "https://github.com/tamasfe/aide", "repository": { "Http": { - "url": "https://static.crates.io/crates/aide/0.14.2/download", - "sha256": "a2477554ebf38aea815a9c4729100cfc32f766876c45b9c9c38ef221b9d1a703" + "sha256": "a2477554ebf38aea815a9c4729100cfc32f766876c45b9c9c38ef221b9d1a703", + "url": "https://static.crates.io/crates/aide/0.14.2/download" } }, "targets": [ { "Library": { "crate_name": "aide", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "aide", + "version": "0.14.2" + }, + "aligned-vec 0.6.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "axum", - "axum-json", - "bytes", - "http" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "axum 0.8.9", - "target": "axum" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "schemars 0.8.21", - "target": "schemars" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "tower-layer 0.3.3", - "target": "tower_layer" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.14.2" + "deps": [ + { + "id": "equator 0.2.2", + "target": "equator" + } + ], + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "aligned_vec", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": null - }, - "aligned-vec 0.6.1": { "name": "aligned-vec", - "version": "0.6.1", "package_url": "https://github.com/sarah-ek/aligned-vec/", "repository": { "Http": { - "url": "https://static.crates.io/crates/aligned-vec/0.6.1/download", - "sha256": "7e0966165eaf052580bd70eb1b32cb3d6245774c0104d1b2793e9650bf83b52a" + "sha256": "7e0966165eaf052580bd70eb1b32cb3d6245774c0104d1b2793e9650bf83b52a", + "url": "https://static.crates.io/crates/aligned-vec/0.6.1/download" } }, "targets": [ { "Library": { "crate_name": "aligned_vec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "aligned_vec", + "version": "0.6.1" + }, + "alloc-no-stdlib 2.0.4": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "equator 0.2.2", - "target": "equator" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.1" + "edition": "2015" }, - "license": "MIT", + "library_target_name": "alloc_no_stdlib", + "license": "BSD-3-Clause", + "license_file": "LICENSE", "license_ids": [ - "MIT" + "BSD-3-Clause" ], - "license_file": "LICENSE" - }, - "alloc-no-stdlib 2.0.4": { "name": "alloc-no-stdlib", - "version": "2.0.4", "package_url": "https://github.com/dropbox/rust-alloc-no-stdlib", "repository": { "Http": { - "url": "https://static.crates.io/crates/alloc-no-stdlib/2.0.4/download", - "sha256": "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" + "sha256": "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3", + "url": "https://static.crates.io/crates/alloc-no-stdlib/2.0.4/download" } }, "targets": [ { "Library": { "crate_name": "alloc_no_stdlib", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "alloc_no_stdlib", + "version": "2.0.4" + }, + "alloc-stdlib 0.2.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "alloc-no-stdlib 2.0.4", + "target": "alloc_no_stdlib" + } ], - "edition": "2015", - "version": "2.0.4" + "edition": "2015" }, + "library_target_name": "alloc_stdlib", "license": "BSD-3-Clause", "license_ids": [ "BSD-3-Clause" ], - "license_file": "LICENSE" - }, - "alloc-stdlib 0.2.2": { "name": "alloc-stdlib", - "version": "0.2.2", "package_url": "https://github.com/dropbox/rust-alloc-no-stdlib", "repository": { "Http": { - "url": "https://static.crates.io/crates/alloc-stdlib/0.2.2/download", - "sha256": "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" + "sha256": "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece", + "url": "https://static.crates.io/crates/alloc-stdlib/0.2.2/download" } }, "targets": [ { "Library": { "crate_name": "alloc_stdlib", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "alloc_stdlib", + "version": "0.2.2" + }, + "allocator-api2 0.2.21": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc" ], - "deps": { - "common": [ - { - "id": "alloc-no-stdlib 2.0.4", - "target": "alloc_no_stdlib" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.2.2" + "edition": "2018" }, - "license": "BSD-3-Clause", + "library_target_name": "allocator_api2", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "BSD-3-Clause" + "Apache-2.0", + "MIT" ], - "license_file": null - }, - "allocator-api2 0.2.21": { "name": "allocator-api2", - "version": "0.2.21", "package_url": "https://github.com/zakarumych/allocator-api2", "repository": { "Http": { - "url": "https://static.crates.io/crates/allocator-api2/0.2.21/download", - "sha256": "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" + "sha256": "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923", + "url": "https://static.crates.io/crates/allocator-api2/0.2.21/download" } }, "targets": [ { "Library": { "crate_name": "allocator_api2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "allocator_api2", + "version": "0.2.21" + }, + "alloy-consensus 1.8.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "k256", + "serde", + "std" ], - "crate_features": { - "common": [ - "alloc" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.21" + "deps": [ + { + "id": "alloy-eips 1.8.3", + "target": "alloy_eips" + }, + { + "id": "alloy-primitives 1.7.1", + "target": "alloy_primitives" + }, + { + "id": "alloy-rlp 0.3.16", + "target": "alloy_rlp" + }, + { + "id": "alloy-serde 1.8.3", + "target": "alloy_serde" + }, + { + "id": "alloy-trie 0.9.5", + "target": "alloy_trie" + }, + { + "id": "derive_more 2.1.1", + "target": "derive_more" + }, + { + "id": "either 1.18.0", + "target": "either" + }, + { + "id": "k256 0.13.4", + "target": "k256" + }, + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + } + ], + "edition": "2021", + "proc_macro_deps": [ + { + "id": "alloy-tx-macros 1.8.3", + "target": "alloy_tx_macros" + }, + { + "id": "auto_impl 1.3.0", + "target": "auto_impl" + } + ] }, + "library_target_name": "alloy_consensus", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "alloy-consensus 1.8.3": { "name": "alloy-consensus", - "version": "1.8.3", "package_url": "https://github.com/alloy-rs/alloy", "repository": { "Http": { - "url": "https://static.crates.io/crates/alloy-consensus/1.8.3/download", - "sha256": "7f16daaf7e1f95f62c6c3bf8a3fc3d78b08ae9777810c0bb5e94966c7cd57ef0" + "sha256": "7f16daaf7e1f95f62c6c3bf8a3fc3d78b08ae9777810c0bb5e94966c7cd57ef0", + "url": "https://static.crates.io/crates/alloy-consensus/1.8.3/download" } }, "targets": [ { "Library": { "crate_name": "alloy_consensus", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "alloy_consensus", + "version": "1.8.3" + }, + "alloy-consensus-any 1.8.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "serde", + "std" ], - "crate_features": { - "common": [ - "default", - "k256", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloy-eips 1.8.3", - "target": "alloy_eips" - }, - { - "id": "alloy-primitives 1.7.1", - "target": "alloy_primitives" - }, - { - "id": "alloy-rlp 0.3.16", - "target": "alloy_rlp" - }, - { - "id": "alloy-serde 1.8.3", - "target": "alloy_serde" - }, - { - "id": "alloy-trie 0.9.5", - "target": "alloy_trie" - }, - { - "id": "derive_more 2.1.1", - "target": "derive_more" - }, - { - "id": "either 1.18.0", - "target": "either" - }, - { - "id": "k256 0.13.4", - "target": "k256" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "alloy-tx-macros 1.8.3", - "target": "alloy_tx_macros" - }, - { - "id": "auto_impl 1.3.0", - "target": "auto_impl" - } - ], - "selects": {} - }, - "version": "1.8.3" + "deps": [ + { + "id": "alloy-consensus 1.8.3", + "target": "alloy_consensus" + }, + { + "id": "alloy-eips 1.8.3", + "target": "alloy_eips" + }, + { + "id": "alloy-primitives 1.7.1", + "target": "alloy_primitives" + }, + { + "id": "alloy-rlp 0.3.16", + "target": "alloy_rlp" + }, + { + "id": "alloy-serde 1.8.3", + "target": "alloy_serde" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2021" }, + "library_target_name": "alloy_consensus_any", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "alloy-consensus-any 1.8.3": { "name": "alloy-consensus-any", - "version": "1.8.3", "package_url": "https://github.com/alloy-rs/alloy", "repository": { "Http": { - "url": "https://static.crates.io/crates/alloy-consensus-any/1.8.3/download", - "sha256": "118998d9015332ab1b4720ae1f1e3009491966a0349938a1f43ff45a8a4c6299" + "sha256": "118998d9015332ab1b4720ae1f1e3009491966a0349938a1f43ff45a8a4c6299", + "url": "https://static.crates.io/crates/alloy-consensus-any/1.8.3/download" } }, "targets": [ { "Library": { "crate_name": "alloy_consensus_any", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "alloy_consensus_any", + "version": "1.8.3" + }, + "alloy-eip2124 0.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "serde", + "std" ], - "crate_features": { - "common": [ - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloy-consensus 1.8.3", - "target": "alloy_consensus" - }, - { - "id": "alloy-eips 1.8.3", - "target": "alloy_eips" - }, - { - "id": "alloy-primitives 1.7.1", - "target": "alloy_primitives" - }, - { - "id": "alloy-rlp 0.3.16", - "target": "alloy_rlp" - }, - { - "id": "alloy-serde 1.8.3", - "target": "alloy_serde" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.8.3" + "deps": [ + { + "id": "alloy-primitives 1.7.1", + "target": "alloy_primitives" + }, + { + "id": "alloy-rlp 0.3.16", + "target": "alloy_rlp" + }, + { + "id": "crc 3.3.0", + "target": "crc" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + } + ], + "edition": "2021" }, + "library_target_name": "alloy_eip2124", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "alloy-eip2124 0.2.0": { "name": "alloy-eip2124", - "version": "0.2.0", "package_url": "https://github.com/alloy-rs/eips", "repository": { "Http": { - "url": "https://static.crates.io/crates/alloy-eip2124/0.2.0/download", - "sha256": "741bdd7499908b3aa0b159bba11e71c8cddd009a2c2eb7a06e825f1ec87900a5" + "sha256": "741bdd7499908b3aa0b159bba11e71c8cddd009a2c2eb7a06e825f1ec87900a5", + "url": "https://static.crates.io/crates/alloy-eip2124/0.2.0/download" } }, "targets": [ { "Library": { "crate_name": "alloy_eip2124", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "alloy_eip2124", + "version": "0.2.0" + }, + "alloy-eip2930 0.2.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "serde", + "std" ], - "crate_features": { - "common": [ - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloy-primitives 1.7.1", - "target": "alloy_primitives" - }, - { - "id": "alloy-rlp 0.3.16", - "target": "alloy_rlp" - }, - { - "id": "crc 3.3.0", - "target": "crc" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" + "deps": [ + { + "id": "alloy-primitives 1.7.1", + "target": "alloy_primitives" + }, + { + "id": "alloy-rlp 0.3.16", + "target": "alloy_rlp" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2024" }, + "library_target_name": "alloy_eip2930", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "alloy-eip2930 0.2.4": { "name": "alloy-eip2930", - "version": "0.2.4", "package_url": "https://github.com/alloy-rs/eips", "repository": { "Http": { - "url": "https://static.crates.io/crates/alloy-eip2930/0.2.4/download", - "sha256": "e64579d931b3f8eacc7c9ab0b220e87e9c4816e5c724ede1947b55c2f8e92ae5" + "sha256": "e64579d931b3f8eacc7c9ab0b220e87e9c4816e5c724ede1947b55c2f8e92ae5", + "url": "https://static.crates.io/crates/alloy-eip2930/0.2.4/download" } }, "targets": [ { "Library": { "crate_name": "alloy_eip2930", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "alloy_eip2930", + "version": "0.2.4" + }, + "alloy-eip7702 0.6.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "k256", + "serde", + "std" ], - "crate_features": { - "common": [ - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloy-primitives 1.7.1", - "target": "alloy_primitives" - }, - { - "id": "alloy-rlp 0.3.16", - "target": "alloy_rlp" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.2.4" + "deps": [ + { + "id": "alloy-primitives 1.7.1", + "target": "alloy_primitives" + }, + { + "id": "alloy-rlp 0.3.16", + "target": "alloy_rlp" + }, + { + "id": "k256 0.13.4", + "target": "k256" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + } + ], + "edition": "2024" }, + "library_target_name": "alloy_eip7702", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "alloy-eip7702 0.6.3": { "name": "alloy-eip7702", - "version": "0.6.3", "package_url": "https://github.com/alloy-rs/eips", "repository": { "Http": { - "url": "https://static.crates.io/crates/alloy-eip7702/0.6.3/download", - "sha256": "2919c5a56a1007492da313e7a3b6d45ef5edc5d33416fdec63c0d7a2702a0d20" + "sha256": "2919c5a56a1007492da313e7a3b6d45ef5edc5d33416fdec63c0d7a2702a0d20", + "url": "https://static.crates.io/crates/alloy-eip7702/0.6.3/download" } }, "targets": [ { "Library": { "crate_name": "alloy_eip7702", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "alloy_eip7702", + "version": "0.6.3" + }, + "alloy-eip7928 0.3.7": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "serde", + "std" ], - "crate_features": { - "common": [ - "k256", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloy-primitives 1.7.1", - "target": "alloy_primitives" - }, - { - "id": "alloy-rlp 0.3.16", - "target": "alloy_rlp" - }, - { - "id": "k256 0.13.4", - "target": "k256" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.6.3" + "deps": [ + { + "id": "alloy-primitives 1.7.1", + "target": "alloy_primitives" + }, + { + "id": "alloy-rlp 0.3.16", + "target": "alloy_rlp" + }, + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + } + ], + "edition": "2024" }, + "library_target_name": "alloy_eip7928", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "alloy-eip7928 0.3.7": { "name": "alloy-eip7928", - "version": "0.3.7", "package_url": "https://github.com/alloy-rs/eips", "repository": { "Http": { - "url": "https://static.crates.io/crates/alloy-eip7928/0.3.7/download", - "sha256": "6b827a6d7784fe3eb3489d40699407a4cdcce74271421a01bdffe60cf573bb16" + "sha256": "6b827a6d7784fe3eb3489d40699407a4cdcce74271421a01bdffe60cf573bb16", + "url": "https://static.crates.io/crates/alloy-eip7928/0.3.7/download" } }, "targets": [ { "Library": { "crate_name": "alloy_eip7928", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "alloy_eip7928", + "version": "0.3.7" + }, + "alloy-eips 1.8.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "k256", + "kzg-sidecar", + "serde", + "sha2", + "std" + ], + "deps": [ + { + "id": "alloy-eip2124 0.2.0", + "target": "alloy_eip2124" + }, + { + "id": "alloy-eip2930 0.2.4", + "target": "alloy_eip2930" + }, + { + "id": "alloy-eip7702 0.6.3", + "target": "alloy_eip7702" + }, + { + "id": "alloy-eip7928 0.3.7", + "target": "alloy_eip7928" + }, + { + "id": "alloy-primitives 1.7.1", + "target": "alloy_primitives" + }, + { + "id": "alloy-rlp 0.3.16", + "target": "alloy_rlp" + }, + { + "id": "alloy-serde 1.8.3", + "target": "alloy_serde" + }, + { + "id": "derive_more 2.1.1", + "target": "derive_more" + }, + { + "id": "either 1.18.0", + "target": "either" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_with 3.21.0", + "target": "serde_with" + }, + { + "id": "sha2 0.10.9", + "target": "sha2" + } ], - "crate_features": { - "common": [ - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloy-primitives 1.7.1", - "target": "alloy_primitives" - }, - { - "id": "alloy-rlp 0.3.16", - "target": "alloy_rlp" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.3.7" + "edition": "2021", + "proc_macro_deps": [ + { + "id": "auto_impl 1.3.0", + "target": "auto_impl" + } + ] }, + "library_target_name": "alloy_eips", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "alloy-eips 1.8.3": { "name": "alloy-eips", - "version": "1.8.3", "package_url": "https://github.com/alloy-rs/alloy", "repository": { "Http": { - "url": "https://static.crates.io/crates/alloy-eips/1.8.3/download", - "sha256": "e6ef28c9fdad22d4eec52d894f5f2673a0895f1e5ef196734568e68c0f6caca8" + "sha256": "e6ef28c9fdad22d4eec52d894f5f2673a0895f1e5ef196734568e68c0f6caca8", + "url": "https://static.crates.io/crates/alloy-eips/1.8.3/download" } }, "targets": [ { "Library": { "crate_name": "alloy_eips", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "alloy_eips", + "version": "1.8.3" + }, + "alloy-json-abi 1.7.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "alloy-primitives 1.7.1", + "target": "alloy_primitives" + }, + { + "id": "alloy-sol-type-parser 1.7.1", + "target": "alloy_sol_type_parser" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } ], - "crate_features": { - "common": [ - "default", - "k256", - "kzg-sidecar", - "serde", - "sha2", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloy-eip2124 0.2.0", - "target": "alloy_eip2124" - }, - { - "id": "alloy-eip2930 0.2.4", - "target": "alloy_eip2930" - }, - { - "id": "alloy-eip7702 0.6.3", - "target": "alloy_eip7702" - }, - { - "id": "alloy-eip7928 0.3.7", - "target": "alloy_eip7928" - }, - { - "id": "alloy-primitives 1.7.1", - "target": "alloy_primitives" - }, - { - "id": "alloy-rlp 0.3.16", - "target": "alloy_rlp" - }, - { - "id": "alloy-serde 1.8.3", - "target": "alloy_serde" - }, - { - "id": "derive_more 2.1.1", - "target": "derive_more" - }, - { - "id": "either 1.18.0", - "target": "either" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_with 3.21.0", - "target": "serde_with" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "auto_impl 1.3.0", - "target": "auto_impl" - } - ], - "selects": {} - }, - "version": "1.8.3" + "edition": "2024" }, + "library_target_name": "alloy_json_abi", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "alloy-json-abi 1.7.1": { "name": "alloy-json-abi", - "version": "1.7.1", "package_url": "https://github.com/alloy-rs/core", "repository": { "Http": { - "url": "https://static.crates.io/crates/alloy-json-abi/1.7.1/download", - "sha256": "208699c66c453fbb4c50d2e602f8ceff8a5f1fa48ac8b6ee3b6357fdc93da311" + "sha256": "208699c66c453fbb4c50d2e602f8ceff8a5f1fa48ac8b6ee3b6357fdc93da311", + "url": "https://static.crates.io/crates/alloy-json-abi/1.7.1/download" } }, "targets": [ { "Library": { "crate_name": "alloy_json_abi", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "alloy_json_abi", + "version": "1.7.1" + }, + "alloy-network-primitives 1.8.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "serde", + "std" ], - "deps": { - "common": [ - { - "id": "alloy-primitives 1.7.1", - "target": "alloy_primitives" - }, - { - "id": "alloy-sol-type-parser 1.7.1", - "target": "alloy_sol_type_parser" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "1.7.1" + "deps": [ + { + "id": "alloy-consensus 1.8.3", + "target": "alloy_consensus" + }, + { + "id": "alloy-eips 1.8.3", + "target": "alloy_eips" + }, + { + "id": "alloy-primitives 1.7.1", + "target": "alloy_primitives" + }, + { + "id": "alloy-serde 1.8.3", + "target": "alloy_serde" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2021" }, + "library_target_name": "alloy_network_primitives", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "alloy-network-primitives 1.8.3": { "name": "alloy-network-primitives", - "version": "1.8.3", "package_url": "https://github.com/alloy-rs/alloy", "repository": { "Http": { - "url": "https://static.crates.io/crates/alloy-network-primitives/1.8.3/download", - "sha256": "eb82711d59a43fdfd79727c99f270b974c784ec4eb5728a0d0d22f26716c87ef" + "sha256": "eb82711d59a43fdfd79727c99f270b974c784ec4eb5728a0d0d22f26716c87ef", + "url": "https://static.crates.io/crates/alloy-network-primitives/1.8.3/download" } }, "targets": [ { "Library": { "crate_name": "alloy_network_primitives", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "alloy_network_primitives", + "version": "1.8.3" + }, + "alloy-primitives 1.7.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "k256", + "map", + "map-foldhash", + "rlp", + "serde", + "std" + ], + "deps": [ + { + "id": "alloy-rlp 0.3.16", + "target": "alloy_rlp" + }, + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "alias": "hex", + "id": "const-hex 1.19.1", + "target": "const_hex" + }, + { + "id": "derive_more 2.1.1", + "target": "derive_more" + }, + { + "id": "foldhash 0.2.0", + "target": "foldhash" + }, + { + "id": "hashbrown 0.17.0", + "target": "hashbrown" + }, + { + "id": "itoa 1.0.17", + "target": "itoa" + }, + { + "id": "k256 0.13.4", + "target": "k256" + }, + { + "id": "ruint 1.20.0", + "target": "ruint" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "sha3 0.11.0", + "target": "sha3" + } ], - "crate_features": { - "common": [ - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloy-consensus 1.8.3", - "target": "alloy_consensus" - }, - { - "id": "alloy-eips 1.8.3", - "target": "alloy_eips" - }, - { - "id": "alloy-primitives 1.7.1", - "target": "alloy_primitives" - }, - { - "id": "alloy-serde 1.8.3", - "target": "alloy_serde" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.8.3" + "edition": "2024", + "proc_macro_deps": [ + { + "id": "paste 1.0.15", + "target": "paste" + } + ] }, + "library_target_name": "alloy_primitives", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "alloy-primitives 1.7.1": { "name": "alloy-primitives", - "version": "1.7.1", "package_url": "https://github.com/alloy-rs/core", "repository": { "Http": { - "url": "https://static.crates.io/crates/alloy-primitives/1.7.1/download", - "sha256": "9c902f0ca3f8353c41e3e1ec3cf26be49412525bc48ab9d3c4710d7be4f01832" + "sha256": "9c902f0ca3f8353c41e3e1ec3cf26be49412525bc48ab9d3c4710d7be4f01832", + "url": "https://static.crates.io/crates/alloy-primitives/1.7.1/download" } }, "targets": [ { "Library": { "crate_name": "alloy_primitives", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "alloy_primitives", + "version": "1.7.1" + }, + "alloy-rlp 0.3.16": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "arrayvec", + "core-error", + "core-net", + "derive", + "std" + ], + "deps": [ + { + "id": "arrayvec 0.7.4", + "target": "arrayvec" + }, + { + "id": "bytes 1.11.1", + "target": "bytes" + } ], - "crate_features": { - "common": [ - "default", - "k256", - "map", - "map-foldhash", - "rlp", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloy-rlp 0.3.16", - "target": "alloy_rlp" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "const-hex 1.19.1", - "target": "const_hex", - "alias": "hex" - }, - { - "id": "derive_more 2.1.1", - "target": "derive_more" - }, - { - "id": "foldhash 0.2.0", - "target": "foldhash" - }, - { - "id": "hashbrown 0.17.0", - "target": "hashbrown" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "k256 0.13.4", - "target": "k256" - }, - { - "id": "ruint 1.20.0", - "target": "ruint" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "sha3 0.11.0", - "target": "sha3" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "1.7.1" + "edition": "2021", + "proc_macro_deps": [ + { + "id": "alloy-rlp-derive 0.3.16", + "target": "alloy_rlp_derive" + } + ] }, + "library_target_name": "alloy_rlp", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "alloy-rlp 0.3.16": { "name": "alloy-rlp", - "version": "0.3.16", "package_url": "https://github.com/alloy-rs/rlp", "repository": { "Http": { - "url": "https://static.crates.io/crates/alloy-rlp/0.3.16/download", - "sha256": "24671b1f62edcf0f9b62994c7bf72cd621a04a4b99f5020ece1a647b40e2f103" + "sha256": "24671b1f62edcf0f9b62994c7bf72cd621a04a4b99f5020ece1a647b40e2f103", + "url": "https://static.crates.io/crates/alloy-rlp/0.3.16/download" } }, "targets": [ { "Library": { "crate_name": "alloy_rlp", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "alloy_rlp", + "version": "0.3.16" + }, + "alloy-rlp-derive 0.3.16": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "crate_features": { - "common": [ - "arrayvec", - "core-error", - "core-net", - "derive", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "arrayvec 0.7.4", - "target": "arrayvec" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "alloy-rlp-derive 0.3.16", - "target": "alloy_rlp_derive" - } - ], - "selects": {} - }, - "version": "0.3.16" + "edition": "2021" }, + "library_target_name": "alloy_rlp_derive", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "alloy-rlp-derive 0.3.16": { "name": "alloy-rlp-derive", - "version": "0.3.16", "package_url": "https://github.com/alloy-rs/rlp", "repository": { "Http": { - "url": "https://static.crates.io/crates/alloy-rlp-derive/0.3.16/download", - "sha256": "9d4311c03125e8a18296504560b9de3d75ecbd0dcda7f71e6cf2a196d57e6fba" + "sha256": "9d4311c03125e8a18296504560b9de3d75ecbd0dcda7f71e6cf2a196d57e6fba", + "url": "https://static.crates.io/crates/alloy-rlp-derive/0.3.16/download" } }, "targets": [ { "ProcMacro": { "crate_name": "alloy_rlp_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "alloy_rlp_derive", + "version": "0.3.16" + }, + "alloy-rpc-types-eth 1.8.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "serde", + "std" ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.16" + "deps": [ + { + "id": "alloy-consensus 1.8.3", + "target": "alloy_consensus" + }, + { + "id": "alloy-consensus-any 1.8.3", + "target": "alloy_consensus_any" + }, + { + "id": "alloy-eips 1.8.3", + "target": "alloy_eips" + }, + { + "id": "alloy-network-primitives 1.8.3", + "target": "alloy_network_primitives" + }, + { + "id": "alloy-primitives 1.7.1", + "target": "alloy_primitives" + }, + { + "id": "alloy-rlp 0.3.16", + "target": "alloy_rlp" + }, + { + "id": "alloy-serde 1.8.3", + "target": "alloy_serde" + }, + { + "id": "alloy-sol-types 1.7.1", + "target": "alloy_sol_types" + }, + { + "id": "itertools 0.14.0", + "target": "itertools" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + } + ], + "edition": "2021" }, + "library_target_name": "alloy_rpc_types_eth", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "alloy-rpc-types-eth 1.8.3": { "name": "alloy-rpc-types-eth", - "version": "1.8.3", "package_url": "https://github.com/alloy-rs/alloy", "repository": { "Http": { - "url": "https://static.crates.io/crates/alloy-rpc-types-eth/1.8.3/download", - "sha256": "59c095f92c4e1ff4981d89e9aa02d5f98c762a1980ab66bec49c44be11349da2" + "sha256": "59c095f92c4e1ff4981d89e9aa02d5f98c762a1980ab66bec49c44be11349da2", + "url": "https://static.crates.io/crates/alloy-rpc-types-eth/1.8.3/download" } }, "targets": [ { "Library": { "crate_name": "alloy_rpc_types_eth", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "alloy_rpc_types_eth", + "version": "1.8.3" + }, + "alloy-serde 1.8.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "std" ], - "crate_features": { - "common": [ - "default", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloy-consensus 1.8.3", - "target": "alloy_consensus" - }, - { - "id": "alloy-consensus-any 1.8.3", - "target": "alloy_consensus_any" - }, - { - "id": "alloy-eips 1.8.3", - "target": "alloy_eips" - }, - { - "id": "alloy-network-primitives 1.8.3", - "target": "alloy_network_primitives" - }, - { - "id": "alloy-primitives 1.7.1", - "target": "alloy_primitives" - }, - { - "id": "alloy-rlp 0.3.16", - "target": "alloy_rlp" - }, - { - "id": "alloy-serde 1.8.3", - "target": "alloy_serde" - }, - { - "id": "alloy-sol-types 1.7.1", - "target": "alloy_sol_types" - }, - { - "id": "itertools 0.14.0", - "target": "itertools" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.8.3" + "deps": [ + { + "id": "alloy-primitives 1.7.1", + "target": "alloy_primitives" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + } + ], + "edition": "2021" }, + "library_target_name": "alloy_serde", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "alloy-serde 1.8.3": { "name": "alloy-serde", - "version": "1.8.3", "package_url": "https://github.com/alloy-rs/alloy", "repository": { "Http": { - "url": "https://static.crates.io/crates/alloy-serde/1.8.3/download", - "sha256": "11ece63b89294b8614ab3f483560c08d016930f842bf36da56bf0b764a15c11e" + "sha256": "11ece63b89294b8614ab3f483560c08d016930f842bf36da56bf0b764a15c11e", + "url": "https://static.crates.io/crates/alloy-serde/1.8.3/download" } }, "targets": [ { "Library": { "crate_name": "alloy_serde", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "alloy_serde", + "version": "1.8.3" + }, + "alloy-sol-macro 1.7.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "alloy-sol-macro-expander 1.7.1", + "target": "alloy_sol_macro_expander" + }, + { + "id": "alloy-sol-macro-input 1.7.1", + "target": "alloy_sol_macro_input" + }, + { + "id": "proc-macro-error3 3.0.1", + "target": "proc_macro_error3" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloy-primitives 1.7.1", - "target": "alloy_primitives" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.8.3" + "edition": "2024" }, + "library_target_name": "alloy_sol_macro", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "alloy-sol-macro 1.7.1": { "name": "alloy-sol-macro", - "version": "1.7.1", "package_url": "https://github.com/alloy-rs/core", "repository": { "Http": { - "url": "https://static.crates.io/crates/alloy-sol-macro/1.7.1/download", - "sha256": "fdcbd48d60e029be4a325c3a2f1312761caea4ed249f18ba9e8ed24ca1bf01e6" + "sha256": "fdcbd48d60e029be4a325c3a2f1312761caea4ed249f18ba9e8ed24ca1bf01e6", + "url": "https://static.crates.io/crates/alloy-sol-macro/1.7.1/download" } }, "targets": [ { "ProcMacro": { "crate_name": "alloy_sol_macro", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "alloy_sol_macro", + "version": "1.7.1" + }, + "alloy-sol-macro-expander 1.7.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "alloy-sol-macro-input 1.7.1", + "target": "alloy_sol_macro_input" + }, + { + "alias": "hex", + "id": "const-hex 1.19.1", + "target": "const_hex" + }, + { + "id": "heck 0.5.0", + "target": "heck" + }, + { + "id": "indexmap 2.14.0", + "target": "indexmap" + }, + { + "id": "proc-macro-error3 3.0.1", + "target": "proc_macro_error3" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "sha3 0.11.0", + "target": "sha3" + }, + { + "id": "syn 2.0.119", + "target": "syn" + }, + { + "id": "syn-solidity 1.7.1", + "target": "syn_solidity" + } ], - "deps": { - "common": [ - { - "id": "alloy-sol-macro-expander 1.7.1", - "target": "alloy_sol_macro_expander" - }, - { - "id": "alloy-sol-macro-input 1.7.1", - "target": "alloy_sol_macro_input" - }, - { - "id": "proc-macro-error3 3.0.1", - "target": "proc_macro_error3" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "1.7.1" + "edition": "2024" }, + "library_target_name": "alloy_sol_macro_expander", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "alloy-sol-macro-expander 1.7.1": { "name": "alloy-sol-macro-expander", - "version": "1.7.1", "package_url": "https://github.com/alloy-rs/core", "repository": { "Http": { - "url": "https://static.crates.io/crates/alloy-sol-macro-expander/1.7.1/download", - "sha256": "59c9f7c535f99a7e7b64cc520968b09ed14cec3715572fcc277cfbff602808cd" + "sha256": "59c9f7c535f99a7e7b64cc520968b09ed14cec3715572fcc277cfbff602808cd", + "url": "https://static.crates.io/crates/alloy-sol-macro-expander/1.7.1/download" } }, "targets": [ { "Library": { "crate_name": "alloy_sol_macro_expander", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "alloy_sol_macro_expander", + "version": "1.7.1" + }, + "alloy-sol-macro-input 1.7.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "alloy-sol-macro-input 1.7.1", - "target": "alloy_sol_macro_input" - }, - { - "id": "const-hex 1.19.1", - "target": "const_hex", - "alias": "hex" - }, - { - "id": "heck 0.5.0", - "target": "heck" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "proc-macro-error3 3.0.1", - "target": "proc_macro_error3" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "sha3 0.11.0", - "target": "sha3" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "syn-solidity 1.7.1", - "target": "syn_solidity" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "1.7.1" + "deps": [ + { + "alias": "hex", + "id": "const-hex 1.19.1", + "target": "const_hex" + }, + { + "id": "dunce 1.0.5", + "target": "dunce" + }, + { + "id": "heck 0.5.0", + "target": "heck" + }, + { + "id": "macro-string 0.2.0", + "target": "macro_string" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + }, + { + "id": "syn-solidity 1.7.1", + "target": "syn_solidity" + } + ], + "edition": "2024" }, + "library_target_name": "alloy_sol_macro_input", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "alloy-sol-macro-input 1.7.1": { "name": "alloy-sol-macro-input", - "version": "1.7.1", "package_url": "https://github.com/alloy-rs/core", "repository": { "Http": { - "url": "https://static.crates.io/crates/alloy-sol-macro-input/1.7.1/download", - "sha256": "1abd404fbc12f543823005146b73fd07621bdc0baaa950d26995c543a9d73811" + "sha256": "1abd404fbc12f543823005146b73fd07621bdc0baaa950d26995c543a9d73811", + "url": "https://static.crates.io/crates/alloy-sol-macro-input/1.7.1/download" } }, "targets": [ { "Library": { "crate_name": "alloy_sol_macro_input", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "alloy_sol_macro_input", + "version": "1.7.1" + }, + "alloy-sol-type-parser 1.7.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "winnow 1.0.4", + "target": "winnow" + } ], - "deps": { - "common": [ - { - "id": "const-hex 1.19.1", - "target": "const_hex", - "alias": "hex" - }, - { - "id": "dunce 1.0.5", - "target": "dunce" - }, - { - "id": "heck 0.5.0", - "target": "heck" - }, - { - "id": "macro-string 0.2.0", - "target": "macro_string" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "syn-solidity 1.7.1", - "target": "syn_solidity" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "1.7.1" + "edition": "2024" }, + "library_target_name": "alloy_sol_type_parser", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "alloy-sol-type-parser 1.7.1": { "name": "alloy-sol-type-parser", - "version": "1.7.1", "package_url": "https://github.com/alloy-rs/core", "repository": { "Http": { - "url": "https://static.crates.io/crates/alloy-sol-type-parser/1.7.1/download", - "sha256": "40a7fd71864526bfeca8903010d5bb7fd28a0a4f5cc55818304c9cad8f0d63ab" + "sha256": "40a7fd71864526bfeca8903010d5bb7fd28a0a4f5cc55818304c9cad8f0d63ab", + "url": "https://static.crates.io/crates/alloy-sol-type-parser/1.7.1/download" } }, "targets": [ { "Library": { "crate_name": "alloy_sol_type_parser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "alloy_sol_type_parser", + "version": "1.7.1" + }, + "alloy-sol-types 1.7.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" + ], + "deps": [ + { + "id": "alloy-primitives 1.7.1", + "target": "alloy_primitives" + } ], - "deps": { - "common": [ - { - "id": "winnow 1.0.4", - "target": "winnow" - } - ], - "selects": {} - }, "edition": "2024", - "version": "1.7.1" + "proc_macro_deps": [ + { + "id": "alloy-sol-macro 1.7.1", + "target": "alloy_sol_macro" + } + ] }, + "library_target_name": "alloy_sol_types", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "alloy-sol-types 1.7.1": { "name": "alloy-sol-types", - "version": "1.7.1", "package_url": "https://github.com/alloy-rs/core", "repository": { "Http": { - "url": "https://static.crates.io/crates/alloy-sol-types/1.7.1/download", - "sha256": "adfc2ba3fb0e865de4934bcad6d37fc51e9ffcd5294be1322eab38e4494e051b" + "sha256": "adfc2ba3fb0e865de4934bcad6d37fc51e9ffcd5294be1322eab38e4494e051b", + "url": "https://static.crates.io/crates/alloy-sol-types/1.7.1/download" } }, "targets": [ { "Library": { "crate_name": "alloy_sol_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "alloy_sol_types", + "version": "1.7.1" + }, + "alloy-trie 0.9.5": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "ethereum", + "serde", + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloy-primitives 1.7.1", - "target": "alloy_primitives" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "alloy-sol-macro 1.7.1", - "target": "alloy_sol_macro" - } - ], - "selects": {} - }, - "version": "1.7.1" + "deps": [ + { + "id": "alloy-primitives 1.7.1", + "target": "alloy_primitives" + }, + { + "id": "alloy-rlp 0.3.16", + "target": "alloy_rlp" + }, + { + "id": "derive_more 2.1.1", + "target": "derive_more" + }, + { + "id": "nybbles 0.4.8", + "target": "nybbles" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "smallvec 1.15.1", + "target": "smallvec" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + }, + { + "id": "tracing 0.1.44", + "target": "tracing" + } + ], + "edition": "2024" }, + "library_target_name": "alloy_trie", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "alloy-trie 0.9.5": { "name": "alloy-trie", - "version": "0.9.5", "package_url": "https://github.com/alloy-rs/trie", "repository": { "Http": { - "url": "https://static.crates.io/crates/alloy-trie/0.9.5/download", - "sha256": "3f14b5d9b2c2173980202c6ff470d96e7c5e202c65a9f67884ad565226df7fbb" + "sha256": "3f14b5d9b2c2173980202c6ff470d96e7c5e202c65a9f67884ad565226df7fbb", + "url": "https://static.crates.io/crates/alloy-trie/0.9.5/download" } }, "targets": [ { "Library": { "crate_name": "alloy_trie", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "alloy_trie", + "version": "0.9.5" + }, + "alloy-tx-macros 1.8.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "serde" ], - "crate_features": { - "common": [ - "ethereum", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloy-primitives 1.7.1", - "target": "alloy_primitives" - }, - { - "id": "alloy-rlp 0.3.16", - "target": "alloy_rlp" - }, - { - "id": "derive_more 2.1.1", - "target": "derive_more" - }, - { - "id": "nybbles 0.4.8", - "target": "nybbles" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.9.5" + "deps": [ + { + "id": "darling 0.23.0", + "target": "darling" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } + ], + "edition": "2021" }, + "library_target_name": "alloy_tx_macros", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "alloy-tx-macros 1.8.3": { "name": "alloy-tx-macros", - "version": "1.8.3", "package_url": "https://github.com/alloy-rs/alloy", "repository": { "Http": { - "url": "https://static.crates.io/crates/alloy-tx-macros/1.8.3/download", - "sha256": "d69722eddcdf1ce096c3ab66cf8116999363f734eb36fe94a148f4f71c85da84" + "sha256": "d69722eddcdf1ce096c3ab66cf8116999363f734eb36fe94a148f4f71c85da84", + "url": "https://static.crates.io/crates/alloy-tx-macros/1.8.3/download" } }, "targets": [ { "ProcMacro": { "crate_name": "alloy_tx_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "alloy_tx_macros", + "version": "1.8.3" + }, + "android_system_properties 0.1.5": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "libc 0.2.186", + "target": "libc" + } ], - "crate_features": { - "common": [ - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "darling 0.23.0", - "target": "darling" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.8.3" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "android_system_properties", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "android_system_properties 0.1.5": { "name": "android_system_properties", - "version": "0.1.5", "package_url": "https://github.com/nical/android_system_properties", "repository": { "Http": { - "url": "https://static.crates.io/crates/android_system_properties/0.1.5/download", - "sha256": "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" + "sha256": "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311", + "url": "https://static.crates.io/crates/android_system_properties/0.1.5/download" } }, "targets": [ { "Library": { "crate_name": "android_system_properties", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "android_system_properties", + "version": "0.1.5" + }, + "anes 0.1.6": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.5" + "edition": "2018" }, - "license": "MIT/Apache-2.0", + "library_target_name": "anes", + "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "anes 0.1.6": { "name": "anes", - "version": "0.1.6", "package_url": "https://github.com/zrzka/anes-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/anes/0.1.6/download", - "sha256": "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" + "sha256": "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299", + "url": "https://static.crates.io/crates/anes/0.1.6/download" } }, "targets": [ { "Library": { "crate_name": "anes", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "anes", + "version": "0.1.6" + }, + "anstream 0.6.15": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "auto", + "default", + "wincon" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.6" + "deps": [ + { + "id": "anstyle 1.0.8", + "target": "anstyle" + }, + { + "id": "anstyle-parse 0.2.1", + "target": "anstyle_parse" + }, + { + "id": "anstyle-query 1.0.0", + "target": "anstyle_query" + }, + { + "id": "colorchoice 1.0.0", + "target": "colorchoice" + }, + { + "id": "is_terminal_polyfill 1.70.1", + "target": "is_terminal_polyfill" + }, + { + "id": "utf8parse 0.2.1", + "target": "utf8parse" + } + ], + "edition": "2021" }, + "library_target_name": "anstream", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "anstream 0.6.15": { "name": "anstream", - "version": "0.6.15", "package_url": "https://github.com/rust-cli/anstyle.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/anstream/0.6.15/download", - "sha256": "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" + "sha256": "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526", + "url": "https://static.crates.io/crates/anstream/0.6.15/download" } }, "targets": [ { "Library": { "crate_name": "anstream", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "anstream", + "version": "0.6.15" + }, + "anstyle 1.0.8": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "auto", - "default", - "wincon" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anstyle 1.0.8", - "target": "anstyle" - }, - { - "id": "anstyle-parse 0.2.1", - "target": "anstyle_parse" - }, - { - "id": "anstyle-query 1.0.0", - "target": "anstyle_query" - }, - { - "id": "colorchoice 1.0.0", - "target": "colorchoice" - }, - { - "id": "is_terminal_polyfill 1.70.1", - "target": "is_terminal_polyfill" - }, - { - "id": "utf8parse 0.2.1", - "target": "utf8parse" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.15" + "edition": "2021" }, + "library_target_name": "anstyle", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "anstyle 1.0.8": { "name": "anstyle", - "version": "1.0.8", "package_url": "https://github.com/rust-cli/anstyle.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/anstyle/1.0.8/download", - "sha256": "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" + "sha256": "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1", + "url": "https://static.crates.io/crates/anstyle/1.0.8/download" } }, "targets": [ { "Library": { "crate_name": "anstyle", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "anstyle", + "version": "1.0.8" + }, + "anstyle-parse 0.2.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "utf8" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.8" + "deps": [ + { + "id": "utf8parse 0.2.1", + "target": "utf8parse" + } + ], + "edition": "2021" }, + "library_target_name": "anstyle_parse", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "anstyle-parse 0.2.1": { "name": "anstyle-parse", - "version": "0.2.1", "package_url": "https://github.com/rust-cli/anstyle.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/anstyle-parse/0.2.1/download", - "sha256": "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" + "sha256": "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333", + "url": "https://static.crates.io/crates/anstyle-parse/0.2.1/download" } }, "targets": [ { "Library": { "crate_name": "anstyle_parse", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "anstyle_parse", + "version": "0.2.1" + }, + "anstyle-query 1.0.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "utf8" - ], - "selects": {} - }, "deps": { - "common": [ - { - "id": "utf8parse 0.2.1", - "target": "utf8parse" - } - ], - "selects": {} + "common": [], + "selects": { + "cfg(windows)": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } + ] + } }, - "edition": "2021", - "version": "0.2.1" + "edition": "2021" }, + "library_target_name": "anstyle_query", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "anstyle-query 1.0.0": { "name": "anstyle-query", - "version": "1.0.0", "package_url": "https://github.com/rust-cli/anstyle", "repository": { "Http": { - "url": "https://static.crates.io/crates/anstyle-query/1.0.0/download", - "sha256": "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" + "sha256": "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b", + "url": "https://static.crates.io/crates/anstyle-query/1.0.0/download" } }, "targets": [ { "Library": { "crate_name": "anstyle_query", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "anstyle_query", + "version": "1.0.0" + }, + "anstyle-wincon 3.0.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { - "common": [], + "common": [ + { + "id": "anstyle 1.0.8", + "target": "anstyle" + } + ], "selects": { "cfg(windows)": [ { @@ -3878,2705 +3385,2005 @@ ] } }, - "edition": "2021", - "version": "1.0.0" + "edition": "2021" }, + "library_target_name": "anstyle_wincon", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "anstyle-wincon 3.0.1": { "name": "anstyle-wincon", - "version": "3.0.1", "package_url": "https://github.com/rust-cli/anstyle.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/anstyle-wincon/3.0.1/download", - "sha256": "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628" + "sha256": "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628", + "url": "https://static.crates.io/crates/anstyle-wincon/3.0.1/download" } }, "targets": [ { "Library": { "crate_name": "anstyle_wincon", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "anstyle_wincon", + "version": "3.0.1" + }, + "anyhow 1.0.104": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "deps": { - "common": [ - { - "id": "anstyle 1.0.8", - "target": "anstyle" - } - ], - "selects": { - "cfg(windows)": [ - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ] - } - }, "edition": "2021", - "version": "3.0.1" + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "anyhow", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "anyhow 1.0.104": { "name": "anyhow", - "version": "1.0.104", "package_url": "https://github.com/dtolnay/anyhow", "repository": { "Http": { - "url": "https://static.crates.io/crates/anyhow/1.0.104/download", - "sha256": "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470" + "sha256": "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470", + "url": "https://static.crates.io/crates/anyhow/1.0.104/download" } }, "targets": [ { "Library": { "crate_name": "anyhow", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "anyhow", + "version": "1.0.104" + }, + "arbitrary 1.4.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "derive", + "derive_arbitrary" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "build_script_build" - } - ], - "selects": {} - }, "edition": "2021", - "version": "1.0.104" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "proc_macro_deps": [ + { + "id": "derive_arbitrary 1.4.1", + "target": "derive_arbitrary" + } ] }, + "library_target_name": "arbitrary", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "arbitrary 1.4.2": { "name": "arbitrary", - "version": "1.4.2", "package_url": "https://github.com/rust-fuzz/arbitrary/", "repository": { "Http": { - "url": "https://static.crates.io/crates/arbitrary/1.4.2/download", - "sha256": "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" + "sha256": "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1", + "url": "https://static.crates.io/crates/arbitrary/1.4.2/download" } }, "targets": [ { "Library": { "crate_name": "arbitrary", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "arbitrary", + "version": "1.4.2" + }, + "arc-swap 1.7.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "derive", - "derive_arbitrary" - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "derive_arbitrary 1.4.1", - "target": "derive_arbitrary" - } - ], - "selects": {} - }, - "version": "1.4.2" + "edition": "2018" }, + "library_target_name": "arc_swap", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "arc-swap 1.7.1": { "name": "arc-swap", - "version": "1.7.1", "package_url": "https://github.com/vorner/arc-swap", "repository": { "Http": { - "url": "https://static.crates.io/crates/arc-swap/1.7.1/download", - "sha256": "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" + "sha256": "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457", + "url": "https://static.crates.io/crates/arc-swap/1.7.1/download" } }, "targets": [ { "Library": { "crate_name": "arc_swap", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "arc_swap", + "version": "1.7.1" + }, + "argon2 0.4.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "password-hash", + "rand", + "std" + ], + "deps": [ + { + "id": "base64ct 1.6.0", + "target": "base64ct" + }, + { + "id": "blake2 0.10.6", + "target": "blake2" + }, + { + "id": "password-hash 0.4.2", + "target": "password_hash" + } ], - "edition": "2018", - "version": "1.7.1" + "edition": "2021" }, + "library_target_name": "argon2", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "argon2 0.4.1": { "name": "argon2", - "version": "0.4.1", "package_url": "https://github.com/RustCrypto/password-hashes/tree/master/argon2", "repository": { "Http": { - "url": "https://static.crates.io/crates/argon2/0.4.1/download", - "sha256": "db4ce4441f99dbd377ca8a8f57b698c44d0d6e712d8329b5040da5a64aa1ce73" + "sha256": "db4ce4441f99dbd377ca8a8f57b698c44d0d6e712d8329b5040da5a64aa1ce73", + "url": "https://static.crates.io/crates/argon2/0.4.1/download" } }, "targets": [ { "Library": { "crate_name": "argon2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "argon2", + "version": "0.4.1" + }, + "ark-ff 0.3.0": { + "build_script_attrs": { + "deps": [ + { + "id": "rustc_version 0.3.3", + "target": "rustc_version" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "ark-serialize 0.3.0", + "target": "ark_serialize" + }, + { + "id": "ark-std 0.3.0", + "target": "ark_std" + }, + { + "id": "num-bigint 0.4.6", + "target": "num_bigint" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } ], - "crate_features": { - "common": [ - "alloc", - "default", - "password-hash", - "rand", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base64ct 1.6.0", - "target": "base64ct" - }, - { - "id": "blake2 0.10.6", - "target": "blake2" - }, - { - "id": "password-hash 0.4.2", - "target": "password_hash" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.1" + "edition": "2018", + "extra_deps": [ + ":build_script_build" + ], + "proc_macro_deps": [ + { + "id": "ark-ff-asm 0.3.0", + "target": "ark_ff_asm" + }, + { + "id": "ark-ff-macros 0.3.0", + "target": "ark_ff_macros" + }, + { + "id": "derivative 2.2.0", + "target": "derivative" + }, + { + "id": "paste 1.0.15", + "target": "paste" + } + ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "ark_ff", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ark-ff 0.3.0": { "name": "ark-ff", - "version": "0.3.0", "package_url": "https://github.com/arkworks-rs/algebra", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-ff/0.3.0/download", - "sha256": "6b3235cc41ee7a12aaaf2c575a2ad7b46713a8a50bda2fc3b003a04845c05dd6" + "sha256": "6b3235cc41ee7a12aaaf2c575a2ad7b46713a8a50bda2fc3b003a04845c05dd6", + "url": "https://static.crates.io/crates/ark-ff/0.3.0/download" } }, "targets": [ { "Library": { "crate_name": "ark_ff", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "ark_ff", + "version": "0.3.0" + }, + "ark-ff 0.4.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "ark-serialize 0.4.2", + "target": "ark_serialize" + }, + { + "id": "ark-std 0.4.0", + "target": "ark_std" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "num-bigint 0.4.6", + "target": "num_bigint" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } ], - "deps": { - "common": [ - { - "id": "ark-ff 0.3.0", - "target": "build_script_build" - }, - { - "id": "ark-serialize 0.3.0", - "target": "ark_serialize" - }, - { - "id": "ark-std 0.3.0", - "target": "ark_std" - }, - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "ark-ff-asm 0.3.0", - "target": "ark_ff_asm" - }, - { - "id": "ark-ff-macros 0.3.0", - "target": "ark_ff_macros" - }, - { - "id": "derivative 2.2.0", - "target": "derivative" - }, - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "0.3.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "rustc_version 0.3.3", - "target": "rustc_version" - } - ], - "selects": {} - } + "edition": "2021", + "proc_macro_deps": [ + { + "id": "ark-ff-asm 0.4.2", + "target": "ark_ff_asm" + }, + { + "id": "ark-ff-macros 0.4.2", + "target": "ark_ff_macros" + }, + { + "id": "derivative 2.2.0", + "target": "derivative" + }, + { + "id": "paste 1.0.15", + "target": "paste" + } + ] }, + "library_target_name": "ark_ff", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ark-ff 0.4.2": { "name": "ark-ff", - "version": "0.4.2", "package_url": "https://github.com/arkworks-rs/algebra", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-ff/0.4.2/download", - "sha256": "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba" + "sha256": "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba", + "url": "https://static.crates.io/crates/ark-ff/0.4.2/download" } }, "targets": [ { "Library": { "crate_name": "ark_ff", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ark_ff", + "version": "0.4.2" + }, + "ark-ff 0.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "ark-serialize 0.5.0", + "target": "ark_serialize" + }, + { + "id": "ark-std 0.5.0", + "target": "ark_std" + }, + { + "id": "arrayvec 0.7.4", + "target": "arrayvec" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "itertools 0.13.0", + "target": "itertools" + }, + { + "id": "num-bigint 0.4.6", + "target": "num_bigint" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } ], - "deps": { - "common": [ - { - "id": "ark-serialize 0.4.2", - "target": "ark_serialize" - }, - { - "id": "ark-std 0.4.0", - "target": "ark_std" - }, - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "itertools 0.10.5", - "target": "itertools" - }, - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "ark-ff-asm 0.4.2", - "target": "ark_ff_asm" - }, - { - "id": "ark-ff-macros 0.4.2", - "target": "ark_ff_macros" - }, - { - "id": "derivative 2.2.0", - "target": "derivative" - }, - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "0.4.2" + "proc_macro_deps": [ + { + "id": "ark-ff-asm 0.5.0", + "target": "ark_ff_asm" + }, + { + "id": "ark-ff-macros 0.5.0", + "target": "ark_ff_macros" + }, + { + "id": "educe 0.6.0", + "target": "educe" + }, + { + "id": "paste 1.0.15", + "target": "paste" + } + ] }, - "license": "MIT/Apache-2.0", + "library_target_name": "ark_ff", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ark-ff 0.5.0": { "name": "ark-ff", - "version": "0.5.0", "package_url": "https://github.com/arkworks-rs/algebra", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-ff/0.5.0/download", - "sha256": "a177aba0ed1e0fbb62aa9f6d0502e9b46dad8c2eab04c14258a1212d2557ea70" + "sha256": "a177aba0ed1e0fbb62aa9f6d0502e9b46dad8c2eab04c14258a1212d2557ea70", + "url": "https://static.crates.io/crates/ark-ff/0.5.0/download" } }, "targets": [ { "Library": { "crate_name": "ark_ff", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ark_ff", + "version": "0.5.0" + }, + "ark-ff 0.6.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "ark-serialize 0.6.0", + "target": "ark_serialize" + }, + { + "id": "ark-std 0.6.0", + "target": "ark_std" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "num-bigint 0.4.6", + "target": "num_bigint" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } ], - "deps": { - "common": [ - { - "id": "ark-serialize 0.5.0", - "target": "ark_serialize" - }, - { - "id": "ark-std 0.5.0", - "target": "ark_std" - }, - { - "id": "arrayvec 0.7.4", - "target": "arrayvec" - }, - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "itertools 0.13.0", - "target": "itertools" - }, - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "ark-ff-asm 0.5.0", - "target": "ark_ff_asm" - }, - { - "id": "ark-ff-macros 0.5.0", - "target": "ark_ff_macros" - }, - { - "id": "educe 0.6.0", - "target": "educe" - }, - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "0.5.0" + "proc_macro_deps": [ + { + "id": "ark-ff-asm 0.6.0", + "target": "ark_ff_asm" + }, + { + "id": "ark-ff-macros 0.6.0", + "target": "ark_ff_macros" + }, + { + "id": "educe 0.6.0", + "target": "educe" + } + ] }, + "library_target_name": "ark_ff", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ark-ff 0.6.0": { "name": "ark-ff", - "version": "0.6.0", "package_url": "https://github.com/arkworks-rs/algebra", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-ff/0.6.0/download", - "sha256": "f7a806ac6c8307b929df4645776290a50ee2aac754ad09d8bdf73391309e43af" + "sha256": "f7a806ac6c8307b929df4645776290a50ee2aac754ad09d8bdf73391309e43af", + "url": "https://static.crates.io/crates/ark-ff/0.6.0/download" } }, "targets": [ { "Library": { "crate_name": "ark_ff", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ark_ff", + "version": "0.6.0" + }, + "ark-ff-asm 0.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "ark-serialize 0.6.0", - "target": "ark_serialize" - }, - { - "id": "ark-std 0.6.0", - "target": "ark_std" - }, - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "ark-ff-asm 0.6.0", - "target": "ark_ff_asm" - }, - { - "id": "ark-ff-macros 0.6.0", - "target": "ark_ff_macros" - }, - { - "id": "educe 0.6.0", - "target": "educe" - } - ], - "selects": {} - }, - "version": "0.6.0" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "ark_ff_asm", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ark-ff-asm 0.3.0": { "name": "ark-ff-asm", - "version": "0.3.0", "package_url": "https://github.com/arkworks-rs/algebra", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-ff-asm/0.3.0/download", - "sha256": "db02d390bf6643fb404d3d22d31aee1c4bc4459600aef9113833d17e786c6e44" + "sha256": "db02d390bf6643fb404d3d22d31aee1c4bc4459600aef9113833d17e786c6e44", + "url": "https://static.crates.io/crates/ark-ff-asm/0.3.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "ark_ff_asm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ark_ff_asm", + "version": "0.3.0" + }, + "ark-ff-asm 0.4.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.0" + "edition": "2021" }, + "library_target_name": "ark_ff_asm", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ark-ff-asm 0.4.2": { "name": "ark-ff-asm", - "version": "0.4.2", "package_url": "https://github.com/arkworks-rs/algebra", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-ff-asm/0.4.2/download", - "sha256": "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348" + "sha256": "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348", + "url": "https://static.crates.io/crates/ark-ff-asm/0.4.2/download" } }, "targets": [ { "ProcMacro": { "crate_name": "ark_ff_asm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ark_ff_asm", + "version": "0.4.2" + }, + "ark-ff-asm 0.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.2" + "edition": "2021" }, - "license": "MIT/Apache-2.0", + "library_target_name": "ark_ff_asm", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ark-ff-asm 0.5.0": { "name": "ark-ff-asm", - "version": "0.5.0", "package_url": "https://github.com/arkworks-rs/algebra", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-ff-asm/0.5.0/download", - "sha256": "62945a2f7e6de02a31fe400aa489f0e0f5b2502e69f95f853adb82a96c7a6b60" + "sha256": "62945a2f7e6de02a31fe400aa489f0e0f5b2502e69f95f853adb82a96c7a6b60", + "url": "https://static.crates.io/crates/ark-ff-asm/0.5.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "ark_ff_asm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ark_ff_asm", + "version": "0.5.0" + }, + "ark-ff-asm 0.6.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.0" + "edition": "2021" }, + "library_target_name": "ark_ff_asm", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ark-ff-asm 0.6.0": { "name": "ark-ff-asm", - "version": "0.6.0", "package_url": "https://github.com/arkworks-rs/algebra", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-ff-asm/0.6.0/download", - "sha256": "1479009684adc073dff49a1025d3a7065b317a9ead25aaaca38cdc70058ba8a2" + "sha256": "1479009684adc073dff49a1025d3a7065b317a9ead25aaaca38cdc70058ba8a2", + "url": "https://static.crates.io/crates/ark-ff-asm/0.6.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "ark_ff_asm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ark_ff_asm", + "version": "0.6.0" + }, + "ark-ff-macros 0.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "num-bigint 0.4.6", + "target": "num_bigint" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.0" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "ark_ff_macros", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ark-ff-macros 0.3.0": { "name": "ark-ff-macros", - "version": "0.3.0", "package_url": "https://github.com/arkworks-rs/algebra", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-ff-macros/0.3.0/download", - "sha256": "db2fd794a08ccb318058009eefdf15bcaaaaf6f8161eb3345f907222bac38b20" + "sha256": "db2fd794a08ccb318058009eefdf15bcaaaaf6f8161eb3345f907222bac38b20", + "url": "https://static.crates.io/crates/ark-ff-macros/0.3.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "ark_ff_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ark_ff_macros", + "version": "0.3.0" + }, + "ark-ff-macros 0.4.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "num-bigint 0.4.6", + "target": "num_bigint" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.0" + "edition": "2021" }, + "library_target_name": "ark_ff_macros", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ark-ff-macros 0.4.2": { "name": "ark-ff-macros", - "version": "0.4.2", "package_url": "https://github.com/arkworks-rs/algebra", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-ff-macros/0.4.2/download", - "sha256": "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565" + "sha256": "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565", + "url": "https://static.crates.io/crates/ark-ff-macros/0.4.2/download" } }, "targets": [ { "ProcMacro": { "crate_name": "ark_ff_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ark_ff_macros", + "version": "0.4.2" + }, + "ark-ff-macros 0.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "num-bigint 0.4.6", + "target": "num_bigint" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.2" + "edition": "2021" }, - "license": "MIT/Apache-2.0", + "library_target_name": "ark_ff_macros", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ark-ff-macros 0.5.0": { "name": "ark-ff-macros", - "version": "0.5.0", "package_url": "https://github.com/arkworks-rs/algebra", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-ff-macros/0.5.0/download", - "sha256": "09be120733ee33f7693ceaa202ca41accd5653b779563608f1234f78ae07c4b3" + "sha256": "09be120733ee33f7693ceaa202ca41accd5653b779563608f1234f78ae07c4b3", + "url": "https://static.crates.io/crates/ark-ff-macros/0.5.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "ark_ff_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ark_ff_macros", + "version": "0.5.0" + }, + "ark-ff-macros 0.6.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "num-bigint 0.4.6", + "target": "num_bigint" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.0" + "edition": "2021" }, + "library_target_name": "ark_ff_macros", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ark-ff-macros 0.6.0": { "name": "ark-ff-macros", - "version": "0.6.0", "package_url": "https://github.com/arkworks-rs/algebra", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-ff-macros/0.6.0/download", - "sha256": "4a0691ed21ef00ef89c1e9bda832eba493dda3ec2f8d892fb25b705f73f06bb8" + "sha256": "4a0691ed21ef00ef89c1e9bda832eba493dda3ec2f8d892fb25b705f73f06bb8", + "url": "https://static.crates.io/crates/ark-ff-macros/0.6.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "ark_ff_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ark_ff_macros", + "version": "0.6.0" + }, + "ark-serialize 0.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "ark-std 0.3.0", + "target": "ark_std" + }, + { + "id": "digest 0.9.0", + "target": "digest" + } ], - "deps": { - "common": [ - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.0" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "ark_serialize", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ark-serialize 0.3.0": { "name": "ark-serialize", - "version": "0.3.0", "package_url": "https://github.com/arkworks-rs/algebra", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-serialize/0.3.0/download", - "sha256": "1d6c2b318ee6e10f8c2853e73a83adc0ccb88995aa978d8a3408d492ab2ee671" + "sha256": "1d6c2b318ee6e10f8c2853e73a83adc0ccb88995aa978d8a3408d492ab2ee671", + "url": "https://static.crates.io/crates/ark-serialize/0.3.0/download" } }, "targets": [ { "Library": { "crate_name": "ark_serialize", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ark_serialize", + "version": "0.3.0" + }, + "ark-serialize 0.4.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "ark-std 0.4.0", + "target": "ark_std" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "num-bigint 0.4.6", + "target": "num_bigint" + } ], - "deps": { - "common": [ - { - "id": "ark-std 0.3.0", - "target": "ark_std" - }, - { - "id": "digest 0.9.0", - "target": "digest" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.0" + "edition": "2021" }, + "library_target_name": "ark_serialize", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ark-serialize 0.4.2": { "name": "ark-serialize", - "version": "0.4.2", "package_url": "https://github.com/arkworks-rs/algebra", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-serialize/0.4.2/download", - "sha256": "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5" + "sha256": "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5", + "url": "https://static.crates.io/crates/ark-serialize/0.4.2/download" } }, "targets": [ { "Library": { "crate_name": "ark_serialize", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ark_serialize", + "version": "0.4.2" + }, + "ark-serialize 0.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "ark-std 0.5.0", + "target": "ark_std" + }, + { + "id": "arrayvec 0.7.4", + "target": "arrayvec" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "num-bigint 0.4.6", + "target": "num_bigint" + } ], - "deps": { - "common": [ - { - "id": "ark-std 0.4.0", - "target": "ark_std" - }, - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.2" + "edition": "2021" }, - "license": "MIT/Apache-2.0", + "library_target_name": "ark_serialize", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ark-serialize 0.5.0": { "name": "ark-serialize", - "version": "0.5.0", "package_url": "https://github.com/arkworks-rs/algebra", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-serialize/0.5.0/download", - "sha256": "3f4d068aaf107ebcd7dfb52bc748f8030e0fc930ac8e360146ca54c1203088f7" + "sha256": "3f4d068aaf107ebcd7dfb52bc748f8030e0fc930ac8e360146ca54c1203088f7", + "url": "https://static.crates.io/crates/ark-serialize/0.5.0/download" } }, "targets": [ { "Library": { "crate_name": "ark_serialize", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ark_serialize", + "version": "0.5.0" + }, + "ark-serialize 0.6.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "ark-std 0.6.0", + "target": "ark_std" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "num-bigint 0.4.6", + "target": "num_bigint" + } ], - "deps": { - "common": [ - { - "id": "ark-std 0.5.0", - "target": "ark_std" - }, - { - "id": "arrayvec 0.7.4", - "target": "arrayvec" - }, - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.0" + "edition": "2021" }, + "library_target_name": "ark_serialize", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ark-serialize 0.6.0": { "name": "ark-serialize", - "version": "0.6.0", "package_url": "https://github.com/arkworks-rs/algebra", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-serialize/0.6.0/download", - "sha256": "a74dd304fd536fb95d0a328e72be759209cc496a9da094c5bc56e5fea4f9e86b" + "sha256": "a74dd304fd536fb95d0a328e72be759209cc496a9da094c5bc56e5fea4f9e86b", + "url": "https://static.crates.io/crates/ark-serialize/0.6.0/download" } }, "targets": [ { "Library": { "crate_name": "ark_serialize", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ark_serialize", + "version": "0.6.0" + }, + "ark-serialize-derive 0.6.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "ark-std 0.6.0", - "target": "ark_std" - }, - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.0" + "edition": "2021" }, + "library_target_name": "ark_serialize_derive", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ark-serialize-derive 0.6.0": { "name": "ark-serialize-derive", - "version": "0.6.0", "package_url": "https://github.com/arkworks-rs/algebra", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-serialize-derive/0.6.0/download", - "sha256": "4f153690697a2b91e5e1251ff98411ee5371500a111a0fd317a70e588eb300f9" + "sha256": "4f153690697a2b91e5e1251ff98411ee5371500a111a0fd317a70e588eb300f9", + "url": "https://static.crates.io/crates/ark-serialize-derive/0.6.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "ark_serialize_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ark_serialize_derive", + "version": "0.6.0" + }, + "ark-std 0.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "rand 0.8.6", + "target": "rand" + } ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.0" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "ark_std", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ark-std 0.3.0": { "name": "ark-std", - "version": "0.3.0", "package_url": "https://github.com/arkworks-rs/utils", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-std/0.3.0/download", - "sha256": "1df2c09229cbc5a028b1d70e00fdb2acee28b1055dfb5ca73eea49c5a25c4e7c" + "sha256": "1df2c09229cbc5a028b1d70e00fdb2acee28b1055dfb5ca73eea49c5a25c4e7c", + "url": "https://static.crates.io/crates/ark-std/0.3.0/download" } }, "targets": [ { "Library": { "crate_name": "ark_std", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ark_std", + "version": "0.3.0" + }, + "ark-std 0.4.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "rand 0.8.6", + "target": "rand" + } ], - "deps": { - "common": [ - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "rand 0.8.6", - "target": "rand" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.0" + "edition": "2021" }, + "library_target_name": "ark_std", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ark-std 0.4.0": { "name": "ark-std", - "version": "0.4.0", "package_url": "https://github.com/arkworks-rs/std", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-std/0.4.0/download", - "sha256": "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" + "sha256": "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185", + "url": "https://static.crates.io/crates/ark-std/0.4.0/download" } }, "targets": [ { "Library": { "crate_name": "ark_std", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ark_std", + "version": "0.4.0" + }, + "ark-std 0.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "rand 0.8.6", + "target": "rand" + } ], - "deps": { - "common": [ - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "rand 0.8.6", - "target": "rand" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.0" + "edition": "2021" }, + "library_target_name": "ark_std", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ark-std 0.5.0": { "name": "ark-std", - "version": "0.5.0", "package_url": "https://github.com/arkworks-rs/std", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-std/0.5.0/download", - "sha256": "246a225cc6131e9ee4f24619af0f19d67761fff15d7ccc22e42b80846e69449a" + "sha256": "246a225cc6131e9ee4f24619af0f19d67761fff15d7ccc22e42b80846e69449a", + "url": "https://static.crates.io/crates/ark-std/0.5.0/download" } }, "targets": [ { "Library": { "crate_name": "ark_std", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ark_std", + "version": "0.5.0" + }, + "ark-std 0.6.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "rand 0.8.6", + "target": "rand" + } ], - "deps": { - "common": [ - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "rand 0.8.6", - "target": "rand" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.0" + "edition": "2021" }, + "library_target_name": "ark_std", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ark-std 0.6.0": { "name": "ark-std", - "version": "0.6.0", "package_url": "https://github.com/arkworks-rs/std", "repository": { "Http": { - "url": "https://static.crates.io/crates/ark-std/0.6.0/download", - "sha256": "367c9c827ed431bff6868b7aa926e05b16eb46603cc8b6e768e4a5553fa1d155" + "sha256": "367c9c827ed431bff6868b7aa926e05b16eb46603cc8b6e768e4a5553fa1d155", + "url": "https://static.crates.io/crates/ark-std/0.6.0/download" } }, "targets": [ { "Library": { "crate_name": "ark_std", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ark_std", + "version": "0.6.0" + }, + "array-init 2.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "rand 0.8.6", - "target": "rand" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.0" + "edition": "2018" }, - "license": "MIT/Apache-2.0", + "library_target_name": "array_init", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "array-init 2.1.0": { "name": "array-init", - "version": "2.1.0", "package_url": "https://github.com/Manishearth/array-init/", "repository": { "Http": { - "url": "https://static.crates.io/crates/array-init/2.1.0/download", - "sha256": "3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc" + "sha256": "3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc", + "url": "https://static.crates.io/crates/array-init/2.1.0/download" } }, "targets": [ { "Library": { "crate_name": "array_init", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "array_init", + "version": "2.1.0" + }, + "arrayvec 0.5.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "edition": "2018", - "version": "2.1.0" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "arrayvec", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "arrayvec 0.5.2": { "name": "arrayvec", - "version": "0.5.2", "package_url": "https://github.com/bluss/arrayvec", "repository": { "Http": { - "url": "https://static.crates.io/crates/arrayvec/0.5.2/download", - "sha256": "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" + "sha256": "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b", + "url": "https://static.crates.io/crates/arrayvec/0.5.2/download" } }, "targets": [ { "Library": { "crate_name": "arrayvec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "arrayvec", + "version": "0.5.2" + }, + "arrayvec 0.7.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "serde", + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.2" + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2018" }, - "license": "MIT/Apache-2.0", + "library_target_name": "arrayvec", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "arrayvec 0.7.4": { "name": "arrayvec", - "version": "0.7.4", "package_url": "https://github.com/bluss/arrayvec", "repository": { "Http": { - "url": "https://static.crates.io/crates/arrayvec/0.7.4/download", - "sha256": "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" + "sha256": "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711", + "url": "https://static.crates.io/crates/arrayvec/0.7.4/download" } }, "targets": [ { "Library": { "crate_name": "arrayvec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "arrayvec", + "version": "0.7.4" + }, + "as-any 0.3.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.7.4" + "edition": "2018" }, + "library_target_name": "as_any", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "as-any 0.3.2": { "name": "as-any", - "version": "0.3.2", "package_url": "https://codeberg.org/fogti/as-any", "repository": { "Http": { - "url": "https://static.crates.io/crates/as-any/0.3.2/download", - "sha256": "b0f477b951e452a0b6b4a10b53ccd569042d1d01729b519e02074a9c0958a063" + "sha256": "b0f477b951e452a0b6b4a10b53ccd569042d1d01729b519e02074a9c0958a063", + "url": "https://static.crates.io/crates/as-any/0.3.2/download" } }, "targets": [ { "Library": { "crate_name": "as_any", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "as_any", + "version": "0.3.2" + }, + "ascii-canvas 3.0.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "term 0.7.0", + "target": "term" + } ], - "edition": "2018", - "version": "0.3.2" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "ascii_canvas", + "license": "Apache-2.0/MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ascii-canvas 3.0.0": { "name": "ascii-canvas", - "version": "3.0.0", "package_url": "https://github.com/nikomatsakis/ascii-canvas", "repository": { "Http": { - "url": "https://static.crates.io/crates/ascii-canvas/3.0.0/download", - "sha256": "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6" + "sha256": "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6", + "url": "https://static.crates.io/crates/ascii-canvas/3.0.0/download" } }, "targets": [ { "Library": { "crate_name": "ascii_canvas", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ascii_canvas", + "version": "3.0.0" + }, + "ascii-canvas 4.0.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "term 1.0.2", + "target": "term" + } ], - "deps": { - "common": [ - { - "id": "term 0.7.0", - "target": "term" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "3.0.0" + "edition": "2021" }, + "library_target_name": "ascii_canvas", "license": "Apache-2.0/MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ascii-canvas 4.0.0": { "name": "ascii-canvas", - "version": "4.0.0", "package_url": "https://github.com/lalrpop/ascii-canvas", "repository": { "Http": { - "url": "https://static.crates.io/crates/ascii-canvas/4.0.0/download", - "sha256": "ef1e3e699d84ab1b0911a1010c5c106aa34ae89aeac103be5ce0c3859db1e891" + "sha256": "ef1e3e699d84ab1b0911a1010c5c106aa34ae89aeac103be5ce0c3859db1e891", + "url": "https://static.crates.io/crates/ascii-canvas/4.0.0/download" } }, "targets": [ { "Library": { "crate_name": "ascii_canvas", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ascii_canvas", + "version": "4.0.0" + }, + "askama 0.15.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "config", + "default", + "derive", + "serde_json", + "std", + "urlencode" + ], + "deps": [ + { + "id": "itoa 1.0.17", + "target": "itoa" + }, + { + "id": "percent-encoding 2.3.1", + "target": "percent_encoding" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + } ], - "deps": { - "common": [ - { - "id": "term 1.0.2", - "target": "term" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "4.0.0" + "edition": "2024", + "proc_macro_deps": [ + { + "id": "askama_macros 0.15.1", + "target": "askama_macros" + } + ] }, - "license": "Apache-2.0/MIT", + "library_target_name": "askama", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "askama 0.15.1": { "name": "askama", - "version": "0.15.1", "package_url": "https://github.com/askama-rs/askama", "repository": { "Http": { - "url": "https://static.crates.io/crates/askama/0.15.1/download", - "sha256": "bb7125972258312e79827b60c9eb93938334100245081cf701a2dee981b17427" + "sha256": "bb7125972258312e79827b60c9eb93938334100245081cf701a2dee981b17427", + "url": "https://static.crates.io/crates/askama/0.15.1/download" } }, "targets": [ { "Library": { "crate_name": "askama", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "askama", + "version": "0.15.1" + }, + "askama_derive 0.15.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "config", + "external-sources", + "proc-macro", + "serde_json", + "std", + "urlencode" + ], + "deps": [ + { + "alias": "parser", + "id": "askama_parser 0.15.1", + "target": "askama_parser" + }, + { + "id": "basic-toml 0.1.7", + "target": "basic_toml" + }, + { + "id": "memchr 2.7.4", + "target": "memchr" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "rustc-hash 2.1.1", + "target": "rustc_hash" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "crate_features": { - "common": [ - "alloc", - "config", - "default", - "derive", - "serde_json", - "std", - "urlencode" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "percent-encoding 2.3.1", - "target": "percent_encoding" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": {} - }, "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "askama_macros 0.15.1", - "target": "askama_macros" - } - ], - "selects": {} - }, - "version": "0.15.1" + "proc_macro_deps": [ + { + "id": "serde_derive 1.0.228", + "target": "serde_derive" + } + ] }, + "library_target_name": "askama_derive", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "askama_derive 0.15.1": { "name": "askama_derive", - "version": "0.15.1", "package_url": "https://github.com/askama-rs/askama", "repository": { "Http": { - "url": "https://static.crates.io/crates/askama_derive/0.15.1/download", - "sha256": "8ba5e7259a1580c61571e3116ebaaa01e3c001b2132b17c4cc5c70780ca3e994", "patch_args": [ "-p2" ], "patches": [ "@@//bazel:askama.patch" - ] + ], + "sha256": "8ba5e7259a1580c61571e3116ebaaa01e3c001b2132b17c4cc5c70780ca3e994", + "url": "https://static.crates.io/crates/askama_derive/0.15.1/download" } }, "targets": [ { "Library": { "crate_name": "askama_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "askama_derive", + "version": "0.15.1" + }, + "askama_macros 0.15.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "config", + "serde_json", + "std", + "urlencode" ], - "crate_features": { - "common": [ - "alloc", - "config", - "external-sources", - "proc-macro", - "serde_json", - "std", - "urlencode" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "askama_parser 0.15.1", - "target": "askama_parser", - "alias": "parser" - }, - { - "id": "basic-toml 0.1.7", - "target": "basic_toml" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "rustc-hash 2.1.1", - "target": "rustc_hash" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "serde_derive 1.0.228", - "target": "serde_derive" - } - ], - "selects": {} - }, - "version": "0.15.1" + "deps": [ + { + "id": "askama_derive 0.15.1", + "target": "askama_derive" + } + ], + "edition": "2024" }, + "library_target_name": "askama_macros", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "askama_macros 0.15.1": { "name": "askama_macros", - "version": "0.15.1", "package_url": "https://github.com/askama-rs/askama", "repository": { "Http": { - "url": "https://static.crates.io/crates/askama_macros/0.15.1/download", - "sha256": "236ce20b77cb13506eaf5024899f4af6e12e8825f390bd943c4c37fd8f322e46" + "sha256": "236ce20b77cb13506eaf5024899f4af6e12e8825f390bd943c4c37fd8f322e46", + "url": "https://static.crates.io/crates/askama_macros/0.15.1/download" } }, "targets": [ { "ProcMacro": { "crate_name": "askama_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "askama_macros", + "version": "0.15.1" + }, + "askama_parser 0.15.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "config" + ], + "deps": [ + { + "id": "rustc-hash 2.1.1", + "target": "rustc_hash" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "unicode-ident 1.0.22", + "target": "unicode_ident" + }, + { + "id": "winnow 0.7.14", + "target": "winnow" + } ], - "crate_features": { - "common": [ - "alloc", - "config", - "serde_json", - "std", - "urlencode" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "askama_derive 0.15.1", - "target": "askama_derive" - } - ], - "selects": {} - }, "edition": "2024", - "version": "0.15.1" + "proc_macro_deps": [ + { + "id": "serde_derive 1.0.228", + "target": "serde_derive" + } + ] }, + "library_target_name": "askama_parser", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "askama_parser 0.15.1": { "name": "askama_parser", - "version": "0.15.1", "package_url": "https://github.com/askama-rs/askama", "repository": { "Http": { - "url": "https://static.crates.io/crates/askama_parser/0.15.1/download", - "sha256": "f3c63392767bb2df6aa65a6e1e3b80fd89bb7af6d58359b924c0695620f1512e" + "sha256": "f3c63392767bb2df6aa65a6e1e3b80fd89bb7af6d58359b924c0695620f1512e", + "url": "https://static.crates.io/crates/askama_parser/0.15.1/download" } }, "targets": [ { "Library": { "crate_name": "askama_parser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "askama_parser", + "version": "0.15.1" + }, + "asn1-rs 0.6.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "datetime", + "default", + "std", + "time" ], - "crate_features": { - "common": [ - "config" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "rustc-hash 2.1.1", - "target": "rustc_hash" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "unicode-ident 1.0.22", - "target": "unicode_ident" - }, - { - "id": "winnow 0.7.14", - "target": "winnow" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "serde_derive 1.0.228", - "target": "serde_derive" - } - ], - "selects": {} - }, - "version": "0.15.1" + "deps": [ + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "rusticata-macros 4.1.0", + "target": "rusticata_macros" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + }, + { + "id": "time 0.3.47", + "target": "time" + } + ], + "edition": "2018", + "proc_macro_deps": [ + { + "id": "asn1-rs-derive 0.5.1", + "target": "asn1_rs_derive" + }, + { + "id": "asn1-rs-impl 0.2.0", + "target": "asn1_rs_impl" + }, + { + "id": "displaydoc 0.2.4", + "target": "displaydoc" + } + ] }, + "library_target_name": "asn1_rs", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "asn1-rs 0.6.2": { "name": "asn1-rs", - "version": "0.6.2", "package_url": "https://github.com/rusticata/asn1-rs.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/asn1-rs/0.6.2/download", - "sha256": "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048" + "sha256": "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048", + "url": "https://static.crates.io/crates/asn1-rs/0.6.2/download" } }, "targets": [ { "Library": { "crate_name": "asn1_rs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "asn1_rs", + "version": "0.6.2" + }, + "asn1-rs 0.7.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "datetime", + "default", + "std", + "time" + ], + "deps": [ + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "rusticata-macros 4.1.0", + "target": "rusticata_macros" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + }, + { + "id": "time 0.3.47", + "target": "time" + } ], - "crate_features": { - "common": [ - "datetime", - "default", - "std", - "time" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "nom 7.1.3", - "target": "nom" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "rusticata-macros 4.1.0", - "target": "rusticata_macros" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "time 0.3.47", - "target": "time" - } - ], - "selects": {} - }, "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "asn1-rs-derive 0.5.1", - "target": "asn1_rs_derive" - }, - { - "id": "asn1-rs-impl 0.2.0", - "target": "asn1_rs_impl" - }, - { - "id": "displaydoc 0.2.4", - "target": "displaydoc" - } - ], - "selects": {} - }, - "version": "0.6.2" + "proc_macro_deps": [ + { + "id": "asn1-rs-derive 0.6.0", + "target": "asn1_rs_derive" + }, + { + "id": "asn1-rs-impl 0.2.0", + "target": "asn1_rs_impl" + }, + { + "id": "displaydoc 0.2.4", + "target": "displaydoc" + } + ] }, + "library_target_name": "asn1_rs", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "asn1-rs 0.7.1": { "name": "asn1-rs", - "version": "0.7.1", "package_url": "https://github.com/rusticata/asn1-rs.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/asn1-rs/0.7.1/download", - "sha256": "56624a96882bb8c26d61312ae18cb45868e5a9992ea73c58e45c3101e56a1e60" + "sha256": "56624a96882bb8c26d61312ae18cb45868e5a9992ea73c58e45c3101e56a1e60", + "url": "https://static.crates.io/crates/asn1-rs/0.7.1/download" } }, "targets": [ { "Library": { "crate_name": "asn1_rs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "asn1_rs", + "version": "0.7.1" + }, + "asn1-rs-derive 0.5.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + }, + { + "id": "synstructure 0.13.1", + "target": "synstructure" + } ], - "crate_features": { - "common": [ - "datetime", - "default", - "std", - "time" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "nom 7.1.3", - "target": "nom" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "rusticata-macros 4.1.0", - "target": "rusticata_macros" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "time 0.3.47", - "target": "time" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "asn1-rs-derive 0.6.0", - "target": "asn1_rs_derive" - }, - { - "id": "asn1-rs-impl 0.2.0", - "target": "asn1_rs_impl" - }, - { - "id": "displaydoc 0.2.4", - "target": "displaydoc" - } - ], - "selects": {} - }, - "version": "0.7.1" + "edition": "2018" }, + "library_target_name": "asn1_rs_derive", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "asn1-rs-derive 0.5.1": { "name": "asn1-rs-derive", - "version": "0.5.1", "package_url": "https://github.com/rusticata/asn1-rs.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/asn1-rs-derive/0.5.1/download", - "sha256": "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" + "sha256": "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490", + "url": "https://static.crates.io/crates/asn1-rs-derive/0.5.1/download" } }, "targets": [ { "ProcMacro": { "crate_name": "asn1_rs_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "asn1_rs_derive", + "version": "0.5.1" + }, + "asn1-rs-derive 0.6.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + }, + { + "id": "synstructure 0.13.1", + "target": "synstructure" + } ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "synstructure 0.13.1", - "target": "synstructure" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.1" + "edition": "2018" }, + "library_target_name": "asn1_rs_derive", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "asn1-rs-derive 0.6.0": { "name": "asn1-rs-derive", - "version": "0.6.0", "package_url": "https://github.com/rusticata/asn1-rs.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/asn1-rs-derive/0.6.0/download", - "sha256": "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c" + "sha256": "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c", + "url": "https://static.crates.io/crates/asn1-rs-derive/0.6.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "asn1_rs_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "asn1_rs_derive", + "version": "0.6.0" + }, + "asn1-rs-impl 0.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "synstructure 0.13.1", - "target": "synstructure" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.6.0" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "asn1_rs_impl", + "license": "MIT/Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "asn1-rs-impl 0.2.0": { "name": "asn1-rs-impl", - "version": "0.2.0", "package_url": "https://github.com/rusticata/asn1-rs.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/asn1-rs-impl/0.2.0/download", - "sha256": "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" + "sha256": "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7", + "url": "https://static.crates.io/crates/asn1-rs-impl/0.2.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "asn1_rs_impl", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "asn1_rs_impl", + "version": "0.2.0" + }, + "assert-json-diff 2.0.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + } ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.0" + "edition": "2018" }, - "license": "MIT/Apache-2.0", + "library_target_name": "assert_json_diff", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": null - }, - "assert-json-diff 2.0.2": { "name": "assert-json-diff", - "version": "2.0.2", "package_url": "https://github.com/davidpdrsn/assert-json-diff.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/assert-json-diff/2.0.2/download", - "sha256": "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12" + "sha256": "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12", + "url": "https://static.crates.io/crates/assert-json-diff/2.0.2/download" } }, "targets": [ { "Library": { "crate_name": "assert_json_diff", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "assert_json_diff", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.0.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" + "version": "2.0.2" }, "assert_cmd 2.0.16": { - "name": "assert_cmd", - "version": "2.0.16", - "package_url": "https://github.com/assert-rs/assert_cmd.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/assert_cmd/2.0.16/download", - "sha256": "dc1835b7f27878de8525dc71410b5a31cdcc5f230aed5ba5df968e09c201b23d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "assert_cmd", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "assert_cmd", + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [ { "id": "anstyle 1.0.8", "target": "anstyle" }, - { - "id": "assert_cmd 2.0.16", - "target": "build_script_build" - }, { "id": "bstr 1.6.0", "target": "bstr" @@ -6612,371 +5419,289 @@ } }, "edition": "2021", - "version": "2.0.16" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "assert_cmd", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "assert_matches 1.5.0": { - "name": "assert_matches", - "version": "1.5.0", - "package_url": "https://github.com/murarth/assert_matches", + "name": "assert_cmd", + "package_url": "https://github.com/assert-rs/assert_cmd.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/assert_matches/1.5.0/download", - "sha256": "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" + "sha256": "dc1835b7f27878de8525dc71410b5a31cdcc5f230aed5ba5df968e09c201b23d", + "url": "https://static.crates.io/crates/assert_cmd/2.0.16/download" } }, "targets": [ { "Library": { - "crate_name": "assert_matches", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "assert_cmd", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "assert_matches", + "version": "2.0.16" + }, + "assert_matches 1.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "1.5.0" + "edition": "2015" }, + "library_target_name": "assert_matches", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "async-channel 1.9.0": { - "name": "async-channel", - "version": "1.9.0", - "package_url": "https://github.com/smol-rs/async-channel", + "name": "assert_matches", + "package_url": "https://github.com/murarth/assert_matches", "repository": { "Http": { - "url": "https://static.crates.io/crates/async-channel/1.9.0/download", - "sha256": "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" + "sha256": "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9", + "url": "https://static.crates.io/crates/assert_matches/1.5.0/download" } }, "targets": [ { "Library": { - "crate_name": "async_channel", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "assert_matches", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "async_channel", + "version": "1.5.0" + }, + "async-channel 1.9.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "concurrent-queue 2.5.0", + "target": "concurrent_queue" + }, + { + "id": "event-listener 2.5.3", + "target": "event_listener" + }, + { + "id": "futures-core 0.3.31", + "target": "futures_core" + } ], - "deps": { - "common": [ - { - "id": "concurrent-queue 2.5.0", - "target": "concurrent_queue" - }, - { - "id": "event-listener 2.5.3", - "target": "event_listener" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.9.0" + "edition": "2018" }, + "library_target_name": "async_channel", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "async-channel 2.5.0": { "name": "async-channel", - "version": "2.5.0", "package_url": "https://github.com/smol-rs/async-channel", "repository": { "Http": { - "url": "https://static.crates.io/crates/async-channel/2.5.0/download", - "sha256": "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" + "sha256": "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35", + "url": "https://static.crates.io/crates/async-channel/1.9.0/download" } }, "targets": [ { "Library": { "crate_name": "async_channel", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "async_channel", + "version": "1.9.0" + }, + "async-channel 2.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "concurrent-queue 2.5.0", - "target": "concurrent_queue" - }, - { - "id": "event-listener-strategy 0.5.4", - "target": "event_listener_strategy" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.5.0" + "deps": [ + { + "id": "concurrent-queue 2.5.0", + "target": "concurrent_queue" + }, + { + "id": "event-listener-strategy 0.5.4", + "target": "event_listener_strategy" + }, + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + } + ], + "edition": "2021" }, + "library_target_name": "async_channel", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "async-compression 0.4.3": { - "name": "async-compression", - "version": "0.4.3", - "package_url": "https://github.com/Nullus157/async-compression", + "name": "async-channel", + "package_url": "https://github.com/smol-rs/async-channel", "repository": { "Http": { - "url": "https://static.crates.io/crates/async-compression/0.4.3/download", - "sha256": "bb42b2197bf15ccb092b62c74515dbd8b86d0effd934795f6687c93b6e679a2c" + "sha256": "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2", + "url": "https://static.crates.io/crates/async-channel/2.5.0/download" } }, "targets": [ { "Library": { - "crate_name": "async_compression", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "async_channel", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "async_compression", + "version": "2.5.0" + }, + "async-compression 0.4.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "brotli", + "flate2", + "gzip", + "libzstd", + "tokio", + "zlib", + "zstd", + "zstd-safe" + ], + "deps": [ + { + "id": "brotli 3.3.4", + "target": "brotli" + }, + { + "id": "flate2 1.1.5", + "target": "flate2" + }, + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "memchr 2.7.4", + "target": "memchr" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "alias": "libzstd", + "id": "zstd 0.12.4", + "target": "zstd" + }, + { + "id": "zstd-safe 6.0.5+zstd.1.5.4", + "target": "zstd_safe" + } ], - "crate_features": { - "common": [ - "brotli", - "flate2", - "gzip", - "libzstd", - "tokio", - "zlib", - "zstd", - "zstd-safe" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "brotli 3.3.4", - "target": "brotli" - }, - { - "id": "flate2 1.1.5", - "target": "flate2" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "zstd 0.12.4", - "target": "zstd", - "alias": "libzstd" - }, - { - "id": "zstd-safe 6.0.5+zstd.1.5.4", - "target": "zstd_safe" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.3" + "edition": "2018" }, + "library_target_name": "async_compression", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "async-http-codec 0.8.0": { - "name": "async-http-codec", - "version": "0.8.0", - "package_url": null, + "name": "async-compression", + "package_url": "https://github.com/Nullus157/async-compression", "repository": { "Http": { - "url": "https://static.crates.io/crates/async-http-codec/0.8.0/download", - "sha256": "096146020b08dbc4587685b0730a7ba905625af13c65f8028035cdfd69573c91" + "sha256": "bb42b2197bf15ccb092b62c74515dbd8b86d0effd934795f6687c93b6e679a2c", + "url": "https://static.crates.io/crates/async-compression/0.4.3/download" } }, "targets": [ { "Library": { - "crate_name": "async_http_codec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "async_compression", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "async_http_codec", + "version": "0.4.3" + }, + "async-http-codec 0.8.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "anyhow 1.0.104", + "target": "anyhow" + }, + { + "id": "futures 0.3.31", + "target": "futures" + }, + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "httparse 1.10.1", + "target": "httparse" + }, + { + "id": "log 0.4.33", + "target": "log" + } ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "futures 0.3.31", - "target": "futures" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "httparse 1.10.1", - "target": "httparse" - }, - { - "id": "log 0.4.33", - "target": "log" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.0" + "edition": "2021" }, + "library_target_name": "async_http_codec", "license": "Apache-2.0 OR MIT", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "async-io 2.4.0": { - "name": "async-io", - "version": "2.4.0", - "package_url": "https://github.com/smol-rs/async-io", + "name": "async-http-codec", "repository": { "Http": { - "url": "https://static.crates.io/crates/async-io/2.4.0/download", - "sha256": "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059" + "sha256": "096146020b08dbc4587685b0730a7ba905625af13c65f8028035cdfd69573c91", + "url": "https://static.crates.io/crates/async-http-codec/0.8.0/download" } }, "targets": [ { "Library": { - "crate_name": "async_io", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "async_http_codec", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "async_io", + "version": "0.8.0" + }, + "async-io 2.4.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [ { @@ -7029,910 +5754,652 @@ ] } }, - "edition": "2021", - "version": "2.4.0" + "edition": "2021" }, + "library_target_name": "async_io", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" + "name": "async-io", + "package_url": "https://github.com/smol-rs/async-io", + "repository": { + "Http": { + "sha256": "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059", + "url": "https://static.crates.io/crates/async-io/2.4.0/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "async_io", + "crate_root": "src/lib.rs" + } + } + ], + "version": "2.4.0" }, "async-lock 3.4.2": { + "common_attrs": { + "crate_features": [ + "default", + "std" + ], + "deps": [ + { + "id": "event-listener 5.3.1", + "target": "event_listener" + }, + { + "id": "event-listener-strategy 0.5.4", + "target": "event_listener_strategy" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + } + ], + "edition": "2021" + }, + "library_target_name": "async_lock", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", + "license_ids": [ + "Apache-2.0", + "MIT" + ], "name": "async-lock", - "version": "3.4.2", "package_url": "https://github.com/smol-rs/async-lock", "repository": { "Http": { - "url": "https://static.crates.io/crates/async-lock/3.4.2/download", - "sha256": "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" + "sha256": "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311", + "url": "https://static.crates.io/crates/async-lock/3.4.2/download" } }, "targets": [ { "Library": { "crate_name": "async_lock", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "async_lock", + "version": "3.4.2" + }, + "async-net 2.0.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "async-io 2.4.0", + "target": "async_io" + }, + { + "id": "blocking 1.6.1", + "target": "blocking" + }, + { + "id": "futures-lite 2.0.0", + "target": "futures_lite" + } ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "event-listener 5.3.1", - "target": "event_listener" - }, - { - "id": "event-listener-strategy 0.5.4", - "target": "event_listener_strategy" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.4.2" + "edition": "2021" }, + "library_target_name": "async_net", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "async-net 2.0.0": { "name": "async-net", - "version": "2.0.0", "package_url": "https://github.com/smol-rs/async-net", "repository": { "Http": { - "url": "https://static.crates.io/crates/async-net/2.0.0/download", - "sha256": "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7" + "sha256": "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7", + "url": "https://static.crates.io/crates/async-net/2.0.0/download" } }, "targets": [ { "Library": { "crate_name": "async_net", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "async_net", + "version": "2.0.0" + }, + "async-recursion 1.0.5": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "async-io 2.4.0", - "target": "async_io" - }, - { - "id": "blocking 1.6.1", - "target": "blocking" - }, - { - "id": "futures-lite 2.0.0", - "target": "futures_lite" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.0.0" + "edition": "2018" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "async_recursion", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "async-recursion 1.0.5": { "name": "async-recursion", - "version": "1.0.5", "package_url": "https://github.com/dcchut/async-recursion", "repository": { "Http": { - "url": "https://static.crates.io/crates/async-recursion/1.0.5/download", - "sha256": "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0" + "sha256": "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0", + "url": "https://static.crates.io/crates/async-recursion/1.0.5/download" } }, "targets": [ { "ProcMacro": { "crate_name": "async_recursion", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "async_recursion", + "version": "1.0.5" + }, + "async-socks5 0.6.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "thiserror 1.0.68", + "target": "thiserror" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + } ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.5" + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "async_socks5", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE.md", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "async-socks5 0.6.0": { "name": "async-socks5", - "version": "0.6.0", "package_url": "https://github.com/ark0f/async-socks5", "repository": { "Http": { - "url": "https://static.crates.io/crates/async-socks5/0.6.0/download", - "sha256": "8da2537846e16b96d2972ee52a3b355663872a1a687ce6d57a3b6f6b6a181c89" + "sha256": "8da2537846e16b96d2972ee52a3b355663872a1a687ce6d57a3b6f6b6a181c89", + "url": "https://static.crates.io/crates/async-socks5/0.6.0/download" } }, "targets": [ { "Library": { "crate_name": "async_socks5", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "async_socks5", + "version": "0.6.0" + }, + "async-stream 0.3.6": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + } ], - "deps": { - "common": [ - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.6.0" + "proc_macro_deps": [ + { + "id": "async-stream-impl 0.3.6", + "target": "async_stream_impl" + } + ] }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "async_stream", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE.md" - }, - "async-stream 0.3.6": { "name": "async-stream", - "version": "0.3.6", "package_url": "https://github.com/tokio-rs/async-stream", "repository": { "Http": { - "url": "https://static.crates.io/crates/async-stream/0.3.6/download", - "sha256": "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" + "sha256": "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476", + "url": "https://static.crates.io/crates/async-stream/0.3.6/download" } }, "targets": [ { "Library": { "crate_name": "async_stream", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "async_stream", + "version": "0.3.6" + }, + "async-stream-impl 0.3.6": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-stream-impl 0.3.6", - "target": "async_stream_impl" - } - ], - "selects": {} - }, - "version": "0.3.6" + "edition": "2021" }, + "library_target_name": "async_stream_impl", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "async-stream-impl 0.3.6": { "name": "async-stream-impl", - "version": "0.3.6", "package_url": "https://github.com/tokio-rs/async-stream", "repository": { "Http": { - "url": "https://static.crates.io/crates/async-stream-impl/0.3.6/download", - "sha256": "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" + "sha256": "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d", + "url": "https://static.crates.io/crates/async-stream-impl/0.3.6/download" } }, "targets": [ { "ProcMacro": { "crate_name": "async_stream_impl", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "async_stream_impl", + "version": "0.3.6" + }, + "async-task 4.7.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.6" + "edition": "2021" }, - "license": "MIT", + "library_target_name": "async_task", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "async-task 4.7.1": { "name": "async-task", - "version": "4.7.1", "package_url": "https://github.com/smol-rs/async-task", "repository": { "Http": { - "url": "https://static.crates.io/crates/async-task/4.7.1/download", - "sha256": "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" + "sha256": "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de", + "url": "https://static.crates.io/crates/async-task/4.7.1/download" } }, "targets": [ { "Library": { "crate_name": "async_task", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "async_task", + "version": "4.7.1" + }, + "async-trait 0.1.89": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "4.7.1" + "edition": "2021" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "async_trait", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "async-trait 0.1.89": { "name": "async-trait", - "version": "0.1.89", "package_url": "https://github.com/dtolnay/async-trait", "repository": { "Http": { - "url": "https://static.crates.io/crates/async-trait/0.1.89/download", - "sha256": "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" + "sha256": "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb", + "url": "https://static.crates.io/crates/async-trait/0.1.89/download" } }, "targets": [ { "ProcMacro": { "crate_name": "async_trait", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "async_trait", + "version": "0.1.89" + }, + "async-watch 0.3.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "event-listener 2.5.3", + "target": "event_listener" + } ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.89" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "async_watch", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "async-watch 0.3.1": { "name": "async-watch", - "version": "0.3.1", "package_url": "https://github.com/cynecx/async-watch", "repository": { "Http": { - "url": "https://static.crates.io/crates/async-watch/0.3.1/download", - "sha256": "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2" + "sha256": "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2", + "url": "https://static.crates.io/crates/async-watch/0.3.1/download" } }, "targets": [ { "Library": { "crate_name": "async_watch", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "async_watch", + "version": "0.3.1" + }, + "async-web-client 0.6.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "aws-lc-rs", + "tls12" ], - "deps": { - "common": [ - { - "id": "event-listener 2.5.3", - "target": "event_listener" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.1" + "deps": [ + { + "id": "async-http-codec 0.8.0", + "target": "async_http_codec" + }, + { + "id": "async-net 2.0.0", + "target": "async_net" + }, + { + "id": "futures 0.3.31", + "target": "futures" + }, + { + "id": "futures-rustls 0.26.0", + "target": "futures_rustls" + }, + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "lazy_static 1.5.0", + "target": "lazy_static" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "rustls-pki-types 1.12.0", + "target": "rustls_pki_types" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + }, + { + "id": "webpki-roots 0.26.8", + "target": "webpki_roots" + } + ], + "edition": "2021" }, + "library_target_name": "async_web_client", "license": "Apache-2.0 OR MIT", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "async-web-client 0.6.3": { "name": "async-web-client", - "version": "0.6.3", "package_url": "https://github.com/FlorianUekermann/async-web-client", "repository": { "Http": { - "url": "https://static.crates.io/crates/async-web-client/0.6.3/download", - "sha256": "8caf502b44d6d4be6154ac33af012cbb5fef11e6066edcfb42834217fbaf501b" + "sha256": "8caf502b44d6d4be6154ac33af012cbb5fef11e6066edcfb42834217fbaf501b", + "url": "https://static.crates.io/crates/async-web-client/0.6.3/download" } }, "targets": [ { "Library": { "crate_name": "async_web_client", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "async_web_client", + "version": "0.6.3" + }, + "atomic-waker 1.1.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "aws-lc-rs", - "tls12" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "async-http-codec 0.8.0", - "target": "async_http_codec" - }, - { - "id": "async-net 2.0.0", - "target": "async_net" - }, - { - "id": "futures 0.3.31", - "target": "futures" - }, - { - "id": "futures-rustls 0.26.0", - "target": "futures_rustls" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "webpki-roots 0.26.8", - "target": "webpki_roots" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.3" + "edition": "2018" }, + "library_target_name": "atomic_waker", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "atomic-waker 1.1.2": { "name": "atomic-waker", - "version": "1.1.2", "package_url": "https://github.com/smol-rs/atomic-waker", "repository": { "Http": { - "url": "https://static.crates.io/crates/atomic-waker/1.1.2/download", - "sha256": "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" + "sha256": "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0", + "url": "https://static.crates.io/crates/atomic-waker/1.1.2/download" } }, "targets": [ { "Library": { "crate_name": "atomic_waker", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "atomic_waker", + "version": "1.1.2" + }, + "auto_impl 1.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "edition": "2018", - "version": "1.1.2" + "edition": "2021" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "auto_impl", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "auto_impl 1.3.0": { "name": "auto_impl", - "version": "1.3.0", "package_url": "https://github.com/auto-impl-rs/auto_impl/", "repository": { "Http": { - "url": "https://static.crates.io/crates/auto_impl/1.3.0/download", - "sha256": "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7" + "sha256": "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7", + "url": "https://static.crates.io/crates/auto_impl/1.3.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "auto_impl", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "auto_impl", + "version": "1.3.0" + }, + "autocfg 1.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.3.0" + "edition": "2015" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "autocfg", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "autocfg 1.5.0": { "name": "autocfg", - "version": "1.5.0", "package_url": "https://github.com/cuviper/autocfg", "repository": { "Http": { - "url": "https://static.crates.io/crates/autocfg/1.5.0/download", - "sha256": "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" + "sha256": "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8", + "url": "https://static.crates.io/crates/autocfg/1.5.0/download" } }, "targets": [ { "Library": { "crate_name": "autocfg", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "autocfg", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "1.5.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" + "version": "1.5.0" }, "aws-lc-rs 1.17.3": { - "name": "aws-lc-rs", - "version": "1.17.3", - "package_url": "https://github.com/aws/aws-lc-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/aws-lc-rs/1.17.3/download", - "sha256": "00bdb5da18dac48ca2cc7cd4a98e533e8635a58e2361d13a1a4ee3888e0d72f1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "aws_lc_rs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "build_script_attrs": { + "link_deps": [ + { + "id": "aws-lc-sys 0.43.0", + "target": "aws_lc_sys" } - } - ], - "library_target_name": "aws_lc_rs", - "common_attrs": { - "compile_data_glob": [ - "**" ], - "crate_features": { - "common": [ - "alloc", - "aws-lc-sys", - "default", - "prebuilt-nasm", - "ring-io", - "ring-sig-verify" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aws-lc-rs 1.17.3", - "target": "build_script_build" - }, - { - "id": "aws-lc-sys 0.43.0", - "target": "aws_lc_sys" - }, - { - "id": "untrusted 0.7.1", - "target": "untrusted" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.17.3" + "links": "aws_lc_rs_1_17_3_sys" }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "common_attrs": { + "crate_features": [ + "alloc", + "aws-lc-sys", + "default", + "prebuilt-nasm", + "ring-io", + "ring-sig-verify" ], - "data_glob": [ - "**" + "deps": [ + { + "id": "aws-lc-sys 0.43.0", + "target": "aws_lc_sys" + }, + { + "id": "untrusted 0.7.1", + "target": "untrusted" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } ], - "link_deps": { - "common": [ - { - "id": "aws-lc-sys 0.43.0", - "target": "aws_lc_sys" - } - ], - "selects": {} - }, - "links": "aws_lc_rs_1_17_3_sys" + "edition": "2021", + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "aws_lc_rs", "license": "ISC AND (Apache-2.0 OR ISC)", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0", "ISC" ], - "license_file": "LICENSE" - }, - "aws-lc-sys 0.43.0": { - "name": "aws-lc-sys", - "version": "0.43.0", + "name": "aws-lc-rs", "package_url": "https://github.com/aws/aws-lc-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/aws-lc-sys/0.43.0/download", - "sha256": "43103168cc76fe62678a375e722fc9cb3a0146159ac5828bc4f0dfd755c2224c" + "sha256": "00bdb5da18dac48ca2cc7cd4a98e533e8635a58e2361d13a1a4ee3888e0d72f1", + "url": "https://static.crates.io/crates/aws-lc-rs/1.17.3/download" } }, "targets": [ { "Library": { - "crate_name": "aws_lc_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "aws_lc_rs", + "crate_root": "src/lib.rs" } }, { "BuildScript": { - "crate_name": "build_script_main", - "crate_root": "builder/main.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "aws_lc_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "prebuilt-nasm" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aws-lc-sys 0.43.0", - "target": "build_script_main" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.43.0" - }, + "version": "1.17.3" + }, + "aws-lc-sys 0.43.0": { "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], "deps": { "common": [ { @@ -7963,7 +6430,18 @@ }, "links": "aws_lc_0_43_0" }, + "common_attrs": { + "crate_features": [ + "prebuilt-nasm" + ], + "edition": "2021", + "extra_deps": [ + ":build_script_main" + ] + }, + "library_target_name": "aws_lc_sys", "license": "ISC AND (Apache-2.0 OR ISC) AND Apache-2.0 AND MIT AND BSD-3-Clause AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR ISC OR MIT-0)", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0", "BSD-3-Clause", @@ -7971,1454 +6449,1133 @@ "MIT", "MIT-0" ], - "license_file": "LICENSE" + "name": "aws-lc-sys", + "package_url": "https://github.com/aws/aws-lc-rs", + "repository": { + "Http": { + "sha256": "43103168cc76fe62678a375e722fc9cb3a0146159ac5828bc4f0dfd755c2224c", + "url": "https://static.crates.io/crates/aws-lc-sys/0.43.0/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "aws_lc_sys", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_main", + "crate_root": "builder/main.rs" + } + } + ], + "version": "0.43.0" }, "axum 0.8.9": { + "common_attrs": { + "crate_features": [ + "default", + "form", + "http1", + "json", + "macros", + "matched-path", + "original-uri", + "query", + "tokio", + "tower-log", + "tracing", + "ws" + ], + "deps": [ + { + "id": "axum-core 0.5.6", + "target": "axum_core" + }, + { + "id": "base64 0.22.1", + "target": "base64" + }, + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "form_urlencoded 1.2.1", + "target": "form_urlencoded" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "http-body 1.0.1", + "target": "http_body" + }, + { + "id": "http-body-util 0.1.3", + "target": "http_body_util" + }, + { + "id": "hyper 1.8.1", + "target": "hyper" + }, + { + "id": "hyper-util 0.1.20", + "target": "hyper_util" + }, + { + "id": "itoa 1.0.17", + "target": "itoa" + }, + { + "id": "matchit 0.8.4", + "target": "matchit" + }, + { + "id": "memchr 2.7.4", + "target": "memchr" + }, + { + "id": "mime 0.3.17", + "target": "mime" + }, + { + "id": "percent-encoding 2.3.1", + "target": "percent_encoding" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + }, + { + "id": "serde_core 1.0.228", + "target": "serde_core" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + }, + { + "id": "serde_path_to_error 0.1.14", + "target": "serde_path_to_error" + }, + { + "id": "serde_urlencoded 0.7.1", + "target": "serde_urlencoded" + }, + { + "id": "sha1 0.10.6", + "target": "sha1" + }, + { + "id": "sync_wrapper 1.0.2", + "target": "sync_wrapper" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "id": "tokio-tungstenite 0.29.0", + "target": "tokio_tungstenite" + }, + { + "id": "tower 0.5.2", + "target": "tower" + }, + { + "id": "tower-layer 0.3.3", + "target": "tower_layer" + }, + { + "id": "tower-service 0.3.3", + "target": "tower_service" + }, + { + "id": "tracing 0.1.44", + "target": "tracing" + } + ], + "edition": "2021", + "proc_macro_deps": [ + { + "id": "axum-macros 0.5.1", + "target": "axum_macros" + } + ] + }, + "library_target_name": "axum", + "license": "MIT", + "license_file": "LICENSE", + "license_ids": [ + "MIT" + ], "name": "axum", - "version": "0.8.9", "package_url": "https://github.com/tokio-rs/axum", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum/0.8.9/download", - "sha256": "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90" + "sha256": "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90", + "url": "https://static.crates.io/crates/axum/0.8.9/download" } }, "targets": [ { "Library": { "crate_name": "axum", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "axum", + "version": "0.8.9" + }, + "axum-core 0.5.6": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "tracing" ], - "crate_features": { - "common": [ - "default", - "form", - "http1", - "json", - "macros", - "matched-path", - "original-uri", - "query", - "tokio", - "tower-log", - "tracing", - "ws" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "axum-core 0.5.6", - "target": "axum_core" - }, - { - "id": "base64 0.22.1", - "target": "base64" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "form_urlencoded 1.2.1", - "target": "form_urlencoded" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "http-body-util 0.1.3", - "target": "http_body_util" - }, - { - "id": "hyper 1.8.1", - "target": "hyper" - }, - { - "id": "hyper-util 0.1.20", - "target": "hyper_util" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "matchit 0.8.4", - "target": "matchit" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "mime 0.3.17", - "target": "mime" - }, - { - "id": "percent-encoding 2.3.1", - "target": "percent_encoding" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "serde_core 1.0.228", - "target": "serde_core" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "serde_path_to_error 0.1.14", - "target": "serde_path_to_error" - }, - { - "id": "serde_urlencoded 0.7.1", - "target": "serde_urlencoded" - }, - { - "id": "sha1 0.10.6", - "target": "sha1" - }, - { - "id": "sync_wrapper 1.0.2", - "target": "sync_wrapper" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-tungstenite 0.29.0", - "target": "tokio_tungstenite" - }, - { - "id": "tower 0.5.2", - "target": "tower" - }, - { - "id": "tower-layer 0.3.3", - "target": "tower_layer" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "axum-macros 0.5.1", - "target": "axum_macros" - } - ], - "selects": {} - }, - "version": "0.8.9" + "deps": [ + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "http-body 1.0.1", + "target": "http_body" + }, + { + "id": "http-body-util 0.1.3", + "target": "http_body_util" + }, + { + "id": "mime 0.3.17", + "target": "mime" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + }, + { + "id": "sync_wrapper 1.0.2", + "target": "sync_wrapper" + }, + { + "id": "tower-layer 0.3.3", + "target": "tower_layer" + }, + { + "id": "tower-service 0.3.3", + "target": "tower_service" + }, + { + "id": "tracing 0.1.44", + "target": "tracing" + } + ], + "edition": "2021" }, + "library_target_name": "axum_core", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "axum-core 0.5.6": { "name": "axum-core", - "version": "0.5.6", "package_url": "https://github.com/tokio-rs/axum", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum-core/0.5.6/download", - "sha256": "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" + "sha256": "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1", + "url": "https://static.crates.io/crates/axum-core/0.5.6/download" } }, "targets": [ { "Library": { "crate_name": "axum_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "axum_core", + "version": "0.5.6" + }, + "axum-extra 0.10.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "tracing", + "typed-header" + ], + "deps": [ + { + "id": "axum 0.8.9", + "target": "axum" + }, + { + "id": "axum-core 0.5.6", + "target": "axum_core" + }, + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "headers 0.4.1", + "target": "headers" + }, + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "http-body 1.0.1", + "target": "http_body" + }, + { + "id": "http-body-util 0.1.3", + "target": "http_body_util" + }, + { + "id": "mime 0.3.17", + "target": "mime" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "tower 0.5.2", + "target": "tower" + }, + { + "id": "tower-layer 0.3.3", + "target": "tower_layer" + }, + { + "id": "tower-service 0.3.3", + "target": "tower_service" + } ], - "crate_features": { - "common": [ - "tracing" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "http-body-util 0.1.3", - "target": "http_body_util" - }, - { - "id": "mime 0.3.17", - "target": "mime" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "sync_wrapper 1.0.2", - "target": "sync_wrapper" - }, - { - "id": "tower-layer 0.3.3", - "target": "tower_layer" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.5.6" + "proc_macro_deps": [ + { + "id": "rustversion 1.0.14", + "target": "rustversion" + } + ] }, + "library_target_name": "axum_extra", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "axum-extra 0.10.1": { "name": "axum-extra", - "version": "0.10.1", "package_url": "https://github.com/tokio-rs/axum", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum-extra/0.10.1/download", - "sha256": "45bf463831f5131b7d3c756525b305d40f1185b688565648a92e1392ca35713d" + "sha256": "45bf463831f5131b7d3c756525b305d40f1185b688565648a92e1392ca35713d", + "url": "https://static.crates.io/crates/axum-extra/0.10.1/download" } }, "targets": [ { "Library": { "crate_name": "axum_extra", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "axum_extra", + "version": "0.10.1" + }, + "axum-extra 0.12.6": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "middleware", + "tracing" ], - "crate_features": { - "common": [ - "default", - "tracing", - "typed-header" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "axum 0.8.9", - "target": "axum" - }, - { - "id": "axum-core 0.5.6", - "target": "axum_core" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "headers 0.4.1", - "target": "headers" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "http-body-util 0.1.3", - "target": "http_body_util" - }, - { - "id": "mime 0.3.17", - "target": "mime" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "tower 0.5.2", - "target": "tower" - }, - { - "id": "tower-layer 0.3.3", - "target": "tower_layer" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "rustversion 1.0.14", - "target": "rustversion" - } - ], - "selects": {} - }, - "version": "0.10.1" + "deps": [ + { + "id": "axum 0.8.9", + "target": "axum" + }, + { + "id": "axum-core 0.5.6", + "target": "axum_core" + }, + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "http-body 1.0.1", + "target": "http_body" + }, + { + "id": "http-body-util 0.1.3", + "target": "http_body_util" + }, + { + "id": "mime 0.3.17", + "target": "mime" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + }, + { + "id": "tower-layer 0.3.3", + "target": "tower_layer" + }, + { + "id": "tower-service 0.3.3", + "target": "tower_service" + }, + { + "id": "tracing 0.1.44", + "target": "tracing" + } + ], + "edition": "2021" }, + "library_target_name": "axum_extra", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "axum-extra 0.12.6": { "name": "axum-extra", - "version": "0.12.6", "package_url": "https://github.com/tokio-rs/axum", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum-extra/0.12.6/download", - "sha256": "be44683b41ccb9ab2d23a5230015c9c3c55be97a25e4428366de8873103f7970" + "sha256": "be44683b41ccb9ab2d23a5230015c9c3c55be97a25e4428366de8873103f7970", + "url": "https://static.crates.io/crates/axum-extra/0.12.6/download" } }, "targets": [ { "Library": { "crate_name": "axum_extra", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "axum_extra", + "version": "0.12.6" + }, + "axum-macros 0.5.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "default", - "middleware", - "tracing" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "axum 0.8.9", - "target": "axum" - }, - { - "id": "axum-core 0.5.6", - "target": "axum_core" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "http-body-util 0.1.3", - "target": "http_body_util" - }, - { - "id": "mime 0.3.17", - "target": "mime" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "tower-layer 0.3.3", - "target": "tower_layer" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.12.6" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } + ], + "edition": "2021" }, + "library_target_name": "axum_macros", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "axum-macros 0.5.1": { "name": "axum-macros", - "version": "0.5.1", "package_url": "https://github.com/tokio-rs/axum", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum-macros/0.5.1/download", - "sha256": "7aa268c23bfbbd2c4363b9cd302a4f504fb2a9dfe7e3451d66f35dd392e20aca" + "sha256": "7aa268c23bfbbd2c4363b9cd302a4f504fb2a9dfe7e3451d66f35dd392e20aca", + "url": "https://static.crates.io/crates/axum-macros/0.5.1/download" } }, "targets": [ { "ProcMacro": { "crate_name": "axum_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "axum_macros", + "version": "0.5.1" + }, + "axum-otel-metrics 0.14.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "axum 0.8.9", + "target": "axum" + }, + { + "id": "http-body 1.0.1", + "target": "http_body" + }, + { + "id": "opentelemetry 0.32.0", + "target": "opentelemetry" + }, + { + "id": "opentelemetry-semantic-conventions 0.32.1", + "target": "opentelemetry_semantic_conventions" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + }, + { + "id": "tower 0.5.2", + "target": "tower" + } ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.1" + "edition": "2021" }, + "library_target_name": "axum_otel_metrics", "license": "MIT", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "axum-otel-metrics 0.14.1": { "name": "axum-otel-metrics", - "version": "0.14.1", "package_url": "https://github.com/ttys3/axum-otel-metrics/", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum-otel-metrics/0.14.1/download", - "sha256": "d0d74d40b1ff9bd3e8f782aa6798d22ff6a7d1b53049e0e239f5332dab2dd83d" + "sha256": "d0d74d40b1ff9bd3e8f782aa6798d22ff6a7d1b53049e0e239f5332dab2dd83d", + "url": "https://static.crates.io/crates/axum-otel-metrics/0.14.1/download" } }, "targets": [ { "Library": { "crate_name": "axum_otel_metrics", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "axum_otel_metrics", + "version": "0.14.1" + }, + "axum-server 0.7.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "arc-swap", + "default", + "rustls", + "rustls-pemfile", + "rustls-pki-types", + "tls-rustls-no-provider", + "tokio-rustls" + ], + "deps": [ + { + "id": "arc-swap 1.7.1", + "target": "arc_swap" + }, + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "fs-err 3.1.0", + "target": "fs_err" + }, + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "http-body 1.0.1", + "target": "http_body" + }, + { + "id": "hyper 1.8.1", + "target": "hyper" + }, + { + "id": "hyper-util 0.1.20", + "target": "hyper_util" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + }, + { + "id": "rustls 0.23.27", + "target": "rustls" + }, + { + "id": "rustls-pemfile 2.2.0", + "target": "rustls_pemfile" + }, + { + "id": "rustls-pki-types 1.12.0", + "target": "rustls_pki_types" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "id": "tokio-rustls 0.26.0", + "target": "tokio_rustls" + }, + { + "id": "tower-service 0.3.3", + "target": "tower_service" + } ], - "deps": { - "common": [ - { - "id": "axum 0.8.9", - "target": "axum" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "opentelemetry 0.32.0", - "target": "opentelemetry" - }, - { - "id": "opentelemetry-semantic-conventions 0.32.1", - "target": "opentelemetry_semantic_conventions" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "tower 0.5.2", - "target": "tower" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.14.1" + "edition": "2021" }, + "library_target_name": "axum_server", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": null - }, - "axum-server 0.7.3": { "name": "axum-server", - "version": "0.7.3", "package_url": "https://github.com/programatik29/axum-server", "repository": { "Http": { - "url": "https://static.crates.io/crates/axum-server/0.7.3/download", - "sha256": "c1ab4a3ec9ea8a657c72d99a03a824af695bd0fb5ec639ccbd9cd3543b41a5f9" + "sha256": "c1ab4a3ec9ea8a657c72d99a03a824af695bd0fb5ec639ccbd9cd3543b41a5f9", + "url": "https://static.crates.io/crates/axum-server/0.7.3/download" } }, "targets": [ { "Library": { "crate_name": "axum_server", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "axum_server", + "version": "0.7.3" + }, + "backon 1.6.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "std", + "std-blocking-sleep" ], - "crate_features": { - "common": [ - "arc-swap", - "default", - "rustls", - "rustls-pemfile", - "rustls-pki-types", - "tls-rustls-no-provider", - "tokio-rustls" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "arc-swap 1.7.1", - "target": "arc_swap" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "fs-err 3.1.0", - "target": "fs_err" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "hyper 1.8.1", - "target": "hyper" - }, - { - "id": "hyper-util 0.1.20", - "target": "hyper_util" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "rustls 0.23.27", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.2.0", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-rustls 0.26.0", - "target": "tokio_rustls" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.3" + "deps": [ + { + "id": "fastrand 2.3.0", + "target": "fastrand" + } + ], + "edition": "2024" }, - "license": "MIT", + "library_target_name": "backon", + "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ - "MIT" + "Apache-2.0" ], - "license_file": "LICENSE" - }, - "backon 1.6.0": { "name": "backon", - "version": "1.6.0", "package_url": "https://github.com/Xuanwo/backon", "repository": { "Http": { - "url": "https://static.crates.io/crates/backon/1.6.0/download", - "sha256": "cffb0e931875b666fc4fcb20fee52e9bbd1ef836fd9e9e04ec21555f9f85f7ef" + "sha256": "cffb0e931875b666fc4fcb20fee52e9bbd1ef836fd9e9e04ec21555f9f85f7ef", + "url": "https://static.crates.io/crates/backon/1.6.0/download" } }, "targets": [ { "Library": { "crate_name": "backon", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "backon", + "version": "1.6.0" + }, + "backtrace 0.3.68": { + "build_script_attrs": { + "deps": [ + { + "id": "cc 1.2.48", + "target": "cc" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "std", - "std-blocking-sleep" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "fastrand 2.3.0", - "target": "fastrand" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "1.6.0" + "deps": [ + { + "id": "addr2line 0.20.0", + "target": "addr2line" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "id": "miniz_oxide 0.7.1", + "target": "miniz_oxide" + }, + { + "id": "object 0.31.1", + "target": "object" + }, + { + "id": "rustc-demangle 0.1.26", + "target": "rustc_demangle" + } + ], + "edition": "2018", + "extra_deps": [ + ":build_script_build" + ] }, - "license": "Apache-2.0", + "library_target_name": "backtrace", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "Apache-2.0" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" - }, - "backtrace 0.3.68": { "name": "backtrace", - "version": "0.3.68", "package_url": "https://github.com/rust-lang/backtrace-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/backtrace/0.3.68/download", - "sha256": "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12" + "sha256": "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12", + "url": "https://static.crates.io/crates/backtrace/0.3.68/download" } }, "targets": [ { "Library": { "crate_name": "backtrace", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "backtrace", + "version": "0.3.68" + }, + "base16ct 0.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "addr2line 0.20.0", - "target": "addr2line" - }, - { - "id": "backtrace 0.3.68", - "target": "build_script_build" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "miniz_oxide 0.7.1", - "target": "miniz_oxide" - }, - { - "id": "object 0.31.1", - "target": "object" - }, - { - "id": "rustc-demangle 0.1.26", - "target": "rustc_demangle" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.68" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "crate_features": [ + "alloc" ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - } + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "base16ct", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "base16ct 0.2.0": { "name": "base16ct", - "version": "0.2.0", "package_url": "https://github.com/RustCrypto/formats/tree/master/base16ct", "repository": { "Http": { - "url": "https://static.crates.io/crates/base16ct/0.2.0/download", - "sha256": "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" + "sha256": "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf", + "url": "https://static.crates.io/crates/base16ct/0.2.0/download" } }, "targets": [ { "Library": { "crate_name": "base16ct", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "base16ct", + "version": "0.2.0" + }, + "base32 0.4.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" + "edition": "2015" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "base32", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "base32 0.4.0": { "name": "base32", - "version": "0.4.0", "package_url": "https://github.com/andreasots/base32", "repository": { "Http": { - "url": "https://static.crates.io/crates/base32/0.4.0/download", - "sha256": "23ce669cd6c8588f79e15cf450314f9638f967fc5770ff1c7c1deb0925ea7cfa" + "sha256": "23ce669cd6c8588f79e15cf450314f9638f967fc5770ff1c7c1deb0925ea7cfa", + "url": "https://static.crates.io/crates/base32/0.4.0/download" } }, "targets": [ { "Library": { "crate_name": "base32", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "base32", + "version": "0.4.0" + }, + "base58ck 0.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "std" ], - "edition": "2015", - "version": "0.4.0" + "deps": [ + { + "alias": "internals", + "id": "bitcoin-internals 0.3.0", + "target": "bitcoin_internals" + }, + { + "alias": "hashes", + "id": "bitcoin_hashes 0.14.0", + "target": "bitcoin_hashes" + } + ], + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "base58ck", + "license": "CC0-1.0", "license_ids": [ - "Apache-2.0", - "MIT" + "CC0-1.0" ], - "license_file": "LICENSE-APACHE" - }, - "base58ck 0.1.0": { "name": "base58ck", - "version": "0.1.0", "package_url": "https://github.com/rust-bitcoin/rust-bitcoin/", "repository": { "Http": { - "url": "https://static.crates.io/crates/base58ck/0.1.0/download", - "sha256": "2c8d66485a3a2ea485c1913c4572ce0256067a5377ac8c75c4960e1cda98605f" + "sha256": "2c8d66485a3a2ea485c1913c4572ce0256067a5377ac8c75c4960e1cda98605f", + "url": "https://static.crates.io/crates/base58ck/0.1.0/download" } }, "targets": [ { "Library": { "crate_name": "base58ck", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "base58ck", + "version": "0.1.0" + }, + "base64 0.22.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "std" ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitcoin-internals 0.3.0", - "target": "bitcoin_internals", - "alias": "internals" - }, - { - "id": "bitcoin_hashes 0.14.0", - "target": "bitcoin_hashes", - "alias": "hashes" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.0" + "edition": "2018" }, - "license": "CC0-1.0", + "library_target_name": "base64", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "CC0-1.0" + "Apache-2.0", + "MIT" ], - "license_file": null - }, - "base64 0.22.1": { "name": "base64", - "version": "0.22.1", "package_url": "https://github.com/marshallpierce/rust-base64", "repository": { "Http": { - "url": "https://static.crates.io/crates/base64/0.22.1/download", - "sha256": "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" + "sha256": "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6", + "url": "https://static.crates.io/crates/base64/0.22.1/download" } }, "targets": [ { "Library": { "crate_name": "base64", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "base64", + "version": "0.22.1" + }, + "base64 0.23.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "simd-unsafe", + "std" ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.22.1" + "edition": "2021" }, + "library_target_name": "base64", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "base64 0.23.1": { "name": "base64", - "version": "0.23.1", "package_url": "https://github.com/marshallpierce/rust-base64", "repository": { "Http": { - "url": "https://static.crates.io/crates/base64/0.23.1/download", - "sha256": "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5" + "sha256": "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5", + "url": "https://static.crates.io/crates/base64/0.23.1/download" } }, "targets": [ { "Library": { "crate_name": "base64", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "base64", + "version": "0.23.1" + }, + "base64ct 1.6.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "std" ], - "crate_features": { - "common": [ - "alloc", - "default", - "simd-unsafe", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.23.1" + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "base64ct", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "base64ct 1.6.0": { "name": "base64ct", - "version": "1.6.0", "package_url": "https://github.com/RustCrypto/formats/tree/master/base64ct", "repository": { "Http": { - "url": "https://static.crates.io/crates/base64ct/1.6.0/download", - "sha256": "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" + "sha256": "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b", + "url": "https://static.crates.io/crates/base64ct/1.6.0/download" } }, "targets": [ { "Library": { "crate_name": "base64ct", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "base64ct", + "version": "1.6.0" + }, + "basic-toml 0.1.7": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + } ], - "crate_features": { - "common": [ - "alloc", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "1.6.0" + "edition": "2021" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "basic_toml", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "basic-toml 0.1.7": { "name": "basic-toml", - "version": "0.1.7", "package_url": "https://github.com/dtolnay/basic-toml", "repository": { "Http": { - "url": "https://static.crates.io/crates/basic-toml/0.1.7/download", - "sha256": "2f2139706359229bfa8f19142ac1155b4b80beafb7a60471ac5dd109d4a19778" + "sha256": "2f2139706359229bfa8f19142ac1155b4b80beafb7a60471ac5dd109d4a19778", + "url": "https://static.crates.io/crates/basic-toml/0.1.7/download" } }, "targets": [ { "Library": { "crate_name": "basic_toml", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "basic_toml", + "version": "0.1.7" + }, + "bech32 0.11.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "std" ], - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.7" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "bech32", + "license": "MIT", + "license_file": "LICENSE-MIT", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "bech32 0.8.1": { "name": "bech32", - "version": "0.8.1", "package_url": "https://github.com/rust-bitcoin/rust-bech32", "repository": { "Http": { - "url": "https://static.crates.io/crates/bech32/0.8.1/download", - "sha256": "cf9ff0bbfd639f15c74af777d81383cf53efb7c93613f6cab67c6c11e05bbf8b" + "sha256": "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d", + "url": "https://static.crates.io/crates/bech32/0.11.0/download" } }, "targets": [ { "Library": { "crate_name": "bech32", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "bech32", + "version": "0.11.0" + }, + "bech32 0.8.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "std" ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "0.8.1" + "edition": "2015" }, + "library_target_name": "bech32", "license": "MIT", "license_ids": [ "MIT" ], - "license_file": null - }, - "bech32 0.9.1": { "name": "bech32", - "version": "0.9.1", "package_url": "https://github.com/rust-bitcoin/rust-bech32", "repository": { "Http": { - "url": "https://static.crates.io/crates/bech32/0.9.1/download", - "sha256": "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445" + "sha256": "cf9ff0bbfd639f15c74af777d81383cf53efb7c93613f6cab67c6c11e05bbf8b", + "url": "https://static.crates.io/crates/bech32/0.8.1/download" } }, "targets": [ { "Library": { "crate_name": "bech32", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "bech32", + "version": "0.8.1" + }, + "bech32 0.9.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.9.1" + "edition": "2018" }, + "library_target_name": "bech32", "license": "MIT", "license_ids": [ "MIT" ], - "license_file": null - }, - "bech32 0.11.0": { "name": "bech32", - "version": "0.11.0", "package_url": "https://github.com/rust-bitcoin/rust-bech32", "repository": { "Http": { - "url": "https://static.crates.io/crates/bech32/0.11.0/download", - "sha256": "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d" + "sha256": "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445", + "url": "https://static.crates.io/crates/bech32/0.9.1/download" } }, "targets": [ { "Library": { "crate_name": "bech32", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "bech32", + "version": "0.9.1" + }, + "beef 0.5.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "alloc", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.11.0" + "edition": "2018" }, - "license": "MIT", + "library_target_name": "beef", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE-MIT" - }, - "beef 0.5.2": { "name": "beef", - "version": "0.5.2", "package_url": "https://github.com/maciejhirsz/beef", "repository": { "Http": { - "url": "https://static.crates.io/crates/beef/0.5.2/download", - "sha256": "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1" + "sha256": "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1", + "url": "https://static.crates.io/crates/beef/0.5.2/download" } }, "targets": [ { "Library": { "crate_name": "beef", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "beef", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" + "version": "0.5.2" }, "bincode 1.3.3": { - "name": "bincode", - "version": "1.3.3", - "package_url": "https://github.com/servo/bincode", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bincode/1.3.3/download", - "sha256": "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bincode", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bincode", "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + } ], - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, "edition": "2015", "rustc_flags": { "common": [], @@ -9442,1083 +7599,792 @@ "-Zsanitizer=address" ] } - }, - "version": "1.3.3" + } }, + "library_target_name": "bincode", "license": "MIT", + "license_file": "LICENSE.md", "license_ids": [ "MIT" ], - "license_file": "LICENSE.md" + "name": "bincode", + "package_url": "https://github.com/servo/bincode", + "repository": { + "Http": { + "sha256": "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad", + "url": "https://static.crates.io/crates/bincode/1.3.3/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bincode", + "crate_root": "src/lib.rs" + } + } + ], + "version": "1.3.3" }, "bindgen 0.65.1": { + "build_script_attrs": { + "link_deps": [ + { + "id": "clang-sys 1.6.1", + "target": "clang_sys" + }, + { + "id": "prettyplease 0.2.37", + "target": "prettyplease" + } + ] + }, + "common_attrs": { + "crate_features": [ + "runtime" + ], + "deps": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "cexpr 0.6.0", + "target": "cexpr" + }, + { + "id": "clang-sys 1.6.1", + "target": "clang_sys" + }, + { + "id": "lazy_static 1.5.0", + "target": "lazy_static" + }, + { + "id": "lazycell 1.3.0", + "target": "lazycell" + }, + { + "id": "peeking_take_while 0.1.2", + "target": "peeking_take_while" + }, + { + "id": "prettyplease 0.2.37", + "target": "prettyplease" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "regex 1.13.1", + "target": "regex" + }, + { + "id": "rustc-hash 1.1.0", + "target": "rustc_hash" + }, + { + "id": "shlex 1.3.0", + "target": "shlex" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } + ], + "edition": "2018", + "extra_deps": [ + ":build_script_build" + ] + }, + "library_target_name": "bindgen", + "license": "BSD-3-Clause", + "license_file": "LICENSE", + "license_ids": [ + "BSD-3-Clause" + ], "name": "bindgen", - "version": "0.65.1", "package_url": "https://github.com/rust-lang/rust-bindgen", "repository": { "Http": { - "url": "https://static.crates.io/crates/bindgen/0.65.1/download", - "sha256": "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5" + "sha256": "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5", + "url": "https://static.crates.io/crates/bindgen/0.65.1/download" } }, "targets": [ { "Library": { "crate_name": "bindgen", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "bindgen", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "runtime" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bindgen 0.65.1", - "target": "build_script_build" - }, - { - "id": "bitflags 1.3.2", - "target": "bitflags" - }, - { - "id": "cexpr 0.6.0", - "target": "cexpr" - }, - { - "id": "clang-sys 1.6.1", - "target": "clang_sys" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "lazycell 1.3.0", - "target": "lazycell" - }, - { - "id": "peeking_take_while 0.1.2", - "target": "peeking_take_while" - }, - { - "id": "prettyplease 0.2.37", - "target": "prettyplease" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "rustc-hash 1.1.0", - "target": "rustc_hash" - }, - { - "id": "shlex 1.3.0", - "target": "shlex" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.65.1" - }, + "version": "0.65.1" + }, + "bindgen 0.69.4": { "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "link_deps": [ + { + "id": "clang-sys 1.6.1", + "target": "clang_sys" + } + ] + }, + "common_attrs": { + "crate_features": [ + "runtime" ], - "data_glob": [ - "**" + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "cexpr 0.6.0", + "target": "cexpr" + }, + { + "id": "clang-sys 1.6.1", + "target": "clang_sys" + }, + { + "id": "itertools 0.12.0", + "target": "itertools" + }, + { + "id": "lazy_static 1.5.0", + "target": "lazy_static" + }, + { + "id": "lazycell 1.3.0", + "target": "lazycell" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "regex 1.13.1", + "target": "regex" + }, + { + "id": "rustc-hash 1.1.0", + "target": "rustc_hash" + }, + { + "id": "shlex 1.3.0", + "target": "shlex" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "link_deps": { - "common": [ - { - "id": "clang-sys 1.6.1", - "target": "clang_sys" - }, - { - "id": "prettyplease 0.2.37", - "target": "prettyplease" - } - ], - "selects": {} - } + "edition": "2018", + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "bindgen", "license": "BSD-3-Clause", + "license_file": "LICENSE", "license_ids": [ "BSD-3-Clause" ], - "license_file": "LICENSE" - }, - "bindgen 0.69.4": { "name": "bindgen", - "version": "0.69.4", "package_url": "https://github.com/rust-lang/rust-bindgen", "repository": { "Http": { - "url": "https://static.crates.io/crates/bindgen/0.69.4/download", - "sha256": "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" + "sha256": "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0", + "url": "https://static.crates.io/crates/bindgen/0.69.4/download" } }, "targets": [ { "Library": { "crate_name": "bindgen", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "bindgen", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "runtime" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bindgen 0.69.4", - "target": "build_script_build" - }, - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "cexpr 0.6.0", - "target": "cexpr" - }, - { - "id": "clang-sys 1.6.1", - "target": "clang_sys" - }, - { - "id": "itertools 0.12.0", - "target": "itertools" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "lazycell 1.3.0", - "target": "lazycell" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "rustc-hash 1.1.0", - "target": "rustc_hash" - }, - { - "id": "shlex 1.3.0", - "target": "shlex" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.69.4" - }, + "version": "0.69.4" + }, + "bindgen 0.71.1": { "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "link_deps": [ + { + "id": "clang-sys 1.6.1", + "target": "clang_sys" + }, + { + "id": "prettyplease 0.2.37", + "target": "prettyplease" + } + ] + }, + "common_attrs": { + "crate_features": [ + "default", + "logging", + "prettyplease", + "runtime" ], - "data_glob": [ - "**" + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "cexpr 0.6.0", + "target": "cexpr" + }, + { + "id": "clang-sys 1.6.1", + "target": "clang_sys" + }, + { + "id": "itertools 0.13.0", + "target": "itertools" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "prettyplease 0.2.37", + "target": "prettyplease" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "regex 1.13.1", + "target": "regex" + }, + { + "id": "rustc-hash 2.1.1", + "target": "rustc_hash" + }, + { + "id": "shlex 1.3.0", + "target": "shlex" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "link_deps": { - "common": [ - { - "id": "clang-sys 1.6.1", - "target": "clang_sys" - } - ], - "selects": {} - } + "edition": "2021", + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "bindgen", "license": "BSD-3-Clause", + "license_file": "LICENSE", "license_ids": [ "BSD-3-Clause" ], - "license_file": "LICENSE" - }, - "bindgen 0.71.1": { "name": "bindgen", - "version": "0.71.1", "package_url": "https://github.com/rust-lang/rust-bindgen", "repository": { "Http": { - "url": "https://static.crates.io/crates/bindgen/0.71.1/download", - "sha256": "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3" + "sha256": "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3", + "url": "https://static.crates.io/crates/bindgen/0.71.1/download" } }, "targets": [ { "Library": { "crate_name": "bindgen", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "bindgen", + "version": "0.71.1" + }, + "binrw 0.15.2": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "logging", - "prettyplease", - "runtime" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bindgen 0.71.1", - "target": "build_script_build" - }, - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "cexpr 0.6.0", - "target": "cexpr" - }, - { - "id": "clang-sys 1.6.1", - "target": "clang_sys" - }, - { - "id": "itertools 0.13.0", - "target": "itertools" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "prettyplease 0.2.37", - "target": "prettyplease" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "rustc-hash 2.1.1", - "target": "rustc_hash" - }, - { - "id": "shlex 1.3.0", - "target": "shlex" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.71.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "std" ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "array-init 2.1.0", + "target": "array_init" + }, + { + "id": "bytemuck 1.13.1", + "target": "bytemuck" + } ], - "data_glob": [ - "**" + "edition": "2021", + "extra_deps": [ + ":build_script_build" ], - "link_deps": { - "common": [ - { - "id": "clang-sys 1.6.1", - "target": "clang_sys" - }, - { - "id": "prettyplease 0.2.37", - "target": "prettyplease" - } - ], - "selects": {} - } + "proc_macro_deps": [ + { + "id": "binrw_derive 0.15.2", + "target": "binrw_derive" + } + ] }, - "license": "BSD-3-Clause", + "library_target_name": "binrw", + "license": "MIT", "license_ids": [ - "BSD-3-Clause" + "MIT" ], - "license_file": "LICENSE" - }, - "binrw 0.15.2": { "name": "binrw", - "version": "0.15.2", "package_url": "https://github.com/jam1garner/binrw", "repository": { "Http": { - "url": "https://static.crates.io/crates/binrw/0.15.2/download", - "sha256": "6ad120d555272286c1017d25165ab8bd74806f13fc85b258484ec7e4ce75458f" + "sha256": "6ad120d555272286c1017d25165ab8bd74806f13fc85b258484ec7e4ce75458f", + "url": "https://static.crates.io/crates/binrw/0.15.2/download" } }, "targets": [ { "Library": { "crate_name": "binrw", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "binrw", + "version": "0.15.2" + }, + "binrw_derive 0.15.2": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "array-init 2.1.0", - "target": "array_init" - }, - { - "id": "binrw 0.15.2", - "target": "build_script_build" - }, - { - "id": "bytemuck 1.13.1", - "target": "bytemuck" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "binrw_derive 0.15.2", - "target": "binrw_derive" - } - ], - "selects": {} - }, - "version": "0.15.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "either 1.18.0", + "target": "either" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "data_glob": [ - "**" + "edition": "2021", + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "binrw_derive", "license": "MIT", "license_ids": [ "MIT" ], - "license_file": null - }, - "binrw_derive 0.15.2": { "name": "binrw_derive", - "version": "0.15.2", "package_url": "https://github.com/jam1garner/binrw", "repository": { "Http": { - "url": "https://static.crates.io/crates/binrw_derive/0.15.2/download", - "sha256": "6df92e0e9baae4dc82c7bad7715ca40c0a5c71539057bf2ea04a5c29c980410b" + "sha256": "6df92e0e9baae4dc82c7bad7715ca40c0a5c71539057bf2ea04a5c29c980410b", + "url": "https://static.crates.io/crates/binrw_derive/0.15.2/download" } }, "targets": [ { "ProcMacro": { "crate_name": "binrw_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "binrw_derive", + "version": "0.15.2" + }, + "bip32 0.5.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "binrw_derive 0.15.2", - "target": "build_script_build" - }, - { - "id": "either 1.18.0", - "target": "either" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.15.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "crate_features": [ + "alloc", + "bip39", + "default", + "k256", + "mnemonic", + "once_cell", + "pbkdf2", + "secp256k1", + "std" + ], + "deps": [ + { + "id": "bs58 0.5.1", + "target": "bs58" + }, + { + "id": "hmac 0.12.1", + "target": "hmac" + }, + { + "id": "k256 0.13.4", + "target": "k256" + }, + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "pbkdf2 0.12.2", + "target": "pbkdf2" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "ripemd 0.1.3", + "target": "ripemd" + }, + { + "id": "sha2 0.10.9", + "target": "sha2" + }, + { + "id": "subtle 2.6.1", + "target": "subtle" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } ], - "data_glob": [ - "**" - ] + "edition": "2021" }, - "license": "MIT", + "library_target_name": "bip32", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": null - }, - "bip32 0.5.1": { "name": "bip32", - "version": "0.5.1", "package_url": "https://github.com/iqlusioninc/crates/tree/main/bip32", "repository": { "Http": { - "url": "https://static.crates.io/crates/bip32/0.5.1/download", - "sha256": "7e141fb0f8be1c7b45887af94c88b182472b57c96b56773250ae00cd6a14a164" + "sha256": "7e141fb0f8be1c7b45887af94c88b182472b57c96b56773250ae00cd6a14a164", + "url": "https://static.crates.io/crates/bip32/0.5.1/download" } }, "targets": [ { "Library": { "crate_name": "bip32", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "bip32", + "version": "0.5.1" + }, + "bit-set 0.5.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "bit-vec 0.6.3", + "target": "bit_vec" + } ], - "crate_features": { - "common": [ - "alloc", - "bip39", - "default", - "k256", - "mnemonic", - "once_cell", - "pbkdf2", - "secp256k1", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bs58 0.5.1", - "target": "bs58" - }, - { - "id": "hmac 0.12.1", - "target": "hmac" - }, - { - "id": "k256 0.13.4", - "target": "k256" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "pbkdf2 0.12.2", - "target": "pbkdf2" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "ripemd 0.1.3", - "target": "ripemd" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.1" + "edition": "2015" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "bit_set", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "bit-set 0.5.3": { "name": "bit-set", - "version": "0.5.3", "package_url": "https://github.com/contain-rs/bit-set", "repository": { "Http": { - "url": "https://static.crates.io/crates/bit-set/0.5.3/download", - "sha256": "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" + "sha256": "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1", + "url": "https://static.crates.io/crates/bit-set/0.5.3/download" } }, "targets": [ { "Library": { "crate_name": "bit_set", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "bit_set", + "version": "0.5.3" + }, + "bit-set 0.8.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "deps": { - "common": [ - { - "id": "bit-vec 0.6.3", - "target": "bit_vec" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.5.3" - }, - "license": "MIT/Apache-2.0", + "deps": [ + { + "id": "bit-vec 0.8.0", + "target": "bit_vec" + } + ], + "edition": "2015" + }, + "library_target_name": "bit_set", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "bit-set 0.8.0": { "name": "bit-set", - "version": "0.8.0", "package_url": "https://github.com/contain-rs/bit-set", "repository": { "Http": { - "url": "https://static.crates.io/crates/bit-set/0.8.0/download", - "sha256": "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" + "sha256": "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3", + "url": "https://static.crates.io/crates/bit-set/0.8.0/download" } }, "targets": [ { "Library": { "crate_name": "bit_set", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "bit_set", + "version": "0.8.0" + }, + "bit-vec 0.6.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bit-vec 0.8.0", - "target": "bit_vec" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.8.0" + "edition": "2015" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "bit_vec", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "bit-vec 0.6.3": { "name": "bit-vec", - "version": "0.6.3", "package_url": "https://github.com/contain-rs/bit-vec", "repository": { "Http": { - "url": "https://static.crates.io/crates/bit-vec/0.6.3/download", - "sha256": "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" + "sha256": "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb", + "url": "https://static.crates.io/crates/bit-vec/0.6.3/download" } }, "targets": [ { "Library": { "crate_name": "bit_vec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "bit_vec", + "version": "0.6.3" + }, + "bit-vec 0.8.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "0.6.3" + "edition": "2015" }, - "license": "MIT/Apache-2.0", + "library_target_name": "bit_vec", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "bit-vec 0.8.0": { "name": "bit-vec", - "version": "0.8.0", "package_url": "https://github.com/contain-rs/bit-vec", "repository": { "Http": { - "url": "https://static.crates.io/crates/bit-vec/0.8.0/download", - "sha256": "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" + "sha256": "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7", + "url": "https://static.crates.io/crates/bit-vec/0.8.0/download" } }, "targets": [ { "Library": { "crate_name": "bit_vec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "bit_vec", + "version": "0.8.0" + }, + "bitcoin 0.28.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "secp-recovery", + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "0.8.0" + "deps": [ + { + "id": "bech32 0.8.1", + "target": "bech32" + }, + { + "id": "bitcoin_hashes 0.10.0", + "target": "bitcoin_hashes" + }, + { + "id": "secp256k1 0.22.2", + "target": "secp256k1" + } + ], + "edition": "2015" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "bitcoin", + "license": "CC0-1.0", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "CC0-1.0" ], - "license_file": "LICENSE-APACHE" - }, - "bitcoin 0.28.2": { "name": "bitcoin", - "version": "0.28.2", "package_url": "https://github.com/rust-bitcoin/rust-bitcoin/", "repository": { "Http": { - "url": "https://static.crates.io/crates/bitcoin/0.28.2/download", - "sha256": "d4d30fb43d287492017964a1fd7d3f82e8cc760818471c6ef2d44111e317d5c3" + "sha256": "d4d30fb43d287492017964a1fd7d3f82e8cc760818471c6ef2d44111e317d5c3", + "url": "https://static.crates.io/crates/bitcoin/0.28.2/download" } }, "targets": [ { "Library": { "crate_name": "bitcoin", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "bitcoin", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "secp-recovery", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bech32 0.8.1", - "target": "bech32" - }, - { - "id": "bitcoin_hashes 0.10.0", - "target": "bitcoin_hashes" - }, - { - "id": "secp256k1 0.22.2", - "target": "secp256k1" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.28.2" - }, - "license": "CC0-1.0", - "license_ids": [ - "CC0-1.0" - ], - "license_file": "LICENSE" + "version": "0.28.2" }, "bitcoin-dogecoin 0.32.7-doge.0": { - "name": "bitcoin-dogecoin", - "version": "0.32.7-doge.0", - "package_url": "https://github.com/dfinity/rust-dogecoin", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bitcoin-dogecoin/0.32.7-doge.0/download", - "sha256": "abf573e7be7ffca0b5c7632aafc2eb6759db362e2a0fe2375f18c664ba1346c8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bitcoin", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "build_script_attrs": {}, + "common_attrs": { + "crate_features": [ + "actual-serde", + "default", + "rand", + "secp-recovery", + "serde", + "std" + ], + "deps": [ + { + "alias": "base58", + "id": "base58ck 0.1.0", + "target": "base58ck" + }, + { + "id": "bech32 0.11.0", + "target": "bech32" + }, + { + "alias": "internals", + "id": "bitcoin-internals 0.3.0", + "target": "bitcoin_internals" + }, + { + "alias": "io", + "id": "bitcoin-io 0.1.2", + "target": "bitcoin_io" + }, + { + "alias": "units", + "id": "bitcoin-units 0.1.2", + "target": "bitcoin_units" + }, + { + "alias": "hashes", + "id": "bitcoin_hashes 0.14.0", + "target": "bitcoin_hashes" + }, + { + "alias": "hex", + "id": "hex-conservative 0.2.1", + "target": "hex_conservative" + }, + { + "id": "hex_lit 0.1.1", + "target": "hex_lit" + }, + { + "id": "scrypt 0.11.0", + "target": "scrypt" + }, + { + "id": "secp256k1 0.29.0", + "target": "secp256k1" + }, + { + "alias": "actual_serde", + "id": "serde 1.0.228", + "target": "serde" } - } - ], - "library_target_name": "bitcoin", - "common_attrs": { - "compile_data_glob": [ - "**" ], - "crate_features": { - "common": [ - "actual-serde", - "default", - "rand", - "secp-recovery", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base58ck 0.1.0", - "target": "base58ck", - "alias": "base58" - }, - { - "id": "bech32 0.11.0", - "target": "bech32" - }, - { - "id": "bitcoin-dogecoin 0.32.7-doge.0", - "target": "build_script_build" - }, - { - "id": "bitcoin-internals 0.3.0", - "target": "bitcoin_internals", - "alias": "internals" - }, - { - "id": "bitcoin-io 0.1.2", - "target": "bitcoin_io", - "alias": "io" - }, - { - "id": "bitcoin-units 0.1.2", - "target": "bitcoin_units", - "alias": "units" - }, - { - "id": "bitcoin_hashes 0.14.0", - "target": "bitcoin_hashes", - "alias": "hashes" - }, - { - "id": "hex-conservative 0.2.1", - "target": "hex_conservative", - "alias": "hex" - }, - { - "id": "hex_lit 0.1.1", - "target": "hex_lit" - }, - { - "id": "scrypt 0.11.0", - "target": "scrypt" - }, - { - "id": "secp256k1 0.29.0", - "target": "secp256k1" - }, - { - "id": "serde 1.0.228", - "target": "serde", - "alias": "actual_serde" - } - ], - "selects": {} - }, "edition": "2021", + "extra_deps": [ + ":build_script_build" + ], "rustc_flags": { "common": [], "selects": { @@ -10541,1558 +8407,1170 @@ "-Zsanitizer=address" ] } - }, - "version": "0.32.7-doge.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] + } }, + "library_target_name": "bitcoin", "license": "Apache-2.0 OR CC0-1.0", "license_ids": [ "Apache-2.0", "CC0-1.0" ], - "license_file": null + "name": "bitcoin-dogecoin", + "package_url": "https://github.com/dfinity/rust-dogecoin", + "repository": { + "Http": { + "sha256": "abf573e7be7ffca0b5c7632aafc2eb6759db362e2a0fe2375f18c664ba1346c8", + "url": "https://static.crates.io/crates/bitcoin-dogecoin/0.32.7-doge.0/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bitcoin", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" + } + } + ], + "version": "0.32.7-doge.0" }, "bitcoin-internals 0.3.0": { + "build_script_attrs": {}, + "common_attrs": { + "crate_features": [ + "alloc", + "default", + "serde", + "std" + ], + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2021", + "extra_deps": [ + ":build_script_build" + ] + }, + "library_target_name": "bitcoin_internals", + "license": "CC0-1.0", + "license_ids": [ + "CC0-1.0" + ], "name": "bitcoin-internals", - "version": "0.3.0", "package_url": "https://github.com/rust-bitcoin/rust-bitcoin/", "repository": { "Http": { - "url": "https://static.crates.io/crates/bitcoin-internals/0.3.0/download", - "sha256": "30bdbe14aa07b06e6cfeffc529a1f099e5fbe249524f8125358604df99a4bed2" + "sha256": "30bdbe14aa07b06e6cfeffc529a1f099e5fbe249524f8125358604df99a4bed2", + "url": "https://static.crates.io/crates/bitcoin-internals/0.3.0/download" } }, "targets": [ { "Library": { "crate_name": "bitcoin_internals", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "bitcoin_internals", + "version": "0.3.0" + }, + "bitcoin-io 0.1.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitcoin-internals 0.3.0", - "target": "build_script_build" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "crate_features": [ + "alloc", + "std" ], - "data_glob": [ - "**" - ] + "edition": "2021" }, + "library_target_name": "bitcoin_io", "license": "CC0-1.0", "license_ids": [ "CC0-1.0" ], - "license_file": null - }, - "bitcoin-io 0.1.2": { "name": "bitcoin-io", - "version": "0.1.2", "package_url": "https://github.com/rust-bitcoin/rust-bitcoin", "repository": { "Http": { - "url": "https://static.crates.io/crates/bitcoin-io/0.1.2/download", - "sha256": "340e09e8399c7bd8912f495af6aa58bea0c9214773417ffaa8f6460f93aaee56" + "sha256": "340e09e8399c7bd8912f495af6aa58bea0c9214773417ffaa8f6460f93aaee56", + "url": "https://static.crates.io/crates/bitcoin-io/0.1.2/download" } }, "targets": [ { "Library": { "crate_name": "bitcoin_io", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "bitcoin_io", + "version": "0.1.2" + }, + "bitcoin-units 0.1.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "serde", + "std" ], - "crate_features": { - "common": [ - "alloc", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.2" + "deps": [ + { + "alias": "internals", + "id": "bitcoin-internals 0.3.0", + "target": "bitcoin_internals" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2021" }, + "library_target_name": "bitcoin_units", "license": "CC0-1.0", "license_ids": [ "CC0-1.0" ], - "license_file": null - }, - "bitcoin-units 0.1.2": { "name": "bitcoin-units", - "version": "0.1.2", "package_url": "https://github.com/rust-bitcoin/rust-bitcoin/", "repository": { "Http": { - "url": "https://static.crates.io/crates/bitcoin-units/0.1.2/download", - "sha256": "5285c8bcaa25876d07f37e3d30c303f2609179716e11d688f51e8f1fe70063e2" + "sha256": "5285c8bcaa25876d07f37e3d30c303f2609179716e11d688f51e8f1fe70063e2", + "url": "https://static.crates.io/crates/bitcoin-units/0.1.2/download" } }, "targets": [ { "Library": { "crate_name": "bitcoin_units", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "bitcoin_units", + "version": "0.1.2" + }, + "bitcoin_hashes 0.10.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "std" ], - "crate_features": { - "common": [ - "alloc", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitcoin-internals 0.3.0", - "target": "bitcoin_internals", - "alias": "internals" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.2" + "edition": "2015" }, + "library_target_name": "bitcoin_hashes", "license": "CC0-1.0", + "license_file": "LICENSE", "license_ids": [ "CC0-1.0" ], - "license_file": null - }, - "bitcoin_hashes 0.10.0": { "name": "bitcoin_hashes", - "version": "0.10.0", "package_url": "https://github.com/rust-bitcoin/bitcoin_hashes/", "repository": { "Http": { - "url": "https://static.crates.io/crates/bitcoin_hashes/0.10.0/download", - "sha256": "006cc91e1a1d99819bc5b8214be3555c1f0611b169f527a1fdc54ed1f2b745b0" + "sha256": "006cc91e1a1d99819bc5b8214be3555c1f0611b169f527a1fdc54ed1f2b745b0", + "url": "https://static.crates.io/crates/bitcoin_hashes/0.10.0/download" } }, "targets": [ { "Library": { "crate_name": "bitcoin_hashes", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "bitcoin_hashes", + "version": "0.10.0" + }, + "bitcoin_hashes 0.14.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "bitcoin-io", + "io", + "serde", + "std" + ], + "deps": [ + { + "id": "bitcoin-io 0.1.2", + "target": "bitcoin_io" + }, + { + "alias": "hex", + "id": "hex-conservative 0.2.1", + "target": "hex_conservative" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "0.10.0" + "edition": "2021" }, + "library_target_name": "bitcoin_hashes", "license": "CC0-1.0", "license_ids": [ "CC0-1.0" ], - "license_file": "LICENSE" - }, - "bitcoin_hashes 0.14.0": { "name": "bitcoin_hashes", - "version": "0.14.0", "package_url": "https://github.com/rust-bitcoin/rust-bitcoin", "repository": { "Http": { - "url": "https://static.crates.io/crates/bitcoin_hashes/0.14.0/download", - "sha256": "bb18c03d0db0247e147a21a6faafd5a7eb851c743db062de72018b6b7e8e4d16" + "sha256": "bb18c03d0db0247e147a21a6faafd5a7eb851c743db062de72018b6b7e8e4d16", + "url": "https://static.crates.io/crates/bitcoin_hashes/0.14.0/download" } }, "targets": [ { "Library": { "crate_name": "bitcoin_hashes", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "bitcoin_hashes", + "version": "0.14.0" + }, + "bitfield 0.19.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "bitcoin-io", - "io", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitcoin-io 0.1.2", - "target": "bitcoin_io" - }, - { - "id": "hex-conservative 0.2.1", - "target": "hex_conservative", - "alias": "hex" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.14.0" + "proc_macro_deps": [ + { + "id": "bitfield-macros 0.19.1", + "target": "bitfield_macros" + } + ] }, - "license": "CC0-1.0", + "library_target_name": "bitfield", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "CC0-1.0" + "Apache-2.0", + "MIT" ], - "license_file": null - }, - "bitfield 0.19.1": { "name": "bitfield", - "version": "0.19.1", "package_url": "https://github.com/dzamlo/rust-bitfield", "repository": { "Http": { - "url": "https://static.crates.io/crates/bitfield/0.19.1/download", - "sha256": "db1bcd90f88eabbf0cadbfb87a45bceeaebcd3b4bc9e43da379cd2ef0162590d" + "sha256": "db1bcd90f88eabbf0cadbfb87a45bceeaebcd3b4bc9e43da379cd2ef0162590d", + "url": "https://static.crates.io/crates/bitfield/0.19.1/download" } }, "targets": [ { "Library": { "crate_name": "bitfield", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "bitfield", + "version": "0.19.1" + }, + "bitfield-macros 0.19.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "bitfield-macros 0.19.1", - "target": "bitfield_macros" - } - ], - "selects": {} - }, - "version": "0.19.1" + "edition": "2021" }, + "library_target_name": "bitfield_macros", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "bitfield-macros 0.19.1": { "name": "bitfield-macros", - "version": "0.19.1", "package_url": "https://github.com/dzamlo/rust-bitfield", "repository": { "Http": { - "url": "https://static.crates.io/crates/bitfield-macros/0.19.1/download", - "sha256": "3787a07661997bfc05dd3431e379c0188573f78857080cf682e1393ab8e4d64c" + "sha256": "3787a07661997bfc05dd3431e379c0188573f78857080cf682e1393ab8e4d64c", + "url": "https://static.crates.io/crates/bitfield-macros/0.19.1/download" } }, "targets": [ { "ProcMacro": { "crate_name": "bitfield_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "bitfield_macros", + "version": "0.19.1" + }, + "bitflags 1.3.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.19.1" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "bitflags", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "bitflags 1.3.2": { "name": "bitflags", - "version": "1.3.2", "package_url": "https://github.com/bitflags/bitflags", "repository": { "Http": { - "url": "https://static.crates.io/crates/bitflags/1.3.2/download", - "sha256": "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" + "sha256": "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a", + "url": "https://static.crates.io/crates/bitflags/1.3.2/download" } }, "targets": [ { "Library": { "crate_name": "bitflags", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "bitflags", + "version": "1.3.2" + }, + "bitflags 2.10.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "std" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2018", - "version": "1.3.2" + "edition": "2021" }, - "license": "MIT/Apache-2.0", + "library_target_name": "bitflags", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "bitflags 2.10.0": { "name": "bitflags", - "version": "2.10.0", "package_url": "https://github.com/bitflags/bitflags", "repository": { "Http": { - "url": "https://static.crates.io/crates/bitflags/2.10.0/download", - "sha256": "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" + "sha256": "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3", + "url": "https://static.crates.io/crates/bitflags/2.10.0/download" } }, "targets": [ { "Library": { "crate_name": "bitflags", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "bitflags", + "version": "2.10.0" + }, + "bitvec 1.0.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "funty 2.0.0", + "target": "funty" + }, + { + "id": "radium 0.7.0", + "target": "radium" + }, + { + "id": "tap 1.0.1", + "target": "tap" + }, + { + "id": "wyz 0.5.1", + "target": "wyz" + } ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "2.10.0" + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "bitvec", + "license": "MIT", + "license_file": "LICENSE.txt", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "bitvec 1.0.1": { "name": "bitvec", - "version": "1.0.1", "package_url": "https://github.com/bitvecto-rs/bitvec", "repository": { "Http": { - "url": "https://static.crates.io/crates/bitvec/1.0.1/download", - "sha256": "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" + "sha256": "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c", + "url": "https://static.crates.io/crates/bitvec/1.0.1/download" } }, "targets": [ { "Library": { "crate_name": "bitvec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "bitvec", + "version": "1.0.1" + }, + "blake2 0.10.6": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "digest 0.10.7", + "target": "digest" + } ], - "deps": { - "common": [ - { - "id": "funty 2.0.0", - "target": "funty" - }, - { - "id": "radium 0.7.0", - "target": "radium" - }, - { - "id": "tap 1.0.1", - "target": "tap" - }, - { - "id": "wyz 0.5.1", - "target": "wyz" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.1" + "edition": "2018" }, - "license": "MIT", + "library_target_name": "blake2", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE.txt" - }, - "blake2 0.10.6": { "name": "blake2", - "version": "0.10.6", "package_url": "https://github.com/RustCrypto/hashes", "repository": { "Http": { - "url": "https://static.crates.io/crates/blake2/0.10.6/download", - "sha256": "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" + "sha256": "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe", + "url": "https://static.crates.io/crates/blake2/0.10.6/download" } }, "targets": [ { "Library": { "crate_name": "blake2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "blake2", + "version": "0.10.6" + }, + "block-buffer 0.10.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "generic-array 0.14.7", + "target": "generic_array" + } ], - "deps": { - "common": [ - { - "id": "digest 0.10.7", - "target": "digest" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.10.6" + "edition": "2018" }, + "library_target_name": "block_buffer", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "block-buffer 0.9.0": { "name": "block-buffer", - "version": "0.9.0", "package_url": "https://github.com/RustCrypto/utils", "repository": { "Http": { - "url": "https://static.crates.io/crates/block-buffer/0.9.0/download", - "sha256": "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" + "sha256": "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71", + "url": "https://static.crates.io/crates/block-buffer/0.10.4/download" } }, "targets": [ { "Library": { "crate_name": "block_buffer", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "block_buffer", + "version": "0.10.4" + }, + "block-buffer 0.12.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "hybrid-array 0.4.10", + "target": "hybrid_array" + } ], - "deps": { - "common": [ - { - "id": "generic-array 0.14.7", - "target": "generic_array" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.9.0" + "edition": "2024" }, + "library_target_name": "block_buffer", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "block-buffer 0.10.4": { "name": "block-buffer", - "version": "0.10.4", "package_url": "https://github.com/RustCrypto/utils", "repository": { "Http": { - "url": "https://static.crates.io/crates/block-buffer/0.10.4/download", - "sha256": "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" + "sha256": "cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be", + "url": "https://static.crates.io/crates/block-buffer/0.12.0/download" } }, "targets": [ { "Library": { "crate_name": "block_buffer", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "block_buffer", + "version": "0.12.0" + }, + "block-buffer 0.9.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "generic-array 0.14.7", + "target": "generic_array" + } ], - "deps": { - "common": [ - { - "id": "generic-array 0.14.7", - "target": "generic_array" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.10.4" + "edition": "2018" }, + "library_target_name": "block_buffer", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "block-buffer 0.12.0": { "name": "block-buffer", - "version": "0.12.0", "package_url": "https://github.com/RustCrypto/utils", "repository": { "Http": { - "url": "https://static.crates.io/crates/block-buffer/0.12.0/download", - "sha256": "cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be" + "sha256": "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4", + "url": "https://static.crates.io/crates/block-buffer/0.9.0/download" } }, "targets": [ { "Library": { "crate_name": "block_buffer", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "block_buffer", + "version": "0.9.0" + }, + "blocking 1.6.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "async-channel 2.5.0", + "target": "async_channel" + }, + { + "id": "async-task 4.7.1", + "target": "async_task" + }, + { + "id": "futures-io 0.3.31", + "target": "futures_io" + }, + { + "id": "futures-lite 2.0.0", + "target": "futures_lite" + }, + { + "id": "piper 0.2.4", + "target": "piper" + } ], - "deps": { - "common": [ - { - "id": "hybrid-array 0.4.10", - "target": "hybrid_array" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.12.0" + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "blocking", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "blocking 1.6.1": { "name": "blocking", - "version": "1.6.1", "package_url": "https://github.com/smol-rs/blocking", "repository": { "Http": { - "url": "https://static.crates.io/crates/blocking/1.6.1/download", - "sha256": "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" + "sha256": "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea", + "url": "https://static.crates.io/crates/blocking/1.6.1/download" } }, "targets": [ { "Library": { "crate_name": "blocking", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "blocking", - "common_attrs": { - "compile_data_glob": [ - "**" - ], + "version": "1.6.1" + }, + "blst 0.3.17": { + "build_script_attrs": { "deps": { "common": [ { - "id": "async-channel 2.5.0", - "target": "async_channel" - }, - { - "id": "async-task 4.7.1", - "target": "async_task" - }, - { - "id": "futures-io 0.3.31", - "target": "futures_io" - }, - { - "id": "futures-lite 2.0.0", - "target": "futures_lite" - }, + "id": "cc 1.2.48", + "target": "cc" + } + ], + "selects": { + "cfg(target_env = \"msvc\")": [ + { + "id": "glob 0.3.1", + "target": "glob" + } + ] + } + }, + "links": "blst" + }, + "common_attrs": { + "deps": { + "common": [ { - "id": "piper 0.2.4", - "target": "piper" + "id": "zeroize 1.8.1", + "target": "zeroize" } ], - "selects": {} + "selects": { + "cfg(not(any(target_arch = \"wasm32\", target_os = \"none\", target_os = \"unknown\", target_os = \"uefi\")))": [ + { + "id": "threadpool 1.8.1", + "target": "threadpool" + } + ] + } }, - "edition": "2021", - "version": "1.6.1" + "edition": "2018", + "extra_deps": [ + ":build_script_build" + ] }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "blst", + "license": "Apache-2.0", "license_ids": [ - "Apache-2.0", - "MIT" + "Apache-2.0" ], - "license_file": "LICENSE-APACHE" - }, - "blst 0.3.17": { "name": "blst", - "version": "0.3.17", "package_url": "https://github.com/supranational/blst", "repository": { "Http": { - "url": "https://static.crates.io/crates/blst/0.3.17/download", - "sha256": "c20659f9bbee16cbbd2f7393e40ab6309f5a98f76a2eb57a995ec508b72387fe" + "sha256": "c20659f9bbee16cbbd2f7393e40ab6309f5a98f76a2eb57a995ec508b72387fe", + "url": "https://static.crates.io/crates/blst/0.3.17/download" } }, "targets": [ { "Library": { "crate_name": "blst", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "blst", + "version": "0.3.17" + }, + "borrow-or-share 0.2.4": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "blst 0.3.17", - "target": "build_script_build" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": { - "cfg(not(any(target_arch = \"wasm32\", target_os = \"none\", target_os = \"unknown\", target_os = \"uefi\")))": [ - { - "id": "threadpool 1.8.1", - "target": "threadpool" - } - ] - } - }, - "edition": "2018", - "version": "0.3.17" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "crate_features": [ + "alloc" ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": { - "cfg(target_env = \"msvc\")": [ - { - "id": "glob 0.3.1", - "target": "glob" - } - ] - } - }, - "links": "blst" + "edition": "2021" }, - "license": "Apache-2.0", + "library_target_name": "borrow_or_share", + "license": "MIT-0", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0" + "MIT-0" ], - "license_file": null - }, - "borrow-or-share 0.2.4": { "name": "borrow-or-share", - "version": "0.2.4", "package_url": "https://github.com/yescallop/borrow-or-share", "repository": { "Http": { - "url": "https://static.crates.io/crates/borrow-or-share/0.2.4/download", - "sha256": "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c" + "sha256": "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c", + "url": "https://static.crates.io/crates/borrow-or-share/0.2.4/download" } }, "targets": [ { "Library": { "crate_name": "borrow_or_share", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "borrow_or_share", + "version": "0.2.4" + }, + "borsh 1.5.2": { + "build_script_attrs": { + "deps": [ + { + "id": "cfg_aliases 0.2.1", + "target": "cfg_aliases" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.4" + "edition": "2018", + "extra_deps": [ + ":build_script_build" + ] }, - "license": "MIT-0", + "library_target_name": "borsh", + "license": "MIT OR Apache-2.0", "license_ids": [ - "MIT-0" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" - }, - "borsh 1.5.2": { "name": "borsh", - "version": "1.5.2", "package_url": "https://github.com/near/borsh-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/borsh/1.5.2/download", - "sha256": "f5327f6c99920069d1fe374aa743be1af0031dea9f250852cdf1ae6a0861ee24" + "sha256": "f5327f6c99920069d1fe374aa743be1af0031dea9f250852cdf1ae6a0861ee24", + "url": "https://static.crates.io/crates/borsh/1.5.2/download" } }, "targets": [ { "Library": { "crate_name": "borsh", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "borsh", + "version": "1.5.2" + }, + "borsh-derive 1.5.7": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "borsh 1.5.2", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.5.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "deps": [ + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "proc-macro-crate 3.5.0", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "cfg_aliases 0.2.1", - "target": "cfg_aliases" - } - ], - "selects": {} - } + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "borsh_derive", + "license": "Apache-2.0", "license_ids": [ - "Apache-2.0", - "MIT" + "Apache-2.0" ], - "license_file": null - }, - "borsh-derive 1.5.7": { "name": "borsh-derive", - "version": "1.5.7", "package_url": "https://github.com/near/borsh-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/borsh-derive/1.5.7/download", - "sha256": "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3" + "sha256": "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3", + "url": "https://static.crates.io/crates/borsh-derive/1.5.7/download" } }, "targets": [ { "ProcMacro": { "crate_name": "borsh_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "borsh_derive", + "version": "1.5.7" + }, + "brotli 3.3.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc-stdlib", + "std" ], - "deps": { - "common": [ - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "proc-macro-crate 3.5.0", - "target": "proc_macro_crate" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.5.7" + "deps": [ + { + "id": "alloc-no-stdlib 2.0.4", + "target": "alloc_no_stdlib" + }, + { + "id": "alloc-stdlib 0.2.2", + "target": "alloc_stdlib" + }, + { + "id": "brotli-decompressor 2.3.4", + "target": "brotli_decompressor" + } + ], + "edition": "2015" }, - "license": "Apache-2.0", + "library_target_name": "brotli", + "license": "BSD-3-Clause/MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0" + "BSD-3-Clause", + "MIT" ], - "license_file": null - }, - "brotli 3.3.4": { "name": "brotli", - "version": "3.3.4", "package_url": "https://github.com/dropbox/rust-brotli", "repository": { "Http": { - "url": "https://static.crates.io/crates/brotli/3.3.4/download", - "sha256": "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68" + "sha256": "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68", + "url": "https://static.crates.io/crates/brotli/3.3.4/download" } }, "targets": [ { "Library": { "crate_name": "brotli", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "brotli", + "version": "3.3.4" + }, + "brotli 8.0.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc-stdlib", + "default", + "std" ], - "crate_features": { - "common": [ - "alloc-stdlib", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloc-no-stdlib 2.0.4", - "target": "alloc_no_stdlib" - }, - { - "id": "alloc-stdlib 0.2.2", - "target": "alloc_stdlib" - }, - { - "id": "brotli-decompressor 2.3.4", - "target": "brotli_decompressor" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "3.3.4" + "deps": [ + { + "id": "alloc-no-stdlib 2.0.4", + "target": "alloc_no_stdlib" + }, + { + "id": "alloc-stdlib 0.2.2", + "target": "alloc_stdlib" + }, + { + "id": "brotli-decompressor 5.0.0", + "target": "brotli_decompressor" + } + ], + "edition": "2015" }, - "license": "BSD-3-Clause/MIT", + "library_target_name": "brotli", + "license": "BSD-3-Clause AND MIT", + "license_file": "LICENSE.MIT", "license_ids": [ "BSD-3-Clause", "MIT" ], - "license_file": "LICENSE" - }, - "brotli 8.0.1": { "name": "brotli", - "version": "8.0.1", "package_url": "https://github.com/dropbox/rust-brotli", "repository": { "Http": { - "url": "https://static.crates.io/crates/brotli/8.0.1/download", - "sha256": "9991eea70ea4f293524138648e41ee89b0b2b12ddef3b255effa43c8056e0e0d" + "sha256": "9991eea70ea4f293524138648e41ee89b0b2b12ddef3b255effa43c8056e0e0d", + "url": "https://static.crates.io/crates/brotli/8.0.1/download" } }, "targets": [ { "Library": { "crate_name": "brotli", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "brotli", + "version": "8.0.1" + }, + "brotli-decompressor 2.3.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc-stdlib", + "std" ], - "crate_features": { - "common": [ - "alloc-stdlib", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloc-no-stdlib 2.0.4", - "target": "alloc_no_stdlib" - }, - { - "id": "alloc-stdlib 0.2.2", - "target": "alloc_stdlib" - }, - { - "id": "brotli-decompressor 5.0.0", - "target": "brotli_decompressor" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "8.0.1" + "deps": [ + { + "id": "alloc-no-stdlib 2.0.4", + "target": "alloc_no_stdlib" + }, + { + "id": "alloc-stdlib 0.2.2", + "target": "alloc_stdlib" + } + ], + "edition": "2015" }, - "license": "BSD-3-Clause AND MIT", + "library_target_name": "brotli_decompressor", + "license": "BSD-3-Clause/MIT", + "license_file": "LICENSE", "license_ids": [ "BSD-3-Clause", "MIT" ], - "license_file": "LICENSE.MIT" - }, - "brotli-decompressor 2.3.4": { "name": "brotli-decompressor", - "version": "2.3.4", "package_url": "https://github.com/dropbox/rust-brotli-decompressor", "repository": { "Http": { - "url": "https://static.crates.io/crates/brotli-decompressor/2.3.4/download", - "sha256": "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744" + "sha256": "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744", + "url": "https://static.crates.io/crates/brotli-decompressor/2.3.4/download" } }, "targets": [ { "Library": { "crate_name": "brotli_decompressor", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "brotli_decompressor", + "version": "2.3.4" + }, + "brotli-decompressor 5.0.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc-stdlib", + "default", + "std" ], - "crate_features": { - "common": [ - "alloc-stdlib", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloc-no-stdlib 2.0.4", - "target": "alloc_no_stdlib" - }, - { - "id": "alloc-stdlib 0.2.2", - "target": "alloc_stdlib" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "2.3.4" + "deps": [ + { + "id": "alloc-no-stdlib 2.0.4", + "target": "alloc_no_stdlib" + }, + { + "id": "alloc-stdlib 0.2.2", + "target": "alloc_stdlib" + } + ], + "edition": "2015" }, + "library_target_name": "brotli_decompressor", "license": "BSD-3-Clause/MIT", + "license_file": "LICENSE", "license_ids": [ "BSD-3-Clause", "MIT" ], - "license_file": "LICENSE" - }, - "brotli-decompressor 5.0.0": { "name": "brotli-decompressor", - "version": "5.0.0", "package_url": "https://github.com/dropbox/rust-brotli-decompressor", "repository": { "Http": { - "url": "https://static.crates.io/crates/brotli-decompressor/5.0.0/download", - "sha256": "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" + "sha256": "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03", + "url": "https://static.crates.io/crates/brotli-decompressor/5.0.0/download" } }, "targets": [ { "Library": { "crate_name": "brotli_decompressor", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "brotli_decompressor", + "version": "5.0.0" + }, + "bs58 0.5.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "check", + "default", + "sha2", + "std" ], - "crate_features": { - "common": [ - "alloc-stdlib", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloc-no-stdlib 2.0.4", - "target": "alloc_no_stdlib" - }, - { - "id": "alloc-stdlib 0.2.2", - "target": "alloc_stdlib" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "5.0.0" + "deps": [ + { + "id": "sha2 0.10.9", + "target": "sha2" + } + ], + "edition": "2021" }, - "license": "BSD-3-Clause/MIT", + "library_target_name": "bs58", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "BSD-3-Clause", + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "bs58 0.5.1": { "name": "bs58", - "version": "0.5.1", "package_url": "https://github.com/Nullus157/bs58-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/bs58/0.5.1/download", - "sha256": "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" + "sha256": "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4", + "url": "https://static.crates.io/crates/bs58/0.5.1/download" } }, "targets": [ { "Library": { "crate_name": "bs58", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "bs58", + "version": "0.5.1" + }, + "bstr 0.2.17": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "lazy_static", + "regex-automata", + "unicode" ], - "crate_features": { - "common": [ - "alloc", - "check", - "default", - "sha2", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "sha2 0.10.9", - "target": "sha2" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.1" + "deps": [ + { + "id": "lazy_static 1.5.0", + "target": "lazy_static" + }, + { + "id": "memchr 2.7.4", + "target": "memchr" + }, + { + "id": "regex-automata 0.1.10", + "target": "regex_automata" + } + ], + "edition": "2018" }, - "license": "MIT/Apache-2.0", + "library_target_name": "bstr", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "bstr 0.2.17": { "name": "bstr", - "version": "0.2.17", "package_url": "https://github.com/BurntSushi/bstr", "repository": { "Http": { - "url": "https://static.crates.io/crates/bstr/0.2.17/download", - "sha256": "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" + "sha256": "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223", + "url": "https://static.crates.io/crates/bstr/0.2.17/download" } }, "targets": [ { "Library": { "crate_name": "bstr", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "bstr", + "version": "0.2.17" + }, + "bstr 1.6.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "std", + "unicode" ], - "crate_features": { - "common": [ - "lazy_static", - "regex-automata", - "unicode" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "regex-automata 0.1.10", - "target": "regex_automata" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.17" + "deps": [ + { + "id": "memchr 2.7.4", + "target": "memchr" + }, + { + "id": "regex-automata 0.3.3", + "target": "regex_automata" + } + ], + "edition": "2021" }, + "library_target_name": "bstr", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "bstr 1.6.0": { "name": "bstr", - "version": "1.6.0", "package_url": "https://github.com/BurntSushi/bstr", "repository": { "Http": { - "url": "https://static.crates.io/crates/bstr/1.6.0/download", - "sha256": "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05" + "sha256": "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05", + "url": "https://static.crates.io/crates/bstr/1.6.0/download" } }, "targets": [ { "Library": { "crate_name": "bstr", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "bstr", + "version": "1.6.0" + }, + "build-info 0.0.45": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "runtime" ], - "crate_features": { - "common": [ - "alloc", - "default", - "std", - "unicode" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "regex-automata 0.3.3", - "target": "regex_automata" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.6.0" + "deps": [ + { + "id": "build-info-common 0.0.45", + "target": "build_info_common" + }, + { + "id": "ciborium 0.2.2", + "target": "ciborium" + } + ], + "edition": "2024", + "proc_macro_deps": [ + { + "id": "build-info-proc 0.0.45", + "target": "build_info_proc" + } + ] }, + "library_target_name": "build_info", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "build-info 0.0.45": { "name": "build-info", - "version": "0.0.45", "package_url": "https://github.com/danielschemmel/build-info/", "repository": { "Git": { - "remote": "https://github.com/dfinity-lab/build-info", "commitish": { "Rev": "27ba16a68aa312de66f2ebd0f16665f1429eee36" }, + "remote": "https://github.com/dfinity-lab/build-info", "strip_prefix": "build-info" } }, @@ -12100,70 +9578,64 @@ { "Library": { "crate_name": "build_info", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "build_info", + "version": "0.0.45" + }, + "build-info-build 0.0.45": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "anyhow 1.0.104", + "target": "anyhow" + }, + { + "id": "build-info-common 0.0.45", + "target": "build_info_common" + }, + { + "id": "ciborium 0.2.2", + "target": "ciborium" + }, + { + "id": "glob 0.3.1", + "target": "glob" + }, + { + "id": "rustc_version 0.4.0", + "target": "rustc_version" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + }, + { + "id": "z85 3.0.7", + "target": "z85" + }, + { + "id": "zstd 0.13.2", + "target": "zstd" + } ], - "crate_features": { - "common": [ - "default", - "runtime" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "build-info-common 0.0.45", - "target": "build_info_common" - }, - { - "id": "ciborium 0.2.2", - "target": "ciborium" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "build-info-proc 0.0.45", - "target": "build_info_proc" - } - ], - "selects": {} - }, - "version": "0.0.45" + "edition": "2024" }, + "library_target_name": "build_info_build", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "build-info-build 0.0.45": { "name": "build-info-build", - "version": "0.0.45", "package_url": "https://github.com/danielschemmel/build-info/", "repository": { "Git": { - "remote": "https://github.com/dfinity-lab/build-info", "commitish": { "Rev": "27ba16a68aa312de66f2ebd0f16665f1429eee36" }, + "remote": "https://github.com/dfinity-lab/build-info", "strip_prefix": "build-info-build" } }, @@ -12171,78 +9643,48 @@ { "Library": { "crate_name": "build_info_build", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "build_info_build", + "version": "0.0.45" + }, + "build-info-common 0.0.45": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "serde" ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "build-info-common 0.0.45", - "target": "build_info_common" - }, - { - "id": "ciborium 0.2.2", - "target": "ciborium" - }, - { - "id": "glob 0.3.1", - "target": "glob" - }, - { - "id": "rustc_version 0.4.0", - "target": "rustc_version" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "z85 3.0.7", - "target": "z85" - }, - { - "id": "zstd 0.13.2", - "target": "zstd" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.0.45" + "deps": [ + { + "id": "derive_more 2.1.1", + "target": "derive_more" + }, + { + "id": "semver 1.0.27", + "target": "semver" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2024" }, + "library_target_name": "build_info_common", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "build-info-common 0.0.45": { "name": "build-info-common", - "version": "0.0.45", "package_url": "https://github.com/danielschemmel/build-info/", "repository": { "Git": { - "remote": "https://github.com/dfinity-lab/build-info", "commitish": { "Rev": "27ba16a68aa312de66f2ebd0f16665f1429eee36" }, + "remote": "https://github.com/dfinity-lab/build-info", "strip_prefix": "build-info-common" } }, @@ -12250,65 +9692,80 @@ { "Library": { "crate_name": "build_info_common", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "build_info_common", + "version": "0.0.45" + }, + "build-info-proc 0.0.45": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "runtime" ], - "crate_features": { - "common": [ - "default", - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "derive_more 2.1.1", - "target": "derive_more" - }, - { - "id": "semver 1.0.27", - "target": "semver" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.0.45" + "deps": [ + { + "id": "build-info-common 0.0.45", + "target": "build_info_common" + }, + { + "id": "ciborium 0.2.2", + "target": "ciborium" + }, + { + "id": "manyhow 0.11.4", + "target": "manyhow" + }, + { + "id": "num-bigint 0.5.1", + "target": "num_bigint" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + }, + { + "id": "syn 2.0.119", + "target": "syn" + }, + { + "id": "z85 3.0.7", + "target": "z85" + }, + { + "id": "zstd 0.13.2", + "target": "zstd" + } + ], + "edition": "2024" }, + "library_target_name": "build_info_proc", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "build-info-proc 0.0.45": { "name": "build-info-proc", - "version": "0.0.45", "package_url": "https://github.com/danielschemmel/build-info/", "repository": { "Git": { - "remote": "https://github.com/dfinity-lab/build-info", "commitish": { "Rev": "27ba16a68aa312de66f2ebd0f16665f1429eee36" }, + "remote": "https://github.com/dfinity-lab/build-info", "strip_prefix": "build-info-proc" } }, @@ -12316,424 +9773,241 @@ { "ProcMacro": { "crate_name": "build_info_proc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "build_info_proc", + "version": "0.0.45" + }, + "bumpalo 3.20.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "allocator-api2", + "default" ], - "crate_features": { - "common": [ - "default", - "runtime" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "build-info-common 0.0.45", - "target": "build_info_common" - }, - { - "id": "ciborium 0.2.2", - "target": "ciborium" - }, - { - "id": "manyhow 0.11.4", - "target": "manyhow" - }, - { - "id": "num-bigint 0.5.1", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "z85 3.0.7", - "target": "z85" - }, - { - "id": "zstd 0.13.2", - "target": "zstd" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.0.45" + "deps": [ + { + "id": "allocator-api2 0.2.21", + "target": "allocator_api2" + } + ], + "edition": "2021" }, + "library_target_name": "bumpalo", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "bumpalo 3.20.2": { "name": "bumpalo", - "version": "3.20.2", "package_url": "https://github.com/fitzgen/bumpalo", "repository": { "Http": { - "url": "https://static.crates.io/crates/bumpalo/3.20.2/download", - "sha256": "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" + "sha256": "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb", + "url": "https://static.crates.io/crates/bumpalo/3.20.2/download" } }, "targets": [ { "Library": { "crate_name": "bumpalo", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "bumpalo", + "version": "3.20.2" + }, + "by_address 1.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "allocator-api2", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "allocator-api2 0.2.21", - "target": "allocator_api2" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.20.2" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "by_address", + "license": "MIT / Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "by_address 1.1.0": { "name": "by_address", - "version": "1.1.0", "package_url": "https://github.com/mbrubeck/by_address", "repository": { "Http": { - "url": "https://static.crates.io/crates/by_address/1.1.0/download", - "sha256": "bf8dba2868114ed769a1f2590fc9ae5eb331175b44313b6c9b922f8f7ca813d0" + "sha256": "bf8dba2868114ed769a1f2590fc9ae5eb331175b44313b6c9b922f8f7ca813d0", + "url": "https://static.crates.io/crates/by_address/1.1.0/download" } }, "targets": [ { "Library": { "crate_name": "by_address", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "by_address", + "version": "1.1.0" + }, + "byte-slice-cast 1.2.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.1.0" + "edition": "2018" }, - "license": "MIT / Apache-2.0", + "library_target_name": "byte_slice_cast", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "byte-slice-cast 1.2.2": { "name": "byte-slice-cast", - "version": "1.2.2", "package_url": "https://github.com/sdroege/bytes-num-slice-cast", "repository": { "Http": { - "url": "https://static.crates.io/crates/byte-slice-cast/1.2.2/download", - "sha256": "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" + "sha256": "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c", + "url": "https://static.crates.io/crates/byte-slice-cast/1.2.2/download" } }, "targets": [ { "Library": { "crate_name": "byte_slice_cast", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "byte_slice_cast", + "version": "1.2.2" + }, + "byte-unit 4.0.19": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "serde", + "std", + "u128" + ], + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "utf8-width 0.1.6", + "target": "utf8_width" + } ], - "edition": "2018", - "version": "1.2.2" + "edition": "2021" }, + "library_target_name": "byte_unit", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "byte-unit 4.0.19": { "name": "byte-unit", - "version": "4.0.19", "package_url": "https://github.com/magiclen/byte-unit", "repository": { "Http": { - "url": "https://static.crates.io/crates/byte-unit/4.0.19/download", - "sha256": "da78b32057b8fdfc352504708feeba7216dcd65a2c9ab02978cbd288d1279b6c" + "sha256": "da78b32057b8fdfc352504708feeba7216dcd65a2c9ab02978cbd288d1279b6c", + "url": "https://static.crates.io/crates/byte-unit/4.0.19/download" } }, "targets": [ { "Library": { "crate_name": "byte_unit", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "byte_unit", + "version": "4.0.19" + }, + "bytecheck 0.8.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "ptr_meta 0.3.1", + "target": "ptr_meta" + }, + { + "id": "rancor 0.1.1", + "target": "rancor" + } ], - "crate_features": { - "common": [ - "alloc", - "default", - "serde", - "std", - "u128" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "utf8-width 0.1.6", - "target": "utf8_width" - } - ], - "selects": {} - }, "edition": "2021", - "version": "4.0.19" + "proc_macro_deps": [ + { + "id": "bytecheck_derive 0.8.2", + "target": "bytecheck_derive" + } + ] }, + "library_target_name": "bytecheck", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "bytecheck 0.8.2": { "name": "bytecheck", - "version": "0.8.2", "package_url": "https://github.com/rkyv/bytecheck", "repository": { "Http": { - "url": "https://static.crates.io/crates/bytecheck/0.8.2/download", - "sha256": "0caa33a2c0edca0419d15ac723dff03f1956f7978329b1e3b5fdaaaed9d3ca8b" + "sha256": "0caa33a2c0edca0419d15ac723dff03f1956f7978329b1e3b5fdaaaed9d3ca8b", + "url": "https://static.crates.io/crates/bytecheck/0.8.2/download" } }, "targets": [ { "Library": { "crate_name": "bytecheck", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "bytecheck", + "version": "0.8.2" + }, + "bytecheck_derive 0.8.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "ptr_meta 0.3.1", - "target": "ptr_meta" - }, - { - "id": "rancor 0.1.1", - "target": "rancor" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "bytecheck_derive 0.8.2", - "target": "bytecheck_derive" - } - ], - "selects": {} - }, - "version": "0.8.2" + "edition": "2021" }, + "library_target_name": "bytecheck_derive", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "bytecheck_derive 0.8.2": { "name": "bytecheck_derive", - "version": "0.8.2", "package_url": "https://github.com/rkyv/bytecheck", "repository": { "Http": { - "url": "https://static.crates.io/crates/bytecheck_derive/0.8.2/download", - "sha256": "89385e82b5d1821d2219e0b095efa2cc1f246cbf99080f3be46a1a85c0d392d9" + "sha256": "89385e82b5d1821d2219e0b095efa2cc1f246cbf99080f3be46a1a85c0d392d9", + "url": "https://static.crates.io/crates/bytecheck_derive/0.8.2/download" } }, "targets": [ { "ProcMacro": { "crate_name": "bytecheck_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "bytecheck_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" + "version": "0.8.2" }, "bytecount 0.6.9": { - "name": "bytecount", - "version": "0.6.9", - "package_url": "https://github.com/llogiq/bytecount", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bytecount/0.6.9/download", - "sha256": "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bytecount", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bytecount", "common_attrs": { - "compile_data_glob": [ - "**" - ], "crate_features": { "common": [], "selects": { @@ -12751,940 +10025,674 @@ ] } }, - "edition": "2018", - "version": "0.6.9" + "edition": "2018" }, + "library_target_name": "bytecount", "license": "Apache-2.0/MIT", + "license_file": "LICENSE.Apache2", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE.Apache2" + "name": "bytecount", + "package_url": "https://github.com/llogiq/bytecount", + "repository": { + "Http": { + "sha256": "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e", + "url": "https://static.crates.io/crates/bytecount/0.6.9/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "bytecount", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.6.9" }, "bytemuck 1.13.1": { + "common_attrs": { + "edition": "2018" + }, + "library_target_name": "bytemuck", + "license": "Zlib OR Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", + "license_ids": [ + "Apache-2.0", + "MIT", + "Zlib" + ], "name": "bytemuck", - "version": "1.13.1", "package_url": "https://github.com/Lokathor/bytemuck", "repository": { "Http": { - "url": "https://static.crates.io/crates/bytemuck/1.13.1/download", - "sha256": "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea" + "sha256": "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea", + "url": "https://static.crates.io/crates/bytemuck/1.13.1/download" } }, "targets": [ { "Library": { "crate_name": "bytemuck", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "bytemuck", + "version": "1.13.1" + }, + "byteorder 1.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "i128", + "std" ], - "edition": "2018", - "version": "1.13.1" + "edition": "2021" }, - "license": "Zlib OR Apache-2.0 OR MIT", + "library_target_name": "byteorder", + "license": "Unlicense OR MIT", + "license_file": "LICENSE-MIT", "license_ids": [ - "Apache-2.0", "MIT", - "Zlib" + "Unlicense" ], - "license_file": "LICENSE-APACHE" - }, - "byteorder 1.5.0": { "name": "byteorder", - "version": "1.5.0", "package_url": "https://github.com/BurntSushi/byteorder", "repository": { "Http": { - "url": "https://static.crates.io/crates/byteorder/1.5.0/download", - "sha256": "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" + "sha256": "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b", + "url": "https://static.crates.io/crates/byteorder/1.5.0/download" } }, "targets": [ { "Library": { "crate_name": "byteorder", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "byteorder", + "version": "1.5.0" + }, + "bytes 1.11.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "serde", + "std" ], - "crate_features": { - "common": [ - "default", - "i128", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "1.5.0" + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2021" }, - "license": "Unlicense OR MIT", + "library_target_name": "bytes", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "MIT", - "Unlicense" + "MIT" ], - "license_file": "LICENSE-MIT" - }, - "bytes 1.11.1": { "name": "bytes", - "version": "1.11.1", "package_url": "https://github.com/tokio-rs/bytes", "repository": { "Http": { - "url": "https://static.crates.io/crates/bytes/1.11.1/download", - "sha256": "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" + "sha256": "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33", + "url": "https://static.crates.io/crates/bytes/1.11.1/download" } }, "targets": [ { "Library": { "crate_name": "bytes", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "bytes", + "version": "1.11.1" + }, + "bytesize 1.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "default", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.11.1" + "edition": "2015" }, - "license": "MIT", + "library_target_name": "bytesize", + "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ - "MIT" + "Apache-2.0" ], - "license_file": "LICENSE" - }, - "bytesize 1.3.0": { "name": "bytesize", - "version": "1.3.0", "package_url": "https://github.com/hyunsik/bytesize/", "repository": { "Http": { - "url": "https://static.crates.io/crates/bytesize/1.3.0/download", - "sha256": "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc" + "sha256": "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc", + "url": "https://static.crates.io/crates/bytesize/1.3.0/download" } }, "targets": [ { "Library": { "crate_name": "bytesize", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "bytesize", + "version": "1.3.0" + }, + "bytestring 1.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "bytes 1.11.1", + "target": "bytes" + } ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2015", - "version": "1.3.0" + "edition": "2018" }, - "license": "Apache-2.0", + "library_target_name": "bytestring", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "Apache-2.0" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" - }, - "bytestring 1.3.0": { "name": "bytestring", - "version": "1.3.0", "package_url": "https://github.com/actix/actix-net.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/bytestring/1.3.0/download", - "sha256": "238e4886760d98c4f899360c834fa93e62cf7f721ac3c2da375cbdf4b8679aae" + "sha256": "238e4886760d98c4f899360c834fa93e62cf7f721ac3c2da375cbdf4b8679aae", + "url": "https://static.crates.io/crates/bytestring/1.3.0/download" } }, "targets": [ { "Library": { "crate_name": "bytestring", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "bytestring", + "version": "1.3.0" + }, + "bzip2-sys 0.1.11+1.0.8": { + "build_script_attrs": { + "deps": [ + { + "id": "cc 1.2.48", + "target": "cc" + }, + { + "id": "pkg-config 0.3.32", + "target": "pkg_config" + } + ], + "links": "bzip2" + }, "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "libc 0.2.186", + "target": "libc" + } ], - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.3.0" + "edition": "2015", + "extra_deps": [ + ":build_script_build" + ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "bzip2_sys", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "bzip2-sys 0.1.11+1.0.8": { "name": "bzip2-sys", - "version": "0.1.11+1.0.8", "package_url": "https://github.com/alexcrichton/bzip2-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/bzip2-sys/0.1.11+1.0.8/download", - "sha256": "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" + "sha256": "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc", + "url": "https://static.crates.io/crates/bzip2-sys/0.1.11+1.0.8/download" } }, "targets": [ { "Library": { "crate_name": "bzip2_sys", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "bzip2_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bzip2-sys 0.1.11+1.0.8", - "target": "build_script_build" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.1.11+1.0.8" - }, + "version": "0.1.11+1.0.8" + }, + "c-kzg 2.1.8": { "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], "deps": { "common": [ { "id": "cc 1.2.48", "target": "cc" - }, - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" } ], - "selects": {} + "selects": { + "cfg(target_env = \"msvc\")": [ + { + "id": "glob 0.3.1", + "target": "glob" + } + ] + } }, - "links": "bzip2" + "link_deps": [ + { + "id": "blst 0.3.17", + "target": "blst" + } + ], + "links": "ckzg" }, - "license": "MIT/Apache-2.0", + "common_attrs": { + "deps": [ + { + "id": "blst 0.3.17", + "target": "blst" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "libc 0.2.186", + "target": "libc" + } + ], + "edition": "2021", + "extra_deps": [ + ":build_script_build" + ] + }, + "library_target_name": "c_kzg", + "license": "Apache-2.0", "license_ids": [ - "Apache-2.0", - "MIT" + "Apache-2.0" ], - "license_file": "LICENSE-APACHE" - }, - "c-kzg 2.1.8": { "name": "c-kzg", - "version": "2.1.8", - "package_url": null, "repository": { "Http": { - "url": "https://static.crates.io/crates/c-kzg/2.1.8/download", - "sha256": "38d04308254695569fdb9bfe3bacc1c91837a670d0806605eb82d63748fbd3a6" + "sha256": "38d04308254695569fdb9bfe3bacc1c91837a670d0806605eb82d63748fbd3a6", + "url": "https://static.crates.io/crates/c-kzg/2.1.8/download" } }, "targets": [ { "Library": { "crate_name": "c_kzg", - "crate_root": "bindings/rust/src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "bindings/rust/src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "bindings/rust/build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "bindings/rust/build.rs" } } ], - "library_target_name": "c_kzg", + "version": "2.1.8" + }, + "cached 0.54.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "blst 0.3.17", - "target": "blst" - }, - { - "id": "c-kzg 2.1.8", - "target": "build_script_build" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.1.8" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "crate_features": [ + "ahash", + "cached_proc_macro", + "cached_proc_macro_types", + "default", + "proc_macro" + ], + "deps": [ + { + "id": "ahash 0.8.11", + "target": "ahash" + }, + { + "id": "cached_proc_macro_types 0.1.1", + "target": "cached_proc_macro_types" + }, + { + "id": "hashbrown 0.14.5", + "target": "hashbrown" + }, + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + }, + { + "id": "web-time 1.1.0", + "target": "web_time" + } ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": { - "cfg(target_env = \"msvc\")": [ - { - "id": "glob 0.3.1", - "target": "glob" - } - ] + "edition": "2018", + "proc_macro_deps": [ + { + "id": "cached_proc_macro 0.23.0", + "target": "cached_proc_macro" } - }, - "link_deps": { - "common": [ - { - "id": "blst 0.3.17", - "target": "blst" - } - ], - "selects": {} - }, - "links": "ckzg" + ] }, - "license": "Apache-2.0", + "library_target_name": "cached", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0" + "MIT" ], - "license_file": null - }, - "cached 0.54.0": { "name": "cached", - "version": "0.54.0", "package_url": "https://github.com/jaemk/cached", "repository": { "Http": { - "url": "https://static.crates.io/crates/cached/0.54.0/download", - "sha256": "9718806c4a2fe9e8a56fd736f97b340dd10ed1be8ed733ed50449f351dc33cae" + "sha256": "9718806c4a2fe9e8a56fd736f97b340dd10ed1be8ed733ed50449f351dc33cae", + "url": "https://static.crates.io/crates/cached/0.54.0/download" } }, "targets": [ { "Library": { "crate_name": "cached", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cached", + "version": "0.54.0" + }, + "cached 0.56.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "ahash" ], - "crate_features": { - "common": [ - "ahash", - "cached_proc_macro", - "cached_proc_macro_types", - "default", - "proc_macro" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ahash 0.8.11", - "target": "ahash" - }, - { - "id": "cached_proc_macro_types 0.1.1", - "target": "cached_proc_macro_types" - }, - { - "id": "hashbrown 0.14.5", - "target": "hashbrown" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "web-time 1.1.0", - "target": "web_time" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "cached_proc_macro 0.23.0", - "target": "cached_proc_macro" - } - ], - "selects": {} - }, - "version": "0.54.0" + "deps": [ + { + "id": "ahash 0.8.11", + "target": "ahash" + }, + { + "id": "hashbrown 0.15.2", + "target": "hashbrown" + }, + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + }, + { + "id": "web-time 1.1.0", + "target": "web_time" + } + ], + "edition": "2018" }, + "library_target_name": "cached", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "cached 0.56.0": { "name": "cached", - "version": "0.56.0", "package_url": "https://github.com/jaemk/cached", "repository": { "Http": { - "url": "https://static.crates.io/crates/cached/0.56.0/download", - "sha256": "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c" + "sha256": "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c", + "url": "https://static.crates.io/crates/cached/0.56.0/download" } }, "targets": [ { "Library": { "crate_name": "cached", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cached", + "version": "0.56.0" + }, + "cached_proc_macro 0.23.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "darling 0.20.11", + "target": "darling" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "crate_features": { - "common": [ - "ahash" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ahash 0.8.11", - "target": "ahash" - }, - { - "id": "hashbrown 0.15.2", - "target": "hashbrown" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "web-time 1.1.0", - "target": "web_time" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.56.0" + "edition": "2018" }, + "library_target_name": "cached_proc_macro", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "cached_proc_macro 0.23.0": { "name": "cached_proc_macro", - "version": "0.23.0", "package_url": "https://github.com/jaemk/cached", "repository": { "Http": { - "url": "https://static.crates.io/crates/cached_proc_macro/0.23.0/download", - "sha256": "2f42a145ed2d10dce2191e1dcf30cfccfea9026660e143662ba5eec4017d5daa" + "sha256": "2f42a145ed2d10dce2191e1dcf30cfccfea9026660e143662ba5eec4017d5daa", + "url": "https://static.crates.io/crates/cached_proc_macro/0.23.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "cached_proc_macro", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cached_proc_macro", + "version": "0.23.0" + }, + "cached_proc_macro_types 0.1.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "darling 0.20.11", - "target": "darling" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.23.0" + "edition": "2018" }, + "library_target_name": "cached_proc_macro_types", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "cached_proc_macro_types 0.1.1": { "name": "cached_proc_macro_types", - "version": "0.1.1", "package_url": "https://github.com/jaemk/cached", "repository": { "Http": { - "url": "https://static.crates.io/crates/cached_proc_macro_types/0.1.1/download", - "sha256": "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0" + "sha256": "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0", + "url": "https://static.crates.io/crates/cached_proc_macro_types/0.1.1/download" } }, "targets": [ { "Library": { "crate_name": "cached_proc_macro_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cached_proc_macro_types", + "version": "0.1.1" + }, + "camino 1.1.6": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "serde", + "serde1" + ], + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + } ], "edition": "2018", - "version": "0.1.1" + "extra_deps": [ + ":build_script_build" + ] }, - "license": "MIT", + "library_target_name": "camino", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "camino 1.1.6": { "name": "camino", - "version": "1.1.6", "package_url": "https://github.com/camino-rs/camino", "repository": { "Http": { - "url": "https://static.crates.io/crates/camino/1.1.6/download", - "sha256": "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" + "sha256": "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c", + "url": "https://static.crates.io/crates/camino/1.1.6/download" } }, "targets": [ { "Library": { "crate_name": "camino", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "camino", + "version": "1.1.6" + }, + "canbench-rs 0.7.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "serde", - "serde1" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "camino 1.1.6", - "target": "build_script_build" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.1.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "ic-cdk 0.20.2", + "target": "ic_cdk" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } ], - "data_glob": [ - "**" + "edition": "2021", + "proc_macro_deps": [ + { + "id": "canbench-rs-macros 0.7.0", + "target": "canbench_rs_macros" + } ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "canbench_rs", + "license": "Apache-2.0", "license_ids": [ - "Apache-2.0", - "MIT" + "Apache-2.0" ], - "license_file": "LICENSE-APACHE" - }, - "canbench-rs 0.7.0": { "name": "canbench-rs", - "version": "0.7.0", "package_url": "https://github.com/dfinity/canbench", "repository": { "Http": { - "url": "https://static.crates.io/crates/canbench-rs/0.7.0/download", - "sha256": "f219d11b441f13b811b48f3500e16193e5ff2478f2af1f444b825c723bd8f880" + "sha256": "f219d11b441f13b811b48f3500e16193e5ff2478f2af1f444b825c723bd8f880", + "url": "https://static.crates.io/crates/canbench-rs/0.7.0/download" } }, "targets": [ { "Library": { "crate_name": "canbench_rs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "canbench_rs", + "version": "0.7.0" + }, + "canbench-rs-macros 0.7.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "ic-cdk 0.20.2", - "target": "ic_cdk" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "canbench-rs-macros 0.7.0", - "target": "canbench_rs_macros" - } - ], - "selects": {} - }, - "version": "0.7.0" + "edition": "2021" }, + "library_target_name": "canbench_rs_macros", "license": "Apache-2.0", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "canbench-rs-macros 0.7.0": { "name": "canbench-rs-macros", - "version": "0.7.0", "package_url": "https://github.com/dfinity/canbench", "repository": { "Http": { - "url": "https://static.crates.io/crates/canbench-rs-macros/0.7.0/download", - "sha256": "57f3091003ebefb0685c8c06cd4f165ea3ef28bca5e321e99de035229c624fda" + "sha256": "57f3091003ebefb0685c8c06cd4f165ea3ef28bca5e321e99de035229c624fda", + "url": "https://static.crates.io/crates/canbench-rs-macros/0.7.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "canbench_rs_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "canbench_rs_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null + "version": "0.7.0" }, "candid 0.10.35": { - "name": "candid", - "version": "0.10.35", - "package_url": "https://github.com/dfinity/candid", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/candid/0.10.35/download", - "sha256": "5cdba86ff862a2cc6b244f273a8713ffdf82b84254470e90bd029ee87c283f25" - } - }, - "targets": [ - { - "Library": { - "crate_name": "candid", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "candid", "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "all", + "bignum", + "default", + "printer", + "serde_bytes", + "value" ], - "crate_features": { - "common": [ - "all", - "bignum", - "default", - "printer", - "serde_bytes", - "value" - ], - "selects": {} - }, "deps": { "common": [ { @@ -13746,19 +10754,16 @@ } }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "candid_derive 0.10.35", - "target": "candid_derive" - }, - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, + "proc_macro_deps": [ + { + "id": "candid_derive 0.10.35", + "target": "candid_derive" + }, + { + "id": "paste 1.0.15", + "target": "paste" + } + ], "rustc_flags": { "common": [], "selects": { @@ -13781,742 +10786,558 @@ "-Zsanitizer=address" ] } - }, - "version": "0.10.35" + } }, + "library_target_name": "candid", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" + "name": "candid", + "package_url": "https://github.com/dfinity/candid", + "repository": { + "Http": { + "sha256": "5cdba86ff862a2cc6b244f273a8713ffdf82b84254470e90bd029ee87c283f25", + "url": "https://static.crates.io/crates/candid/0.10.35/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "candid", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.10.35" }, "candid_derive 0.10.35": { + "common_attrs": { + "deps": [ + { + "id": "lazy_static 1.5.0", + "target": "lazy_static" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } + ], + "edition": "2021" + }, + "library_target_name": "candid_derive", + "license": "Apache-2.0", + "license_file": "LICENSE", + "license_ids": [ + "Apache-2.0" + ], "name": "candid_derive", - "version": "0.10.35", "package_url": "https://github.com/dfinity/candid", "repository": { "Http": { - "url": "https://static.crates.io/crates/candid_derive/0.10.35/download", - "sha256": "13501edc1f9c9f057d5d84171a13ee1fe4255705f9027a3fac64b5949cbdd170" + "sha256": "13501edc1f9c9f057d5d84171a13ee1fe4255705f9027a3fac64b5949cbdd170", + "url": "https://static.crates.io/crates/candid_derive/0.10.35/download" } }, "targets": [ { "ProcMacro": { "crate_name": "candid_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "candid_derive", + "version": "0.10.35" + }, + "candid_parser 0.1.4": { + "build_script_attrs": { + "deps": [ + { + "id": "lalrpop 0.20.0", + "target": "lalrpop" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "anyhow 1.0.104", + "target": "anyhow" + }, + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "codespan-reporting 0.11.1", + "target": "codespan_reporting" + }, + { + "id": "convert_case 0.6.0", + "target": "convert_case" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "lalrpop-util 0.20.0", + "target": "lalrpop_util" + }, + { + "id": "logos 0.13.0", + "target": "logos" + }, + { + "id": "num-bigint 0.4.6", + "target": "num_bigint" + }, + { + "id": "pretty 0.12.1", + "target": "pretty" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + } ], - "deps": { - "common": [ - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.10.35" + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "candid_parser", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "candid_parser 0.1.4": { "name": "candid_parser", - "version": "0.1.4", "package_url": "https://github.com/dfinity/candid", "repository": { "Http": { - "url": "https://static.crates.io/crates/candid_parser/0.1.4/download", - "sha256": "48a3da76f989cd350b7342c64c6c6008341bb6186f6832ef04e56dc50ba0fd76" + "sha256": "48a3da76f989cd350b7342c64c6c6008341bb6186f6832ef04e56dc50ba0fd76", + "url": "https://static.crates.io/crates/candid_parser/0.1.4/download" } }, "targets": [ { "Library": { "crate_name": "candid_parser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "candid_parser", + "version": "0.1.4" + }, + "candid_parser 0.4.0": { + "build_script_attrs": { + "deps": [ + { + "id": "lalrpop 0.20.0", + "target": "lalrpop" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "anyhow 1.0.104", + "target": "anyhow" + }, + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "codespan-reporting 0.11.1", + "target": "codespan_reporting" + }, + { + "id": "convert_case 0.6.0", + "target": "convert_case" + }, + { + "id": "handlebars 6.4.0", + "target": "handlebars" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "lalrpop-util 0.20.0", + "target": "lalrpop_util" + }, + { + "id": "logos 0.14.4", + "target": "logos" + }, + { + "id": "num-bigint 0.4.6", + "target": "num_bigint" + }, + { + "id": "pretty 0.12.1", + "target": "pretty" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + }, + { + "id": "toml 0.8.19", + "target": "toml" + } ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "candid_parser 0.1.4", - "target": "build_script_build" - }, - { - "id": "codespan-reporting 0.11.1", - "target": "codespan_reporting" - }, - { - "id": "convert_case 0.6.0", - "target": "convert_case" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "lalrpop-util 0.20.0", - "target": "lalrpop_util" - }, - { - "id": "logos 0.13.0", - "target": "logos" - }, - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "pretty 0.12.1", - "target": "pretty" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.1.4" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "lalrpop 0.20.0", - "target": "lalrpop" - } - ], - "selects": {} - } + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "candid_parser", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "candid_parser 0.4.0": { "name": "candid_parser", - "version": "0.4.0", "package_url": "https://github.com/dfinity/candid", "repository": { "Http": { - "url": "https://static.crates.io/crates/candid_parser/0.4.0/download", - "sha256": "2e35c12ed409a6c02c6e204db49926c75ceeb622a4a994b828cdd3dea7dfec59" + "sha256": "2e35c12ed409a6c02c6e204db49926c75ceeb622a4a994b828cdd3dea7dfec59", + "url": "https://static.crates.io/crates/candid_parser/0.4.0/download" } }, "targets": [ { "Library": { "crate_name": "candid_parser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "candid_parser", + "version": "0.4.0" + }, + "canlog 0.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "candid_parser 0.4.0", - "target": "build_script_build" - }, - { - "id": "codespan-reporting 0.11.1", - "target": "codespan_reporting" - }, - { - "id": "convert_case 0.6.0", - "target": "convert_case" - }, - { - "id": "handlebars 6.4.0", - "target": "handlebars" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "lalrpop-util 0.20.0", - "target": "lalrpop_util" - }, - { - "id": "logos 0.14.4", - "target": "logos" - }, - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "pretty 0.12.1", - "target": "pretty" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "toml 0.8.19", - "target": "toml" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "crate_features": [ + "derive" ], - "data_glob": [ - "**" + "deps": [ + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "ic-canister-log 0.2.0", + "target": "ic_canister_log" + }, + { + "id": "ic0 1.1.0", + "target": "ic0" + }, + { + "id": "regex 1.13.1", + "target": "regex" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + } ], - "deps": { - "common": [ - { - "id": "lalrpop 0.20.0", - "target": "lalrpop" - } - ], - "selects": {} - } + "edition": "2021", + "proc_macro_deps": [ + { + "id": "canlog_derive 0.1.0", + "target": "canlog_derive" + } + ] }, + "library_target_name": "canlog", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "canlog 0.2.0": { "name": "canlog", - "version": "0.2.0", "package_url": "https://github.com/dfinity/ic", "repository": { "Http": { - "url": "https://static.crates.io/crates/canlog/0.2.0/download", - "sha256": "bd21b4c7140d033fe006495a65ec5ae24d79219eca550a74e0ba140ff9aa71dc" + "sha256": "bd21b4c7140d033fe006495a65ec5ae24d79219eca550a74e0ba140ff9aa71dc", + "url": "https://static.crates.io/crates/canlog/0.2.0/download" } }, "targets": [ { "Library": { "crate_name": "canlog", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "canlog", + "version": "0.2.0" + }, + "canlog_derive 0.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "darling 0.20.11", + "target": "darling" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "crate_features": { - "common": [ - "derive" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "ic-canister-log 0.2.0", - "target": "ic_canister_log" - }, - { - "id": "ic0 1.1.0", - "target": "ic0" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "canlog_derive 0.1.0", - "target": "canlog_derive" - } - ], - "selects": {} - }, - "version": "0.2.0" + "edition": "2021" }, + "library_target_name": "canlog_derive", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "canlog_derive 0.1.0": { "name": "canlog_derive", - "version": "0.1.0", "package_url": "https://github.com/dfinity/ic", "repository": { "Http": { - "url": "https://static.crates.io/crates/canlog_derive/0.1.0/download", - "sha256": "6620814f83b784938b29ca6ca8867967a93a4f7f08c1b7ec6256d12c1b53abe8" + "sha256": "6620814f83b784938b29ca6ca8867967a93a4f7f08c1b7ec6256d12c1b53abe8", + "url": "https://static.crates.io/crates/canlog_derive/0.1.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "canlog_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "canlog_derive", + "version": "0.1.0" + }, + "cargo-platform 0.1.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + } ], - "deps": { - "common": [ - { - "id": "darling 0.20.11", - "target": "darling" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.0" + "edition": "2021" }, - "license": "Apache-2.0", + "library_target_name": "cargo_platform", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "Apache-2.0" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" - }, - "cargo-platform 0.1.3": { "name": "cargo-platform", - "version": "0.1.3", "package_url": "https://github.com/rust-lang/cargo", "repository": { "Http": { - "url": "https://static.crates.io/crates/cargo-platform/0.1.3/download", - "sha256": "2cfa25e60aea747ec7e1124f238816749faa93759c6ff5b31f1ccdda137f4479" + "sha256": "2cfa25e60aea747ec7e1124f238816749faa93759c6ff5b31f1ccdda137f4479", + "url": "https://static.crates.io/crates/cargo-platform/0.1.3/download" } }, "targets": [ { "Library": { "crate_name": "cargo_platform", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cargo_platform", + "version": "0.1.3" + }, + "cargo_metadata 0.14.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.3" + "deps": [ + { + "id": "camino 1.1.6", + "target": "camino" + }, + { + "id": "cargo-platform 0.1.3", + "target": "cargo_platform" + }, + { + "id": "semver 1.0.27", + "target": "semver" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + } + ], + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "cargo_metadata", + "license": "MIT", + "license_file": "LICENSE-MIT", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "cargo_metadata 0.14.2": { "name": "cargo_metadata", - "version": "0.14.2", "package_url": "https://github.com/oli-obk/cargo_metadata", "repository": { "Http": { - "url": "https://static.crates.io/crates/cargo_metadata/0.14.2/download", - "sha256": "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa" + "sha256": "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa", + "url": "https://static.crates.io/crates/cargo_metadata/0.14.2/download" } }, "targets": [ { "Library": { "crate_name": "cargo_metadata", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cargo_metadata", + "version": "0.14.2" + }, + "cassowary 0.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "camino 1.1.6", - "target": "camino" - }, - { - "id": "cargo-platform 0.1.3", - "target": "cargo_platform" - }, - { - "id": "semver 1.0.27", - "target": "semver" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.14.2" + "edition": "2015" }, - "license": "MIT", + "library_target_name": "cassowary", + "license": "MIT / Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE-MIT" - }, - "cassowary 0.3.0": { "name": "cassowary", - "version": "0.3.0", "package_url": "https://github.com/dylanede/cassowary-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/cassowary/0.3.0/download", - "sha256": "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" + "sha256": "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53", + "url": "https://static.crates.io/crates/cassowary/0.3.0/download" } }, "targets": [ { "Library": { "crate_name": "cassowary", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cassowary", + "version": "0.3.0" + }, + "cast 0.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.3.0" + "edition": "2018" }, - "license": "MIT / Apache-2.0", + "library_target_name": "cast", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "cast 0.3.0": { "name": "cast", - "version": "0.3.0", "package_url": "https://github.com/japaric/cast.rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/cast/0.3.0/download", - "sha256": "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" + "sha256": "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5", + "url": "https://static.crates.io/crates/cast/0.3.0/download" } }, "targets": [ { "Library": { "crate_name": "cast", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cast", + "version": "0.3.0" + }, + "castaway 0.2.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc" ], "edition": "2018", - "version": "0.3.0" + "proc_macro_deps": [ + { + "id": "rustversion 1.0.14", + "target": "rustversion" + } + ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "castaway", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "castaway 0.2.4": { "name": "castaway", - "version": "0.2.4", "package_url": "https://github.com/sagebind/castaway", "repository": { "Http": { - "url": "https://static.crates.io/crates/castaway/0.2.4/download", - "sha256": "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" + "sha256": "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a", + "url": "https://static.crates.io/crates/castaway/0.2.4/download" } }, "targets": [ { "Library": { "crate_name": "castaway", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "castaway", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc" - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "rustversion 1.0.14", - "target": "rustversion" - } - ], - "selects": {} - }, - "version": "0.2.4" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" + "version": "0.2.4" }, "cc 1.2.48": { - "name": "cc", - "version": "1.2.48", - "package_url": "https://github.com/rust-lang/cc-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cc/1.2.48/download", - "sha256": "c481bdbf0ed3b892f6f806287d72acd515b352a4ec27a208489b8c1bc839633a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cc", "common_attrs": { - "compile_data_glob": [ - "**" - ], "crate_features": { "common": [], "selects": { @@ -14588,215 +11409,158 @@ ] } }, - "edition": "2018", - "version": "1.2.48" + "edition": "2018" }, + "library_target_name": "cc", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "cesu8 1.1.0": { - "name": "cesu8", - "version": "1.1.0", - "package_url": "https://github.com/emk/cesu8-rs", + "name": "cc", + "package_url": "https://github.com/rust-lang/cc-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/cesu8/1.1.0/download", - "sha256": "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" + "sha256": "c481bdbf0ed3b892f6f806287d72acd515b352a4ec27a208489b8c1bc839633a", + "url": "https://static.crates.io/crates/cc/1.2.48/download" } }, "targets": [ { "Library": { - "crate_name": "cesu8", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "cc", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cesu8", + "version": "1.2.48" + }, + "cesu8 1.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "1.1.0" + "edition": "2015" }, + "library_target_name": "cesu8", "license": "Apache-2.0/MIT", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "cexpr 0.6.0": { - "name": "cexpr", - "version": "0.6.0", - "package_url": "https://github.com/jethrogb/rust-cexpr", + "name": "cesu8", + "package_url": "https://github.com/emk/cesu8-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/cexpr/0.6.0/download", - "sha256": "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" + "sha256": "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c", + "url": "https://static.crates.io/crates/cesu8/1.1.0/download" } }, "targets": [ { "Library": { - "crate_name": "cexpr", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "cesu8", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cexpr", + "version": "1.1.0" + }, + "cexpr 0.6.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "nom 7.1.3", + "target": "nom" + } ], - "deps": { - "common": [ - { - "id": "nom 7.1.3", - "target": "nom" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.6.0" + "edition": "2018" }, + "library_target_name": "cexpr", "license": "Apache-2.0/MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "cfg-if 1.0.0": { - "name": "cfg-if", - "version": "1.0.0", - "package_url": "https://github.com/alexcrichton/cfg-if", + "name": "cexpr", + "package_url": "https://github.com/jethrogb/rust-cexpr", "repository": { "Http": { - "url": "https://static.crates.io/crates/cfg-if/1.0.0/download", - "sha256": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" + "sha256": "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766", + "url": "https://static.crates.io/crates/cexpr/0.6.0/download" } }, "targets": [ { "Library": { - "crate_name": "cfg_if", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "cexpr", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cfg_if", + "version": "0.6.0" + }, + "cfg-if 1.0.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.0.0" + "edition": "2018" }, + "library_target_name": "cfg_if", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "cfg_aliases 0.2.1": { - "name": "cfg_aliases", - "version": "0.2.1", - "package_url": "https://github.com/katharostech/cfg_aliases", + "name": "cfg-if", + "package_url": "https://github.com/alexcrichton/cfg-if", "repository": { "Http": { - "url": "https://static.crates.io/crates/cfg_aliases/0.2.1/download", - "sha256": "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" + "sha256": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd", + "url": "https://static.crates.io/crates/cfg-if/1.0.0/download" } }, "targets": [ { "Library": { - "crate_name": "cfg_aliases", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "cfg_if", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cfg_aliases", + "version": "1.0.0" + }, + "cfg_aliases 0.2.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.2.1" + "edition": "2018" }, + "library_target_name": "cfg_aliases", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "chacha20 0.9.1": { - "name": "chacha20", - "version": "0.9.1", - "package_url": "https://github.com/RustCrypto/stream-ciphers", + "name": "cfg_aliases", + "package_url": "https://github.com/katharostech/cfg_aliases", "repository": { "Http": { - "url": "https://static.crates.io/crates/chacha20/0.9.1/download", - "sha256": "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818" + "sha256": "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724", + "url": "https://static.crates.io/crates/cfg_aliases/0.2.1/download" } }, "targets": [ { "Library": { - "crate_name": "chacha20", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "cfg_aliases", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "chacha20", + "version": "0.2.1" + }, + "chacha20 0.10.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "rng" ], - "crate_features": { - "common": [ - "zeroize" - ], - "selects": {} - }, "deps": { "common": [ { @@ -14804,64 +11568,51 @@ "target": "cfg_if" }, { - "id": "cipher 0.4.4", - "target": "cipher" + "id": "rand_core 0.10.1", + "target": "rand_core" } ], "selects": { "cfg(any(target_arch = \"x86_64\", target_arch = \"x86\"))": [ { - "id": "cpufeatures 0.2.9", + "id": "cpufeatures 0.3.0", "target": "cpufeatures" } ] } }, - "edition": "2021", - "version": "0.9.1" + "edition": "2024" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "chacha20", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "chacha20 0.10.0": { "name": "chacha20", - "version": "0.10.0", "package_url": "https://github.com/RustCrypto/stream-ciphers", "repository": { "Http": { - "url": "https://static.crates.io/crates/chacha20/0.10.0/download", - "sha256": "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" + "sha256": "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601", + "url": "https://static.crates.io/crates/chacha20/0.10.0/download" } }, "targets": [ { "Library": { "crate_name": "chacha20", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "chacha20", + "version": "0.10.0" + }, + "chacha20 0.9.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "zeroize" ], - "crate_features": { - "common": [ - "rng" - ], - "selects": {} - }, "deps": { "common": [ { @@ -14869,205 +11620,160 @@ "target": "cfg_if" }, { - "id": "rand_core 0.10.1", - "target": "rand_core" + "id": "cipher 0.4.4", + "target": "cipher" } ], "selects": { "cfg(any(target_arch = \"x86_64\", target_arch = \"x86\"))": [ { - "id": "cpufeatures 0.3.0", + "id": "cpufeatures 0.2.9", "target": "cpufeatures" } ] } }, - "edition": "2024", - "version": "0.10.0" + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "chacha20", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "chacha20poly1305 0.10.1": { - "name": "chacha20poly1305", - "version": "0.10.1", - "package_url": "https://github.com/RustCrypto/AEADs/tree/master/chacha20poly1305", + "name": "chacha20", + "package_url": "https://github.com/RustCrypto/stream-ciphers", "repository": { "Http": { - "url": "https://static.crates.io/crates/chacha20poly1305/0.10.1/download", - "sha256": "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35" + "sha256": "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818", + "url": "https://static.crates.io/crates/chacha20/0.9.1/download" } }, "targets": [ { "Library": { - "crate_name": "chacha20poly1305", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "chacha20", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "chacha20poly1305", + "version": "0.9.1" + }, + "chacha20poly1305 0.10.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "getrandom", + "rand_core" ], - "crate_features": { - "common": [ - "alloc", - "default", - "getrandom", - "rand_core" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aead 0.5.2", - "target": "aead" - }, - { - "id": "chacha20 0.9.1", - "target": "chacha20" - }, - { - "id": "cipher 0.4.4", - "target": "cipher" - }, - { - "id": "poly1305 0.8.0", - "target": "poly1305" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.10.1" + "deps": [ + { + "id": "aead 0.5.2", + "target": "aead" + }, + { + "id": "chacha20 0.9.1", + "target": "chacha20" + }, + { + "id": "cipher 0.4.4", + "target": "cipher" + }, + { + "id": "poly1305 0.8.0", + "target": "poly1305" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } + ], + "edition": "2021" }, + "library_target_name": "chacha20poly1305", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "chrono 0.4.41": { - "name": "chrono", - "version": "0.4.41", - "package_url": "https://github.com/chronotope/chrono", + "name": "chacha20poly1305", + "package_url": "https://github.com/RustCrypto/AEADs/tree/master/chacha20poly1305", "repository": { - "Git": { - "remote": "https://github.com/chronotope/chrono.git", - "commitish": { - "Rev": "d1de1d95ead4e59472622761ad545dc4a940992b" - } + "Http": { + "sha256": "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35", + "url": "https://static.crates.io/crates/chacha20poly1305/0.10.1/download" } }, "targets": [ { "Library": { - "crate_name": "chrono", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "chacha20poly1305", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "chrono", + "version": "0.10.1" + }, + "chrono 0.4.41": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc" ], - "crate_features": { - "common": [ - "alloc" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-traits 0.2.19", - "target": "num_traits" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.41" + "deps": [ + { + "id": "num-traits 0.2.19", + "target": "num_traits" + } + ], + "edition": "2021" }, + "library_target_name": "chrono", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE.txt", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE.txt" - }, - "chrono 0.4.42": { "name": "chrono", - "version": "0.4.42", "package_url": "https://github.com/chronotope/chrono", "repository": { - "Http": { - "url": "https://static.crates.io/crates/chrono/0.4.42/download", - "sha256": "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" + "Git": { + "commitish": { + "Rev": "d1de1d95ead4e59472622761ad545dc4a940992b" + }, + "remote": "https://github.com/chronotope/chrono.git" } }, "targets": [ { "Library": { "crate_name": "chrono", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "chrono", + "version": "0.4.41" + }, + "chrono 0.4.42": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "clock", + "default", + "iana-time-zone", + "js-sys", + "now", + "oldtime", + "serde", + "std", + "wasm-bindgen", + "wasmbind", + "winapi", + "windows-link" ], - "crate_features": { - "common": [ - "alloc", - "clock", - "default", - "iana-time-zone", - "js-sys", - "now", - "oldtime", - "serde", - "std", - "wasm-bindgen", - "wasmbind", - "winapi", - "windows-link" - ], - "selects": {} - }, "deps": { "common": [ { @@ -15116,322 +11822,238 @@ ] } }, - "edition": "2021", - "version": "0.4.42" + "edition": "2021" }, + "library_target_name": "chrono", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE.txt", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE.txt" - }, - "ciborium 0.2.2": { - "name": "ciborium", - "version": "0.2.2", - "package_url": "https://github.com/enarx/ciborium", + "name": "chrono", + "package_url": "https://github.com/chronotope/chrono", "repository": { "Http": { - "url": "https://static.crates.io/crates/ciborium/0.2.2/download", - "sha256": "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" + "sha256": "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2", + "url": "https://static.crates.io/crates/chrono/0.4.42/download" } }, "targets": [ { "Library": { - "crate_name": "ciborium", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "chrono", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ciborium", + "version": "0.4.42" + }, + "ciborium 0.2.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ciborium-io 0.2.2", - "target": "ciborium_io" - }, - { - "id": "ciborium-ll 0.2.2", - "target": "ciborium_ll" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.2" + "deps": [ + { + "id": "ciborium-io 0.2.2", + "target": "ciborium_io" + }, + { + "id": "ciborium-ll 0.2.2", + "target": "ciborium_ll" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2021" }, + "library_target_name": "ciborium", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "ciborium-io 0.2.2": { - "name": "ciborium-io", - "version": "0.2.2", + "name": "ciborium", "package_url": "https://github.com/enarx/ciborium", "repository": { "Http": { - "url": "https://static.crates.io/crates/ciborium-io/0.2.2/download", - "sha256": "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" + "sha256": "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e", + "url": "https://static.crates.io/crates/ciborium/0.2.2/download" } }, "targets": [ { "Library": { - "crate_name": "ciborium_io", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "ciborium", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ciborium_io", + "version": "0.2.2" + }, + "ciborium-io 0.2.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "std" ], - "crate_features": { - "common": [ - "alloc", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.2" + "edition": "2021" }, + "library_target_name": "ciborium_io", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "ciborium-ll 0.2.2": { - "name": "ciborium-ll", - "version": "0.2.2", + "name": "ciborium-io", "package_url": "https://github.com/enarx/ciborium", "repository": { "Http": { - "url": "https://static.crates.io/crates/ciborium-ll/0.2.2/download", - "sha256": "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" + "sha256": "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757", + "url": "https://static.crates.io/crates/ciborium-io/0.2.2/download" } }, "targets": [ { "Library": { - "crate_name": "ciborium_ll", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "ciborium_io", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ciborium_ll", + "version": "0.2.2" + }, + "ciborium-ll 0.2.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "ciborium-io 0.2.2", + "target": "ciborium_io" + }, + { + "id": "half 2.7.1", + "target": "half" + } ], - "deps": { - "common": [ - { - "id": "ciborium-io 0.2.2", - "target": "ciborium_io" - }, - { - "id": "half 2.7.1", - "target": "half" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.2" + "edition": "2021" }, + "library_target_name": "ciborium_ll", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "cidr 0.2.3": { - "name": "cidr", - "version": "0.2.3", - "package_url": "https://github.com/stbuehler/rust-cidr", + "name": "ciborium-ll", + "package_url": "https://github.com/enarx/ciborium", "repository": { "Http": { - "url": "https://static.crates.io/crates/cidr/0.2.3/download", - "sha256": "6bdf600c45bd958cf2945c445264471cca8b6c8e67bc87b71affd6d7e5682621" + "sha256": "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9", + "url": "https://static.crates.io/crates/ciborium-ll/0.2.2/download" } }, "targets": [ { "Library": { - "crate_name": "cidr", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "ciborium_ll", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cidr", + "version": "0.2.2" + }, + "cidr 0.2.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.3" + "edition": "2018" }, + "library_target_name": "cidr", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "cipher 0.4.4": { - "name": "cipher", - "version": "0.4.4", - "package_url": "https://github.com/RustCrypto/traits", + "name": "cidr", + "package_url": "https://github.com/stbuehler/rust-cidr", "repository": { "Http": { - "url": "https://static.crates.io/crates/cipher/0.4.4/download", - "sha256": "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" + "sha256": "6bdf600c45bd958cf2945c445264471cca8b6c8e67bc87b71affd6d7e5682621", + "url": "https://static.crates.io/crates/cidr/0.2.3/download" } }, "targets": [ { "Library": { - "crate_name": "cipher", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "cidr", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cipher", + "version": "0.2.3" + }, + "cipher 0.4.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "zeroize" ], - "crate_features": { - "common": [ - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crypto-common 0.1.6", - "target": "crypto_common" - }, - { - "id": "inout 0.1.3", - "target": "inout" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.4" + "deps": [ + { + "id": "crypto-common 0.1.6", + "target": "crypto_common" + }, + { + "id": "inout 0.1.3", + "target": "inout" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } + ], + "edition": "2021" }, + "library_target_name": "cipher", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "clang-sys 1.6.1": { - "name": "clang-sys", - "version": "1.6.1", - "package_url": "https://github.com/KyleMayes/clang-sys", + "name": "cipher", + "package_url": "https://github.com/RustCrypto/traits", "repository": { "Http": { - "url": "https://static.crates.io/crates/clang-sys/1.6.1/download", - "sha256": "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f" + "sha256": "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad", + "url": "https://static.crates.io/crates/cipher/0.4.4/download" } }, "targets": [ { "Library": { - "crate_name": "clang_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "cipher", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "clang_sys", - "common_attrs": { - "compile_data_glob": [ - "**" + "version": "0.4.4" + }, + "clang-sys 1.6.1": { + "build_script_attrs": { + "deps": [ + { + "id": "glob 0.3.1", + "target": "glob" + } ], + "links": "clang" + }, + "common_attrs": { "crate_features": { "common": [ "clang_3_5", @@ -15476,338 +12098,248 @@ ] } }, - "deps": { - "common": [ - { - "id": "clang-sys 1.6.1", - "target": "build_script_build" - }, - { - "id": "glob 0.3.1", - "target": "glob" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "libloading 0.7.4", - "target": "libloading" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "1.6.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "deps": [ + { + "id": "glob 0.3.1", + "target": "glob" + }, + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "id": "libloading 0.7.4", + "target": "libloading" + } ], - "deps": { - "common": [ - { - "id": "glob 0.3.1", - "target": "glob" - } - ], - "selects": {} - }, - "links": "clang" + "edition": "2015", + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "clang_sys", "license": "Apache-2.0", + "license_file": "LICENSE.txt", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE.txt" - }, - "clap 4.5.53": { - "name": "clap", - "version": "4.5.53", - "package_url": "https://github.com/clap-rs/clap", + "name": "clang-sys", + "package_url": "https://github.com/KyleMayes/clang-sys", "repository": { "Http": { - "url": "https://static.crates.io/crates/clap/4.5.53/download", - "sha256": "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8" + "sha256": "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f", + "url": "https://static.crates.io/crates/clang-sys/1.6.1/download" } }, "targets": [ { "Library": { - "crate_name": "clap", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "clang_sys", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "clap", + "version": "1.6.1" + }, + "clap 4.5.53": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "cargo", + "color", + "default", + "derive", + "env", + "error-context", + "help", + "std", + "string", + "suggestions", + "usage" + ], + "deps": [ + { + "id": "clap_builder 4.5.53", + "target": "clap_builder" + } ], - "crate_features": { - "common": [ - "cargo", - "color", - "default", - "derive", - "env", - "error-context", - "help", - "std", - "string", - "suggestions", - "usage" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "clap_builder 4.5.53", - "target": "clap_builder" - } - ], - "selects": {} - }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "clap_derive 4.5.49", - "target": "clap_derive" - } - ], - "selects": {} - }, - "version": "4.5.53" + "proc_macro_deps": [ + { + "id": "clap_derive 4.5.49", + "target": "clap_derive" + } + ] }, + "library_target_name": "clap", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "clap_builder 4.5.53": { - "name": "clap_builder", - "version": "4.5.53", + "name": "clap", "package_url": "https://github.com/clap-rs/clap", "repository": { "Http": { - "url": "https://static.crates.io/crates/clap_builder/4.5.53/download", - "sha256": "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00" + "sha256": "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8", + "url": "https://static.crates.io/crates/clap/4.5.53/download" } }, "targets": [ { "Library": { - "crate_name": "clap_builder", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "clap", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "clap_builder", + "version": "4.5.53" + }, + "clap_builder 4.5.53": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "cargo", + "color", + "env", + "error-context", + "help", + "std", + "string", + "suggestions", + "usage" + ], + "deps": [ + { + "id": "anstream 0.6.15", + "target": "anstream" + }, + { + "id": "anstyle 1.0.8", + "target": "anstyle" + }, + { + "id": "clap_lex 0.7.5", + "target": "clap_lex" + }, + { + "id": "strsim 0.11.1", + "target": "strsim" + } ], - "crate_features": { - "common": [ - "cargo", - "color", - "env", - "error-context", - "help", - "std", - "string", - "suggestions", - "usage" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anstream 0.6.15", - "target": "anstream" - }, - { - "id": "anstyle 1.0.8", - "target": "anstyle" - }, - { - "id": "clap_lex 0.7.5", - "target": "clap_lex" - }, - { - "id": "strsim 0.11.1", - "target": "strsim" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "4.5.53" + "edition": "2021" }, + "library_target_name": "clap_builder", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "clap_derive 4.5.49": { - "name": "clap_derive", - "version": "4.5.49", + "name": "clap_builder", "package_url": "https://github.com/clap-rs/clap", "repository": { "Http": { - "url": "https://static.crates.io/crates/clap_derive/4.5.49/download", - "sha256": "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" + "sha256": "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00", + "url": "https://static.crates.io/crates/clap_builder/4.5.53/download" } }, "targets": [ { - "ProcMacro": { - "crate_name": "clap_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "Library": { + "crate_name": "clap_builder", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "clap_derive", + "version": "4.5.53" + }, + "clap_derive 4.5.49": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "heck 0.5.0", - "target": "heck" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "4.5.49" + "deps": [ + { + "id": "heck 0.5.0", + "target": "heck" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } + ], + "edition": "2021" }, + "library_target_name": "clap_derive", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "clap_lex 0.7.5": { - "name": "clap_lex", - "version": "0.7.5", + "name": "clap_derive", "package_url": "https://github.com/clap-rs/clap", "repository": { "Http": { - "url": "https://static.crates.io/crates/clap_lex/0.7.5/download", - "sha256": "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" + "sha256": "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671", + "url": "https://static.crates.io/crates/clap_derive/4.5.49/download" } }, "targets": [ { - "Library": { - "crate_name": "clap_lex", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "ProcMacro": { + "crate_name": "clap_derive", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "clap_lex", + "version": "4.5.49" + }, + "clap_lex 0.7.5": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.7.5" + "edition": "2021" }, + "library_target_name": "clap_lex", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "clocksource 0.8.1": { - "name": "clocksource", - "version": "0.8.1", - "package_url": "https://github.com/pelikan-io/rustcommon", + "name": "clap_lex", + "package_url": "https://github.com/clap-rs/clap", "repository": { "Http": { - "url": "https://static.crates.io/crates/clocksource/0.8.1/download", - "sha256": "129026dd5a8a9592d96916258f3a5379589e513ea5e86aeb0bd2530286e44e9e" + "sha256": "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675", + "url": "https://static.crates.io/crates/clap_lex/0.7.5/download" } }, "targets": [ { "Library": { - "crate_name": "clocksource", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "clap_lex", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "clocksource", + "version": "0.7.5" + }, + "clocksource 0.8.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [ { @@ -15828,231 +12360,171 @@ ] } }, - "edition": "2021", - "version": "0.8.1" + "edition": "2021" }, + "library_target_name": "clocksource", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "cmake 0.1.58": { - "name": "cmake", - "version": "0.1.58", - "package_url": "https://github.com/rust-lang/cmake-rs", + "name": "clocksource", + "package_url": "https://github.com/pelikan-io/rustcommon", "repository": { "Http": { - "url": "https://static.crates.io/crates/cmake/0.1.58/download", - "sha256": "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678" + "sha256": "129026dd5a8a9592d96916258f3a5379589e513ea5e86aeb0bd2530286e44e9e", + "url": "https://static.crates.io/crates/clocksource/0.8.1/download" } }, "targets": [ { "Library": { - "crate_name": "cmake", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "clocksource", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cmake", + "version": "0.8.1" + }, + "cmake 0.1.58": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "cc 1.2.48", + "target": "cc" + } ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.58" + "edition": "2021" }, + "library_target_name": "cmake", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "cobs 0.3.0": { - "name": "cobs", - "version": "0.3.0", - "package_url": "https://github.com/jamesmunns/cobs.rs", + "name": "cmake", + "package_url": "https://github.com/rust-lang/cmake-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/cobs/0.3.0/download", - "sha256": "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1" + "sha256": "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678", + "url": "https://static.crates.io/crates/cmake/0.1.58/download" } }, "targets": [ { "Library": { - "crate_name": "cobs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "cmake", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cobs", + "version": "0.1.58" + }, + "cobs 0.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "thiserror 2.0.18", + "target": "thiserror" + } ], - "deps": { - "common": [ - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.0" + "edition": "2021" }, + "library_target_name": "cobs", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "codespan-reporting 0.11.1": { - "name": "codespan-reporting", - "version": "0.11.1", - "package_url": "https://github.com/brendanzab/codespan", + "name": "cobs", + "package_url": "https://github.com/jamesmunns/cobs.rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/codespan-reporting/0.11.1/download", - "sha256": "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" + "sha256": "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1", + "url": "https://static.crates.io/crates/cobs/0.3.0/download" } }, "targets": [ { "Library": { - "crate_name": "codespan_reporting", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "cobs", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "codespan_reporting", + "version": "0.3.0" + }, + "codespan-reporting 0.11.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "termcolor 1.4.1", + "target": "termcolor" + }, + { + "id": "unicode-width 0.1.14", + "target": "unicode_width" + } ], - "deps": { - "common": [ - { - "id": "termcolor 1.4.1", - "target": "termcolor" - }, - { - "id": "unicode-width 0.1.14", - "target": "unicode_width" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.11.1" + "edition": "2018" }, + "library_target_name": "codespan_reporting", "license": "Apache-2.0", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "colorchoice 1.0.0": { - "name": "colorchoice", - "version": "1.0.0", - "package_url": "https://github.com/rust-cli/anstyle", + "name": "codespan-reporting", + "package_url": "https://github.com/brendanzab/codespan", "repository": { "Http": { - "url": "https://static.crates.io/crates/colorchoice/1.0.0/download", - "sha256": "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" + "sha256": "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e", + "url": "https://static.crates.io/crates/codespan-reporting/0.11.1/download" } }, "targets": [ { "Library": { - "crate_name": "colorchoice", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "codespan_reporting", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "colorchoice", + "version": "0.11.1" + }, + "colorchoice 1.0.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "1.0.0" + "edition": "2021" }, + "library_target_name": "colorchoice", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "colored 2.0.4": { - "name": "colored", - "version": "2.0.4", - "package_url": "https://github.com/mackwic/colored", + "name": "colorchoice", + "package_url": "https://github.com/rust-cli/anstyle", "repository": { "Http": { - "url": "https://static.crates.io/crates/colored/2.0.4/download", - "sha256": "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6" + "sha256": "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7", + "url": "https://static.crates.io/crates/colorchoice/1.0.0/download" } }, "targets": [ { "Library": { - "crate_name": "colored", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "colorchoice", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "colored", + "version": "1.0.0" + }, + "colored 2.0.4": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [ { @@ -16073,44 +12545,34 @@ ] } }, - "edition": "2021", - "version": "2.0.4" + "edition": "2021" }, + "library_target_name": "colored", "license": "MPL-2.0", + "license_file": "LICENSE", "license_ids": [ "MPL-2.0" ], - "license_file": "LICENSE" - }, - "colored 3.0.0": { "name": "colored", - "version": "3.0.0", "package_url": "https://github.com/mackwic/colored", "repository": { "Http": { - "url": "https://static.crates.io/crates/colored/3.0.0/download", - "sha256": "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e" + "sha256": "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6", + "url": "https://static.crates.io/crates/colored/2.0.4/download" } }, "targets": [ { "Library": { "crate_name": "colored", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "colored", + "version": "2.0.4" + }, + "colored 3.0.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [], "selects": { @@ -16122,189 +12584,196 @@ ] } }, - "edition": "2021", - "version": "3.0.0" + "edition": "2021" }, + "library_target_name": "colored", "license": "MPL-2.0", + "license_file": "LICENSE", "license_ids": [ "MPL-2.0" ], - "license_file": "LICENSE" + "name": "colored", + "package_url": "https://github.com/mackwic/colored", + "repository": { + "Http": { + "sha256": "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e", + "url": "https://static.crates.io/crates/colored/3.0.0/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "colored", + "crate_root": "src/lib.rs" + } + } + ], + "version": "3.0.0" }, "combine 4.6.7": { + "common_attrs": { + "deps": [ + { + "id": "memchr 2.7.4", + "target": "memchr" + } + ], + "edition": "2018" + }, + "library_target_name": "combine", + "license": "MIT", + "license_file": "LICENSE", + "license_ids": [ + "MIT" + ], "name": "combine", - "version": "4.6.7", "package_url": "https://github.com/Marwes/combine", "repository": { "Http": { - "url": "https://static.crates.io/crates/combine/4.6.7/download", - "sha256": "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" + "sha256": "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd", + "url": "https://static.crates.io/crates/combine/4.6.7/download" } }, "targets": [ { "Library": { "crate_name": "combine", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "combine", + "version": "4.6.7" + }, + "comma 1.0.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "memchr 2.7.4", - "target": "memchr" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "4.6.7" + "edition": "2018" }, + "library_target_name": "comma", "license": "MIT", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "comma 1.0.0": { "name": "comma", - "version": "1.0.0", "package_url": "https://github.com/emctague/comma", "repository": { "Http": { - "url": "https://static.crates.io/crates/comma/1.0.0/download", - "sha256": "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335" + "sha256": "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335", + "url": "https://static.crates.io/crates/comma/1.0.0/download" } }, "targets": [ { "Library": { "crate_name": "comma", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "comma", + "version": "1.0.0" + }, + "compact_str 0.8.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "edition": "2018", - "version": "1.0.0" + "deps": [ + { + "id": "castaway 0.2.4", + "target": "castaway" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "itoa 1.0.17", + "target": "itoa" + }, + { + "id": "ryu 1.0.15", + "target": "ryu" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + } + ], + "edition": "2021", + "proc_macro_deps": [ + { + "id": "rustversion 1.0.14", + "target": "rustversion" + } + ] }, + "library_target_name": "compact_str", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": null - }, - "compact_str 0.8.1": { "name": "compact_str", - "version": "0.8.1", "package_url": "https://github.com/ParkMyCar/compact_str", "repository": { "Http": { - "url": "https://static.crates.io/crates/compact_str/0.8.1/download", - "sha256": "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32" + "sha256": "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32", + "url": "https://static.crates.io/crates/compact_str/0.8.1/download" } }, "targets": [ { "Library": { "crate_name": "compact_str", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "compact_str", + "version": "0.8.1" + }, + "comparable 0.5.6": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "comparable_derive", + "derive" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "castaway 0.2.4", - "target": "castaway" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "ryu 1.0.15", - "target": "ryu" - }, - { - "id": "static_assertions 1.1.0", - "target": "static_assertions" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "rustversion 1.0.14", - "target": "rustversion" - } - ], - "selects": {} - }, - "version": "0.8.1" + "deps": [ + { + "id": "pretty_assertions 1.4.0", + "target": "pretty_assertions" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2018", + "proc_macro_deps": [ + { + "id": "comparable_derive 0.5.6", + "target": "comparable_derive" + }, + { + "id": "comparable_helper 0.5.6", + "target": "comparable_helper" + } + ] }, - "license": "MIT", + "library_target_name": "comparable", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "comparable 0.5.6": { "name": "comparable", - "version": "0.5.6", "package_url": "https://github.com/jwiegley/comparable", "repository": { "Git": { - "remote": "https://github.com/dfinity/comparable", "commitish": { "Rev": "8338f595496454f9e770389e2edc0d96e137a4e9" }, + "remote": "https://github.com/dfinity/comparable", "strip_prefix": "comparable" } }, @@ -16312,74 +12781,49 @@ { "Library": { "crate_name": "comparable", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "comparable", + "version": "0.5.6" + }, + "comparable_derive 0.5.6": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "convert_case 0.6.0", + "target": "convert_case" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "crate_features": { - "common": [ - "comparable_derive", - "derive" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "pretty_assertions 1.4.0", - "target": "pretty_assertions" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "comparable_derive 0.5.6", - "target": "comparable_derive" - }, - { - "id": "comparable_helper 0.5.6", - "target": "comparable_helper" - } - ], - "selects": {} - }, - "version": "0.5.6" + "edition": "2018" }, + "library_target_name": "comparable_derive", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "comparable_derive 0.5.6": { "name": "comparable_derive", - "version": "0.5.6", "package_url": "https://github.com/jwiegley/comparable", "repository": { "Git": { - "remote": "https://github.com/dfinity/comparable", "commitish": { "Rev": "8338f595496454f9e770389e2edc0d96e137a4e9" }, + "remote": "https://github.com/dfinity/comparable", "strip_prefix": "comparable_derive" } }, @@ -16387,62 +12831,49 @@ { "ProcMacro": { "crate_name": "comparable_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "comparable_derive", + "version": "0.5.6" + }, + "comparable_helper 0.5.6": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "convert_case 0.6.0", + "target": "convert_case" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "convert_case 0.6.0", - "target": "convert_case" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.6" + "edition": "2018" }, + "library_target_name": "comparable_helper", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "comparable_helper 0.5.6": { "name": "comparable_helper", - "version": "0.5.6", "package_url": "https://github.com/jwiegley/comparable", "repository": { "Git": { - "remote": "https://github.com/dfinity/comparable", "commitish": { "Rev": "8338f595496454f9e770389e2edc0d96e137a4e9" }, + "remote": "https://github.com/dfinity/comparable", "strip_prefix": "comparable_helper" } }, @@ -16450,147 +12881,61 @@ { "ProcMacro": { "crate_name": "comparable_helper", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "comparable_helper", + "version": "0.5.6" + }, + "concurrent-queue 2.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "deps": { - "common": [ - { - "id": "convert_case 0.6.0", - "target": "convert_case" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.6" + "deps": [ + { + "id": "crossbeam-utils 0.8.21", + "target": "crossbeam_utils" + } + ], + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "concurrent_queue", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "concurrent-queue 2.5.0": { "name": "concurrent-queue", - "version": "2.5.0", "package_url": "https://github.com/smol-rs/concurrent-queue", "repository": { "Http": { - "url": "https://static.crates.io/crates/concurrent-queue/2.5.0/download", - "sha256": "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" + "sha256": "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973", + "url": "https://static.crates.io/crates/concurrent-queue/2.5.0/download" } }, "targets": [ { "Library": { "crate_name": "concurrent_queue", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "concurrent_queue", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crossbeam-utils 0.8.21", - "target": "crossbeam_utils" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.5.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" + "version": "2.5.0" }, "console 0.11.3": { - "name": "console", - "version": "0.11.3", - "package_url": "https://github.com/mitsuhiko/console", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/console/0.11.3/download", - "sha256": "8c0994e656bba7b922d8dd1245db90672ffb701e684e45be58f20719d69abc5a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "console", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "console", "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "ansi-parsing", + "default", + "regex", + "unicode-width", + "winapi-util", + "windows-console-colors" ], - "crate_features": { - "common": [ - "ansi-parsing", - "default", - "regex", - "unicode-width", - "winapi-util", - "windows-console-colors" - ], - "selects": {} - }, "deps": { "common": [ { @@ -16633,52 +12978,39 @@ ] } }, - "edition": "2018", - "version": "0.11.3" + "edition": "2018" }, + "library_target_name": "console", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "console 0.15.7": { "name": "console", - "version": "0.15.7", - "package_url": "https://github.com/console-rs/console", + "package_url": "https://github.com/mitsuhiko/console", "repository": { "Http": { - "url": "https://static.crates.io/crates/console/0.15.7/download", - "sha256": "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8" + "sha256": "8c0994e656bba7b922d8dd1245db90672ffb701e684e45be58f20719d69abc5a", + "url": "https://static.crates.io/crates/console/0.11.3/download" } }, "targets": [ { "Library": { "crate_name": "console", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "console", + "version": "0.11.3" + }, + "console 0.15.7": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "ansi-parsing", + "default", + "unicode-width" ], - "crate_features": { - "common": [ - "ansi-parsing", - "default", - "unicode-width" - ], - "selects": {} - }, "deps": { "common": [ { @@ -16707,53 +13039,40 @@ ] } }, - "edition": "2018", - "version": "0.15.7" + "edition": "2018" }, + "library_target_name": "console", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "const-hex 1.19.1": { - "name": "const-hex", - "version": "1.19.1", - "package_url": "https://github.com/danipopes/const-hex", + "name": "console", + "package_url": "https://github.com/console-rs/console", "repository": { "Http": { - "url": "https://static.crates.io/crates/const-hex/1.19.1/download", - "sha256": "33e2a781ebdf4467d1428dc4593067825fb646f6871475098d8577421af73558" + "sha256": "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8", + "url": "https://static.crates.io/crates/console/0.15.7/download" } }, "targets": [ { "Library": { - "crate_name": "const_hex", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "console", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "const_hex", + "version": "0.15.7" + }, + "const-hex 1.19.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "core-error", + "serde", + "std" ], - "crate_features": { - "common": [ - "alloc", - "core-error", - "serde", - "std" - ], - "selects": {} - }, "deps": { "common": [ { @@ -16774,700 +13093,494 @@ ] } }, - "edition": "2021", - "version": "1.19.1" + "edition": "2021" }, + "library_target_name": "const_hex", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "const-oid 0.9.4": { - "name": "const-oid", - "version": "0.9.4", - "package_url": "https://github.com/RustCrypto/formats/tree/master/const-oid", + "name": "const-hex", + "package_url": "https://github.com/danipopes/const-hex", "repository": { "Http": { - "url": "https://static.crates.io/crates/const-oid/0.9.4/download", - "sha256": "795bc6e66a8e340f075fcf6227e417a2dc976b92b91f3cdc778bb858778b6747" + "sha256": "33e2a781ebdf4467d1428dc4593067825fb646f6871475098d8577421af73558", + "url": "https://static.crates.io/crates/const-hex/1.19.1/download" } }, "targets": [ { "Library": { - "crate_name": "const_oid", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "const_hex", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "const_oid", + "version": "1.19.1" + }, + "const-oid 0.10.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "db", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.4" + "edition": "2024" }, + "library_target_name": "const_oid", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "const-oid 0.10.2": { "name": "const-oid", - "version": "0.10.2", "package_url": "https://github.com/RustCrypto/formats", "repository": { "Http": { - "url": "https://static.crates.io/crates/const-oid/0.10.2/download", - "sha256": "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c" + "sha256": "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c", + "url": "https://static.crates.io/crates/const-oid/0.10.2/download" } }, "targets": [ { "Library": { "crate_name": "const_oid", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "const_oid", + "version": "0.10.2" + }, + "const-oid 0.9.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "db", + "std" ], - "edition": "2024", - "version": "0.10.2" + "edition": "2021" }, + "library_target_name": "const_oid", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" + "name": "const-oid", + "package_url": "https://github.com/RustCrypto/formats/tree/master/const-oid", + "repository": { + "Http": { + "sha256": "795bc6e66a8e340f075fcf6227e417a2dc976b92b91f3cdc778bb858778b6747", + "url": "https://static.crates.io/crates/const-oid/0.9.4/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "const_oid", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.9.4" }, "const-random 0.1.18": { + "common_attrs": { + "edition": "2018", + "proc_macro_deps": [ + { + "id": "const-random-macro 0.1.16", + "target": "const_random_macro" + } + ] + }, + "library_target_name": "const_random", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", + "license_ids": [ + "Apache-2.0", + "MIT" + ], "name": "const-random", - "version": "0.1.18", "package_url": "https://github.com/tkaitchuck/constrandom", "repository": { "Http": { - "url": "https://static.crates.io/crates/const-random/0.1.18/download", - "sha256": "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" + "sha256": "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359", + "url": "https://static.crates.io/crates/const-random/0.1.18/download" } }, "targets": [ { "Library": { "crate_name": "const_random", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "const_random", + "version": "0.1.18" + }, + "const-random-macro 0.1.16": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "getrandom 0.2.10", + "target": "getrandom" + }, + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "tiny-keccak 2.0.2", + "target": "tiny_keccak" + } ], - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "const-random-macro 0.1.16", - "target": "const_random_macro" - } - ], - "selects": {} - }, - "version": "0.1.18" + "edition": "2018" }, + "library_target_name": "const_random_macro", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "const-random-macro 0.1.16": { "name": "const-random-macro", - "version": "0.1.16", "package_url": "https://github.com/tkaitchuck/constrandom", "repository": { "Http": { - "url": "https://static.crates.io/crates/const-random-macro/0.1.16/download", - "sha256": "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" + "sha256": "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e", + "url": "https://static.crates.io/crates/const-random-macro/0.1.16/download" } }, "targets": [ { "ProcMacro": { "crate_name": "const_random_macro", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "const_random_macro", + "version": "0.1.16" + }, + "convert_case 0.10.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "unicode-segmentation 1.12.0", + "target": "unicode_segmentation" + } ], - "deps": { - "common": [ - { - "id": "getrandom 0.2.10", - "target": "getrandom" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "tiny-keccak 2.0.2", - "target": "tiny_keccak" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.16" + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "convert_case", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "convert_case 0.4.0": { "name": "convert_case", - "version": "0.4.0", "package_url": "https://github.com/rutrum/convert-case", "repository": { "Http": { - "url": "https://static.crates.io/crates/convert_case/0.4.0/download", - "sha256": "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" + "sha256": "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9", + "url": "https://static.crates.io/crates/convert_case/0.10.0/download" } }, "targets": [ { "Library": { "crate_name": "convert_case", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "convert_case", + "version": "0.10.0" + }, + "convert_case 0.4.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.4.0" + "edition": "2018" }, + "library_target_name": "convert_case", "license": "MIT", "license_ids": [ "MIT" ], - "license_file": null - }, - "convert_case 0.6.0": { "name": "convert_case", - "version": "0.6.0", "package_url": "https://github.com/rutrum/convert-case", "repository": { "Http": { - "url": "https://static.crates.io/crates/convert_case/0.6.0/download", - "sha256": "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" + "sha256": "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e", + "url": "https://static.crates.io/crates/convert_case/0.4.0/download" } }, "targets": [ { "Library": { "crate_name": "convert_case", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "convert_case", + "version": "0.4.0" + }, + "convert_case 0.6.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "unicode-segmentation 1.12.0", + "target": "unicode_segmentation" + } ], - "deps": { - "common": [ - { - "id": "unicode-segmentation 1.12.0", - "target": "unicode_segmentation" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.6.0" + "edition": "2018" }, + "library_target_name": "convert_case", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "convert_case 0.10.0": { "name": "convert_case", - "version": "0.10.0", "package_url": "https://github.com/rutrum/convert-case", "repository": { "Http": { - "url": "https://static.crates.io/crates/convert_case/0.10.0/download", - "sha256": "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" + "sha256": "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca", + "url": "https://static.crates.io/crates/convert_case/0.6.0/download" } }, "targets": [ { "Library": { "crate_name": "convert_case", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "convert_case", + "version": "0.6.0" + }, + "cookie 0.16.2": { + "build_script_attrs": { + "deps": [ + { + "id": "version_check 0.9.4", + "target": "version_check" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "percent-encode", + "percent-encoding" ], - "deps": { - "common": [ - { - "id": "unicode-segmentation 1.12.0", - "target": "unicode_segmentation" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.10.0" + "deps": [ + { + "id": "percent-encoding 2.3.1", + "target": "percent_encoding" + }, + { + "id": "time 0.3.47", + "target": "time" + } + ], + "edition": "2018", + "extra_deps": [ + ":build_script_build" + ] }, - "license": "MIT", + "library_target_name": "cookie", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "cookie 0.16.2": { "name": "cookie", - "version": "0.16.2", "package_url": "https://github.com/SergioBenitez/cookie-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/cookie/0.16.2/download", - "sha256": "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb" + "sha256": "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb", + "url": "https://static.crates.io/crates/cookie/0.16.2/download" } }, "targets": [ { "Library": { "crate_name": "cookie", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "cookie", + "version": "0.16.2" + }, + "core-foundation 0.10.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "percent-encode", - "percent-encoding" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cookie 0.16.2", - "target": "build_script_build" - }, - { - "id": "percent-encoding 2.3.1", - "target": "percent_encoding" - }, - { - "id": "time 0.3.47", - "target": "time" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.16.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "link" ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "deps": [ + { + "id": "core-foundation-sys 0.8.7", + "target": "core_foundation_sys" + }, + { + "id": "libc 0.2.186", + "target": "libc" + } ], - "deps": { - "common": [ - { - "id": "version_check 0.9.4", - "target": "version_check" - } - ], - "selects": {} - } + "edition": "2018" }, + "library_target_name": "core_foundation", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "core-foundation 0.9.4": { "name": "core-foundation", - "version": "0.9.4", "package_url": "https://github.com/servo/core-foundation-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/core-foundation/0.9.4/download", - "sha256": "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" + "sha256": "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63", + "url": "https://static.crates.io/crates/core-foundation/0.10.0/download" } }, "targets": [ { "Library": { "crate_name": "core_foundation", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "core_foundation", + "version": "0.10.0" + }, + "core-foundation 0.9.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "link" ], - "crate_features": { - "common": [ - "default", - "link" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "core-foundation-sys 0.8.7", - "target": "core_foundation_sys" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.9.4" + "deps": [ + { + "id": "core-foundation-sys 0.8.7", + "target": "core_foundation_sys" + }, + { + "id": "libc 0.2.186", + "target": "libc" + } + ], + "edition": "2018" }, + "library_target_name": "core_foundation", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "core-foundation 0.10.0": { "name": "core-foundation", - "version": "0.10.0", "package_url": "https://github.com/servo/core-foundation-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/core-foundation/0.10.0/download", - "sha256": "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" + "sha256": "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f", + "url": "https://static.crates.io/crates/core-foundation/0.9.4/download" } }, "targets": [ { "Library": { "crate_name": "core_foundation", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "core_foundation", + "version": "0.9.4" + }, + "core-foundation-sys 0.8.7": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "link" ], - "crate_features": { - "common": [ - "default", - "link" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "core-foundation-sys 0.8.7", - "target": "core_foundation_sys" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.10.0" + "edition": "2018" }, + "library_target_name": "core_foundation_sys", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "core-foundation-sys 0.8.7": { "name": "core-foundation-sys", - "version": "0.8.7", "package_url": "https://github.com/servo/core-foundation-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/core-foundation-sys/0.8.7/download", - "sha256": "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" + "sha256": "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b", + "url": "https://static.crates.io/crates/core-foundation-sys/0.8.7/download" } }, "targets": [ { "Library": { "crate_name": "core_foundation_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "core_foundation_sys", + "version": "0.8.7" + }, + "cpp_demangle 0.5.1": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + } ], - "crate_features": { - "common": [ - "default", - "link" - ], - "selects": {} - }, "edition": "2018", - "version": "0.8.7" + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "cpp_demangle", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "cpp_demangle 0.5.1": { "name": "cpp_demangle", - "version": "0.5.1", "package_url": "https://github.com/gimli-rs/cpp_demangle", "repository": { "Http": { - "url": "https://static.crates.io/crates/cpp_demangle/0.5.1/download", - "sha256": "0667304c32ea56cb4cd6d2d7c0cfe9a2f8041229db8c033af7f8d69492429def" + "sha256": "0667304c32ea56cb4cd6d2d7c0cfe9a2f8041229db8c033af7f8d69492429def", + "url": "https://static.crates.io/crates/cpp_demangle/0.5.1/download" } }, "targets": [ { "Library": { "crate_name": "cpp_demangle", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "cpp_demangle", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "cpp_demangle 0.5.1", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" + "version": "0.5.1" }, "cpufeatures 0.2.9": { - "name": "cpufeatures", - "version": "0.2.9", - "package_url": "https://github.com/RustCrypto/utils", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cpufeatures/0.2.9/download", - "sha256": "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cpufeatures", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cpufeatures", "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [], "selects": { @@ -17491,45 +13604,35 @@ ] } }, - "edition": "2018", - "version": "0.2.9" + "edition": "2018" }, + "library_target_name": "cpufeatures", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "cpufeatures 0.3.0": { "name": "cpufeatures", - "version": "0.3.0", "package_url": "https://github.com/RustCrypto/utils", "repository": { "Http": { - "url": "https://static.crates.io/crates/cpufeatures/0.3.0/download", - "sha256": "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" + "sha256": "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1", + "url": "https://static.crates.io/crates/cpufeatures/0.2.9/download" } }, "targets": [ { "Library": { "crate_name": "cpufeatures", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cpufeatures", + "version": "0.2.9" + }, + "cpufeatures 0.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [], "selects": { @@ -17559,1753 +13662,1268 @@ ] } }, - "edition": "2024", - "version": "0.3.0" + "edition": "2024" }, + "library_target_name": "cpufeatures", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" + "name": "cpufeatures", + "package_url": "https://github.com/RustCrypto/utils", + "repository": { + "Http": { + "sha256": "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201", + "url": "https://static.crates.io/crates/cpufeatures/0.3.0/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "cpufeatures", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.3.0" }, "cranelift-assembler-x64 0.134.3": { + "build_script_attrs": { + "deps": [ + { + "id": "cranelift-assembler-x64-meta 0.134.3", + "target": "cranelift_assembler_x64_meta" + } + ] + }, + "common_attrs": { + "edition": "2024", + "extra_deps": [ + ":build_script_build" + ] + }, + "library_target_name": "cranelift_assembler_x64", + "license": "Apache-2.0 WITH LLVM-exception", + "license_ids": [ + "Apache-2.0" + ], "name": "cranelift-assembler-x64", - "version": "0.134.3", - "package_url": null, "repository": { "Http": { - "url": "https://static.crates.io/crates/cranelift-assembler-x64/0.134.3/download", - "sha256": "d552bd33b7a56dc70aeb1e1c960e51a218fa0db50f23873b500a310379450b2d" + "sha256": "d552bd33b7a56dc70aeb1e1c960e51a218fa0db50f23873b500a310379450b2d", + "url": "https://static.crates.io/crates/cranelift-assembler-x64/0.134.3/download" } }, "targets": [ { "Library": { "crate_name": "cranelift_assembler_x64", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "cranelift_assembler_x64", + "version": "0.134.3" + }, + "cranelift-assembler-x64-meta 0.134.3": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cranelift-assembler-x64 0.134.3", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.134.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "deps": [ + { + "id": "cranelift-srcgen 0.134.3", + "target": "cranelift_srcgen" + } ], - "deps": { - "common": [ - { - "id": "cranelift-assembler-x64-meta 0.134.3", - "target": "cranelift_assembler_x64_meta" - } - ], - "selects": {} - } + "edition": "2024" }, + "library_target_name": "cranelift_assembler_x64_meta", "license": "Apache-2.0 WITH LLVM-exception", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "cranelift-assembler-x64-meta 0.134.3": { "name": "cranelift-assembler-x64-meta", - "version": "0.134.3", - "package_url": null, "repository": { "Http": { - "url": "https://static.crates.io/crates/cranelift-assembler-x64-meta/0.134.3/download", - "sha256": "078e80e4c222279e3330f6aa1a256ca77ddf156d4453166a9f09defedc4594dd" + "sha256": "078e80e4c222279e3330f6aa1a256ca77ddf156d4453166a9f09defedc4594dd", + "url": "https://static.crates.io/crates/cranelift-assembler-x64-meta/0.134.3/download" } }, "targets": [ { "Library": { "crate_name": "cranelift_assembler_x64_meta", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cranelift_assembler_x64_meta", + "version": "0.134.3" + }, + "cranelift-bforest 0.134.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "cranelift-entity 0.134.3", + "target": "cranelift_entity" + }, + { + "alias": "wasmtime_core", + "id": "wasmtime-internal-core 47.0.3", + "target": "wasmtime_internal_core" + } ], - "deps": { - "common": [ - { - "id": "cranelift-srcgen 0.134.3", - "target": "cranelift_srcgen" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.134.3" + "edition": "2024" }, + "library_target_name": "cranelift_bforest", "license": "Apache-2.0 WITH LLVM-exception", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "cranelift-bforest 0.134.3": { "name": "cranelift-bforest", - "version": "0.134.3", "package_url": "https://github.com/bytecodealliance/wasmtime", "repository": { "Http": { - "url": "https://static.crates.io/crates/cranelift-bforest/0.134.3/download", - "sha256": "820ce15d4ad3562d613c31a67b6d0434d403e7091a68d1349903842f7d31737e" + "sha256": "820ce15d4ad3562d613c31a67b6d0434d403e7091a68d1349903842f7d31737e", + "url": "https://static.crates.io/crates/cranelift-bforest/0.134.3/download" } }, "targets": [ { "Library": { "crate_name": "cranelift_bforest", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cranelift_bforest", + "version": "0.134.3" + }, + "cranelift-bitset 0.134.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "enable-serde" + ], + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "alias": "wasmtime_core", + "id": "wasmtime-internal-core 47.0.3", + "target": "wasmtime_internal_core" + } ], - "deps": { - "common": [ - { - "id": "cranelift-entity 0.134.3", - "target": "cranelift_entity" - }, - { - "id": "wasmtime-internal-core 47.0.3", - "target": "wasmtime_internal_core", - "alias": "wasmtime_core" - } - ], - "selects": {} - }, "edition": "2024", - "version": "0.134.3" + "proc_macro_deps": [ + { + "id": "serde_derive 1.0.228", + "target": "serde_derive" + } + ] }, + "library_target_name": "cranelift_bitset", "license": "Apache-2.0 WITH LLVM-exception", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "cranelift-bitset 0.134.3": { "name": "cranelift-bitset", - "version": "0.134.3", "package_url": "https://github.com/bytecodealliance/wasmtime", "repository": { "Http": { - "url": "https://static.crates.io/crates/cranelift-bitset/0.134.3/download", - "sha256": "61bca563d4b86d285928d9e27f97f27039bb33a0fc524fa130d7d0c106bf8ab3" + "sha256": "61bca563d4b86d285928d9e27f97f27039bb33a0fc524fa130d7d0c106bf8ab3", + "url": "https://static.crates.io/crates/cranelift-bitset/0.134.3/download" } }, "targets": [ { "Library": { "crate_name": "cranelift_bitset", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cranelift_bitset", + "version": "0.134.3" + }, + "cranelift-codegen 0.134.3": { + "build_script_attrs": { + "deps": [ + { + "id": "cranelift-codegen-meta 0.134.3", + "target": "cranelift_codegen_meta" + }, + { + "id": "cranelift-isle 0.134.3", + "target": "cranelift_isle" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "enable-serde", + "gimli", + "host-arch", + "incremental-cache", + "postcard", + "pulley", + "serde", + "serde_derive", + "sha2", + "std", + "timing", + "unwind" + ], + "deps": [ + { + "id": "bumpalo 3.20.2", + "target": "bumpalo" + }, + { + "id": "cranelift-assembler-x64 0.134.3", + "target": "cranelift_assembler_x64" + }, + { + "id": "cranelift-bforest 0.134.3", + "target": "cranelift_bforest" + }, + { + "id": "cranelift-bitset 0.134.3", + "target": "cranelift_bitset" + }, + { + "id": "cranelift-codegen-shared 0.134.3", + "target": "cranelift_codegen_shared" + }, + { + "id": "cranelift-control 0.134.3", + "target": "cranelift_control" + }, + { + "id": "cranelift-entity 0.134.3", + "target": "cranelift_entity" + }, + { + "id": "gimli 0.33.0", + "target": "gimli" + }, + { + "id": "hashbrown 0.17.0", + "target": "hashbrown" + }, + { + "id": "libm 0.2.16", + "target": "libm" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "postcard 1.1.3", + "target": "postcard" + }, + { + "id": "pulley-interpreter 47.0.3", + "target": "pulley_interpreter" + }, + { + "id": "regalloc2 0.15.1", + "target": "regalloc2" + }, + { + "id": "rustc-hash 2.1.1", + "target": "rustc_hash" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "sha2 0.10.9", + "target": "sha2" + }, + { + "id": "smallvec 1.15.1", + "target": "smallvec" + }, + { + "id": "target-lexicon 0.13.5", + "target": "target_lexicon" + }, + { + "alias": "wasmtime_core", + "id": "wasmtime-internal-core 47.0.3", + "target": "wasmtime_internal_core" + } ], - "crate_features": { - "common": [ - "enable-serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "wasmtime-internal-core 47.0.3", - "target": "wasmtime_internal_core", - "alias": "wasmtime_core" - } - ], - "selects": {} - }, "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "serde_derive 1.0.228", - "target": "serde_derive" - } - ], - "selects": {} - }, - "version": "0.134.3" + "extra_deps": [ + ":build_script_build" + ], + "proc_macro_deps": [ + { + "id": "serde_derive 1.0.228", + "target": "serde_derive" + } + ] }, + "library_target_name": "cranelift_codegen", "license": "Apache-2.0 WITH LLVM-exception", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "cranelift-codegen 0.134.3": { "name": "cranelift-codegen", - "version": "0.134.3", "package_url": "https://github.com/bytecodealliance/wasmtime", "repository": { "Http": { - "url": "https://static.crates.io/crates/cranelift-codegen/0.134.3/download", - "sha256": "709f4b7c0fb57d952658d5b5c07fbdc4149acd7b7f0de9678ae754b9c981949a" + "sha256": "709f4b7c0fb57d952658d5b5c07fbdc4149acd7b7f0de9678ae754b9c981949a", + "url": "https://static.crates.io/crates/cranelift-codegen/0.134.3/download" } }, "targets": [ { "Library": { "crate_name": "cranelift_codegen", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "cranelift_codegen", + "version": "0.134.3" + }, + "cranelift-codegen-meta 0.134.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "pulley" ], - "crate_features": { - "common": [ - "enable-serde", - "gimli", - "host-arch", - "incremental-cache", - "postcard", - "pulley", - "serde", - "serde_derive", - "sha2", - "std", - "timing", - "unwind" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bumpalo 3.20.2", - "target": "bumpalo" - }, - { - "id": "cranelift-assembler-x64 0.134.3", - "target": "cranelift_assembler_x64" - }, - { - "id": "cranelift-bforest 0.134.3", - "target": "cranelift_bforest" - }, - { - "id": "cranelift-bitset 0.134.3", - "target": "cranelift_bitset" - }, - { - "id": "cranelift-codegen 0.134.3", - "target": "build_script_build" - }, - { - "id": "cranelift-codegen-shared 0.134.3", - "target": "cranelift_codegen_shared" - }, - { - "id": "cranelift-control 0.134.3", - "target": "cranelift_control" - }, - { - "id": "cranelift-entity 0.134.3", - "target": "cranelift_entity" - }, - { - "id": "gimli 0.33.0", - "target": "gimli" - }, - { - "id": "hashbrown 0.17.0", - "target": "hashbrown" - }, - { - "id": "libm 0.2.16", - "target": "libm" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "postcard 1.1.3", - "target": "postcard" - }, - { - "id": "pulley-interpreter 47.0.3", - "target": "pulley_interpreter" - }, - { - "id": "regalloc2 0.15.1", - "target": "regalloc2" - }, - { - "id": "rustc-hash 2.1.1", - "target": "rustc_hash" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "target-lexicon 0.13.5", - "target": "target_lexicon" - }, - { - "id": "wasmtime-internal-core 47.0.3", - "target": "wasmtime_internal_core", - "alias": "wasmtime_core" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "serde_derive 1.0.228", - "target": "serde_derive" - } - ], - "selects": {} - }, - "version": "0.134.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "deps": [ + { + "id": "cranelift-assembler-x64-meta 0.134.3", + "target": "cranelift_assembler_x64_meta" + }, + { + "id": "cranelift-codegen-shared 0.134.3", + "target": "cranelift_codegen_shared" + }, + { + "id": "cranelift-srcgen 0.134.3", + "target": "cranelift_srcgen" + }, + { + "id": "heck 0.5.0", + "target": "heck" + }, + { + "id": "pulley-interpreter 47.0.3", + "target": "pulley_interpreter" + } ], - "deps": { - "common": [ - { - "id": "cranelift-codegen-meta 0.134.3", - "target": "cranelift_codegen_meta" - }, - { - "id": "cranelift-isle 0.134.3", - "target": "cranelift_isle" - } - ], - "selects": {} - } + "edition": "2024" }, + "library_target_name": "cranelift_codegen_meta", "license": "Apache-2.0 WITH LLVM-exception", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "cranelift-codegen-meta 0.134.3": { "name": "cranelift-codegen-meta", - "version": "0.134.3", "package_url": "https://github.com/bytecodealliance/wasmtime", "repository": { "Http": { - "url": "https://static.crates.io/crates/cranelift-codegen-meta/0.134.3/download", - "sha256": "903dc8915af62aad1d9d0f39a5968d33fa80b9aa899ed6f56e47f40ca4512e1e" + "sha256": "903dc8915af62aad1d9d0f39a5968d33fa80b9aa899ed6f56e47f40ca4512e1e", + "url": "https://static.crates.io/crates/cranelift-codegen-meta/0.134.3/download" } }, "targets": [ { "Library": { "crate_name": "cranelift_codegen_meta", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cranelift_codegen_meta", + "version": "0.134.3" + }, + "cranelift-codegen-shared 0.134.3": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "pulley" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cranelift-assembler-x64-meta 0.134.3", - "target": "cranelift_assembler_x64_meta" - }, - { - "id": "cranelift-codegen-shared 0.134.3", - "target": "cranelift_codegen_shared" - }, - { - "id": "cranelift-srcgen 0.134.3", - "target": "cranelift_srcgen" - }, - { - "id": "heck 0.5.0", - "target": "heck" - }, - { - "id": "pulley-interpreter 47.0.3", - "target": "pulley_interpreter" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.134.3" + "edition": "2024" }, + "library_target_name": "cranelift_codegen_shared", "license": "Apache-2.0 WITH LLVM-exception", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "cranelift-codegen-shared 0.134.3": { "name": "cranelift-codegen-shared", - "version": "0.134.3", "package_url": "https://github.com/bytecodealliance/wasmtime", "repository": { "Http": { - "url": "https://static.crates.io/crates/cranelift-codegen-shared/0.134.3/download", - "sha256": "0522d74c227e49f3fd49ab055311486ae4f09083262b66705bed676952491469" + "sha256": "0522d74c227e49f3fd49ab055311486ae4f09083262b66705bed676952491469", + "url": "https://static.crates.io/crates/cranelift-codegen-shared/0.134.3/download" } }, "targets": [ { "Library": { "crate_name": "cranelift_codegen_shared", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cranelift_codegen_shared", + "version": "0.134.3" + }, + "cranelift-control 0.134.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "fuzz" ], - "edition": "2024", - "version": "0.134.3" + "deps": [ + { + "id": "arbitrary 1.4.2", + "target": "arbitrary" + } + ], + "edition": "2024" }, + "library_target_name": "cranelift_control", "license": "Apache-2.0 WITH LLVM-exception", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "cranelift-control 0.134.3": { "name": "cranelift-control", - "version": "0.134.3", "package_url": "https://github.com/bytecodealliance/wasmtime", "repository": { "Http": { - "url": "https://static.crates.io/crates/cranelift-control/0.134.3/download", - "sha256": "66560ea1c5cef72e170b18e46d263dba2d3169c9d39e8cafdab2173c6362cc1a" + "sha256": "66560ea1c5cef72e170b18e46d263dba2d3169c9d39e8cafdab2173c6362cc1a", + "url": "https://static.crates.io/crates/cranelift-control/0.134.3/download" } }, "targets": [ { "Library": { "crate_name": "cranelift_control", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cranelift_control", + "version": "0.134.3" + }, + "cranelift-entity 0.134.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "enable-serde", + "serde", + "serde_derive" + ], + "deps": [ + { + "id": "cranelift-bitset 0.134.3", + "target": "cranelift_bitset" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "alias": "wasmtime_core", + "id": "wasmtime-internal-core 47.0.3", + "target": "wasmtime_internal_core" + } ], - "crate_features": { - "common": [ - "fuzz" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "arbitrary 1.4.2", - "target": "arbitrary" - } - ], - "selects": {} - }, "edition": "2024", - "version": "0.134.3" + "proc_macro_deps": [ + { + "id": "serde_derive 1.0.228", + "target": "serde_derive" + } + ] }, + "library_target_name": "cranelift_entity", "license": "Apache-2.0 WITH LLVM-exception", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "cranelift-entity 0.134.3": { "name": "cranelift-entity", - "version": "0.134.3", "package_url": "https://github.com/bytecodealliance/wasmtime", "repository": { "Http": { - "url": "https://static.crates.io/crates/cranelift-entity/0.134.3/download", - "sha256": "b62ef5b17cc814d27e96b66a5b46da0e4ce2b8ac55a6d478048bb99d04b05526" + "sha256": "b62ef5b17cc814d27e96b66a5b46da0e4ce2b8ac55a6d478048bb99d04b05526", + "url": "https://static.crates.io/crates/cranelift-entity/0.134.3/download" } }, "targets": [ { "Library": { "crate_name": "cranelift_entity", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cranelift_entity", + "version": "0.134.3" + }, + "cranelift-frontend 0.134.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "enable-serde", - "serde", - "serde_derive" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cranelift-bitset 0.134.3", - "target": "cranelift_bitset" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "wasmtime-internal-core 47.0.3", - "target": "wasmtime_internal_core", - "alias": "wasmtime_core" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "serde_derive 1.0.228", - "target": "serde_derive" - } - ], - "selects": {} - }, - "version": "0.134.3" + "deps": [ + { + "id": "cranelift-codegen 0.134.3", + "target": "cranelift_codegen" + }, + { + "id": "hashbrown 0.17.0", + "target": "hashbrown" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "smallvec 1.15.1", + "target": "smallvec" + }, + { + "id": "target-lexicon 0.13.5", + "target": "target_lexicon" + } + ], + "edition": "2024" }, + "library_target_name": "cranelift_frontend", "license": "Apache-2.0 WITH LLVM-exception", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "cranelift-frontend 0.134.3": { "name": "cranelift-frontend", - "version": "0.134.3", "package_url": "https://github.com/bytecodealliance/wasmtime", "repository": { "Http": { - "url": "https://static.crates.io/crates/cranelift-frontend/0.134.3/download", - "sha256": "a87e0aaa39dbf70693b348a221e45904111704ee8f9fef140498471005f9842d" + "sha256": "a87e0aaa39dbf70693b348a221e45904111704ee8f9fef140498471005f9842d", + "url": "https://static.crates.io/crates/cranelift-frontend/0.134.3/download" } }, "targets": [ { "Library": { "crate_name": "cranelift_frontend", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cranelift_frontend", + "version": "0.134.3" + }, + "cranelift-isle 0.134.3": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cranelift-codegen 0.134.3", - "target": "cranelift_codegen" - }, - { - "id": "hashbrown 0.17.0", - "target": "hashbrown" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "target-lexicon 0.13.5", - "target": "target_lexicon" - } - ], - "selects": {} - }, "edition": "2024", - "version": "0.134.3" + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "cranelift_isle", "license": "Apache-2.0 WITH LLVM-exception", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "cranelift-isle 0.134.3": { "name": "cranelift-isle", - "version": "0.134.3", "package_url": "https://github.com/bytecodealliance/wasmtime/tree/main/cranelift/isle", "repository": { "Http": { - "url": "https://static.crates.io/crates/cranelift-isle/0.134.3/download", - "sha256": "cf79003ebfa1eed5e87f3b84446ad5236f540268289960e14f387dc9b28e40b7" + "sha256": "cf79003ebfa1eed5e87f3b84446ad5236f540268289960e14f387dc9b28e40b7", + "url": "https://static.crates.io/crates/cranelift-isle/0.134.3/download" } }, "targets": [ { "Library": { "crate_name": "cranelift_isle", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "cranelift_isle", + "version": "0.134.3" + }, + "cranelift-native 0.134.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, "deps": { "common": [ { - "id": "cranelift-isle 0.134.3", - "target": "build_script_build" + "id": "cranelift-codegen 0.134.3", + "target": "cranelift_codegen" + }, + { + "id": "target-lexicon 0.13.5", + "target": "target_lexicon" } ], - "selects": {} + "selects": { + "cfg(target_arch = \"riscv64\")": [ + { + "id": "libc 0.2.186", + "target": "libc" + } + ] + } }, - "edition": "2024", - "version": "0.134.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] + "edition": "2024" }, + "library_target_name": "cranelift_native", "license": "Apache-2.0 WITH LLVM-exception", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "cranelift-native 0.134.3": { "name": "cranelift-native", - "version": "0.134.3", "package_url": "https://github.com/bytecodealliance/wasmtime", "repository": { "Http": { - "url": "https://static.crates.io/crates/cranelift-native/0.134.3/download", - "sha256": "05bf4f235743c81e67ee4db617c5a4a0b65d58d3f0cfc575ee0f1a4e0cd58273" + "sha256": "05bf4f235743c81e67ee4db617c5a4a0b65d58d3f0cfc575ee0f1a4e0cd58273", + "url": "https://static.crates.io/crates/cranelift-native/0.134.3/download" } }, "targets": [ { "Library": { "crate_name": "cranelift_native", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cranelift_native", + "version": "0.134.3" + }, + "cranelift-srcgen 0.134.3": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cranelift-codegen 0.134.3", - "target": "cranelift_codegen" - }, - { - "id": "target-lexicon 0.13.5", - "target": "target_lexicon" - } - ], - "selects": { - "cfg(target_arch = \"riscv64\")": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ] - } - }, - "edition": "2024", - "version": "0.134.3" + "edition": "2024" }, + "library_target_name": "cranelift_srcgen", "license": "Apache-2.0 WITH LLVM-exception", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "cranelift-srcgen 0.134.3": { "name": "cranelift-srcgen", - "version": "0.134.3", "package_url": "https://github.com/bytecodealliance/wasmtime", "repository": { "Http": { - "url": "https://static.crates.io/crates/cranelift-srcgen/0.134.3/download", - "sha256": "f6977c2a71ab1e0d1e62f966b411a498aa04c4dce47d93d52f8a360a06058922" + "sha256": "f6977c2a71ab1e0d1e62f966b411a498aa04c4dce47d93d52f8a360a06058922", + "url": "https://static.crates.io/crates/cranelift-srcgen/0.134.3/download" } }, "targets": [ { "Library": { "crate_name": "cranelift_srcgen", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cranelift_srcgen", + "version": "0.134.3" + }, + "crc 3.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "crc-catalog 2.4.0", + "target": "crc_catalog" + } ], - "edition": "2024", - "version": "0.134.3" + "edition": "2021" }, - "license": "Apache-2.0 WITH LLVM-exception", + "library_target_name": "crc", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "Apache-2.0" + "Apache-2.0", + "MIT" ], - "license_file": null - }, - "crc 3.3.0": { "name": "crc", - "version": "3.3.0", "package_url": "https://github.com/mrhooray/crc-rs.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/crc/3.3.0/download", - "sha256": "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" + "sha256": "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675", + "url": "https://static.crates.io/crates/crc/3.3.0/download" } }, "targets": [ { "Library": { "crate_name": "crc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "crc", + "version": "3.3.0" + }, + "crc-catalog 2.4.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "crc-catalog 2.4.0", - "target": "crc_catalog" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.3.0" + "edition": "2018" }, + "library_target_name": "crc_catalog", "license": "MIT OR Apache-2.0", + "license_file": "LICENSES", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "crc-catalog 2.4.0": { "name": "crc-catalog", - "version": "2.4.0", "package_url": "https://github.com/akhilles/crc-catalog.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/crc-catalog/2.4.0/download", - "sha256": "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" + "sha256": "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5", + "url": "https://static.crates.io/crates/crc-catalog/2.4.0/download" } }, "targets": [ { "Library": { "crate_name": "crc_catalog", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "crc_catalog", + "version": "2.4.0" + }, + "crc32fast 1.3.2": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "edition": "2018", - "version": "2.4.0" + "deps": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + } + ], + "edition": "2015", + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "crc32fast", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSES" - }, - "crc32fast 1.3.2": { "name": "crc32fast", - "version": "1.3.2", "package_url": "https://github.com/srijs/rust-crc32fast", "repository": { "Http": { - "url": "https://static.crates.io/crates/crc32fast/1.3.2/download", - "sha256": "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" + "sha256": "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d", + "url": "https://static.crates.io/crates/crc32fast/1.3.2/download" } }, "targets": [ { "Library": { "crate_name": "crc32fast", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "crc32fast", + "version": "1.3.2" + }, + "criterion 0.5.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "crc32fast 1.3.2", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "1.3.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "crate_features": [ + "async", + "async_tokio", + "cargo_bench_support", + "default", + "futures", + "html_reports", + "plotters", + "rayon", + "tokio" + ], + "deps": [ + { + "id": "anes 0.1.6", + "target": "anes" + }, + { + "id": "cast 0.3.0", + "target": "cast" + }, + { + "id": "ciborium 0.2.2", + "target": "ciborium" + }, + { + "id": "clap 4.5.53", + "target": "clap" + }, + { + "id": "criterion-plot 0.5.0", + "target": "criterion_plot" + }, + { + "id": "futures 0.3.31", + "target": "futures" + }, + { + "id": "is-terminal 0.4.9", + "target": "is_terminal" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "oorandom 11.1.3", + "target": "oorandom" + }, + { + "id": "plotters 0.3.5", + "target": "plotters" + }, + { + "id": "rayon 1.10.0", + "target": "rayon" + }, + { + "id": "regex 1.13.1", + "target": "regex" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + }, + { + "id": "tinytemplate 1.2.1", + "target": "tinytemplate" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "id": "walkdir 2.5.0", + "target": "walkdir" + } ], - "data_glob": [ - "**" + "edition": "2018", + "proc_macro_deps": [ + { + "id": "serde_derive 1.0.228", + "target": "serde_derive" + } ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "criterion", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "criterion 0.5.1": { "name": "criterion", - "version": "0.5.1", "package_url": "https://github.com/bheisler/criterion.rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/criterion/0.5.1/download", - "sha256": "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" + "sha256": "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f", + "url": "https://static.crates.io/crates/criterion/0.5.1/download" } }, "targets": [ { "Library": { "crate_name": "criterion", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "criterion", + "version": "0.5.1" + }, + "criterion-plot 0.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "cast 0.3.0", + "target": "cast" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + } ], - "crate_features": { - "common": [ - "async", - "async_tokio", - "cargo_bench_support", - "default", - "futures", - "html_reports", - "plotters", - "rayon", - "tokio" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anes 0.1.6", - "target": "anes" - }, - { - "id": "cast 0.3.0", - "target": "cast" - }, - { - "id": "ciborium 0.2.2", - "target": "ciborium" - }, - { - "id": "clap 4.5.53", - "target": "clap" - }, - { - "id": "criterion-plot 0.5.0", - "target": "criterion_plot" - }, - { - "id": "futures 0.3.31", - "target": "futures" - }, - { - "id": "is-terminal 0.4.9", - "target": "is_terminal" - }, - { - "id": "itertools 0.10.5", - "target": "itertools" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "oorandom 11.1.3", - "target": "oorandom" - }, - { - "id": "plotters 0.3.5", - "target": "plotters" - }, - { - "id": "rayon 1.10.0", - "target": "rayon" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "tinytemplate 1.2.1", - "target": "tinytemplate" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "walkdir 2.5.0", - "target": "walkdir" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "serde_derive 1.0.228", - "target": "serde_derive" - } - ], - "selects": {} - }, - "version": "0.5.1" + "edition": "2018" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "criterion_plot", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "criterion-plot 0.5.0": { "name": "criterion-plot", - "version": "0.5.0", "package_url": "https://github.com/bheisler/criterion.rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/criterion-plot/0.5.0/download", - "sha256": "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" + "sha256": "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1", + "url": "https://static.crates.io/crates/criterion-plot/0.5.0/download" } }, "targets": [ { "Library": { "crate_name": "criterion_plot", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "criterion_plot", + "version": "0.5.0" + }, + "critical-section 1.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cast 0.3.0", - "target": "cast" - }, - { - "id": "itertools 0.10.5", - "target": "itertools" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.0" + "edition": "2018" }, - "license": "MIT/Apache-2.0", + "library_target_name": "critical_section", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "critical-section 1.2.0": { "name": "critical-section", - "version": "1.2.0", "package_url": "https://github.com/rust-embedded/critical-section", "repository": { "Http": { - "url": "https://static.crates.io/crates/critical-section/1.2.0/download", - "sha256": "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" + "sha256": "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b", + "url": "https://static.crates.io/crates/critical-section/1.2.0/download" } }, "targets": [ { "Library": { "crate_name": "critical_section", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "critical_section", + "version": "1.2.0" + }, + "crossbeam 0.8.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "crossbeam-channel", + "crossbeam-deque", + "crossbeam-epoch", + "crossbeam-queue", + "default", + "std" + ], + "deps": [ + { + "id": "crossbeam-channel 0.5.15", + "target": "crossbeam_channel" + }, + { + "id": "crossbeam-deque 0.8.5", + "target": "crossbeam_deque" + }, + { + "id": "crossbeam-epoch 0.9.18", + "target": "crossbeam_epoch" + }, + { + "id": "crossbeam-queue 0.3.11", + "target": "crossbeam_queue" + }, + { + "id": "crossbeam-utils 0.8.21", + "target": "crossbeam_utils" + } ], - "edition": "2018", - "version": "1.2.0" + "edition": "2021" }, + "library_target_name": "crossbeam", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "crossbeam 0.8.4": { "name": "crossbeam", - "version": "0.8.4", "package_url": "https://github.com/crossbeam-rs/crossbeam", "repository": { "Http": { - "url": "https://static.crates.io/crates/crossbeam/0.8.4/download", - "sha256": "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8" + "sha256": "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8", + "url": "https://static.crates.io/crates/crossbeam/0.8.4/download" } }, "targets": [ { "Library": { "crate_name": "crossbeam", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "crossbeam", + "version": "0.8.4" + }, + "crossbeam-channel 0.5.15": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "alloc", - "crossbeam-channel", - "crossbeam-deque", - "crossbeam-epoch", - "crossbeam-queue", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crossbeam-channel 0.5.15", - "target": "crossbeam_channel" - }, - { - "id": "crossbeam-deque 0.8.5", - "target": "crossbeam_deque" - }, - { - "id": "crossbeam-epoch 0.9.18", - "target": "crossbeam_epoch" - }, - { - "id": "crossbeam-queue 0.3.11", - "target": "crossbeam_queue" - }, - { - "id": "crossbeam-utils 0.8.21", - "target": "crossbeam_utils" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.4" + "deps": [ + { + "id": "crossbeam-utils 0.8.21", + "target": "crossbeam_utils" + } + ], + "edition": "2021" }, + "library_target_name": "crossbeam_channel", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "crossbeam-channel 0.5.15": { "name": "crossbeam-channel", - "version": "0.5.15", "package_url": "https://github.com/crossbeam-rs/crossbeam", "repository": { "Http": { - "url": "https://static.crates.io/crates/crossbeam-channel/0.5.15/download", - "sha256": "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" + "sha256": "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2", + "url": "https://static.crates.io/crates/crossbeam-channel/0.5.15/download" } }, "targets": [ { "Library": { "crate_name": "crossbeam_channel", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "crossbeam_channel", + "version": "0.5.15" + }, + "crossbeam-deque 0.8.5": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crossbeam-utils 0.8.21", - "target": "crossbeam_utils" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.15" + "deps": [ + { + "id": "crossbeam-epoch 0.9.18", + "target": "crossbeam_epoch" + }, + { + "id": "crossbeam-utils 0.8.21", + "target": "crossbeam_utils" + } + ], + "edition": "2021" }, + "library_target_name": "crossbeam_deque", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "crossbeam-deque 0.8.5": { "name": "crossbeam-deque", - "version": "0.8.5", "package_url": "https://github.com/crossbeam-rs/crossbeam", "repository": { "Http": { - "url": "https://static.crates.io/crates/crossbeam-deque/0.8.5/download", - "sha256": "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" + "sha256": "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d", + "url": "https://static.crates.io/crates/crossbeam-deque/0.8.5/download" } }, "targets": [ { "Library": { "crate_name": "crossbeam_deque", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "crossbeam_deque", + "version": "0.8.5" + }, + "crossbeam-epoch 0.9.18": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crossbeam-epoch 0.9.18", - "target": "crossbeam_epoch" - }, - { - "id": "crossbeam-utils 0.8.21", - "target": "crossbeam_utils" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.5" + "deps": [ + { + "id": "crossbeam-utils 0.8.21", + "target": "crossbeam_utils" + } + ], + "edition": "2021" }, + "library_target_name": "crossbeam_epoch", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "crossbeam-epoch 0.9.18": { "name": "crossbeam-epoch", - "version": "0.9.18", "package_url": "https://github.com/crossbeam-rs/crossbeam", "repository": { "Http": { - "url": "https://static.crates.io/crates/crossbeam-epoch/0.9.18/download", - "sha256": "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" + "sha256": "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e", + "url": "https://static.crates.io/crates/crossbeam-epoch/0.9.18/download" } }, "targets": [ { "Library": { "crate_name": "crossbeam_epoch", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "crossbeam_epoch", + "version": "0.9.18" + }, + "crossbeam-queue 0.3.11": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "std" ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crossbeam-utils 0.8.21", - "target": "crossbeam_utils" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.18" + "deps": [ + { + "id": "crossbeam-utils 0.8.21", + "target": "crossbeam_utils" + } + ], + "edition": "2021" }, + "library_target_name": "crossbeam_queue", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "crossbeam-queue 0.3.11": { "name": "crossbeam-queue", - "version": "0.3.11", "package_url": "https://github.com/crossbeam-rs/crossbeam", "repository": { "Http": { - "url": "https://static.crates.io/crates/crossbeam-queue/0.3.11/download", - "sha256": "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" + "sha256": "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35", + "url": "https://static.crates.io/crates/crossbeam-queue/0.3.11/download" } }, "targets": [ { "Library": { "crate_name": "crossbeam_queue", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "crossbeam_queue", + "version": "0.3.11" + }, + "crossbeam-utils 0.8.21": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "alloc", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crossbeam-utils 0.8.21", - "target": "crossbeam_utils" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.3.11" + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "crossbeam_utils", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "crossbeam-utils 0.8.21": { "name": "crossbeam-utils", - "version": "0.8.21", "package_url": "https://github.com/crossbeam-rs/crossbeam", "repository": { "Http": { - "url": "https://static.crates.io/crates/crossbeam-utils/0.8.21/download", - "sha256": "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" + "sha256": "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28", + "url": "https://static.crates.io/crates/crossbeam-utils/0.8.21/download" } }, "targets": [ { "Library": { "crate_name": "crossbeam_utils", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "crossbeam_utils", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crossbeam-utils 0.8.21", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.21" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" + "version": "0.8.21" }, "crossterm 0.28.1": { - "name": "crossterm", - "version": "0.28.1", - "package_url": "https://github.com/crossterm-rs/crossterm", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/crossterm/0.28.1/download", - "sha256": "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "crossterm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "crossterm", "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "bracketed-paste", + "default", + "events", + "windows" ], - "crate_features": { - "common": [ - "bracketed-paste", - "default", - "events", - "windows" - ], - "selects": {} - }, "deps": { "common": [ { @@ -19382,44 +15000,34 @@ ] } }, - "edition": "2021", - "version": "0.28.1" + "edition": "2021" }, + "library_target_name": "crossterm", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "crossterm_winapi 0.9.1": { - "name": "crossterm_winapi", - "version": "0.9.1", - "package_url": "https://github.com/crossterm-rs/crossterm-winapi", + "name": "crossterm", + "package_url": "https://github.com/crossterm-rs/crossterm", "repository": { "Http": { - "url": "https://static.crates.io/crates/crossterm_winapi/0.9.1/download", - "sha256": "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" + "sha256": "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6", + "url": "https://static.crates.io/crates/crossterm/0.28.1/download" } }, "targets": [ { "Library": { - "crate_name": "crossterm_winapi", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "crossterm", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "crossterm_winapi", + "version": "0.28.1" + }, + "crossterm_winapi 0.9.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [], "selects": { @@ -19431,588 +15039,422 @@ ] } }, - "edition": "2018", - "version": "0.9.1" + "edition": "2018" }, + "library_target_name": "crossterm_winapi", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" + "name": "crossterm_winapi", + "package_url": "https://github.com/crossterm-rs/crossterm-winapi", + "repository": { + "Http": { + "sha256": "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b", + "url": "https://static.crates.io/crates/crossterm_winapi/0.9.1/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "crossterm_winapi", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.9.1" }, "crunchy 0.2.2": { + "build_script_attrs": {}, + "common_attrs": { + "crate_features": [ + "default", + "limit_128" + ], + "edition": "2015", + "extra_deps": [ + ":build_script_build" + ] + }, + "library_target_name": "crunchy", + "license": "MIT", + "license_ids": [ + "MIT" + ], "name": "crunchy", - "version": "0.2.2", - "package_url": null, "repository": { "Http": { - "url": "https://static.crates.io/crates/crunchy/0.2.2/download", - "sha256": "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" + "sha256": "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7", + "url": "https://static.crates.io/crates/crunchy/0.2.2/download" } }, "targets": [ { "Library": { "crate_name": "crunchy", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "crunchy", + "version": "0.2.2" + }, + "crypto-bigint 0.5.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "limit_128" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crunchy 0.2.2", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.2.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "generic-array", + "rand_core", + "zeroize" ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "generic-array 0.14.7", + "target": "generic_array" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "subtle 2.6.1", + "target": "subtle" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } ], - "data_glob": [ - "**" - ] + "edition": "2021" }, - "license": "MIT", + "library_target_name": "crypto_bigint", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": null - }, - "crypto-bigint 0.5.2": { "name": "crypto-bigint", - "version": "0.5.2", "package_url": "https://github.com/RustCrypto/crypto-bigint", "repository": { "Http": { - "url": "https://static.crates.io/crates/crypto-bigint/0.5.2/download", - "sha256": "cf4c2f4e1afd912bc40bfd6fed5d9dc1f288e0ba01bfcc835cc5bc3eb13efe15" + "sha256": "cf4c2f4e1afd912bc40bfd6fed5d9dc1f288e0ba01bfcc835cc5bc3eb13efe15", + "url": "https://static.crates.io/crates/crypto-bigint/0.5.2/download" } }, "targets": [ { "Library": { "crate_name": "crypto_bigint", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "crypto_bigint", + "version": "0.5.2" + }, + "crypto-common 0.1.6": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "getrandom", + "rand_core", + "std" ], - "crate_features": { - "common": [ - "generic-array", - "rand_core", - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "generic-array 0.14.7", - "target": "generic_array" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.2" + "deps": [ + { + "id": "generic-array 0.14.7", + "target": "generic_array" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "typenum 1.17.0", + "target": "typenum" + } + ], + "edition": "2018" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "crypto_common", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "crypto-common 0.1.6": { "name": "crypto-common", - "version": "0.1.6", "package_url": "https://github.com/RustCrypto/traits", "repository": { "Http": { - "url": "https://static.crates.io/crates/crypto-common/0.1.6/download", - "sha256": "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" + "sha256": "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3", + "url": "https://static.crates.io/crates/crypto-common/0.1.6/download" } }, "targets": [ { "Library": { "crate_name": "crypto_common", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "crypto_common", + "version": "0.1.6" + }, + "crypto-common 0.2.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "hybrid-array 0.4.10", + "target": "hybrid_array" + } ], - "crate_features": { - "common": [ - "getrandom", - "rand_core", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "generic-array 0.14.7", - "target": "generic_array" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "typenum 1.17.0", - "target": "typenum" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.6" + "edition": "2024" }, + "library_target_name": "crypto_common", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "crypto-common 0.2.1": { "name": "crypto-common", - "version": "0.2.1", "package_url": "https://github.com/RustCrypto/traits", "repository": { "Http": { - "url": "https://static.crates.io/crates/crypto-common/0.2.1/download", - "sha256": "77727bb15fa921304124b128af125e7e3b968275d1b108b379190264f4423710" + "sha256": "77727bb15fa921304124b128af125e7e3b968275d1b108b379190264f4423710", + "url": "https://static.crates.io/crates/crypto-common/0.2.1/download" } }, "targets": [ { "Library": { "crate_name": "crypto_common", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "crypto_common", + "version": "0.2.1" + }, + "cssparser 0.35.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "dtoa-short 0.3.4", + "target": "dtoa_short" + }, + { + "id": "itoa 1.0.17", + "target": "itoa" + }, + { + "id": "phf 0.11.2", + "target": "phf" + }, + { + "id": "smallvec 1.15.1", + "target": "smallvec" + } ], - "deps": { - "common": [ - { - "id": "hybrid-array 0.4.10", - "target": "hybrid_array" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.2.1" + "edition": "2018", + "proc_macro_deps": [ + { + "id": "cssparser-macros 0.6.1", + "target": "cssparser_macros" + } + ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "cssparser", + "license": "MPL-2.0", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "MPL-2.0" ], - "license_file": "LICENSE-APACHE" - }, - "cssparser 0.35.0": { "name": "cssparser", - "version": "0.35.0", "package_url": "https://github.com/servo/rust-cssparser", "repository": { "Http": { - "url": "https://static.crates.io/crates/cssparser/0.35.0/download", - "sha256": "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa" + "sha256": "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa", + "url": "https://static.crates.io/crates/cssparser/0.35.0/download" } }, "targets": [ { "Library": { "crate_name": "cssparser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cssparser", + "version": "0.35.0" + }, + "cssparser-macros 0.6.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "dtoa-short 0.3.4", - "target": "dtoa_short" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "phf 0.11.2", - "target": "phf" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "cssparser-macros 0.6.1", - "target": "cssparser_macros" - } - ], - "selects": {} - }, - "version": "0.35.0" + "edition": "2018" }, + "library_target_name": "cssparser_macros", "license": "MPL-2.0", + "license_file": "LICENSE", "license_ids": [ "MPL-2.0" ], - "license_file": "LICENSE" - }, - "cssparser-macros 0.6.1": { "name": "cssparser-macros", - "version": "0.6.1", "package_url": "https://github.com/servo/rust-cssparser", "repository": { "Http": { - "url": "https://static.crates.io/crates/cssparser-macros/0.6.1/download", - "sha256": "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" + "sha256": "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331", + "url": "https://static.crates.io/crates/cssparser-macros/0.6.1/download" } }, "targets": [ { "ProcMacro": { "crate_name": "cssparser_macros", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "lib.rs" } } ], - "library_target_name": "cssparser_macros", + "version": "0.6.1" + }, + "csv 1.2.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "csv-core 0.1.10", + "target": "csv_core" + }, + { + "id": "itoa 1.0.17", + "target": "itoa" + }, + { + "id": "ryu 1.0.15", + "target": "ryu" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } ], - "deps": { - "common": [ - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.6.1" + "edition": "2021" }, - "license": "MPL-2.0", + "library_target_name": "csv", + "license": "Unlicense/MIT", + "license_file": "LICENSE-MIT", "license_ids": [ - "MPL-2.0" + "MIT", + "Unlicense" ], - "license_file": "LICENSE" - }, - "csv 1.2.2": { "name": "csv", - "version": "1.2.2", "package_url": "https://github.com/BurntSushi/rust-csv", "repository": { "Http": { - "url": "https://static.crates.io/crates/csv/1.2.2/download", - "sha256": "626ae34994d3d8d668f4269922248239db4ae42d538b14c398b74a52208e8086" + "sha256": "626ae34994d3d8d668f4269922248239db4ae42d538b14c398b74a52208e8086", + "url": "https://static.crates.io/crates/csv/1.2.2/download" } }, "targets": [ { "Library": { "crate_name": "csv", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "csv", + "version": "1.2.2" + }, + "csv-core 0.1.10": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "deps": { - "common": [ - { - "id": "csv-core 0.1.10", - "target": "csv_core" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "ryu 1.0.15", - "target": "ryu" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.2.2" + "deps": [ + { + "id": "memchr 2.7.4", + "target": "memchr" + } + ], + "edition": "2018" }, + "library_target_name": "csv_core", "license": "Unlicense/MIT", + "license_file": "LICENSE-MIT", "license_ids": [ "MIT", "Unlicense" ], - "license_file": "LICENSE-MIT" - }, - "csv-core 0.1.10": { "name": "csv-core", - "version": "0.1.10", "package_url": "https://github.com/BurntSushi/rust-csv", "repository": { "Http": { - "url": "https://static.crates.io/crates/csv-core/0.1.10/download", - "sha256": "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90" + "sha256": "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90", + "url": "https://static.crates.io/crates/csv-core/0.1.10/download" } }, "targets": [ { "Library": { "crate_name": "csv_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "csv_core", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "memchr 2.7.4", - "target": "memchr" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.10" - }, - "license": "Unlicense/MIT", - "license_ids": [ - "MIT", - "Unlicense" - ], - "license_file": "LICENSE-MIT" + "version": "0.1.10" }, "ctr 0.9.2": { - "name": "ctr", - "version": "0.9.2", - "package_url": "https://github.com/RustCrypto/block-modes", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ctr/0.9.2/download", - "sha256": "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ctr", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ctr", "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "cipher 0.4.4", + "target": "cipher" + } ], - "deps": { - "common": [ - { - "id": "cipher 0.4.4", - "target": "cipher" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.2" + "edition": "2021" }, + "library_target_name": "ctr", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ctrlc 3.4.5": { - "name": "ctrlc", - "version": "3.4.5", - "package_url": "https://github.com/Detegr/rust-ctrlc.git", + "name": "ctr", + "package_url": "https://github.com/RustCrypto/block-modes", "repository": { "Http": { - "url": "https://static.crates.io/crates/ctrlc/3.4.5/download", - "sha256": "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3" + "sha256": "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835", + "url": "https://static.crates.io/crates/ctr/0.9.2/download" } }, "targets": [ { "Library": { - "crate_name": "ctrlc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "ctr", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ctrlc", + "version": "0.9.2" + }, + "ctrlc 3.4.5": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "termination" ], - "crate_features": { - "common": [ - "termination" - ], - "selects": {} - }, "deps": { "common": [], "selects": { @@ -20030,79 +15472,58 @@ ] } }, - "edition": "2021", - "version": "3.4.5" + "edition": "2021" }, + "library_target_name": "ctrlc", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "curve25519-dalek 4.1.3": { - "name": "curve25519-dalek", - "version": "4.1.3", - "package_url": "https://github.com/dalek-cryptography/curve25519-dalek/tree/main/curve25519-dalek", + "name": "ctrlc", + "package_url": "https://github.com/Detegr/rust-ctrlc.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/curve25519-dalek/4.1.3/download", - "sha256": "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" + "sha256": "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3", + "url": "https://static.crates.io/crates/ctrlc/3.4.5/download" } }, "targets": [ { "Library": { - "crate_name": "curve25519_dalek", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "ctrlc", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "curve25519_dalek", + "version": "3.4.5" + }, + "curve25519-dalek 4.1.3": { + "build_script_attrs": { + "deps": [ + { + "id": "rustc_version 0.4.0", + "target": "rustc_version" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "digest", + "group", + "precomputed-tables", + "rand_core", + "zeroize" ], - "crate_features": { - "common": [ - "alloc", - "default", - "digest", - "group", - "precomputed-tables", - "rand_core", - "zeroize" - ], - "selects": {} - }, "deps": { "common": [ { "id": "cfg-if 1.0.0", "target": "cfg_if" }, - { - "id": "curve25519-dalek 4.1.3", - "target": "build_script_build" - }, { "id": "digest 0.10.7", "target": "digest" @@ -20140,6 +15561,9 @@ } }, "edition": "2021", + "extra_deps": [ + ":build_script_build" + ], "proc_macro_deps": { "common": [], "selects": { @@ -20151,963 +15575,715 @@ ] } }, - "rustc_flags": { - "common": [ - "-C", - "opt-level=3" - ], - "selects": {} - }, - "version": "4.1.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "rustc_version 0.4.0", - "target": "rustc_version" - } - ], - "selects": {} - } + "rustc_flags": [ + "-C", + "opt-level=3" + ] }, + "library_target_name": "curve25519_dalek", "license": "BSD-3-Clause", + "license_file": "LICENSE", "license_ids": [ "BSD-3-Clause" ], - "license_file": "LICENSE" + "name": "curve25519-dalek", + "package_url": "https://github.com/dalek-cryptography/curve25519-dalek/tree/main/curve25519-dalek", + "repository": { + "Http": { + "sha256": "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be", + "url": "https://static.crates.io/crates/curve25519-dalek/4.1.3/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "curve25519_dalek", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" + } + } + ], + "version": "4.1.3" }, "curve25519-dalek-derive 0.1.1": { + "common_attrs": { + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } + ], + "edition": "2021" + }, + "library_target_name": "curve25519_dalek_derive", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", + "license_ids": [ + "Apache-2.0", + "MIT" + ], "name": "curve25519-dalek-derive", - "version": "0.1.1", "package_url": "https://github.com/dalek-cryptography/curve25519-dalek", "repository": { "Http": { - "url": "https://static.crates.io/crates/curve25519-dalek-derive/0.1.1/download", - "sha256": "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" + "sha256": "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3", + "url": "https://static.crates.io/crates/curve25519-dalek-derive/0.1.1/download" } }, "targets": [ { "ProcMacro": { "crate_name": "curve25519_dalek_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "curve25519_dalek_derive", + "version": "0.1.1" + }, + "curve25519-dalek-ng 4.1.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "u64_backend" ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.1" + "deps": [ + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "digest 0.9.0", + "target": "digest" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "alias": "subtle", + "id": "subtle-ng 2.5.0", + "target": "subtle_ng" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } + ], + "edition": "2015" }, - "license": "MIT/Apache-2.0", + "library_target_name": "curve25519_dalek_ng", + "license": "BSD-3-Clause", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "BSD-3-Clause" ], - "license_file": "LICENSE-APACHE" - }, - "curve25519-dalek-ng 4.1.1": { "name": "curve25519-dalek-ng", - "version": "4.1.1", "package_url": "https://github.com/zkcrypto/curve25519-dalek-ng", "repository": { "Http": { - "url": "https://static.crates.io/crates/curve25519-dalek-ng/4.1.1/download", - "sha256": "1c359b7249347e46fb28804470d071c921156ad62b3eef5d34e2ba867533dec8" + "sha256": "1c359b7249347e46fb28804470d071c921156ad62b3eef5d34e2ba867533dec8", + "url": "https://static.crates.io/crates/curve25519-dalek-ng/4.1.1/download" } }, "targets": [ { "Library": { "crate_name": "curve25519_dalek_ng", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "curve25519_dalek_ng", + "version": "4.1.1" + }, + "cvt 0.1.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + } ], - "crate_features": { - "common": [ - "alloc", - "u64_backend" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "byteorder 1.5.0", - "target": "byteorder" - }, - { - "id": "digest 0.9.0", - "target": "digest" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "subtle-ng 2.5.0", - "target": "subtle_ng", - "alias": "subtle" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "4.1.1" + "edition": "2018" }, - "license": "BSD-3-Clause", + "library_target_name": "cvt", + "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ - "BSD-3-Clause" + "Apache-2.0" ], - "license_file": "LICENSE" - }, - "cvt 0.1.2": { "name": "cvt", - "version": "0.1.2", "package_url": "https://github.com/marmistrz/cvt", "repository": { "Http": { - "url": "https://static.crates.io/crates/cvt/0.1.2/download", - "sha256": "d2ae9bf77fbf2d39ef573205d554d87e86c12f1994e9ea335b0651b9b278bcf1" + "sha256": "d2ae9bf77fbf2d39ef573205d554d87e86c12f1994e9ea335b0651b9b278bcf1", + "url": "https://static.crates.io/crates/cvt/0.1.2/download" } }, "targets": [ { "Library": { "crate_name": "cvt", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "cvt", + "version": "0.1.2" + }, + "darling 0.20.11": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "suggestions" ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.2" + "deps": [ + { + "id": "darling_core 0.20.11", + "target": "darling_core" + } + ], + "edition": "2021", + "proc_macro_deps": [ + { + "id": "darling_macro 0.20.11", + "target": "darling_macro" + } + ] }, - "license": "Apache-2.0", + "library_target_name": "darling", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0" + "MIT" ], - "license_file": "LICENSE" - }, - "darling 0.20.11": { "name": "darling", - "version": "0.20.11", "package_url": "https://github.com/TedDriggs/darling", "repository": { "Http": { - "url": "https://static.crates.io/crates/darling/0.20.11/download", - "sha256": "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" + "sha256": "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee", + "url": "https://static.crates.io/crates/darling/0.20.11/download" } }, "targets": [ { "Library": { "crate_name": "darling", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "darling", + "version": "0.20.11" + }, + "darling 0.23.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "serde", + "suggestions" + ], + "deps": [ + { + "id": "darling_core 0.23.0", + "target": "darling_core" + } ], - "crate_features": { - "common": [ - "default", - "suggestions" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "darling_core 0.20.11", - "target": "darling_core" - } - ], - "selects": {} - }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "darling_macro 0.20.11", - "target": "darling_macro" - } - ], - "selects": {} - }, - "version": "0.20.11" + "proc_macro_deps": [ + { + "id": "darling_macro 0.23.0", + "target": "darling_macro" + } + ] }, + "library_target_name": "darling", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "darling 0.23.0": { "name": "darling", - "version": "0.23.0", "package_url": "https://github.com/TedDriggs/darling", "repository": { "Http": { - "url": "https://static.crates.io/crates/darling/0.23.0/download", - "sha256": "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" + "sha256": "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d", + "url": "https://static.crates.io/crates/darling/0.23.0/download" } }, "targets": [ { "Library": { "crate_name": "darling", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "darling", + "version": "0.23.0" + }, + "darling_core 0.20.11": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "strsim", + "suggestions" ], - "crate_features": { - "common": [ - "default", - "serde", - "suggestions" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "darling_core 0.23.0", - "target": "darling_core" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "darling_macro 0.23.0", - "target": "darling_macro" - } - ], - "selects": {} - }, - "version": "0.23.0" + "deps": [ + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "ident_case 1.0.1", + "target": "ident_case" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "strsim 0.11.1", + "target": "strsim" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } + ], + "edition": "2021" }, + "library_target_name": "darling_core", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "darling_core 0.20.11": { "name": "darling_core", - "version": "0.20.11", "package_url": "https://github.com/TedDriggs/darling", "repository": { "Http": { - "url": "https://static.crates.io/crates/darling_core/0.20.11/download", - "sha256": "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" + "sha256": "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e", + "url": "https://static.crates.io/crates/darling_core/0.20.11/download" } }, "targets": [ { "Library": { "crate_name": "darling_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "darling_core", + "version": "0.20.11" + }, + "darling_core 0.23.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "serde", + "strsim", + "suggestions" ], - "crate_features": { - "common": [ - "strsim", - "suggestions" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "fnv 1.0.7", - "target": "fnv" - }, - { - "id": "ident_case 1.0.1", - "target": "ident_case" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "strsim 0.11.1", - "target": "strsim" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.20.11" + "deps": [ + { + "id": "ident_case 1.0.1", + "target": "ident_case" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "strsim 0.11.1", + "target": "strsim" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } + ], + "edition": "2021" }, + "library_target_name": "darling_core", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "darling_core 0.23.0": { "name": "darling_core", - "version": "0.23.0", "package_url": "https://github.com/TedDriggs/darling", "repository": { "Http": { - "url": "https://static.crates.io/crates/darling_core/0.23.0/download", - "sha256": "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" + "sha256": "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0", + "url": "https://static.crates.io/crates/darling_core/0.23.0/download" } }, "targets": [ { "Library": { "crate_name": "darling_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "darling_core", + "version": "0.23.0" + }, + "darling_macro 0.20.11": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "darling_core 0.20.11", + "target": "darling_core" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "crate_features": { - "common": [ - "serde", - "strsim", - "suggestions" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ident_case 1.0.1", - "target": "ident_case" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "strsim 0.11.1", - "target": "strsim" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.23.0" + "edition": "2021" }, + "library_target_name": "darling_macro", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "darling_macro 0.20.11": { "name": "darling_macro", - "version": "0.20.11", "package_url": "https://github.com/TedDriggs/darling", "repository": { "Http": { - "url": "https://static.crates.io/crates/darling_macro/0.20.11/download", - "sha256": "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" + "sha256": "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead", + "url": "https://static.crates.io/crates/darling_macro/0.20.11/download" } }, "targets": [ { "ProcMacro": { "crate_name": "darling_macro", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "darling_macro", + "version": "0.20.11" + }, + "darling_macro 0.23.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "darling_core 0.23.0", + "target": "darling_core" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "darling_core 0.20.11", - "target": "darling_core" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.20.11" + "edition": "2021" }, + "library_target_name": "darling_macro", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "darling_macro 0.23.0": { "name": "darling_macro", - "version": "0.23.0", "package_url": "https://github.com/TedDriggs/darling", "repository": { "Http": { - "url": "https://static.crates.io/crates/darling_macro/0.23.0/download", - "sha256": "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" + "sha256": "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d", + "url": "https://static.crates.io/crates/darling_macro/0.23.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "darling_macro", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "darling_macro", + "version": "0.23.0" + }, + "dary_heap 0.3.6": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "darling_core 0.23.0", - "target": "darling_core" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.23.0" + "edition": "2018" }, - "license": "MIT", + "library_target_name": "dary_heap", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "dary_heap 0.3.6": { "name": "dary_heap", - "version": "0.3.6", "package_url": "https://github.com/hanmertens/dary_heap", "repository": { "Http": { - "url": "https://static.crates.io/crates/dary_heap/0.3.6/download", - "sha256": "7762d17f1241643615821a8455a0b2c3e803784b058693d990b11f2dce25a0ca" + "sha256": "7762d17f1241643615821a8455a0b2c3e803784b058693d990b11f2dce25a0ca", + "url": "https://static.crates.io/crates/dary_heap/0.3.6/download" } }, "targets": [ { "Library": { "crate_name": "dary_heap", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "dary_heap", + "version": "0.3.6" + }, + "dashmap 5.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "hashbrown 0.14.5", + "target": "hashbrown" + }, + { + "id": "lock_api 0.4.14", + "target": "lock_api" + }, + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "parking_lot_core 0.9.12", + "target": "parking_lot_core" + } ], - "edition": "2018", - "version": "0.3.6" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "dashmap", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "dashmap 5.5.0": { "name": "dashmap", - "version": "5.5.0", "package_url": "https://github.com/xacrimon/dashmap", "repository": { "Http": { - "url": "https://static.crates.io/crates/dashmap/5.5.0/download", - "sha256": "6943ae99c34386c84a470c499d3414f66502a41340aa895406e0d2e4a207b91d" + "sha256": "6943ae99c34386c84a470c499d3414f66502a41340aa895406e0d2e4a207b91d", + "url": "https://static.crates.io/crates/dashmap/5.5.0/download" } }, "targets": [ { "Library": { "crate_name": "dashmap", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "dashmap", + "version": "5.5.0" + }, + "dashmap 6.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "crossbeam-utils 0.8.21", + "target": "crossbeam_utils" + }, + { + "id": "hashbrown 0.14.5", + "target": "hashbrown" + }, + { + "id": "lock_api 0.4.14", + "target": "lock_api" + }, + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "parking_lot_core 0.9.12", + "target": "parking_lot_core" + } ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "hashbrown 0.14.5", - "target": "hashbrown" - }, - { - "id": "lock_api 0.4.14", - "target": "lock_api" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "parking_lot_core 0.9.12", - "target": "parking_lot_core" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "5.5.0" + "edition": "2018" }, + "library_target_name": "dashmap", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "dashmap 6.1.0": { "name": "dashmap", - "version": "6.1.0", "package_url": "https://github.com/xacrimon/dashmap", "repository": { "Http": { - "url": "https://static.crates.io/crates/dashmap/6.1.0/download", - "sha256": "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" + "sha256": "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf", + "url": "https://static.crates.io/crates/dashmap/6.1.0/download" } }, "targets": [ { "Library": { "crate_name": "dashmap", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "dashmap", + "version": "6.1.0" + }, + "data-encoding 2.11.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "std" ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "crossbeam-utils 0.8.21", - "target": "crossbeam_utils" - }, - { - "id": "hashbrown 0.14.5", - "target": "hashbrown" - }, - { - "id": "lock_api 0.4.14", - "target": "lock_api" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "parking_lot_core 0.9.12", - "target": "parking_lot_core" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "6.1.0" + "edition": "2018" }, + "library_target_name": "data_encoding", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "data-encoding 2.11.0": { "name": "data-encoding", - "version": "2.11.0", "package_url": "https://github.com/ia0/data-encoding", "repository": { "Http": { - "url": "https://static.crates.io/crates/data-encoding/2.11.0/download", - "sha256": "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8" + "sha256": "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8", + "url": "https://static.crates.io/crates/data-encoding/2.11.0/download" } }, "targets": [ { "Library": { "crate_name": "data_encoding", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "data_encoding", + "version": "2.11.0" + }, + "datasize 0.2.15": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "const-generics", + "default", + "std" ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, "edition": "2018", - "version": "2.11.0" + "proc_macro_deps": [ + { + "id": "datasize_derive 0.2.15", + "target": "datasize_derive" + } + ] }, - "license": "MIT", + "library_target_name": "datasize", + "license": "MIT OR Apache-2.0", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "datasize 0.2.15": { "name": "datasize", - "version": "0.2.15", "package_url": "https://github.com/casperlabs/datasize-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/datasize/0.2.15/download", - "sha256": "e65c07d59e45d77a8bda53458c24a828893a99ac6cdd9c84111e09176ab739a2" + "sha256": "e65c07d59e45d77a8bda53458c24a828893a99ac6cdd9c84111e09176ab739a2", + "url": "https://static.crates.io/crates/datasize/0.2.15/download" } }, "targets": [ { "Library": { "crate_name": "datasize", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "datasize", + "version": "0.2.15" + }, + "datasize_derive 0.2.15": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } ], - "crate_features": { - "common": [ - "const-generics", - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "datasize_derive 0.2.15", - "target": "datasize_derive" - } - ], - "selects": {} - }, - "version": "0.2.15" + "edition": "2018" }, + "library_target_name": "datasize_derive", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "datasize_derive 0.2.15": { "name": "datasize_derive", - "version": "0.2.15", "package_url": "https://github.com/casperlabs/datasize-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/datasize_derive/0.2.15/download", - "sha256": "613e4ee15899913285b7612004bbd490abd605be7b11d35afada5902fb6b91d5" + "sha256": "613e4ee15899913285b7612004bbd490abd605be7b11d35afada5902fb6b91d5", + "url": "https://static.crates.io/crates/datasize_derive/0.2.15/download" } }, "targets": [ { "ProcMacro": { "crate_name": "datasize_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "datasize_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.15" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null + "version": "0.2.15" }, "dbus 0.9.7": { - "name": "dbus", - "version": "0.9.7", - "package_url": "https://github.com/diwic/dbus-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/dbus/0.9.7/download", - "sha256": "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "dbus", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "dbus", "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "vendored" ], - "crate_features": { - "common": [ - "vendored" - ], - "selects": {} - }, "deps": { "common": [ { @@ -21128,3458 +16304,2971 @@ ] } }, - "edition": "2018", - "version": "0.9.7" + "edition": "2018" }, + "library_target_name": "dbus", "license": "Apache-2.0/MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "dbus-secret-service 4.0.3": { - "name": "dbus-secret-service", - "version": "4.0.3", - "package_url": "https://github.com/brotskydotcom/dbus-secret-service.git", + "name": "dbus", + "package_url": "https://github.com/diwic/dbus-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/dbus-secret-service/4.0.3/download", - "sha256": "b42a16374481d92aed73ae45b1f120207d8e71d24fb89f357fadbd8f946fd84b" + "sha256": "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b", + "url": "https://static.crates.io/crates/dbus/0.9.7/download" } }, "targets": [ { "Library": { - "crate_name": "dbus_secret_service", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "dbus", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "dbus_secret_service", + "version": "0.9.7" + }, + "dbus-secret-service 4.0.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "vendored" ], - "crate_features": { - "common": [ - "vendored" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "dbus 0.9.7", - "target": "dbus" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "num 0.4.3", - "target": "num" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "rand 0.8.6", - "target": "rand" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "4.0.3" + "deps": [ + { + "id": "dbus 0.9.7", + "target": "dbus" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "num 0.4.3", + "target": "num" + }, + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "rand 0.8.6", + "target": "rand" + } + ], + "edition": "2021" }, + "library_target_name": "dbus_secret_service", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "debugid 0.8.0": { - "name": "debugid", - "version": "0.8.0", - "package_url": "https://github.com/getsentry/rust-debugid", + "name": "dbus-secret-service", + "package_url": "https://github.com/brotskydotcom/dbus-secret-service.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/debugid/0.8.0/download", - "sha256": "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" + "sha256": "b42a16374481d92aed73ae45b1f120207d8e71d24fb89f357fadbd8f946fd84b", + "url": "https://static.crates.io/crates/dbus-secret-service/4.0.3/download" } }, "targets": [ { "Library": { - "crate_name": "debugid", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "dbus_secret_service", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "debugid", + "version": "4.0.3" + }, + "debugid 0.8.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "uuid 1.12.1", + "target": "uuid" + } ], - "deps": { - "common": [ - { - "id": "uuid 1.12.1", - "target": "uuid" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.8.0" + "edition": "2018" }, + "library_target_name": "debugid", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "der 0.7.7": { - "name": "der", - "version": "0.7.7", - "package_url": "https://github.com/RustCrypto/formats/tree/master/der", + "name": "debugid", + "package_url": "https://github.com/getsentry/rust-debugid", "repository": { "Http": { - "url": "https://static.crates.io/crates/der/0.7.7/download", - "sha256": "0c7ed52955ce76b1554f509074bb357d3fb8ac9b51288a65a3fd480d1dfba946" + "sha256": "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d", + "url": "https://static.crates.io/crates/debugid/0.8.0/download" } }, "targets": [ { "Library": { - "crate_name": "der", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "debugid", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "der", + "version": "0.8.0" + }, + "der 0.7.7": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "derive", - "flagset", - "oid", - "pem", - "std", - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "const-oid 0.9.4", - "target": "const_oid" - }, - { - "id": "flagset 0.4.3", - "target": "flagset" - }, - { - "id": "pem-rfc7468 0.7.0", - "target": "pem_rfc7468" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, + "crate_features": [ + "alloc", + "derive", + "flagset", + "oid", + "pem", + "std", + "zeroize" + ], + "deps": [ + { + "id": "const-oid 0.9.4", + "target": "const_oid" + }, + { + "id": "flagset 0.4.3", + "target": "flagset" + }, + { + "id": "pem-rfc7468 0.7.0", + "target": "pem_rfc7468" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } + ], "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "der_derive 0.7.2", - "target": "der_derive" - } - ], - "selects": {} - }, - "version": "0.7.7" + "proc_macro_deps": [ + { + "id": "der_derive 0.7.2", + "target": "der_derive" + } + ] }, + "library_target_name": "der", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" + "name": "der", + "package_url": "https://github.com/RustCrypto/formats/tree/master/der", + "repository": { + "Http": { + "sha256": "0c7ed52955ce76b1554f509074bb357d3fb8ac9b51288a65a3fd480d1dfba946", + "url": "https://static.crates.io/crates/der/0.7.7/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "der", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.7.7" }, - "der-parser 9.0.0": { + "der-parser 10.0.0": { + "common_attrs": { + "crate_features": [ + "bigint", + "default", + "num-bigint", + "std" + ], + "deps": [ + { + "id": "asn1-rs 0.7.1", + "target": "asn1_rs" + }, + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "num-bigint 0.4.6", + "target": "num_bigint" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "rusticata-macros 4.1.0", + "target": "rusticata_macros" + } + ], + "edition": "2018", + "proc_macro_deps": [ + { + "id": "displaydoc 0.2.4", + "target": "displaydoc" + } + ] + }, + "library_target_name": "der_parser", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", + "license_ids": [ + "Apache-2.0", + "MIT" + ], "name": "der-parser", - "version": "9.0.0", "package_url": "https://github.com/rusticata/der-parser.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/der-parser/9.0.0/download", - "sha256": "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553" + "sha256": "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6", + "url": "https://static.crates.io/crates/der-parser/10.0.0/download" } }, "targets": [ { "Library": { "crate_name": "der_parser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "der_parser", + "version": "10.0.0" + }, + "der-parser 9.0.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "bigint", + "default", + "num-bigint", + "std" + ], + "deps": [ + { + "id": "asn1-rs 0.6.2", + "target": "asn1_rs" + }, + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "num-bigint 0.4.6", + "target": "num_bigint" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "rusticata-macros 4.1.0", + "target": "rusticata_macros" + } ], - "crate_features": { - "common": [ - "bigint", - "default", - "num-bigint", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "asn1-rs 0.6.2", - "target": "asn1_rs" - }, - { - "id": "nom 7.1.3", - "target": "nom" - }, - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "rusticata-macros 4.1.0", - "target": "rusticata_macros" - } - ], - "selects": {} - }, "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "displaydoc 0.2.4", - "target": "displaydoc" - } - ], - "selects": {} - }, - "version": "9.0.0" + "proc_macro_deps": [ + { + "id": "displaydoc 0.2.4", + "target": "displaydoc" + } + ] }, + "library_target_name": "der_parser", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "der-parser 10.0.0": { "name": "der-parser", - "version": "10.0.0", "package_url": "https://github.com/rusticata/der-parser.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/der-parser/10.0.0/download", - "sha256": "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6" + "sha256": "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553", + "url": "https://static.crates.io/crates/der-parser/9.0.0/download" } }, "targets": [ { "Library": { "crate_name": "der_parser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "der_parser", + "version": "9.0.0" + }, + "der_derive 0.7.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "crate_features": { - "common": [ - "bigint", - "default", - "num-bigint", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "asn1-rs 0.7.1", - "target": "asn1_rs" - }, - { - "id": "nom 7.1.3", - "target": "nom" - }, - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "rusticata-macros 4.1.0", - "target": "rusticata_macros" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "displaydoc 0.2.4", - "target": "displaydoc" - } - ], - "selects": {} - }, - "version": "10.0.0" + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "der_derive", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "der_derive 0.7.2": { "name": "der_derive", - "version": "0.7.2", "package_url": "https://github.com/RustCrypto/formats/tree/master/der/derive", "repository": { "Http": { - "url": "https://static.crates.io/crates/der_derive/0.7.2/download", - "sha256": "5fe87ce4529967e0ba1dcf8450bab64d97dfd5010a6256187ffe2e43e6f0e049" + "sha256": "5fe87ce4529967e0ba1dcf8450bab64d97dfd5010a6256187ffe2e43e6f0e049", + "url": "https://static.crates.io/crates/der_derive/0.7.2/download" } }, "targets": [ { "ProcMacro": { "crate_name": "der_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "der_derive", + "version": "0.7.2" + }, + "deranged 0.5.6": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "powerfmt", + "serde" ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.2" + "deps": [ + { + "id": "powerfmt 0.2.0", + "target": "powerfmt" + }, + { + "id": "serde_core 1.0.228", + "target": "serde_core" + } + ], + "edition": "2021" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "deranged", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-Apache", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "deranged 0.5.6": { "name": "deranged", - "version": "0.5.6", "package_url": "https://github.com/jhpratt/deranged", "repository": { "Http": { - "url": "https://static.crates.io/crates/deranged/0.5.6/download", - "sha256": "cc3dc5ad92c2e2d1c193bbbbdf2ea477cb81331de4f3103f267ca18368b988c4" + "sha256": "cc3dc5ad92c2e2d1c193bbbbdf2ea477cb81331de4f3103f267ca18368b988c4", + "url": "https://static.crates.io/crates/deranged/0.5.6/download" } }, "targets": [ { "Library": { "crate_name": "deranged", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "deranged", + "version": "0.5.6" + }, + "derivative 2.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } ], - "crate_features": { - "common": [ - "default", - "powerfmt", - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "powerfmt 0.2.0", - "target": "powerfmt" - }, - { - "id": "serde_core 1.0.228", - "target": "serde_core" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.6" + "edition": "2015" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "derivative", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-Apache" - }, - "derivative 2.2.0": { "name": "derivative", - "version": "2.2.0", "package_url": "https://github.com/mcarton/rust-derivative", "repository": { "Http": { - "url": "https://static.crates.io/crates/derivative/2.2.0/download", - "sha256": "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" + "sha256": "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b", + "url": "https://static.crates.io/crates/derivative/2.2.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "derivative", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "derivative", + "version": "2.2.0" + }, + "derive-ex 0.1.8": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "structmeta 0.3.0", + "target": "structmeta" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "2.2.0" + "edition": "2021" }, - "license": "MIT/Apache-2.0", + "library_target_name": "derive_ex", + "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "derive-ex 0.1.8": { "name": "derive-ex", - "version": "0.1.8", "package_url": "https://github.com/frozenlib/derive-ex", "repository": { "Http": { - "url": "https://static.crates.io/crates/derive-ex/0.1.8/download", - "sha256": "bba95f299f6b9cd47f68a847eca2ae9060a2713af532dc35c342065544845407" + "sha256": "bba95f299f6b9cd47f68a847eca2ae9060a2713af532dc35c342065544845407", + "url": "https://static.crates.io/crates/derive-ex/0.1.8/download" } }, "targets": [ { "ProcMacro": { "crate_name": "derive_ex", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "derive_ex", + "version": "0.1.8" + }, + "derive-new 0.7.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "structmeta 0.3.0", - "target": "structmeta" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.8" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } + ], + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "derive_new", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": null - }, - "derive-new 0.7.0": { "name": "derive-new", - "version": "0.7.0", "package_url": "https://github.com/nrc/derive-new", "repository": { "Http": { - "url": "https://static.crates.io/crates/derive-new/0.7.0/download", - "sha256": "2cdc8d50f426189eef89dac62fabfa0abb27d5cc008f25bf4156a0203325becc" + "sha256": "2cdc8d50f426189eef89dac62fabfa0abb27d5cc008f25bf4156a0203325becc", + "url": "https://static.crates.io/crates/derive-new/0.7.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "derive_new", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "derive_new", + "version": "0.7.0" + }, + "derive_arbitrary 1.4.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.0" + "edition": "2021" }, - "license": "MIT", + "library_target_name": "derive_arbitrary", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "derive_arbitrary 1.4.1": { "name": "derive_arbitrary", - "version": "1.4.1", "package_url": "https://github.com/rust-fuzz/arbitrary", "repository": { "Http": { - "url": "https://static.crates.io/crates/derive_arbitrary/1.4.1/download", - "sha256": "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800" + "sha256": "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800", + "url": "https://static.crates.io/crates/derive_arbitrary/1.4.1/download" } }, "targets": [ { "ProcMacro": { "crate_name": "derive_arbitrary", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "derive_arbitrary", + "version": "1.4.1" + }, + "derive_builder 0.20.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.4.1" + "edition": "2018", + "proc_macro_deps": [ + { + "id": "derive_builder_macro 0.20.2", + "target": "derive_builder_macro" + } + ] }, - "license": "MIT/Apache-2.0", + "library_target_name": "derive_builder", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "derive_builder 0.20.2": { "name": "derive_builder", - "version": "0.20.2", "package_url": "https://github.com/colin-kiegel/rust-derive-builder", "repository": { "Http": { - "url": "https://static.crates.io/crates/derive_builder/0.20.2/download", - "sha256": "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" + "sha256": "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947", + "url": "https://static.crates.io/crates/derive_builder/0.20.2/download" } }, "targets": [ { "Library": { "crate_name": "derive_builder", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "derive_builder", + "version": "0.20.2" + }, + "derive_builder_core 0.20.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "lib_has_std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "derive_builder_macro 0.20.2", - "target": "derive_builder_macro" - } - ], - "selects": {} - }, - "version": "0.20.2" + "deps": [ + { + "id": "darling 0.20.11", + "target": "darling" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } + ], + "edition": "2018" }, + "library_target_name": "derive_builder_core", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "derive_builder_core 0.20.2": { "name": "derive_builder_core", - "version": "0.20.2", "package_url": "https://github.com/colin-kiegel/rust-derive-builder", "repository": { "Http": { - "url": "https://static.crates.io/crates/derive_builder_core/0.20.2/download", - "sha256": "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" + "sha256": "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8", + "url": "https://static.crates.io/crates/derive_builder_core/0.20.2/download" } }, "targets": [ { "Library": { "crate_name": "derive_builder_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "derive_builder_core", + "version": "0.20.2" + }, + "derive_builder_macro 0.20.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "lib_has_std" ], - "crate_features": { - "common": [ - "lib_has_std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "darling 0.20.11", - "target": "darling" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.20.2" + "deps": [ + { + "id": "derive_builder_core 0.20.2", + "target": "derive_builder_core" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } + ], + "edition": "2018" }, + "library_target_name": "derive_builder_macro", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "derive_builder_macro 0.20.2": { "name": "derive_builder_macro", - "version": "0.20.2", "package_url": "https://github.com/colin-kiegel/rust-derive-builder", "repository": { "Http": { - "url": "https://static.crates.io/crates/derive_builder_macro/0.20.2/download", - "sha256": "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" + "sha256": "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c", + "url": "https://static.crates.io/crates/derive_builder_macro/0.20.2/download" } }, "targets": [ { "ProcMacro": { "crate_name": "derive_builder_macro", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "derive_builder_macro", + "version": "0.20.2" + }, + "derive_more 0.99.17": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "add", + "add_assign", + "as_mut", + "as_ref", + "constructor", + "convert_case", + "default", + "deref", + "deref_mut", + "display", + "error", + "from", + "from_str", + "index", + "index_mut", + "into", + "into_iterator", + "is_variant", + "iterator", + "mul", + "mul_assign", + "not", + "rustc_version", + "sum", + "try_into", + "unwrap" + ], + "deps": [ + { + "id": "convert_case 0.4.0", + "target": "convert_case" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } ], - "crate_features": { - "common": [ - "lib_has_std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "derive_builder_core 0.20.2", - "target": "derive_builder_core" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.20.2" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "derive_more", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "derive_more 0.99.17": { "name": "derive_more", - "version": "0.99.17", "package_url": "https://github.com/JelteF/derive_more", "repository": { "Http": { - "url": "https://static.crates.io/crates/derive_more/0.99.17/download", - "sha256": "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" + "sha256": "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321", + "url": "https://static.crates.io/crates/derive_more/0.99.17/download" } }, "targets": [ { "ProcMacro": { "crate_name": "derive_more", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "derive_more", + "version": "0.99.17" + }, + "derive_more 2.1.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "add", - "add_assign", - "as_mut", - "as_ref", - "constructor", - "convert_case", - "default", - "deref", - "deref_mut", - "display", - "error", - "from", - "from_str", - "index", - "index_mut", - "into", - "into_iterator", - "is_variant", - "iterator", - "mul", - "mul_assign", - "not", - "rustc_version", - "sum", - "try_into", - "unwrap" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "convert_case 0.4.0", - "target": "convert_case" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.99.17" + "crate_features": [ + "add", + "add_assign", + "as_ref", + "default", + "deref", + "deref_mut", + "display", + "error", + "from", + "from_str", + "index", + "index_mut", + "into", + "into_iterator", + "not", + "std" + ], + "edition": "2021", + "proc_macro_deps": [ + { + "id": "derive_more-impl 2.1.1", + "target": "derive_more_impl" + } + ] }, + "library_target_name": "derive_more", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "derive_more 2.1.1": { "name": "derive_more", - "version": "2.1.1", "package_url": "https://github.com/JelteF/derive_more", "repository": { "Http": { - "url": "https://static.crates.io/crates/derive_more/2.1.1/download", - "sha256": "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" + "sha256": "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134", + "url": "https://static.crates.io/crates/derive_more/2.1.1/download" } }, "targets": [ { "Library": { "crate_name": "derive_more", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "derive_more", + "version": "2.1.1" + }, + "derive_more-impl 2.1.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "add", + "add_assign", + "as_ref", + "default", + "deref", + "deref_mut", + "display", + "error", + "from", + "from_str", + "index", + "index_mut", + "into", + "into_iterator", + "not" + ], + "deps": [ + { + "id": "convert_case 0.10.0", + "target": "convert_case" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + }, + { + "id": "unicode-xid 0.2.4", + "target": "unicode_xid" + } ], - "crate_features": { - "common": [ - "add", - "add_assign", - "as_ref", - "default", - "deref", - "deref_mut", - "display", - "error", - "from", - "from_str", - "index", - "index_mut", - "into", - "into_iterator", - "not", - "std" - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "derive_more-impl 2.1.1", - "target": "derive_more_impl" - } - ], - "selects": {} - }, - "version": "2.1.1" + "edition": "2021" }, + "library_target_name": "derive_more_impl", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "derive_more-impl 2.1.1": { "name": "derive_more-impl", - "version": "2.1.1", "package_url": "https://github.com/JelteF/derive_more", "repository": { "Http": { - "url": "https://static.crates.io/crates/derive_more-impl/2.1.1/download", - "sha256": "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" + "sha256": "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb", + "url": "https://static.crates.io/crates/derive_more-impl/2.1.1/download" } }, "targets": [ { "ProcMacro": { "crate_name": "derive_more_impl", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "derive_more_impl", + "version": "2.1.1" + }, + "devicemapper 0.34.4": { + "build_script_attrs": { + "deps": [ + { + "id": "devicemapper-sys 0.3.1", + "target": "devicemapper_sys" + }, + { + "id": "semver 1.0.27", + "target": "semver" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "devicemapper-sys 0.3.1", + "target": "devicemapper_sys" + }, + { + "id": "env_logger 0.11.2", + "target": "env_logger" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "nix 0.29.0", + "target": "nix" + }, + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "rand 0.8.6", + "target": "rand" + }, + { + "id": "retry 2.1.0", + "target": "retry" + }, + { + "id": "semver 1.0.27", + "target": "semver" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } ], - "crate_features": { - "common": [ - "add", - "add_assign", - "as_ref", - "default", - "deref", - "deref_mut", - "display", - "error", - "from", - "from_str", - "index", - "index_mut", - "into", - "into_iterator", - "not" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "convert_case 0.10.0", - "target": "convert_case" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "unicode-xid 0.2.4", - "target": "unicode_xid" - } - ], - "selects": {} - }, "edition": "2021", - "version": "2.1.1" + "extra_deps": [ + ":build_script_build" + ] }, - "license": "MIT", + "library_target_name": "devicemapper", + "license": "MPL-2.0", + "license_file": "LICENSE.md", "license_ids": [ - "MIT" + "MPL-2.0" ], - "license_file": "LICENSE" - }, - "devicemapper 0.34.4": { "name": "devicemapper", - "version": "0.34.4", "package_url": "https://github.com/stratis-storage/devicemapper-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/devicemapper/0.34.4/download", - "sha256": "cfc1218171f91b60cfeb178048f076a79930acf1fe7c295e9304bd871da1bd35" + "sha256": "cfc1218171f91b60cfeb178048f076a79930acf1fe7c295e9304bd871da1bd35", + "url": "https://static.crates.io/crates/devicemapper/0.34.4/download" } }, "targets": [ { "Library": { "crate_name": "devicemapper", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "devicemapper", + "version": "0.34.4" + }, + "devicemapper-sys 0.3.1": { + "build_script_attrs": { + "deps": [ + { + "id": "bindgen 0.69.4", + "target": "bindgen" + }, + { + "id": "pkg-config 0.3.32", + "target": "pkg_config" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "edition": "2021", + "extra_deps": [ + ":build_script_build" ], - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "devicemapper 0.34.4", - "target": "build_script_build" - }, - { - "id": "devicemapper-sys 0.3.1", - "target": "devicemapper_sys" - }, - { - "id": "env_logger 0.11.2", - "target": "env_logger" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "nix 0.29.0", - "target": "nix" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "rand 0.8.6", - "target": "rand" - }, - { - "id": "retry 2.1.0", - "target": "retry" - }, - { - "id": "semver 1.0.27", - "target": "semver" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.34.4" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "devicemapper-sys 0.3.1", - "target": "devicemapper_sys" - }, - { - "id": "semver 1.0.27", - "target": "semver" - } - ], - "selects": {} - } + "extra_link_deps": [ + "@@//third_party:devmapper" + ] }, + "library_target_name": "devicemapper_sys", "license": "MPL-2.0", + "license_file": "LICENSE.md", "license_ids": [ "MPL-2.0" ], - "license_file": "LICENSE.md" - }, - "devicemapper-sys 0.3.1": { "name": "devicemapper-sys", - "version": "0.3.1", "package_url": "https://github.com/stratis-storage/devicemapper-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/devicemapper-sys/0.3.1/download", - "sha256": "2edf94f6d3ca216380413446f38d1aa3035ac2c503a21b6929ead7e32f66a0b9" + "sha256": "2edf94f6d3ca216380413446f38d1aa3035ac2c503a21b6929ead7e32f66a0b9", + "url": "https://static.crates.io/crates/devicemapper-sys/0.3.1/download" } }, "targets": [ { "Library": { "crate_name": "devicemapper_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "devicemapper_sys", + "version": "0.3.1" + }, + "dialoguer 0.11.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "devicemapper-sys 0.3.1", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "extra_link_deps": { - "common": [ - "@@//third_party:devmapper" - ], - "selects": {} - }, - "version": "0.3.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "crate_features": [ + "default", + "editor", + "password", + "tempfile", + "zeroize" + ], + "deps": [ + { + "id": "console 0.15.7", + "target": "console" + }, + { + "id": "shell-words 1.1.0", + "target": "shell_words" + }, + { + "id": "tempfile 3.23.0", + "target": "tempfile" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } ], - "deps": { - "common": [ - { - "id": "bindgen 0.69.4", - "target": "bindgen" - }, - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - } - ], - "selects": {} - } + "edition": "2021" }, - "license": "MPL-2.0", + "library_target_name": "dialoguer", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "MPL-2.0" + "MIT" ], - "license_file": "LICENSE.md" - }, - "dialoguer 0.11.0": { "name": "dialoguer", - "version": "0.11.0", "package_url": "https://github.com/console-rs/dialoguer", "repository": { "Http": { - "url": "https://static.crates.io/crates/dialoguer/0.11.0/download", - "sha256": "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de" + "sha256": "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de", + "url": "https://static.crates.io/crates/dialoguer/0.11.0/download" } }, "targets": [ { "Library": { "crate_name": "dialoguer", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "dialoguer", + "version": "0.11.0" + }, + "diff 0.1.13": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "editor", - "password", - "tempfile", - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "console 0.15.7", - "target": "console" - }, - { - "id": "shell-words 1.1.0", - "target": "shell_words" - }, - { - "id": "tempfile 3.23.0", - "target": "tempfile" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.11.0" + "edition": "2015" }, - "license": "MIT", + "library_target_name": "diff", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "diff 0.1.13": { "name": "diff", - "version": "0.1.13", "package_url": "https://github.com/utkarshkukreti/diff.rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/diff/0.1.13/download", - "sha256": "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" + "sha256": "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8", + "url": "https://static.crates.io/crates/diff/0.1.13/download" } }, "targets": [ { "Library": { "crate_name": "diff", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "diff", + "version": "0.1.13" + }, + "difflib 0.4.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.1.13" + "edition": "2015" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "difflib", + "license": "MIT", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "difflib 0.4.0": { "name": "difflib", - "version": "0.4.0", "package_url": "https://github.com/DimaKudosh/difflib", "repository": { "Http": { - "url": "https://static.crates.io/crates/difflib/0.4.0/download", - "sha256": "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" + "sha256": "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8", + "url": "https://static.crates.io/crates/difflib/0.4.0/download" } }, "targets": [ { "Library": { "crate_name": "difflib", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "difflib", + "version": "0.4.0" + }, + "digest 0.10.7": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "block-buffer", + "const-oid", + "core-api", + "default", + "mac", + "oid", + "std", + "subtle" + ], + "deps": [ + { + "id": "block-buffer 0.10.4", + "target": "block_buffer" + }, + { + "id": "const-oid 0.9.4", + "target": "const_oid" + }, + { + "id": "crypto-common 0.1.6", + "target": "crypto_common" + }, + { + "id": "subtle 2.6.1", + "target": "subtle" + } ], - "edition": "2015", - "version": "0.4.0" + "edition": "2018" }, - "license": "MIT", + "library_target_name": "digest", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": null - }, - "digest 0.9.0": { "name": "digest", - "version": "0.9.0", "package_url": "https://github.com/RustCrypto/traits", "repository": { "Http": { - "url": "https://static.crates.io/crates/digest/0.9.0/download", - "sha256": "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" + "sha256": "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292", + "url": "https://static.crates.io/crates/digest/0.10.7/download" } }, "targets": [ { "Library": { "crate_name": "digest", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "digest", + "version": "0.10.7" + }, + "digest 0.11.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "block-api", + "default", + "oid" ], - "deps": { - "common": [ - { - "id": "generic-array 0.14.7", - "target": "generic_array" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.9.0" + "deps": [ + { + "id": "block-buffer 0.12.0", + "target": "block_buffer" + }, + { + "id": "const-oid 0.10.2", + "target": "const_oid" + }, + { + "alias": "common", + "id": "crypto-common 0.2.1", + "target": "crypto_common" + } + ], + "edition": "2024" }, + "library_target_name": "digest", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "digest 0.10.7": { "name": "digest", - "version": "0.10.7", "package_url": "https://github.com/RustCrypto/traits", "repository": { "Http": { - "url": "https://static.crates.io/crates/digest/0.10.7/download", - "sha256": "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" + "sha256": "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2", + "url": "https://static.crates.io/crates/digest/0.11.3/download" } }, "targets": [ { "Library": { "crate_name": "digest", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "digest", + "version": "0.11.3" + }, + "digest 0.9.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "generic-array 0.14.7", + "target": "generic_array" + } ], - "crate_features": { - "common": [ - "alloc", - "block-buffer", - "const-oid", - "core-api", - "default", - "mac", - "oid", - "std", - "subtle" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "block-buffer 0.10.4", - "target": "block_buffer" - }, - { - "id": "const-oid 0.9.4", - "target": "const_oid" - }, - { - "id": "crypto-common 0.1.6", - "target": "crypto_common" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.10.7" + "edition": "2018" }, + "library_target_name": "digest", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "digest 0.11.3": { "name": "digest", - "version": "0.11.3", "package_url": "https://github.com/RustCrypto/traits", "repository": { "Http": { - "url": "https://static.crates.io/crates/digest/0.11.3/download", - "sha256": "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2" + "sha256": "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066", + "url": "https://static.crates.io/crates/digest/0.9.0/download" } }, "targets": [ { "Library": { "crate_name": "digest", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "digest", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "block-api", - "default", - "oid" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "block-buffer 0.12.0", - "target": "block_buffer" - }, - { - "id": "const-oid 0.10.2", - "target": "const_oid" - }, - { - "id": "crypto-common 0.2.1", - "target": "crypto_common", - "alias": "common" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.11.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" + "version": "0.9.0" }, "direct-cargo-bazel-deps 0.0.1": { - "name": "direct-cargo-bazel-deps", - "version": "0.0.1", - "package_url": null, - "repository": null, - "targets": [ - { - "Library": { - "crate_name": "direct_cargo_bazel_deps", - "crate_root": ".direct_cargo_bazel_deps.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "direct_cargo_bazel_deps", "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "actix-rt 2.10.0", - "target": "actix_rt" - }, - { - "id": "actix-web 4.9.0", - "target": "actix_web" - }, - { - "id": "actix-web-prom 0.10.0", - "target": "actix_web_prom" - }, - { - "id": "addr 0.15.6", - "target": "addr" - }, - { - "id": "aes-gcm 0.10.3", - "target": "aes_gcm" - }, - { - "id": "aide 0.14.2", - "target": "aide" - }, - { - "id": "alloy-consensus 1.8.3", - "target": "alloy_consensus" - }, - { - "id": "alloy-eips 1.8.3", - "target": "alloy_eips" - }, - { - "id": "alloy-primitives 1.7.1", - "target": "alloy_primitives" - }, - { - "id": "alloy-rpc-types-eth 1.8.3", - "target": "alloy_rpc_types_eth" - }, - { - "id": "alloy-sol-types 1.7.1", - "target": "alloy_sol_types" - }, - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "arbitrary 1.4.2", - "target": "arbitrary" - }, - { - "id": "arc-swap 1.7.1", - "target": "arc_swap" - }, - { - "id": "argon2 0.4.1", - "target": "argon2" - }, - { - "id": "arrayvec 0.7.4", - "target": "arrayvec" - }, - { - "id": "askama 0.15.1", - "target": "askama" - }, - { - "id": "assert-json-diff 2.0.2", - "target": "assert_json_diff" - }, - { - "id": "assert_cmd 2.0.16", - "target": "assert_cmd" - }, - { - "id": "assert_matches 1.5.0", - "target": "assert_matches" - }, - { - "id": "async-stream 0.3.6", - "target": "async_stream" - }, - { - "id": "axum 0.8.9", - "target": "axum" - }, - { - "id": "axum-extra 0.10.1", - "target": "axum_extra" - }, - { - "id": "axum-otel-metrics 0.14.1", - "target": "axum_otel_metrics" - }, - { - "id": "axum-server 0.7.3", - "target": "axum_server" - }, - { - "id": "backon 1.6.0", - "target": "backon" - }, - { - "id": "base32 0.4.0", - "target": "base32" - }, - { - "id": "base64 0.22.1", - "target": "base64" - }, - { - "id": "bech32 0.9.1", - "target": "bech32" - }, - { - "id": "bincode 1.3.3", - "target": "bincode" - }, - { - "id": "bindgen 0.65.1", - "target": "bindgen" - }, - { - "id": "bip32 0.5.1", - "target": "bip32" - }, - { - "id": "bit-vec 0.6.3", - "target": "bit_vec" - }, - { - "id": "bitcoin 0.28.2", - "target": "bitcoin", - "alias": "bitcoin_0_28" - }, - { - "id": "bitcoin-dogecoin 0.32.7-doge.0", - "target": "bitcoin", - "alias": "bitcoin_dogecoin" - }, - { - "id": "bs58 0.5.1", - "target": "bs58" - }, - { - "id": "build-info 0.0.45", - "target": "build_info" - }, - { - "id": "build-info-build 0.0.45", - "target": "build_info_build" - }, - { - "id": "by_address 1.1.0", - "target": "by_address" - }, - { - "id": "byte-unit 4.0.19", - "target": "byte_unit" - }, - { - "id": "byteorder 1.5.0", - "target": "byteorder" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "canbench-rs 0.7.0", - "target": "canbench_rs" - }, - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "candid_parser 0.1.4", - "target": "candid_parser" - }, - { - "id": "cargo_metadata 0.14.2", - "target": "cargo_metadata" - }, - { - "id": "cc 1.2.48", - "target": "cc" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "chacha20poly1305 0.10.1", - "target": "chacha20poly1305" - }, - { - "id": "chrono 0.4.41", - "target": "chrono", - "alias": "chrono_canisters" - }, - { - "id": "chrono 0.4.42", - "target": "chrono" - }, - { - "id": "ciborium 0.2.2", - "target": "ciborium" - }, - { - "id": "cidr 0.2.3", - "target": "cidr" - }, - { - "id": "clap 4.5.53", - "target": "clap" - }, - { - "id": "colored 2.0.4", - "target": "colored" - }, - { - "id": "comparable 0.5.6", - "target": "comparable" - }, - { - "id": "console 0.11.3", - "target": "console" - }, - { - "id": "convert_case 0.6.0", - "target": "convert_case" - }, - { - "id": "crc32fast 1.3.2", - "target": "crc32fast" - }, - { - "id": "criterion 0.5.1", - "target": "criterion" - }, - { - "id": "crossbeam 0.8.4", - "target": "crossbeam" - }, - { - "id": "crossbeam-channel 0.5.15", - "target": "crossbeam_channel" - }, - { - "id": "csv 1.2.2", - "target": "csv" - }, - { - "id": "ctrlc 3.4.5", - "target": "ctrlc" - }, - { - "id": "curve25519-dalek 4.1.3", - "target": "curve25519_dalek" - }, - { - "id": "cvt 0.1.2", - "target": "cvt" - }, - { - "id": "darling 0.20.11", - "target": "darling" - }, - { - "id": "dashmap 5.5.0", - "target": "dashmap" - }, - { - "id": "der 0.7.7", - "target": "der" - }, - { - "id": "devicemapper 0.34.4", - "target": "devicemapper" - }, - { - "id": "dialoguer 0.11.0", - "target": "dialoguer" - }, - { - "id": "directories-next 2.0.0", - "target": "directories_next" - }, - { - "id": "duration-string 0.3.0", - "target": "duration_string" - }, - { - "id": "dyn-clone 1.0.20", - "target": "dyn_clone" - }, - { - "id": "ed25519-dalek 2.2.0", - "target": "ed25519_dalek" - }, - { - "id": "erased-serde 0.3.28", - "target": "erased_serde" - }, - { - "id": "escargot 0.5.7", - "target": "escargot" - }, - { - "id": "ethnum 1.5.3", - "target": "ethnum" - }, - { - "id": "evm_rpc_client 0.4.0", - "target": "evm_rpc_client" - }, - { - "id": "evm_rpc_types 3.1.1", - "target": "evm_rpc_types" - }, - { - "id": "exec 0.3.1", - "target": "exec" - }, - { - "id": "exitcode 1.1.2", - "target": "exitcode" - }, - { - "id": "eyre 0.6.8", - "target": "eyre" - }, - { - "id": "ff 0.12.1", - "target": "ff" - }, - { - "id": "flate2 1.1.5", - "target": "flate2" - }, - { - "id": "form_urlencoded 1.2.1", - "target": "form_urlencoded" - }, - { - "id": "fqdn 0.5.2", - "target": "fqdn" - }, - { - "id": "fs_extra 1.3.0", - "target": "fs_extra" - }, - { - "id": "futures 0.3.31", - "target": "futures" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "getifs 0.4.0", - "target": "getifs" - }, - { - "id": "getrandom 0.2.10", - "target": "getrandom" - }, - { - "id": "goldenfile 1.8.0", - "target": "goldenfile" - }, - { - "id": "gpt 4.1.0", - "target": "gpt" - }, - { - "id": "group 0.13.0", - "target": "group" - }, - { - "id": "hashlink 0.8.3", - "target": "hashlink" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "hex-literal 0.4.1", - "target": "hex_literal" - }, - { - "id": "hickory-resolver 0.26.1", - "target": "hickory_resolver" - }, - { - "id": "hkdf 0.12.4", - "target": "hkdf" - }, - { - "id": "hmac 0.12.1", - "target": "hmac" - }, - { - "id": "hpke 0.13.0", - "target": "hpke" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "http-body-util 0.1.3", - "target": "http_body_util" - }, - { - "id": "humantime 2.4.0", - "target": "humantime" - }, - { - "id": "humantime-serde 1.1.1", - "target": "humantime_serde" - }, - { - "id": "hyper 1.8.1", - "target": "hyper" - }, - { - "id": "hyper-rustls 0.27.7", - "target": "hyper_rustls" - }, - { - "id": "hyper-socks2 0.9.1", - "target": "hyper_socks2" - }, - { - "id": "hyper-util 0.1.20", - "target": "hyper_util" - }, - { - "id": "ic-agent 0.49.1", - "target": "ic_agent" - }, - { - "id": "ic-bn-lib 0.7.0", - "target": "ic_bn_lib" - }, - { - "id": "ic-btc-interface 0.4.0", - "target": "ic_btc_interface" - }, - { - "id": "ic-canister-log 0.2.0", - "target": "ic_canister_log" - }, - { - "id": "ic-canister-runtime 0.2.3", - "target": "ic_canister_runtime" - }, - { - "id": "ic-canister-sig-creation 1.3.0", - "target": "ic_canister_sig_creation" - }, - { - "id": "ic-cbor 3.1.0", - "target": "ic_cbor" - }, - { - "id": "ic-cdk 0.20.2", - "target": "ic_cdk" - }, - { - "id": "ic-cdk-bitcoin-canister 0.2.0", - "target": "ic_cdk_bitcoin_canister" - }, - { - "id": "ic-cdk-executor 2.0.0", - "target": "ic_cdk_executor" - }, - { - "id": "ic-cdk-management-canister 0.1.1", - "target": "ic_cdk_management_canister" - }, - { - "id": "ic-cdk-timers 1.0.0", - "target": "ic_cdk_timers" - }, - { - "id": "ic-certificate-verification 3.1.0", - "target": "ic_certificate_verification" - }, - { - "id": "ic-certification 3.1.0", - "target": "ic_certification" - }, - { - "id": "ic-certified-map 0.3.4", - "target": "ic_certified_map" - }, - { - "id": "ic-doge-interface 0.3.0", - "target": "ic_doge_interface" - }, - { - "id": "ic-gateway 0.2.0", - "target": "ic_gateway" - }, - { - "id": "ic-http-certification 3.1.0", - "target": "ic_http_certification" - }, - { - "id": "ic-identity-hsm 0.49.1", - "target": "ic_identity_hsm" - }, - { - "id": "ic-management-canister-types 0.8.0", - "target": "ic_management_canister_types" - }, - { - "id": "ic-metrics-encoder 1.1.1", - "target": "ic_metrics_encoder" - }, - { - "id": "ic-response-verification 3.1.0", - "target": "ic_response_verification" - }, - { - "id": "ic-sha3 1.0.0", - "target": "ic_sha3" - }, - { - "id": "ic-stable-structures 0.6.8", - "target": "ic_stable_structures" - }, - { - "id": "ic-stable-structures 0.7.0", - "target": "ic_stable_structures", - "alias": "ic_stable_structures_next" - }, - { - "id": "ic-test-state-machine-client 3.0.1", - "target": "ic_test_state_machine_client" - }, - { - "id": "ic-transport-types 0.49.1", - "target": "ic_transport_types" - }, - { - "id": "ic-utils 0.49.1", - "target": "ic_utils" - }, - { - "id": "ic-verify-bls-signature 0.6.0", - "target": "ic_verify_bls_signature" - }, - { - "id": "ic-vetkeys 0.7.0", - "target": "ic_vetkeys" - }, - { - "id": "ic-wasm 0.11.1", - "target": "ic_wasm" - }, - { - "id": "ic-xrc-types 1.2.0", - "target": "ic_xrc_types" - }, - { - "id": "ic0 1.1.0", - "target": "ic0" - }, - { - "id": "ic_bls12_381 0.10.1", - "target": "ic_bls12_381" - }, - { - "id": "ic_principal 0.1.5", - "target": "ic_principal" - }, - { - "id": "icrc1-test-env 0.1.1", - "target": "icrc1_test_env" - }, - { - "id": "icrc1-test-suite 0.1.1", - "target": "icrc1_test_suite" - }, - { - "id": "idna 1.0.3", - "target": "idna" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "indicatif 0.17.5", - "target": "indicatif" - }, - { - "id": "inferno 0.12.0", - "target": "inferno" - }, - { - "id": "inotify 0.11.2", - "target": "inotify" - }, - { - "id": "insta 1.31.0", - "target": "insta" - }, - { - "id": "intmap 1.1.0", - "target": "intmap" - }, - { - "id": "ipnet 2.10.1", - "target": "ipnet" - }, - { - "id": "isocountry 0.3.2", - "target": "isocountry" - }, - { - "id": "itertools 0.12.0", - "target": "itertools" - }, - { - "id": "json-patch 0.2.7", - "target": "json_patch" - }, - { - "id": "json5 0.4.1", - "target": "json5" - }, - { - "id": "jsonrpc 0.20.1", - "target": "jsonrpc" - }, - { - "id": "k256 0.13.4", - "target": "k256" - }, - { - "id": "keyring 3.4.0", - "target": "keyring" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "leb128 0.2.5", - "target": "leb128" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "libcryptsetup-rs 0.15.0", - "target": "libcryptsetup_rs" - }, - { - "id": "libflate 2.3.1", - "target": "libflate" - }, - { - "id": "libfuzzer-sys 0.4.7", - "target": "libfuzzer_sys" - }, - { - "id": "libnss 0.5.0", - "target": "libnss" - }, - { - "id": "libsystemd 0.7.2", - "target": "libsystemd" - }, - { - "id": "little-loadshedder 0.2.0", - "target": "little_loadshedder" - }, - { - "id": "lmdb-rkv 0.14.99", - "target": "lmdb", - "alias": "lmdb_rkv" - }, - { - "id": "lmdb-rkv-sys 0.11.99", - "target": "lmdb_sys", - "alias": "lmdb_rkv_sys" - }, - { - "id": "local-ip-address 0.6.13", - "target": "local_ip_address" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "loopdev-3 0.5.1", - "target": "loopdev", - "alias": "loopdev_3" - }, - { - "id": "lru 0.7.8", - "target": "lru" - }, - { - "id": "lzma-sys 0.1.20", - "target": "lzma_sys" - }, - { - "id": "macaddr 1.0.1", - "target": "macaddr" - }, - { - "id": "maplit 1.0.2", - "target": "maplit" - }, - { - "id": "maxminddb 0.29.0", - "target": "maxminddb" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "memmap2 0.9.5", - "target": "memmap2" - }, - { - "id": "minicbor 0.22.0", - "target": "minicbor" - }, - { - "id": "mockall 0.15.0", - "target": "mockall" - }, - { - "id": "mockito 1.7.0", - "target": "mockito" - }, - { - "id": "moka 0.12.15", - "target": "moka" - }, - { - "id": "more-asserts 0.3.1", - "target": "more_asserts" - }, - { - "id": "nftables 0.4.1", - "target": "nftables" - }, - { - "id": "nix 0.31.3", - "target": "nix" - }, - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-bigint-dig 0.9.1", - "target": "num_bigint_dig" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "num_cpus 1.16.0", - "target": "num_cpus" - }, - { - "id": "object 0.37.3", - "target": "object" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "opentelemetry 0.32.0", - "target": "opentelemetry" - }, - { - "id": "opentelemetry-otlp 0.32.0", - "target": "opentelemetry_otlp" - }, - { - "id": "opentelemetry-prometheus 0.32.0", - "target": "opentelemetry_prometheus" - }, - { - "id": "opentelemetry_sdk 0.32.1", - "target": "opentelemetry_sdk" - }, - { - "id": "p256 0.13.2", - "target": "p256" - }, - { - "id": "p384 0.13.1", - "target": "p384" - }, - { - "id": "pairing 0.23.0", - "target": "pairing" - }, - { - "id": "parking_lot 0.12.5", - "target": "parking_lot" - }, - { - "id": "pcre2 0.2.6", - "target": "pcre2" - }, - { - "id": "pem 3.0.6", - "target": "pem" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "ping 0.5.0", - "target": "ping" - }, - { - "id": "pkcs8 0.10.2", - "target": "pkcs8" - }, - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - }, - { - "id": "pprof 0.15.0", - "target": "pprof" - }, - { - "id": "predicates 3.1.2", - "target": "predicates" - }, - { - "id": "pretty_assertions 1.4.0", - "target": "pretty_assertions" - }, - { - "id": "priority-queue 2.7.0", - "target": "priority_queue" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "procfs 0.17.0", - "target": "procfs" - }, - { - "id": "prometheus 0.14.0", - "target": "prometheus" - }, - { - "id": "prometheus-parse 0.2.4", - "target": "prometheus_parse" - }, - { - "id": "proptest 1.6.0", - "target": "proptest" - }, - { - "id": "prost 0.14.4", - "target": "prost" - }, - { - "id": "prost-build 0.14.4", - "target": "prost_build" - }, - { - "id": "protobuf 3.7.2", - "target": "protobuf" - }, - { - "id": "publicsuffix 2.2.3", - "target": "publicsuffix" - }, - { - "id": "qrcode 0.14.1", - "target": "qrcode" - }, - { - "id": "quickcheck 1.0.3", - "target": "quickcheck" - }, - { - "id": "quinn 0.11.11", - "target": "quinn" - }, - { - "id": "quinn-udp 0.5.5", - "target": "quinn_udp" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "rand 0.8.6", - "target": "rand" - }, - { - "id": "rand 0.9.4", - "target": "rand", - "alias": "rand_0_9" - }, - { - "id": "rand_chacha 0.3.1", - "target": "rand_chacha" - }, - { - "id": "rand_chacha 0.9.0", - "target": "rand_chacha", - "alias": "rand_chacha_0_9" - }, - { - "id": "rand_distr 0.4.3", - "target": "rand_distr" - }, - { - "id": "rand_pcg 0.3.1", - "target": "rand_pcg" - }, - { - "id": "ratatui 0.29.0", - "target": "ratatui" - }, - { - "id": "ratelimit 0.9.1", - "target": "ratelimit" - }, - { - "id": "rayon 1.10.0", - "target": "rayon" - }, - { - "id": "rcgen 0.13.1", - "target": "rcgen" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "regex-lite 0.1.8", - "target": "regex_lite" - }, - { - "id": "reqwest 0.13.4", - "target": "reqwest" - }, - { - "id": "rexpect 0.6.2", - "target": "rexpect" - }, - { - "id": "rgb 0.8.37", - "target": "rgb" - }, - { - "id": "ring 0.17.14", - "target": "ring" - }, - { - "id": "ripemd 0.1.3", - "target": "ripemd" - }, - { - "id": "rlp 0.5.2", - "target": "rlp" - }, - { - "id": "rocksdb 0.22.0", - "target": "rocksdb" - }, - { - "id": "rolling-file 0.2.0", - "target": "rolling_file" - }, - { - "id": "rsa 0.9.10", - "target": "rsa" - }, - { - "id": "rstest 0.19.0", - "target": "rstest" - }, - { - "id": "rusb 0.9.4", - "target": "rusb" - }, - { - "id": "rusqlite 0.37.0", - "target": "rusqlite" - }, - { - "id": "rust-ini 0.21.2", - "target": "ini", - "alias": "rust_ini" - }, - { - "id": "rust_decimal 1.42.1", - "target": "rust_decimal" - }, - { - "id": "rustc-demangle 0.1.26", - "target": "rustc_demangle" - }, - { - "id": "rustc-hash 1.1.0", - "target": "rustc_hash" - }, - { - "id": "rustls 0.23.27", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.2.0", - "target": "rustls_pemfile" - }, - { - "id": "rusty-fork 0.3.0", - "target": "rusty_fork" - }, - { - "id": "schemars 0.8.21", - "target": "schemars" - }, - { - "id": "scoped_threadpool 0.1.9", - "target": "scoped_threadpool" - }, - { - "id": "scopeguard 1.2.0", - "target": "scopeguard" - }, - { - "id": "scraper 0.24.0", - "target": "scraper" - }, - { - "id": "scrypt 0.11.0", - "target": "scrypt" - }, - { - "id": "secp256k1 0.29.0", - "target": "secp256k1" - }, - { - "id": "security-framework 3.5.1", - "target": "security_framework" - }, - { - "id": "semver 1.0.27", - "target": "semver" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde-bytes-repr 0.3.0", - "target": "serde_bytes_repr" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - }, - { - "id": "serde_cbor 0.11.2", - "target": "serde_cbor" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "serde_regex 1.1.0", - "target": "serde_regex" - }, - { - "id": "serde_with 3.21.0", - "target": "serde_with" - }, - { - "id": "serde_yaml 0.9.34+deprecated", - "target": "serde_yaml" - }, - { - "id": "sev 7.1.0", - "target": "sev" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "sha3 0.10.8", - "target": "sha3" - }, - { - "id": "shell-escape 0.1.5", - "target": "shell_escape" - }, - { - "id": "signal-hook 0.3.17", - "target": "signal_hook" - }, - { - "id": "signature 2.2.0", - "target": "signature" - }, - { - "id": "simple_asn1 0.6.2", - "target": "simple_asn1" - }, - { - "id": "simple_logger 4.3.3", - "target": "simple_logger" - }, - { - "id": "simple_moving_average 1.0.2", - "target": "simple_moving_average" - }, - { - "id": "slog 2.7.0", - "target": "slog" - }, - { - "id": "slog-async 2.8.0", - "target": "slog_async" - }, - { - "id": "slog-envlogger 2.2.0", - "target": "slog_envlogger" - }, - { - "id": "slog-json 2.6.1", - "target": "slog_json" - }, - { - "id": "slog-scope 4.4.0", - "target": "slog_scope" - }, - { - "id": "slog-term 2.9.1", - "target": "slog_term" - }, - { - "id": "slotmap 1.0.7", - "target": "slotmap" - }, - { - "id": "socket2 0.5.9", - "target": "socket2" - }, - { - "id": "socks5-impl 0.6.1", - "target": "socks5_impl" - }, - { - "id": "ssh2 0.9.4", - "target": "ssh2" - }, - { - "id": "static_assertions 1.1.0", - "target": "static_assertions" - }, - { - "id": "strum 0.26.3", - "target": "strum" - }, - { - "id": "stubborn-io 0.3.2", - "target": "stubborn_io" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "sys-mount 3.0.1", - "target": "sys_mount" - }, - { - "id": "syscalls 0.6.18", - "target": "syscalls" - }, - { - "id": "sysinfo 0.37.2", - "target": "sysinfo" - }, - { - "id": "tabled 0.20.0", - "target": "tabled" - }, - { - "id": "tar 0.4.46", - "target": "tar" - }, - { - "id": "tarpc 0.37.0", - "target": "tarpc" - }, - { - "id": "tempfile 3.23.0", - "target": "tempfile" - }, - { - "id": "textplots 0.8.4", - "target": "textplots" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "threadpool 1.8.1", - "target": "threadpool" - }, - { - "id": "tikv-jemalloc-ctl 0.7.0", - "target": "tikv_jemalloc_ctl" - }, - { - "id": "tikv-jemallocator 0.7.0", - "target": "tikv_jemallocator" - }, - { - "id": "time 0.3.47", - "target": "time" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-io-timeout 1.2.0", - "target": "tokio_io_timeout" - }, - { - "id": "tokio-metrics 0.4.0", - "target": "tokio_metrics" - }, - { - "id": "tokio-rusqlite 0.7.0", - "target": "tokio_rusqlite" - }, - { - "id": "tokio-rustls 0.26.0", - "target": "tokio_rustls" - }, - { - "id": "tokio-serde 0.9.0", - "target": "tokio_serde" - }, - { - "id": "tokio-socks 0.5.2", - "target": "tokio_socks" - }, - { - "id": "tokio-stream 0.1.17", - "target": "tokio_stream" - }, - { - "id": "tokio-test 0.4.4", - "target": "tokio_test" - }, - { - "id": "tokio-tungstenite 0.29.0", - "target": "tokio_tungstenite" - }, - { - "id": "tokio-util 0.7.17", - "target": "tokio_util" - }, - { - "id": "toml 0.5.11", - "target": "toml" - }, - { - "id": "tonic 0.14.6", - "target": "tonic" - }, - { - "id": "tonic-build 0.14.6", - "target": "tonic_build" - }, - { - "id": "tonic-prost 0.14.5", - "target": "tonic_prost" - }, - { - "id": "tonic-prost-build 0.14.6", - "target": "tonic_prost_build" - }, - { - "id": "tower 0.5.2", - "target": "tower" - }, - { - "id": "tower-http 0.6.11", - "target": "tower_http" - }, - { - "id": "tower-request-id 0.3.0", - "target": "tower_request_id" - }, - { - "id": "tower-test 0.4.0", - "target": "tower_test" - }, - { - "id": "tower_governor 0.8.0", - "target": "tower_governor" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - }, - { - "id": "tracing-appender 0.2.3", - "target": "tracing_appender" - }, - { - "id": "tracing-flame 0.2.0", - "target": "tracing_flame" - }, - { - "id": "tracing-journald 0.3.2", - "target": "tracing_journald" - }, - { - "id": "tracing-opentelemetry 0.33.0", - "target": "tracing_opentelemetry" - }, - { - "id": "tracing-serde 0.2.0", - "target": "tracing_serde" - }, - { - "id": "tracing-slog 0.2.0", - "target": "tracing_slog" - }, - { - "id": "tracing-subscriber 0.3.23", - "target": "tracing_subscriber" - }, - { - "id": "trust-dns-resolver 0.22.0", - "target": "trust_dns_resolver" - }, - { - "id": "tui-textarea 0.7.0", - "target": "tui_textarea" - }, - { - "id": "turmoil 0.6.4", - "target": "turmoil" - }, - { - "id": "url 2.5.4", - "target": "url" - }, - { - "id": "uuid 1.12.1", - "target": "uuid" - }, - { - "id": "virt 0.4.2", - "target": "virt" - }, - { - "id": "vsock 0.4.0", - "target": "vsock" - }, - { - "id": "walkdir 2.5.0", - "target": "walkdir" - }, - { - "id": "walrus 0.26.4", - "target": "walrus" - }, - { - "id": "wasm-encoder 0.252.0", - "target": "wasm_encoder" - }, - { - "id": "wasm-smith 0.252.0", - "target": "wasm_smith" - }, - { - "id": "wasmparser 0.252.0", - "target": "wasmparser" - }, - { - "id": "wasmprinter 0.252.0", - "target": "wasmprinter" - }, - { - "id": "wasmtime 47.0.3", - "target": "wasmtime" - }, - { - "id": "wast 252.0.0", - "target": "wast" - }, - { - "id": "wat 1.252.0", - "target": "wat" - }, - { - "id": "webpki-roots 1.0.6", - "target": "webpki_roots" - }, - { - "id": "which 4.4.0", - "target": "which" - }, - { - "id": "wirm 4.0.4", - "target": "wirm" - }, - { - "id": "wycheproof 0.6.0", - "target": "wycheproof" - }, - { - "id": "x509-cert 0.2.5", - "target": "x509_cert" - }, - { - "id": "x509-parser 0.18.1", - "target": "x509_parser" - }, - { - "id": "xz2 0.1.7", - "target": "xz2" - }, - { - "id": "yansi 0.5.1", - "target": "yansi" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - }, - { - "id": "zstd 0.13.2", - "target": "zstd" - } - ], - "selects": {} - }, + "deps": [ + { + "id": "actix-rt 2.10.0", + "target": "actix_rt" + }, + { + "id": "actix-web 4.9.0", + "target": "actix_web" + }, + { + "id": "actix-web-prom 0.10.0", + "target": "actix_web_prom" + }, + { + "id": "addr 0.15.6", + "target": "addr" + }, + { + "id": "aes-gcm 0.10.3", + "target": "aes_gcm" + }, + { + "id": "aide 0.14.2", + "target": "aide" + }, + { + "id": "alloy-consensus 1.8.3", + "target": "alloy_consensus" + }, + { + "id": "alloy-eips 1.8.3", + "target": "alloy_eips" + }, + { + "id": "alloy-primitives 1.7.1", + "target": "alloy_primitives" + }, + { + "id": "alloy-rpc-types-eth 1.8.3", + "target": "alloy_rpc_types_eth" + }, + { + "id": "alloy-sol-types 1.7.1", + "target": "alloy_sol_types" + }, + { + "id": "anyhow 1.0.104", + "target": "anyhow" + }, + { + "id": "arbitrary 1.4.2", + "target": "arbitrary" + }, + { + "id": "arc-swap 1.7.1", + "target": "arc_swap" + }, + { + "id": "argon2 0.4.1", + "target": "argon2" + }, + { + "id": "arrayvec 0.7.4", + "target": "arrayvec" + }, + { + "id": "askama 0.15.1", + "target": "askama" + }, + { + "id": "assert-json-diff 2.0.2", + "target": "assert_json_diff" + }, + { + "id": "assert_cmd 2.0.16", + "target": "assert_cmd" + }, + { + "id": "assert_matches 1.5.0", + "target": "assert_matches" + }, + { + "id": "async-stream 0.3.6", + "target": "async_stream" + }, + { + "id": "axum 0.8.9", + "target": "axum" + }, + { + "id": "axum-extra 0.10.1", + "target": "axum_extra" + }, + { + "id": "axum-otel-metrics 0.14.1", + "target": "axum_otel_metrics" + }, + { + "id": "axum-server 0.7.3", + "target": "axum_server" + }, + { + "id": "backon 1.6.0", + "target": "backon" + }, + { + "id": "base32 0.4.0", + "target": "base32" + }, + { + "id": "base64 0.22.1", + "target": "base64" + }, + { + "id": "bech32 0.9.1", + "target": "bech32" + }, + { + "id": "bincode 1.3.3", + "target": "bincode" + }, + { + "id": "bindgen 0.65.1", + "target": "bindgen" + }, + { + "id": "bip32 0.5.1", + "target": "bip32" + }, + { + "id": "bit-vec 0.6.3", + "target": "bit_vec" + }, + { + "alias": "bitcoin_0_28", + "id": "bitcoin 0.28.2", + "target": "bitcoin" + }, + { + "alias": "bitcoin_dogecoin", + "id": "bitcoin-dogecoin 0.32.7-doge.0", + "target": "bitcoin" + }, + { + "id": "bs58 0.5.1", + "target": "bs58" + }, + { + "id": "build-info 0.0.45", + "target": "build_info" + }, + { + "id": "build-info-build 0.0.45", + "target": "build_info_build" + }, + { + "id": "by_address 1.1.0", + "target": "by_address" + }, + { + "id": "byte-unit 4.0.19", + "target": "byte_unit" + }, + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "canbench-rs 0.7.0", + "target": "canbench_rs" + }, + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "candid_parser 0.1.4", + "target": "candid_parser" + }, + { + "id": "cargo_metadata 0.14.2", + "target": "cargo_metadata" + }, + { + "id": "cc 1.2.48", + "target": "cc" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "chacha20poly1305 0.10.1", + "target": "chacha20poly1305" + }, + { + "alias": "chrono_canisters", + "id": "chrono 0.4.41", + "target": "chrono" + }, + { + "id": "chrono 0.4.42", + "target": "chrono" + }, + { + "id": "ciborium 0.2.2", + "target": "ciborium" + }, + { + "id": "cidr 0.2.3", + "target": "cidr" + }, + { + "id": "clap 4.5.53", + "target": "clap" + }, + { + "id": "colored 2.0.4", + "target": "colored" + }, + { + "id": "comparable 0.5.6", + "target": "comparable" + }, + { + "id": "console 0.11.3", + "target": "console" + }, + { + "id": "convert_case 0.6.0", + "target": "convert_case" + }, + { + "id": "crc32fast 1.3.2", + "target": "crc32fast" + }, + { + "id": "criterion 0.5.1", + "target": "criterion" + }, + { + "id": "crossbeam 0.8.4", + "target": "crossbeam" + }, + { + "id": "crossbeam-channel 0.5.15", + "target": "crossbeam_channel" + }, + { + "id": "csv 1.2.2", + "target": "csv" + }, + { + "id": "ctrlc 3.4.5", + "target": "ctrlc" + }, + { + "id": "curve25519-dalek 4.1.3", + "target": "curve25519_dalek" + }, + { + "id": "cvt 0.1.2", + "target": "cvt" + }, + { + "id": "darling 0.20.11", + "target": "darling" + }, + { + "id": "dashmap 5.5.0", + "target": "dashmap" + }, + { + "id": "der 0.7.7", + "target": "der" + }, + { + "id": "devicemapper 0.34.4", + "target": "devicemapper" + }, + { + "id": "dialoguer 0.11.0", + "target": "dialoguer" + }, + { + "id": "directories-next 2.0.0", + "target": "directories_next" + }, + { + "id": "duration-string 0.3.0", + "target": "duration_string" + }, + { + "id": "dyn-clone 1.0.20", + "target": "dyn_clone" + }, + { + "id": "ed25519-dalek 2.2.0", + "target": "ed25519_dalek" + }, + { + "id": "erased-serde 0.3.28", + "target": "erased_serde" + }, + { + "id": "escargot 0.5.7", + "target": "escargot" + }, + { + "id": "ethnum 1.5.3", + "target": "ethnum" + }, + { + "id": "evm_rpc_client 0.4.0", + "target": "evm_rpc_client" + }, + { + "id": "evm_rpc_types 3.1.1", + "target": "evm_rpc_types" + }, + { + "id": "exec 0.3.1", + "target": "exec" + }, + { + "id": "exitcode 1.1.2", + "target": "exitcode" + }, + { + "id": "eyre 0.6.8", + "target": "eyre" + }, + { + "id": "ff 0.12.1", + "target": "ff" + }, + { + "id": "flate2 1.1.5", + "target": "flate2" + }, + { + "id": "form_urlencoded 1.2.1", + "target": "form_urlencoded" + }, + { + "id": "fqdn 0.5.2", + "target": "fqdn" + }, + { + "id": "fs_extra 1.3.0", + "target": "fs_extra" + }, + { + "id": "futures 0.3.31", + "target": "futures" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "getifs 0.4.0", + "target": "getifs" + }, + { + "id": "getrandom 0.2.10", + "target": "getrandom" + }, + { + "id": "goldenfile 1.8.0", + "target": "goldenfile" + }, + { + "id": "gpt 4.1.0", + "target": "gpt" + }, + { + "id": "group 0.13.0", + "target": "group" + }, + { + "id": "hashlink 0.8.3", + "target": "hashlink" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "hex-literal 0.4.1", + "target": "hex_literal" + }, + { + "id": "hickory-resolver 0.26.1", + "target": "hickory_resolver" + }, + { + "id": "hkdf 0.12.4", + "target": "hkdf" + }, + { + "id": "hmac 0.12.1", + "target": "hmac" + }, + { + "id": "hpke 0.13.0", + "target": "hpke" + }, + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "http-body 1.0.1", + "target": "http_body" + }, + { + "id": "http-body-util 0.1.3", + "target": "http_body_util" + }, + { + "id": "humantime 2.4.0", + "target": "humantime" + }, + { + "id": "humantime-serde 1.1.1", + "target": "humantime_serde" + }, + { + "id": "hyper 1.8.1", + "target": "hyper" + }, + { + "id": "hyper-rustls 0.27.7", + "target": "hyper_rustls" + }, + { + "id": "hyper-socks2 0.9.1", + "target": "hyper_socks2" + }, + { + "id": "hyper-util 0.1.20", + "target": "hyper_util" + }, + { + "id": "ic-agent 0.49.1", + "target": "ic_agent" + }, + { + "id": "ic-bn-lib 0.7.0", + "target": "ic_bn_lib" + }, + { + "id": "ic-btc-interface 0.4.0", + "target": "ic_btc_interface" + }, + { + "id": "ic-canister-log 0.2.0", + "target": "ic_canister_log" + }, + { + "id": "ic-canister-runtime 0.2.3", + "target": "ic_canister_runtime" + }, + { + "id": "ic-canister-sig-creation 1.3.0", + "target": "ic_canister_sig_creation" + }, + { + "id": "ic-cbor 3.1.0", + "target": "ic_cbor" + }, + { + "id": "ic-cdk 0.20.2", + "target": "ic_cdk" + }, + { + "id": "ic-cdk-bitcoin-canister 0.2.0", + "target": "ic_cdk_bitcoin_canister" + }, + { + "id": "ic-cdk-executor 2.0.0", + "target": "ic_cdk_executor" + }, + { + "id": "ic-cdk-management-canister 0.1.1", + "target": "ic_cdk_management_canister" + }, + { + "id": "ic-cdk-timers 1.0.0", + "target": "ic_cdk_timers" + }, + { + "id": "ic-certificate-verification 3.1.0", + "target": "ic_certificate_verification" + }, + { + "id": "ic-certification 3.1.0", + "target": "ic_certification" + }, + { + "id": "ic-certified-map 0.3.4", + "target": "ic_certified_map" + }, + { + "id": "ic-doge-interface 0.3.0", + "target": "ic_doge_interface" + }, + { + "id": "ic-gateway 0.2.0", + "target": "ic_gateway" + }, + { + "id": "ic-http-certification 3.1.0", + "target": "ic_http_certification" + }, + { + "id": "ic-identity-hsm 0.49.1", + "target": "ic_identity_hsm" + }, + { + "id": "ic-management-canister-types 0.8.0", + "target": "ic_management_canister_types" + }, + { + "id": "ic-metrics-encoder 1.1.1", + "target": "ic_metrics_encoder" + }, + { + "id": "ic-response-verification 3.1.0", + "target": "ic_response_verification" + }, + { + "id": "ic-sha3 1.0.0", + "target": "ic_sha3" + }, + { + "id": "ic-stable-structures 0.6.8", + "target": "ic_stable_structures" + }, + { + "alias": "ic_stable_structures_next", + "id": "ic-stable-structures 0.7.0", + "target": "ic_stable_structures" + }, + { + "id": "ic-test-state-machine-client 3.0.1", + "target": "ic_test_state_machine_client" + }, + { + "id": "ic-transport-types 0.49.1", + "target": "ic_transport_types" + }, + { + "id": "ic-utils 0.49.1", + "target": "ic_utils" + }, + { + "id": "ic-verify-bls-signature 0.6.0", + "target": "ic_verify_bls_signature" + }, + { + "id": "ic-vetkeys 0.7.0", + "target": "ic_vetkeys" + }, + { + "id": "ic-wasm 0.11.1", + "target": "ic_wasm" + }, + { + "id": "ic-xrc-types 1.2.0", + "target": "ic_xrc_types" + }, + { + "id": "ic0 1.1.0", + "target": "ic0" + }, + { + "id": "ic_bls12_381 0.10.1", + "target": "ic_bls12_381" + }, + { + "id": "ic_principal 0.1.5", + "target": "ic_principal" + }, + { + "id": "icrc1-test-env 0.1.1", + "target": "icrc1_test_env" + }, + { + "id": "icrc1-test-suite 0.1.1", + "target": "icrc1_test_suite" + }, + { + "id": "idna 1.0.3", + "target": "idna" + }, + { + "id": "indexmap 2.14.0", + "target": "indexmap" + }, + { + "id": "indicatif 0.17.5", + "target": "indicatif" + }, + { + "id": "inferno 0.12.0", + "target": "inferno" + }, + { + "id": "inotify 0.11.2", + "target": "inotify" + }, + { + "id": "insta 1.31.0", + "target": "insta" + }, + { + "id": "intmap 1.1.0", + "target": "intmap" + }, + { + "id": "ipnet 2.10.1", + "target": "ipnet" + }, + { + "id": "isocountry 0.3.2", + "target": "isocountry" + }, + { + "id": "itertools 0.12.0", + "target": "itertools" + }, + { + "id": "json-patch 0.2.7", + "target": "json_patch" + }, + { + "id": "json5 0.4.1", + "target": "json5" + }, + { + "id": "jsonrpc 0.20.1", + "target": "jsonrpc" + }, + { + "id": "k256 0.13.4", + "target": "k256" + }, + { + "id": "keyring 3.4.0", + "target": "keyring" + }, + { + "id": "lazy_static 1.5.0", + "target": "lazy_static" + }, + { + "id": "leb128 0.2.5", + "target": "leb128" + }, + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "id": "libcryptsetup-rs 0.15.0", + "target": "libcryptsetup_rs" + }, + { + "id": "libflate 2.3.1", + "target": "libflate" + }, + { + "id": "libfuzzer-sys 0.4.7", + "target": "libfuzzer_sys" + }, + { + "id": "libnss 0.5.0", + "target": "libnss" + }, + { + "id": "libsystemd 0.7.2", + "target": "libsystemd" + }, + { + "id": "little-loadshedder 0.2.0", + "target": "little_loadshedder" + }, + { + "alias": "lmdb_rkv", + "id": "lmdb-rkv 0.14.99", + "target": "lmdb" + }, + { + "alias": "lmdb_rkv_sys", + "id": "lmdb-rkv-sys 0.11.99", + "target": "lmdb_sys" + }, + { + "id": "local-ip-address 0.6.13", + "target": "local_ip_address" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "alias": "loopdev_3", + "id": "loopdev-3 0.5.1", + "target": "loopdev" + }, + { + "id": "lru 0.7.8", + "target": "lru" + }, + { + "id": "lzma-sys 0.1.20", + "target": "lzma_sys" + }, + { + "id": "macaddr 1.0.1", + "target": "macaddr" + }, + { + "id": "maplit 1.0.2", + "target": "maplit" + }, + { + "id": "maxminddb 0.29.0", + "target": "maxminddb" + }, + { + "id": "memchr 2.7.4", + "target": "memchr" + }, + { + "id": "memmap2 0.9.5", + "target": "memmap2" + }, + { + "id": "minicbor 0.22.0", + "target": "minicbor" + }, + { + "id": "mockall 0.15.0", + "target": "mockall" + }, + { + "id": "mockito 1.7.0", + "target": "mockito" + }, + { + "id": "moka 0.12.15", + "target": "moka" + }, + { + "id": "more-asserts 0.3.1", + "target": "more_asserts" + }, + { + "id": "nftables 0.4.1", + "target": "nftables" + }, + { + "id": "nix 0.31.3", + "target": "nix" + }, + { + "id": "num-bigint 0.4.6", + "target": "num_bigint" + }, + { + "id": "num-bigint-dig 0.9.1", + "target": "num_bigint_dig" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "num_cpus 1.16.0", + "target": "num_cpus" + }, + { + "id": "object 0.37.3", + "target": "object" + }, + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "opentelemetry 0.32.0", + "target": "opentelemetry" + }, + { + "id": "opentelemetry-otlp 0.32.0", + "target": "opentelemetry_otlp" + }, + { + "id": "opentelemetry-prometheus 0.32.0", + "target": "opentelemetry_prometheus" + }, + { + "id": "opentelemetry_sdk 0.32.1", + "target": "opentelemetry_sdk" + }, + { + "id": "p256 0.13.2", + "target": "p256" + }, + { + "id": "p384 0.13.1", + "target": "p384" + }, + { + "id": "pairing 0.23.0", + "target": "pairing" + }, + { + "id": "parking_lot 0.12.5", + "target": "parking_lot" + }, + { + "id": "pcre2 0.2.6", + "target": "pcre2" + }, + { + "id": "pem 3.0.6", + "target": "pem" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + }, + { + "id": "ping 0.5.0", + "target": "ping" + }, + { + "id": "pkcs8 0.10.2", + "target": "pkcs8" + }, + { + "id": "pkg-config 0.3.32", + "target": "pkg_config" + }, + { + "id": "pprof 0.15.0", + "target": "pprof" + }, + { + "id": "predicates 3.1.2", + "target": "predicates" + }, + { + "id": "pretty_assertions 1.4.0", + "target": "pretty_assertions" + }, + { + "id": "priority-queue 2.7.0", + "target": "priority_queue" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "procfs 0.17.0", + "target": "procfs" + }, + { + "id": "prometheus 0.14.0", + "target": "prometheus" + }, + { + "id": "prometheus-parse 0.2.4", + "target": "prometheus_parse" + }, + { + "id": "proptest 1.6.0", + "target": "proptest" + }, + { + "id": "prost 0.14.4", + "target": "prost" + }, + { + "id": "prost-build 0.14.4", + "target": "prost_build" + }, + { + "id": "protobuf 3.7.2", + "target": "protobuf" + }, + { + "id": "publicsuffix 2.2.3", + "target": "publicsuffix" + }, + { + "id": "qrcode 0.14.1", + "target": "qrcode" + }, + { + "id": "quickcheck 1.0.3", + "target": "quickcheck" + }, + { + "id": "quinn 0.11.11", + "target": "quinn" + }, + { + "id": "quinn-udp 0.5.5", + "target": "quinn_udp" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "rand 0.8.6", + "target": "rand" + }, + { + "alias": "rand_0_9", + "id": "rand 0.9.4", + "target": "rand" + }, + { + "id": "rand_chacha 0.3.1", + "target": "rand_chacha" + }, + { + "alias": "rand_chacha_0_9", + "id": "rand_chacha 0.9.0", + "target": "rand_chacha" + }, + { + "id": "rand_distr 0.4.3", + "target": "rand_distr" + }, + { + "id": "rand_pcg 0.3.1", + "target": "rand_pcg" + }, + { + "id": "ratatui 0.29.0", + "target": "ratatui" + }, + { + "id": "ratelimit 0.9.1", + "target": "ratelimit" + }, + { + "id": "rayon 1.10.0", + "target": "rayon" + }, + { + "id": "rcgen 0.13.1", + "target": "rcgen" + }, + { + "id": "regex 1.13.1", + "target": "regex" + }, + { + "id": "regex-lite 0.1.8", + "target": "regex_lite" + }, + { + "id": "reqwest 0.13.4", + "target": "reqwest" + }, + { + "id": "rexpect 0.6.2", + "target": "rexpect" + }, + { + "id": "rgb 0.8.37", + "target": "rgb" + }, + { + "id": "ring 0.17.14", + "target": "ring" + }, + { + "id": "ripemd 0.1.3", + "target": "ripemd" + }, + { + "id": "rlp 0.5.2", + "target": "rlp" + }, + { + "id": "rocksdb 0.22.0", + "target": "rocksdb" + }, + { + "id": "rolling-file 0.2.0", + "target": "rolling_file" + }, + { + "id": "rsa 0.9.10", + "target": "rsa" + }, + { + "id": "rstest 0.19.0", + "target": "rstest" + }, + { + "id": "rusb 0.9.4", + "target": "rusb" + }, + { + "id": "rusqlite 0.37.0", + "target": "rusqlite" + }, + { + "alias": "rust_ini", + "id": "rust-ini 0.21.2", + "target": "ini" + }, + { + "id": "rust_decimal 1.42.1", + "target": "rust_decimal" + }, + { + "id": "rustc-demangle 0.1.26", + "target": "rustc_demangle" + }, + { + "id": "rustc-hash 1.1.0", + "target": "rustc_hash" + }, + { + "id": "rustls 0.23.27", + "target": "rustls" + }, + { + "id": "rustls-pemfile 2.2.0", + "target": "rustls_pemfile" + }, + { + "id": "rusty-fork 0.3.0", + "target": "rusty_fork" + }, + { + "id": "schemars 0.8.21", + "target": "schemars" + }, + { + "id": "scoped_threadpool 0.1.9", + "target": "scoped_threadpool" + }, + { + "id": "scopeguard 1.2.0", + "target": "scopeguard" + }, + { + "id": "scraper 0.24.0", + "target": "scraper" + }, + { + "id": "scrypt 0.11.0", + "target": "scrypt" + }, + { + "id": "secp256k1 0.29.0", + "target": "secp256k1" + }, + { + "id": "security-framework 3.5.1", + "target": "security_framework" + }, + { + "id": "semver 1.0.27", + "target": "semver" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde-bytes-repr 0.3.0", + "target": "serde_bytes_repr" + }, + { + "id": "serde_bytes 0.11.15", + "target": "serde_bytes" + }, + { + "id": "serde_cbor 0.11.2", + "target": "serde_cbor" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + }, + { + "id": "serde_regex 1.1.0", + "target": "serde_regex" + }, + { + "id": "serde_with 3.21.0", + "target": "serde_with" + }, + { + "id": "serde_yaml 0.9.34+deprecated", + "target": "serde_yaml" + }, + { + "id": "sev 7.1.0", + "target": "sev" + }, + { + "id": "sha2 0.10.9", + "target": "sha2" + }, + { + "id": "sha3 0.10.8", + "target": "sha3" + }, + { + "id": "shell-escape 0.1.5", + "target": "shell_escape" + }, + { + "id": "signal-hook 0.3.17", + "target": "signal_hook" + }, + { + "id": "signature 2.2.0", + "target": "signature" + }, + { + "id": "simple_asn1 0.6.2", + "target": "simple_asn1" + }, + { + "id": "simple_logger 4.3.3", + "target": "simple_logger" + }, + { + "id": "simple_moving_average 1.0.2", + "target": "simple_moving_average" + }, + { + "id": "slog 2.7.0", + "target": "slog" + }, + { + "id": "slog-async 2.8.0", + "target": "slog_async" + }, + { + "id": "slog-envlogger 2.2.0", + "target": "slog_envlogger" + }, + { + "id": "slog-json 2.6.1", + "target": "slog_json" + }, + { + "id": "slog-scope 4.4.0", + "target": "slog_scope" + }, + { + "id": "slog-term 2.9.1", + "target": "slog_term" + }, + { + "id": "slotmap 1.0.7", + "target": "slotmap" + }, + { + "id": "socket2 0.5.9", + "target": "socket2" + }, + { + "id": "socks5-impl 0.6.1", + "target": "socks5_impl" + }, + { + "id": "ssh2 0.9.4", + "target": "ssh2" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + }, + { + "id": "strum 0.26.3", + "target": "strum" + }, + { + "id": "stubborn-io 0.3.2", + "target": "stubborn_io" + }, + { + "id": "subtle 2.6.1", + "target": "subtle" + }, + { + "id": "syn 2.0.119", + "target": "syn" + }, + { + "id": "sys-mount 3.0.1", + "target": "sys_mount" + }, + { + "id": "syscalls 0.6.18", + "target": "syscalls" + }, + { + "id": "sysinfo 0.37.2", + "target": "sysinfo" + }, + { + "id": "tabled 0.20.0", + "target": "tabled" + }, + { + "id": "tar 0.4.46", + "target": "tar" + }, + { + "id": "tarpc 0.37.0", + "target": "tarpc" + }, + { + "id": "tempfile 3.23.0", + "target": "tempfile" + }, + { + "id": "textplots 0.8.4", + "target": "textplots" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + }, + { + "id": "threadpool 1.8.1", + "target": "threadpool" + }, + { + "id": "tikv-jemalloc-ctl 0.7.0", + "target": "tikv_jemalloc_ctl" + }, + { + "id": "tikv-jemallocator 0.7.0", + "target": "tikv_jemallocator" + }, + { + "id": "time 0.3.47", + "target": "time" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "id": "tokio-io-timeout 1.2.0", + "target": "tokio_io_timeout" + }, + { + "id": "tokio-metrics 0.4.0", + "target": "tokio_metrics" + }, + { + "id": "tokio-rusqlite 0.7.0", + "target": "tokio_rusqlite" + }, + { + "id": "tokio-rustls 0.26.0", + "target": "tokio_rustls" + }, + { + "id": "tokio-serde 0.9.0", + "target": "tokio_serde" + }, + { + "id": "tokio-socks 0.5.2", + "target": "tokio_socks" + }, + { + "id": "tokio-stream 0.1.17", + "target": "tokio_stream" + }, + { + "id": "tokio-test 0.4.4", + "target": "tokio_test" + }, + { + "id": "tokio-tungstenite 0.29.0", + "target": "tokio_tungstenite" + }, + { + "id": "tokio-util 0.7.17", + "target": "tokio_util" + }, + { + "id": "toml 0.5.11", + "target": "toml" + }, + { + "id": "tonic 0.14.6", + "target": "tonic" + }, + { + "id": "tonic-build 0.14.6", + "target": "tonic_build" + }, + { + "id": "tonic-prost 0.14.5", + "target": "tonic_prost" + }, + { + "id": "tonic-prost-build 0.14.6", + "target": "tonic_prost_build" + }, + { + "id": "tower 0.5.2", + "target": "tower" + }, + { + "id": "tower-http 0.6.11", + "target": "tower_http" + }, + { + "id": "tower-request-id 0.3.0", + "target": "tower_request_id" + }, + { + "id": "tower-test 0.4.0", + "target": "tower_test" + }, + { + "id": "tower_governor 0.8.0", + "target": "tower_governor" + }, + { + "id": "tracing 0.1.44", + "target": "tracing" + }, + { + "id": "tracing-appender 0.2.3", + "target": "tracing_appender" + }, + { + "id": "tracing-flame 0.2.0", + "target": "tracing_flame" + }, + { + "id": "tracing-journald 0.3.2", + "target": "tracing_journald" + }, + { + "id": "tracing-opentelemetry 0.33.0", + "target": "tracing_opentelemetry" + }, + { + "id": "tracing-serde 0.2.0", + "target": "tracing_serde" + }, + { + "id": "tracing-slog 0.2.0", + "target": "tracing_slog" + }, + { + "id": "tracing-subscriber 0.3.23", + "target": "tracing_subscriber" + }, + { + "id": "trust-dns-resolver 0.22.0", + "target": "trust_dns_resolver" + }, + { + "id": "tui-textarea 0.7.0", + "target": "tui_textarea" + }, + { + "id": "turmoil 0.6.4", + "target": "turmoil" + }, + { + "id": "url 2.5.4", + "target": "url" + }, + { + "id": "uuid 1.12.1", + "target": "uuid" + }, + { + "id": "virt 0.4.2", + "target": "virt" + }, + { + "id": "vsock 0.4.0", + "target": "vsock" + }, + { + "id": "walkdir 2.5.0", + "target": "walkdir" + }, + { + "id": "walrus 0.26.4", + "target": "walrus" + }, + { + "id": "wasm-encoder 0.252.0", + "target": "wasm_encoder" + }, + { + "id": "wasm-smith 0.252.0", + "target": "wasm_smith" + }, + { + "id": "wasmparser 0.252.0", + "target": "wasmparser" + }, + { + "id": "wasmprinter 0.252.0", + "target": "wasmprinter" + }, + { + "id": "wasmtime 47.0.3", + "target": "wasmtime" + }, + { + "id": "wast 252.0.0", + "target": "wast" + }, + { + "id": "wat 1.252.0", + "target": "wat" + }, + { + "id": "webpki-roots 1.0.6", + "target": "webpki_roots" + }, + { + "id": "which 4.4.0", + "target": "which" + }, + { + "id": "wirm 4.0.4", + "target": "wirm" + }, + { + "id": "wycheproof 0.6.0", + "target": "wycheproof" + }, + { + "id": "x509-cert 0.2.5", + "target": "x509_cert" + }, + { + "id": "x509-parser 0.18.1", + "target": "x509_parser" + }, + { + "id": "xz2 0.1.7", + "target": "xz2" + }, + { + "id": "yansi 0.5.1", + "target": "yansi" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + }, + { + "id": "zstd 0.13.2", + "target": "zstd" + } + ], "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "async-recursion 1.0.5", - "target": "async_recursion" - }, - { - "id": "async-trait 0.1.89", - "target": "async_trait" - }, - { - "id": "derive-new 0.7.0", - "target": "derive_new" - }, - { - "id": "educe 0.5.11", - "target": "educe" - }, - { - "id": "enum-ordinalize-derive 4.4.1", - "target": "enum_ordinalize_derive" - }, - { - "id": "indoc 2.0.7", - "target": "indoc" - }, - { - "id": "minicbor-derive 0.14.0", - "target": "minicbor_derive" - }, - { - "id": "paste 1.0.15", - "target": "paste" - }, - { - "id": "proptest-derive 0.5.0", - "target": "proptest_derive" - }, - { - "id": "rust_decimal_macros 1.40.0", - "target": "rust_decimal_macros" - }, - { - "id": "rustversion 1.0.14", - "target": "rustversion" - }, - { - "id": "securefmt 0.1.5", - "target": "securefmt" - }, - { - "id": "strum_macros 0.26.4", - "target": "strum_macros" - }, - { - "id": "test-strategy 0.4.5", - "target": "test_strategy" - } - ], - "selects": {} - }, - "version": "0.0.1" - }, - "license": null, - "license_ids": [], - "license_file": null - }, - "directories-next 2.0.0": { - "name": "directories-next", - "version": "2.0.0", - "package_url": "https://github.com/xdg-rs/dirs/tree/master/directories", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/directories-next/2.0.0/download", - "sha256": "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc" - } + "proc_macro_deps": [ + { + "id": "async-recursion 1.0.5", + "target": "async_recursion" + }, + { + "id": "async-trait 0.1.89", + "target": "async_trait" + }, + { + "id": "derive-new 0.7.0", + "target": "derive_new" + }, + { + "id": "educe 0.5.11", + "target": "educe" + }, + { + "id": "enum-ordinalize-derive 4.4.1", + "target": "enum_ordinalize_derive" + }, + { + "id": "indoc 2.0.7", + "target": "indoc" + }, + { + "id": "minicbor-derive 0.14.0", + "target": "minicbor_derive" + }, + { + "id": "paste 1.0.15", + "target": "paste" + }, + { + "id": "proptest-derive 0.5.0", + "target": "proptest_derive" + }, + { + "id": "rust_decimal_macros 1.40.0", + "target": "rust_decimal_macros" + }, + { + "id": "rustversion 1.0.14", + "target": "rustversion" + }, + { + "id": "securefmt 0.1.5", + "target": "securefmt" + }, + { + "id": "strum_macros 0.26.4", + "target": "strum_macros" + }, + { + "id": "test-strategy 0.4.5", + "target": "test_strategy" + } + ] }, + "library_target_name": "direct_cargo_bazel_deps", + "name": "direct-cargo-bazel-deps", + "repository": null, "targets": [ { "Library": { - "crate_name": "directories_next", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "direct_cargo_bazel_deps", + "crate_root": ".direct_cargo_bazel_deps.rs" } } ], - "library_target_name": "directories_next", + "version": "0.0.1" + }, + "directories-next 2.0.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "dirs-sys-next 0.1.2", + "target": "dirs_sys_next" + } ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "dirs-sys-next 0.1.2", - "target": "dirs_sys_next" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.0.0" + "edition": "2018" }, + "library_target_name": "directories_next", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "dirs 6.0.0": { - "name": "dirs", - "version": "6.0.0", - "package_url": "https://github.com/soc/dirs-rs", + "name": "directories-next", + "package_url": "https://github.com/xdg-rs/dirs/tree/master/directories", "repository": { "Http": { - "url": "https://static.crates.io/crates/dirs/6.0.0/download", - "sha256": "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" + "sha256": "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc", + "url": "https://static.crates.io/crates/directories-next/2.0.0/download" } }, "targets": [ { "Library": { - "crate_name": "dirs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "directories_next", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "dirs", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "dirs-sys 0.5.0", - "target": "dirs_sys" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "6.0.0" + "version": "2.0.0" + }, + "dirs 6.0.0": { + "common_attrs": { + "deps": [ + { + "id": "dirs-sys 0.5.0", + "target": "dirs_sys" + } + ], + "edition": "2015" }, + "library_target_name": "dirs", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "dirs-next 2.0.0": { - "name": "dirs-next", - "version": "2.0.0", - "package_url": "https://github.com/xdg-rs/dirs", + "name": "dirs", + "package_url": "https://github.com/soc/dirs-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/dirs-next/2.0.0/download", - "sha256": "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" + "sha256": "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e", + "url": "https://static.crates.io/crates/dirs/6.0.0/download" } }, "targets": [ { "Library": { - "crate_name": "dirs_next", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "dirs", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "dirs_next", + "version": "6.0.0" + }, + "dirs-next 2.0.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "dirs-sys-next 0.1.2", + "target": "dirs_sys_next" + } ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "dirs-sys-next 0.1.2", - "target": "dirs_sys_next" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.0.0" + "edition": "2018" }, + "library_target_name": "dirs_next", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "dirs-sys 0.5.0": { - "name": "dirs-sys", - "version": "0.5.0", - "package_url": "https://github.com/dirs-dev/dirs-sys-rs", + "name": "dirs-next", + "package_url": "https://github.com/xdg-rs/dirs", "repository": { "Http": { - "url": "https://static.crates.io/crates/dirs-sys/0.5.0/download", - "sha256": "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" + "sha256": "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1", + "url": "https://static.crates.io/crates/dirs-next/2.0.0/download" } }, "targets": [ { "Library": { - "crate_name": "dirs_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "dirs_next", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "dirs_sys", + "version": "2.0.0" + }, + "dirs-sys 0.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [ { @@ -24608,45 +19297,35 @@ ] } }, - "edition": "2015", - "version": "0.5.0" + "edition": "2015" }, + "library_target_name": "dirs_sys", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "dirs-sys-next 0.1.2": { - "name": "dirs-sys-next", - "version": "0.1.2", - "package_url": "https://github.com/xdg-rs/dirs/tree/master/dirs-sys", + "name": "dirs-sys", + "package_url": "https://github.com/dirs-dev/dirs-sys-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/dirs-sys-next/0.1.2/download", - "sha256": "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" + "sha256": "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab", + "url": "https://static.crates.io/crates/dirs-sys/0.5.0/download" } }, "targets": [ { "Library": { - "crate_name": "dirs_sys_next", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "dirs_sys", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "dirs_sys_next", + "version": "0.5.0" + }, + "dirs-sys-next 0.1.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [], "selects": { @@ -24670,2092 +19349,1553 @@ ] } }, - "edition": "2018", - "version": "0.1.2" + "edition": "2018" }, + "library_target_name": "dirs_sys_next", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" + "name": "dirs-sys-next", + "package_url": "https://github.com/xdg-rs/dirs/tree/master/dirs-sys", + "repository": { + "Http": { + "sha256": "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d", + "url": "https://static.crates.io/crates/dirs-sys-next/0.1.2/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "dirs_sys_next", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.1.2" }, "displaydoc 0.2.4": { + "common_attrs": { + "crate_features": [ + "default", + "std" + ], + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } + ], + "edition": "2018" + }, + "library_target_name": "displaydoc", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", + "license_ids": [ + "Apache-2.0", + "MIT" + ], "name": "displaydoc", - "version": "0.2.4", "package_url": "https://github.com/yaahc/displaydoc", "repository": { "Http": { - "url": "https://static.crates.io/crates/displaydoc/0.2.4/download", - "sha256": "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" + "sha256": "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d", + "url": "https://static.crates.io/crates/displaydoc/0.2.4/download" } }, "targets": [ { "ProcMacro": { "crate_name": "displaydoc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "displaydoc", + "version": "0.2.4" + }, + "dlv-list 0.5.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.4" + "deps": [ + { + "id": "const-random 0.1.18", + "target": "const_random" + } + ], + "edition": "2021" }, + "library_target_name": "dlv_list", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "dlv-list 0.5.2": { "name": "dlv-list", - "version": "0.5.2", "package_url": "https://github.com/sgodwincs/dlv-list-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/dlv-list/0.5.2/download", - "sha256": "442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f" + "sha256": "442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f", + "url": "https://static.crates.io/crates/dlv-list/0.5.2/download" } }, "targets": [ { "Library": { "crate_name": "dlv_list", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "dlv_list", + "version": "0.5.2" + }, + "doc-comment 0.3.3": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "const-random 0.1.18", - "target": "const_random" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.2" + "edition": "2015", + "extra_deps": [ + ":build_script_build" + ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "doc_comment", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "doc-comment 0.3.3": { "name": "doc-comment", - "version": "0.3.3", "package_url": "https://github.com/GuillaumeGomez/doc-comment", "repository": { "Http": { - "url": "https://static.crates.io/crates/doc-comment/0.3.3/download", - "sha256": "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" + "sha256": "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10", + "url": "https://static.crates.io/crates/doc-comment/0.3.3/download" } }, "targets": [ { "Library": { "crate_name": "doc_comment", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "doc_comment", + "version": "0.3.3" + }, + "downcast 0.11.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "doc-comment 0.3.3", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.3.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] + "edition": "2018" }, + "library_target_name": "downcast", "license": "MIT", + "license_file": "LICENSE-MIT", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "downcast 0.11.0": { "name": "downcast", - "version": "0.11.0", "package_url": "https://github.com/fkoep/downcast-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/downcast/0.11.0/download", - "sha256": "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" + "sha256": "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1", + "url": "https://static.crates.io/crates/downcast/0.11.0/download" } }, "targets": [ { "Library": { "crate_name": "downcast", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "downcast", + "version": "0.11.0" + }, + "drawille 0.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "colored 2.0.4", + "target": "colored" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + } ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.11.0" + "edition": "2015" }, - "license": "MIT", + "library_target_name": "drawille", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE-MIT" - }, - "drawille 0.3.0": { "name": "drawille", - "version": "0.3.0", "package_url": "https://github.com/ftxqxd/drawille-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/drawille/0.3.0/download", - "sha256": "e64e461c3f1e69d99372620640b3fd5f0309eeda2e26e4af69f6760c0e1df845" + "sha256": "e64e461c3f1e69d99372620640b3fd5f0309eeda2e26e4af69f6760c0e1df845", + "url": "https://static.crates.io/crates/drawille/0.3.0/download" } }, "targets": [ { "Library": { "crate_name": "drawille", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "drawille", + "version": "0.3.0" + }, + "dtoa 1.0.9": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "colored 2.0.4", - "target": "colored" - }, - { - "id": "fnv 1.0.7", - "target": "fnv" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.3.0" + "edition": "2018" }, + "library_target_name": "dtoa", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "dtoa 1.0.9": { "name": "dtoa", - "version": "1.0.9", "package_url": "https://github.com/dtolnay/dtoa", "repository": { "Http": { - "url": "https://static.crates.io/crates/dtoa/1.0.9/download", - "sha256": "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" + "sha256": "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653", + "url": "https://static.crates.io/crates/dtoa/1.0.9/download" } }, "targets": [ { "Library": { "crate_name": "dtoa", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "dtoa", + "version": "1.0.9" + }, + "dtoa-short 0.3.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "dtoa 1.0.9", + "target": "dtoa" + } ], - "edition": "2018", - "version": "1.0.9" + "edition": "2015" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "dtoa_short", + "license": "MPL-2.0", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "MPL-2.0" ], - "license_file": "LICENSE-APACHE" - }, - "dtoa-short 0.3.4": { "name": "dtoa-short", - "version": "0.3.4", "package_url": "https://github.com/upsuper/dtoa-short", "repository": { "Http": { - "url": "https://static.crates.io/crates/dtoa-short/0.3.4/download", - "sha256": "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74" + "sha256": "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74", + "url": "https://static.crates.io/crates/dtoa-short/0.3.4/download" } }, "targets": [ { "Library": { "crate_name": "dtoa_short", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "dtoa_short", + "version": "0.3.4" + }, + "dunce 1.0.5": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "dtoa 1.0.9", - "target": "dtoa" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.3.4" + "edition": "2021" }, - "license": "MPL-2.0", + "library_target_name": "dunce", + "license": "CC0-1.0 OR MIT-0 OR Apache-2.0", + "license_file": "LICENSE", "license_ids": [ - "MPL-2.0" + "Apache-2.0", + "CC0-1.0", + "MIT-0" ], - "license_file": "LICENSE" - }, - "dunce 1.0.5": { "name": "dunce", - "version": "1.0.5", "package_url": "https://gitlab.com/kornelski/dunce", "repository": { "Http": { - "url": "https://static.crates.io/crates/dunce/1.0.5/download", - "sha256": "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" + "sha256": "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813", + "url": "https://static.crates.io/crates/dunce/1.0.5/download" } }, "targets": [ { "Library": { "crate_name": "dunce", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "dunce", + "version": "1.0.5" + }, + "duration-string 0.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "serde" ], - "edition": "2021", - "version": "1.0.5" + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2018" }, - "license": "CC0-1.0 OR MIT-0 OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "CC0-1.0", - "MIT-0" - ], - "license_file": "LICENSE" - }, - "duration-string 0.3.0": { + "library_target_name": "duration_string", + "license_file": "LICENSE", "name": "duration-string", - "version": "0.3.0", "package_url": "https://github.com/Ronniskansing/duration-string", "repository": { "Http": { - "url": "https://static.crates.io/crates/duration-string/0.3.0/download", - "sha256": "6fcc1d9ae294a15ed05aeae8e11ee5f2b3fe971c077d45a42fb20825fba6ee13" + "sha256": "6fcc1d9ae294a15ed05aeae8e11ee5f2b3fe971c077d45a42fb20825fba6ee13", + "url": "https://static.crates.io/crates/duration-string/0.3.0/download" } }, "targets": [ { "Library": { "crate_name": "duration_string", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "duration_string", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.0" - }, - "license": null, - "license_ids": [], - "license_file": "LICENSE" + "version": "0.3.0" }, "dyn-clone 1.0.20": { + "common_attrs": { + "edition": "2018" + }, + "library_target_name": "dyn_clone", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", + "license_ids": [ + "Apache-2.0", + "MIT" + ], "name": "dyn-clone", - "version": "1.0.20", "package_url": "https://github.com/dtolnay/dyn-clone", "repository": { "Http": { - "url": "https://static.crates.io/crates/dyn-clone/1.0.20/download", - "sha256": "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" + "sha256": "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555", + "url": "https://static.crates.io/crates/dyn-clone/1.0.20/download" } }, "targets": [ { "Library": { "crate_name": "dyn_clone", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "dyn_clone", + "version": "1.0.20" + }, + "ecdsa 0.16.9": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "arithmetic", + "default", + "der", + "digest", + "hazmat", + "pem", + "pkcs8", + "rfc6979", + "serde", + "serdect", + "signing", + "spki", + "std", + "verifying" + ], + "deps": [ + { + "id": "der 0.7.7", + "target": "der" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "elliptic-curve 0.13.8", + "target": "elliptic_curve" + }, + { + "id": "rfc6979 0.4.0", + "target": "rfc6979" + }, + { + "id": "serdect 0.2.0", + "target": "serdect" + }, + { + "id": "signature 2.2.0", + "target": "signature" + }, + { + "id": "spki 0.7.3", + "target": "spki" + } ], - "edition": "2018", - "version": "1.0.20" + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "ecdsa", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ecdsa 0.16.9": { "name": "ecdsa", - "version": "0.16.9", "package_url": "https://github.com/RustCrypto/signatures/tree/master/ecdsa", "repository": { "Http": { - "url": "https://static.crates.io/crates/ecdsa/0.16.9/download", - "sha256": "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" + "sha256": "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca", + "url": "https://static.crates.io/crates/ecdsa/0.16.9/download" } }, "targets": [ { "Library": { "crate_name": "ecdsa", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ecdsa", + "version": "0.16.9" + }, + "ed25519 2.2.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "pem", + "pkcs8", + "std" ], - "crate_features": { - "common": [ - "alloc", - "arithmetic", - "default", - "der", - "digest", - "hazmat", - "pem", - "pkcs8", - "rfc6979", - "serde", - "serdect", - "signing", - "spki", - "std", - "verifying" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "der 0.7.7", - "target": "der" - }, - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "elliptic-curve 0.13.8", - "target": "elliptic_curve" - }, - { - "id": "rfc6979 0.4.0", - "target": "rfc6979" - }, - { - "id": "serdect 0.2.0", - "target": "serdect" - }, - { - "id": "signature 2.2.0", - "target": "signature" - }, - { - "id": "spki 0.7.3", - "target": "spki" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.16.9" + "deps": [ + { + "id": "pkcs8 0.10.2", + "target": "pkcs8" + }, + { + "id": "signature 2.2.0", + "target": "signature" + } + ], + "edition": "2021" }, + "library_target_name": "ed25519", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ed25519 2.2.3": { "name": "ed25519", - "version": "2.2.3", "package_url": "https://github.com/RustCrypto/signatures/tree/master/ed25519", "repository": { "Http": { - "url": "https://static.crates.io/crates/ed25519/2.2.3/download", - "sha256": "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" + "sha256": "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53", + "url": "https://static.crates.io/crates/ed25519/2.2.3/download" } }, "targets": [ { "Library": { "crate_name": "ed25519", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ed25519", + "version": "2.2.3" + }, + "ed25519-consensus 2.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "serde", + "std", + "thiserror" + ], + "deps": [ + { + "alias": "curve25519_dalek", + "id": "curve25519-dalek-ng 4.1.1", + "target": "curve25519_dalek_ng" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "sha2 0.9.9", + "target": "sha2" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } ], - "crate_features": { - "common": [ - "alloc", - "pem", - "pkcs8", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "pkcs8 0.10.2", - "target": "pkcs8" - }, - { - "id": "signature 2.2.0", - "target": "signature" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.2.3" + "edition": "2018" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "ed25519_consensus", + "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ed25519-consensus 2.1.0": { "name": "ed25519-consensus", - "version": "2.1.0", "package_url": "https://github.com/penumbra-zone/ed25519-consensus", "repository": { "Http": { - "url": "https://static.crates.io/crates/ed25519-consensus/2.1.0/download", - "sha256": "3c8465edc8ee7436ffea81d21a019b16676ee3db267aa8d5a8d729581ecf998b" + "sha256": "3c8465edc8ee7436ffea81d21a019b16676ee3db267aa8d5a8d729581ecf998b", + "url": "https://static.crates.io/crates/ed25519-consensus/2.1.0/download" } }, "targets": [ { "Library": { "crate_name": "ed25519_consensus", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ed25519_consensus", + "version": "2.1.0" + }, + "ed25519-dalek 2.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "batch", + "default", + "digest", + "fast", + "hazmat", + "merlin", + "pem", + "pkcs8", + "rand_core", + "signature", + "std", + "zeroize" + ], + "deps": [ + { + "id": "curve25519-dalek 4.1.3", + "target": "curve25519_dalek" + }, + { + "id": "ed25519 2.2.3", + "target": "ed25519" + }, + { + "id": "merlin 3.0.0", + "target": "merlin" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "sha2 0.10.9", + "target": "sha2" + }, + { + "id": "signature 2.2.0", + "target": "signature" + }, + { + "id": "subtle 2.6.1", + "target": "subtle" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } ], - "crate_features": { - "common": [ - "default", - "serde", - "std", - "thiserror" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "curve25519-dalek-ng 4.1.1", - "target": "curve25519_dalek_ng", - "alias": "curve25519_dalek" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "sha2 0.9.9", - "target": "sha2" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.1.0" + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "ed25519_dalek", + "license": "BSD-3-Clause", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "BSD-3-Clause" ], - "license_file": null - }, - "ed25519-dalek 2.2.0": { "name": "ed25519-dalek", - "version": "2.2.0", "package_url": "https://github.com/dalek-cryptography/curve25519-dalek/tree/main/ed25519-dalek", "repository": { "Http": { - "url": "https://static.crates.io/crates/ed25519-dalek/2.2.0/download", - "sha256": "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9" + "sha256": "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9", + "url": "https://static.crates.io/crates/ed25519-dalek/2.2.0/download" } }, "targets": [ { "Library": { "crate_name": "ed25519_dalek", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ed25519_dalek", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "batch", - "default", - "digest", - "fast", - "hazmat", - "merlin", - "pem", - "pkcs8", - "rand_core", - "signature", - "std", - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "curve25519-dalek 4.1.3", - "target": "curve25519_dalek" - }, - { - "id": "ed25519 2.2.3", - "target": "ed25519" - }, - { - "id": "merlin 3.0.0", - "target": "merlin" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "signature 2.2.0", - "target": "signature" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.2.0" - }, - "license": "BSD-3-Clause", - "license_ids": [ - "BSD-3-Clause" - ], - "license_file": "LICENSE" + "version": "2.2.0" }, "educe 0.5.11": { - "name": "educe", - "version": "0.5.11", - "package_url": "https://github.com/magiclen/educe", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/educe/0.5.11/download", - "sha256": "e4bd92664bf78c4d3dba9b7cdafce6fa15b13ed3ed16175218196942e99168a8" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "educe", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "educe", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "Clone", - "Copy", - "Debug", - "Default", - "Deref", - "DerefMut", - "Eq", - "Hash", - "Into", - "Ord", - "PartialEq", - "PartialOrd", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "enum-ordinalize 4.4.2", - "target": "enum_ordinalize" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.11" + "common_attrs": { + "crate_features": [ + "Clone", + "Copy", + "Debug", + "Default", + "Deref", + "DerefMut", + "Eq", + "Hash", + "Into", + "Ord", + "PartialEq", + "PartialOrd", + "default" + ], + "deps": [ + { + "id": "enum-ordinalize 4.4.2", + "target": "enum_ordinalize" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } + ], + "edition": "2021" }, + "library_target_name": "educe", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "educe 0.6.0": { "name": "educe", - "version": "0.6.0", "package_url": "https://github.com/magiclen/educe", "repository": { "Http": { - "url": "https://static.crates.io/crates/educe/0.6.0/download", - "sha256": "1d7bc049e1bd8cdeb31b68bbd586a9464ecf9f3944af3958a7a9d0f8b9799417" + "sha256": "e4bd92664bf78c4d3dba9b7cdafce6fa15b13ed3ed16175218196942e99168a8", + "url": "https://static.crates.io/crates/educe/0.5.11/download" } }, "targets": [ { "ProcMacro": { "crate_name": "educe", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "educe", + "version": "0.5.11" + }, + "educe 0.6.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "enum-ordinalize 4.4.2", + "target": "enum_ordinalize" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "enum-ordinalize 4.4.2", - "target": "enum_ordinalize" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.0" + "edition": "2021" }, + "library_target_name": "educe", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" + "name": "educe", + "package_url": "https://github.com/magiclen/educe", + "repository": { + "Http": { + "sha256": "1d7bc049e1bd8cdeb31b68bbd586a9464ecf9f3944af3958a7a9d0f8b9799417", + "url": "https://static.crates.io/crates/educe/0.6.0/download" + } + }, + "targets": [ + { + "ProcMacro": { + "crate_name": "educe", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.6.0" }, "ego-tree 0.10.0": { + "common_attrs": { + "edition": "2021" + }, + "library_target_name": "ego_tree", + "license": "ISC", + "license_file": "LICENSE", + "license_ids": [ + "ISC" + ], "name": "ego-tree", - "version": "0.10.0", "package_url": "https://github.com/rust-scraper/ego-tree", "repository": { "Http": { - "url": "https://static.crates.io/crates/ego-tree/0.10.0/download", - "sha256": "b2972feb8dffe7bc8c5463b1dacda1b0dfbed3710e50f977d965429692d74cd8" + "sha256": "b2972feb8dffe7bc8c5463b1dacda1b0dfbed3710e50f977d965429692d74cd8", + "url": "https://static.crates.io/crates/ego-tree/0.10.0/download" } }, "targets": [ { "Library": { "crate_name": "ego_tree", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ego_tree", + "version": "0.10.0" + }, + "either 1.18.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "serde", + "std", + "use_std" ], - "edition": "2021", - "version": "0.10.0" + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2021" }, - "license": "ISC", + "library_target_name": "either", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "ISC" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" - }, - "either 1.18.0": { "name": "either", - "version": "1.18.0", "package_url": "https://github.com/rayon-rs/either", "repository": { "Http": { - "url": "https://static.crates.io/crates/either/1.18.0/download", - "sha256": "252afb9ae5eaa683babdc6a068b3f5726eb19e05070c731f9b2a23a7c3e8ed34" + "sha256": "252afb9ae5eaa683babdc6a068b3f5726eb19e05070c731f9b2a23a7c3e8ed34", + "url": "https://static.crates.io/crates/either/1.18.0/download" } }, "targets": [ { "Library": { "crate_name": "either", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "either", + "version": "1.18.0" + }, + "elliptic-curve 0.13.8": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "arithmetic", + "default", + "digest", + "ecdh", + "ff", + "group", + "hazmat", + "pem", + "pkcs8", + "sec1", + "serde", + "std" + ], + "deps": [ + { + "id": "base16ct 0.2.0", + "target": "base16ct" + }, + { + "id": "crypto-bigint 0.5.2", + "target": "crypto_bigint" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "ff 0.13.0", + "target": "ff" + }, + { + "id": "generic-array 0.14.7", + "target": "generic_array" + }, + { + "id": "group 0.13.0", + "target": "group" + }, + { + "id": "hkdf 0.12.4", + "target": "hkdf" + }, + { + "id": "pem-rfc7468 0.7.0", + "target": "pem_rfc7468" + }, + { + "id": "pkcs8 0.10.2", + "target": "pkcs8" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "sec1 0.7.3", + "target": "sec1" + }, + { + "id": "serdect 0.2.0", + "target": "serdect" + }, + { + "id": "subtle 2.6.1", + "target": "subtle" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } ], - "crate_features": { - "common": [ - "default", - "serde", - "std", - "use_std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.18.0" + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "elliptic_curve", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "elliptic-curve 0.13.8": { "name": "elliptic-curve", - "version": "0.13.8", "package_url": "https://github.com/RustCrypto/traits/tree/master/elliptic-curve", "repository": { "Http": { - "url": "https://static.crates.io/crates/elliptic-curve/0.13.8/download", - "sha256": "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" + "sha256": "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47", + "url": "https://static.crates.io/crates/elliptic-curve/0.13.8/download" } }, "targets": [ { "Library": { "crate_name": "elliptic_curve", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "elliptic_curve", + "version": "0.13.8" + }, + "email_address 0.2.9": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "serde", + "serde_support" ], - "crate_features": { - "common": [ - "alloc", - "arithmetic", - "default", - "digest", - "ecdh", - "ff", - "group", - "hazmat", - "pem", - "pkcs8", - "sec1", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base16ct 0.2.0", - "target": "base16ct" - }, - { - "id": "crypto-bigint 0.5.2", - "target": "crypto_bigint" - }, - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "ff 0.13.0", - "target": "ff" - }, - { - "id": "generic-array 0.14.7", - "target": "generic_array" - }, - { - "id": "group 0.13.0", - "target": "group" - }, - { - "id": "hkdf 0.12.4", - "target": "hkdf" - }, - { - "id": "pem-rfc7468 0.7.0", - "target": "pem_rfc7468" - }, - { - "id": "pkcs8 0.10.2", - "target": "pkcs8" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "sec1 0.7.3", - "target": "sec1" - }, - { - "id": "serdect 0.2.0", - "target": "serdect" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.13.8" + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2018" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "email_address", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "email_address 0.2.9": { "name": "email_address", - "version": "0.2.9", "package_url": "https://github.com/johnstonskj/rust-email_address.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/email_address/0.2.9/download", - "sha256": "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449" + "sha256": "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449", + "url": "https://static.crates.io/crates/email_address/0.2.9/download" } }, "targets": [ { "Library": { "crate_name": "email_address", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "email_address", + "version": "0.2.9" + }, + "embedded-io 0.4.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "serde", - "serde_support" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.9" + "edition": "2021" }, - "license": "MIT", + "library_target_name": "embedded_io", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "embedded-io 0.4.0": { "name": "embedded-io", - "version": "0.4.0", "package_url": "https://github.com/embassy-rs/embedded-io", "repository": { "Http": { - "url": "https://static.crates.io/crates/embedded-io/0.4.0/download", - "sha256": "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced" + "sha256": "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced", + "url": "https://static.crates.io/crates/embedded-io/0.4.0/download" } }, "targets": [ { "Library": { "crate_name": "embedded_io", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "embedded_io", + "version": "0.4.0" + }, + "embedded-io 0.6.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.4.0" + "edition": "2021" }, + "library_target_name": "embedded_io", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "embedded-io 0.6.1": { "name": "embedded-io", - "version": "0.6.1", "package_url": "https://github.com/rust-embedded/embedded-hal", "repository": { "Http": { - "url": "https://static.crates.io/crates/embedded-io/0.6.1/download", - "sha256": "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" + "sha256": "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d", + "url": "https://static.crates.io/crates/embedded-io/0.6.1/download" } }, "targets": [ { "Library": { "crate_name": "embedded_io", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "embedded_io", + "version": "0.6.1" + }, + "ena 0.14.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "log 0.4.33", + "target": "log" + } ], - "edition": "2021", - "version": "0.6.1" + "edition": "2015" }, + "library_target_name": "ena", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ena 0.14.2": { "name": "ena", - "version": "0.14.2", "package_url": "https://github.com/rust-lang/ena", "repository": { "Http": { - "url": "https://static.crates.io/crates/ena/0.14.2/download", - "sha256": "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1" + "sha256": "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1", + "url": "https://static.crates.io/crates/ena/0.14.2/download" } }, "targets": [ { "Library": { "crate_name": "ena", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ena", + "version": "0.14.2" + }, + "encode_unicode 0.3.6": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "log 0.4.33", - "target": "log" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.14.2" + "edition": "2015" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "encode_unicode", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "encode_unicode 0.3.6": { "name": "encode_unicode", - "version": "0.3.6", "package_url": "https://github.com/tormol/encode_unicode", "repository": { "Http": { - "url": "https://static.crates.io/crates/encode_unicode/0.3.6/download", - "sha256": "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" + "sha256": "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f", + "url": "https://static.crates.io/crates/encode_unicode/0.3.6/download" } }, "targets": [ { "Library": { "crate_name": "encode_unicode", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "encode_unicode", + "version": "0.3.6" + }, + "encoding_rs 0.8.32": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default" ], - "edition": "2015", - "version": "0.3.6" + "deps": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + } + ], + "edition": "2018" }, - "license": "MIT/Apache-2.0", + "library_target_name": "encoding_rs", + "license": "(Apache-2.0 OR MIT) AND BSD-3-Clause", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", + "BSD-3-Clause", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "encoding_rs 0.8.32": { "name": "encoding_rs", - "version": "0.8.32", "package_url": "https://github.com/hsivonen/encoding_rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/encoding_rs/0.8.32/download", - "sha256": "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" + "sha256": "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394", + "url": "https://static.crates.io/crates/encoding_rs/0.8.32/download" } }, "targets": [ { "Library": { "crate_name": "encoding_rs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "encoding_rs", + "version": "0.8.32" + }, + "enum-as-inner 0.5.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "heck 0.4.1", + "target": "heck" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } ], - "crate_features": { - "common": [ - "alloc", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.8.32" + "edition": "2018" }, - "license": "(Apache-2.0 OR MIT) AND BSD-3-Clause", + "library_target_name": "enum_as_inner", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", - "BSD-3-Clause", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "enum-as-inner 0.5.1": { "name": "enum-as-inner", - "version": "0.5.1", "package_url": "https://github.com/bluejekyll/enum-as-inner", "repository": { "Http": { - "url": "https://static.crates.io/crates/enum-as-inner/0.5.1/download", - "sha256": "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116" + "sha256": "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116", + "url": "https://static.crates.io/crates/enum-as-inner/0.5.1/download" } }, "targets": [ { "ProcMacro": { "crate_name": "enum_as_inner", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "enum_as_inner", + "version": "0.5.1" + }, + "enum-ordinalize 4.4.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "derive" ], - "deps": { - "common": [ - { - "id": "heck 0.4.1", - "target": "heck" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.1" + "edition": "2024", + "proc_macro_deps": [ + { + "id": "enum-ordinalize-derive 4.4.1", + "target": "enum_ordinalize_derive" + } + ] }, - "license": "MIT/Apache-2.0", + "library_target_name": "enum_ordinalize", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "enum-ordinalize 4.4.2": { "name": "enum-ordinalize", - "version": "4.4.2", "package_url": "https://github.com/magiclen/enum-ordinalize", "repository": { "Http": { - "url": "https://static.crates.io/crates/enum-ordinalize/4.4.2/download", - "sha256": "89dd01549b09589510cf0647475075d12071456586d70f5c75c98ae2a5537677" + "sha256": "89dd01549b09589510cf0647475075d12071456586d70f5c75c98ae2a5537677", + "url": "https://static.crates.io/crates/enum-ordinalize/4.4.2/download" } }, "targets": [ { "Library": { "crate_name": "enum_ordinalize", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "enum_ordinalize", + "version": "4.4.2" + }, + "enum-ordinalize-derive 4.4.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "derive" - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "enum-ordinalize-derive 4.4.1", - "target": "enum_ordinalize_derive" - } - ], - "selects": {} - }, - "version": "4.4.2" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } + ], + "edition": "2024" }, + "library_target_name": "enum_ordinalize_derive", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "enum-ordinalize-derive 4.4.1": { "name": "enum-ordinalize-derive", - "version": "4.4.1", "package_url": "https://github.com/magiclen/enum-ordinalize", "repository": { "Http": { - "url": "https://static.crates.io/crates/enum-ordinalize-derive/4.4.1/download", - "sha256": "42e528e2d34ba8a67a1a650b86beae8ef69fc5fdb638016f386b973226590432" + "sha256": "42e528e2d34ba8a67a1a650b86beae8ef69fc5fdb638016f386b973226590432", + "url": "https://static.crates.io/crates/enum-ordinalize-derive/4.4.1/download" } }, "targets": [ { "ProcMacro": { "crate_name": "enum_ordinalize_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "enum_ordinalize_derive", + "version": "4.4.1" + }, + "env_filter 0.1.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "regex" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "4.4.1" + "deps": [ + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "regex 1.13.1", + "target": "regex" + } + ], + "edition": "2021" }, - "license": "MIT", + "library_target_name": "env_filter", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "env_filter 0.1.2": { "name": "env_filter", - "version": "0.1.2", "package_url": "https://github.com/rust-cli/env_logger", "repository": { "Http": { - "url": "https://static.crates.io/crates/env_filter/0.1.2/download", - "sha256": "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab" + "sha256": "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab", + "url": "https://static.crates.io/crates/env_filter/0.1.2/download" } }, "targets": [ { "Library": { "crate_name": "env_filter", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "env_filter", + "version": "0.1.2" + }, + "env_logger 0.11.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "auto-color", + "color", + "default", + "humantime", + "regex" + ], + "deps": [ + { + "id": "anstream 0.6.15", + "target": "anstream" + }, + { + "id": "anstyle 1.0.8", + "target": "anstyle" + }, + { + "id": "env_filter 0.1.2", + "target": "env_filter" + }, + { + "id": "humantime 2.4.0", + "target": "humantime" + }, + { + "id": "log 0.4.33", + "target": "log" + } ], - "crate_features": { - "common": [ - "regex" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "regex 1.13.1", - "target": "regex" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.2" + "edition": "2021" }, + "library_target_name": "env_logger", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "env_logger 0.8.4": { "name": "env_logger", - "version": "0.8.4", - "package_url": "https://github.com/env-logger-rs/env_logger/", + "package_url": "https://github.com/rust-cli/env_logger", "repository": { "Http": { - "url": "https://static.crates.io/crates/env_logger/0.8.4/download", - "sha256": "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" + "sha256": "6c012a26a7f605efc424dd53697843a72be7dc86ad2d01f7814337794a12231d", + "url": "https://static.crates.io/crates/env_logger/0.11.2/download" } }, "targets": [ { "Library": { "crate_name": "env_logger", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "env_logger", + "version": "0.11.2" + }, + "env_logger 0.8.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "regex" ], - "crate_features": { - "common": [ - "regex" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "regex 1.13.1", - "target": "regex" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.8.4" + "deps": [ + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "regex 1.13.1", + "target": "regex" + } + ], + "edition": "2018" }, + "library_target_name": "env_logger", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "env_logger 0.11.2": { "name": "env_logger", - "version": "0.11.2", - "package_url": "https://github.com/rust-cli/env_logger", + "package_url": "https://github.com/env-logger-rs/env_logger/", "repository": { "Http": { - "url": "https://static.crates.io/crates/env_logger/0.11.2/download", - "sha256": "6c012a26a7f605efc424dd53697843a72be7dc86ad2d01f7814337794a12231d" + "sha256": "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3", + "url": "https://static.crates.io/crates/env_logger/0.8.4/download" } }, "targets": [ { "Library": { "crate_name": "env_logger", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "env_logger", + "version": "0.8.4" + }, + "equator 0.2.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "auto-color", - "color", - "default", - "humantime", - "regex" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anstream 0.6.15", - "target": "anstream" - }, - { - "id": "anstyle 1.0.8", - "target": "anstyle" - }, - { - "id": "env_filter 0.1.2", - "target": "env_filter" - }, - { - "id": "humantime 2.4.0", - "target": "humantime" - }, - { - "id": "log 0.4.33", - "target": "log" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.11.2" + "proc_macro_deps": [ + { + "id": "equator-macro 0.2.1", + "target": "equator_macro" + } + ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "equator", + "license": "MIT", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "equator 0.2.2": { "name": "equator", - "version": "0.2.2", "package_url": "https://github.com/sarah-ek/equator/", "repository": { "Http": { - "url": "https://static.crates.io/crates/equator/0.2.2/download", - "sha256": "c35da53b5a021d2484a7cc49b2ac7f2d840f8236a286f84202369bd338d761ea" + "sha256": "c35da53b5a021d2484a7cc49b2ac7f2d840f8236a286f84202369bd338d761ea", + "url": "https://static.crates.io/crates/equator/0.2.2/download" } }, "targets": [ { "Library": { "crate_name": "equator", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "equator", + "version": "0.2.2" + }, + "equator-macro 0.2.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "equator-macro 0.2.1", - "target": "equator_macro" - } - ], - "selects": {} - }, - "version": "0.2.2" + "edition": "2021" }, + "library_target_name": "equator_macro", "license": "MIT", "license_ids": [ "MIT" ], - "license_file": null - }, - "equator-macro 0.2.1": { "name": "equator-macro", - "version": "0.2.1", "package_url": "https://github.com/sarah-ek/equator/", "repository": { "Http": { - "url": "https://static.crates.io/crates/equator-macro/0.2.1/download", - "sha256": "3bf679796c0322556351f287a51b49e48f7c4986e727b5dd78c972d30e2e16cc" + "sha256": "3bf679796c0322556351f287a51b49e48f7c4986e727b5dd78c972d30e2e16cc", + "url": "https://static.crates.io/crates/equator-macro/0.2.1/download" } }, "targets": [ { "ProcMacro": { "crate_name": "equator_macro", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "equator_macro", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null + "version": "0.2.1" }, "equivalent 1.0.1": { - "name": "equivalent", - "version": "1.0.1", - "package_url": "https://github.com/cuviper/equivalent", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/equivalent/1.0.1/download", - "sha256": "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "equivalent", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "equivalent", "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "1.0.1" + "edition": "2015" }, + "library_target_name": "equivalent", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "erased-serde 0.3.28": { - "name": "erased-serde", - "version": "0.3.28", - "package_url": "https://github.com/dtolnay/erased-serde", + "name": "equivalent", + "package_url": "https://github.com/cuviper/equivalent", "repository": { "Http": { - "url": "https://static.crates.io/crates/erased-serde/0.3.28/download", - "sha256": "da96524cc884f6558f1769b6c46686af2fe8e8b4cd253bd5a3cdba8181b8e070" + "sha256": "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5", + "url": "https://static.crates.io/crates/equivalent/1.0.1/download" } }, "targets": [ { "Library": { - "crate_name": "erased_serde", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "equivalent", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "erased_serde", + "version": "1.0.1" + }, + "erased-serde 0.3.28": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "erased-serde 0.3.28", - "target": "build_script_build" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.28" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + } ], - "data_glob": [ - "**" + "edition": "2021", + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "erased_serde", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "errno 0.2.8": { - "name": "errno", - "version": "0.2.8", - "package_url": "https://github.com/lambda-fairy/rust-errno", + "name": "erased-serde", + "package_url": "https://github.com/dtolnay/erased-serde", "repository": { "Http": { - "url": "https://static.crates.io/crates/errno/0.2.8/download", - "sha256": "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" + "sha256": "da96524cc884f6558f1769b6c46686af2fe8e8b4cd253bd5a3cdba8181b8e070", + "url": "https://static.crates.io/crates/erased-serde/0.3.28/download" } }, "targets": [ { "Library": { - "crate_name": "errno", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "erased_serde", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "errno", + "version": "0.3.28" + }, + "errno 0.2.8": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, "deps": { "common": [], "selects": { @@ -26791,52 +20931,39 @@ ] } }, - "edition": "2015", - "version": "0.2.8" + "edition": "2015" }, + "library_target_name": "errno", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "errno 0.3.10": { "name": "errno", - "version": "0.3.10", "package_url": "https://github.com/lambda-fairy/rust-errno", "repository": { "Http": { - "url": "https://static.crates.io/crates/errno/0.3.10/download", - "sha256": "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" + "sha256": "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1", + "url": "https://static.crates.io/crates/errno/0.2.8/download" } }, "targets": [ { "Library": { "crate_name": "errno", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "errno", + "version": "0.2.8" + }, + "errno 0.3.10": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, "deps": { "common": [], "selects": { @@ -26866,322 +20993,218 @@ ] } }, - "edition": "2018", - "version": "0.3.10" + "edition": "2018" }, + "library_target_name": "errno", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "errno-dragonfly 0.1.2": { - "name": "errno-dragonfly", - "version": "0.1.2", - "package_url": "https://github.com/mneumann/errno-dragonfly-rs", + "name": "errno", + "package_url": "https://github.com/lambda-fairy/rust-errno", "repository": { "Http": { - "url": "https://static.crates.io/crates/errno-dragonfly/0.1.2/download", - "sha256": "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" + "sha256": "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d", + "url": "https://static.crates.io/crates/errno/0.3.10/download" } }, "targets": [ { "Library": { - "crate_name": "errno_dragonfly", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "errno", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "errno_dragonfly", + "version": "0.3.10" + }, + "errno-dragonfly 0.1.2": { + "build_script_attrs": { + "deps": [ + { + "id": "cc 1.2.48", + "target": "cc" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "libc 0.2.186", + "target": "libc" + } ], - "deps": { - "common": [ - { - "id": "errno-dragonfly 0.1.2", - "target": "build_script_build" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": {} - }, "edition": "2018", - "version": "0.1.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - } + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "errno_dragonfly", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "escargot 0.5.7": { - "name": "escargot", - "version": "0.5.7", - "package_url": "https://github.com/crate-ci/escargot.git", + "name": "errno-dragonfly", + "package_url": "https://github.com/mneumann/errno-dragonfly-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/escargot/0.5.7/download", - "sha256": "f5584ba17d7ab26a8a7284f13e5bd196294dd2f2d79773cff29b9e9edef601a6" + "sha256": "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf", + "url": "https://static.crates.io/crates/errno-dragonfly/0.1.2/download" } }, "targets": [ { "Library": { - "crate_name": "escargot", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "errno_dragonfly", + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "escargot", + "version": "0.1.2" + }, + "escargot 0.5.7": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "print" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "escargot 0.5.7", - "target": "build_script_build" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.7" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "print" ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + } ], - "data_glob": [ - "**" + "edition": "2018", + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "escargot", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ethnum 1.5.3": { - "name": "ethnum", - "version": "1.5.3", - "package_url": "https://github.com/nlordell/ethnum-rs", + "name": "escargot", + "package_url": "https://github.com/crate-ci/escargot.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/ethnum/1.5.3/download", - "sha256": "40404c3f5f511ec4da6fe866ddf6a717c309fdbb69fbbad7b0f3edab8f2e835f" + "sha256": "f5584ba17d7ab26a8a7284f13e5bd196294dd2f2d79773cff29b9e9edef601a6", + "url": "https://static.crates.io/crates/escargot/0.5.7/download" } }, "targets": [ { "Library": { - "crate_name": "ethnum", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "escargot", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "ethnum", + "version": "0.5.7" + }, + "ethnum 1.5.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "serde" ], - "crate_features": { - "common": [ - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.5.3" + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2021" }, + "library_target_name": "ethnum", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "event-listener 2.5.3": { - "name": "event-listener", - "version": "2.5.3", - "package_url": "https://github.com/smol-rs/event-listener", + "name": "ethnum", + "package_url": "https://github.com/nlordell/ethnum-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/event-listener/2.5.3/download", - "sha256": "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" + "sha256": "40404c3f5f511ec4da6fe866ddf6a717c309fdbb69fbbad7b0f3edab8f2e835f", + "url": "https://static.crates.io/crates/ethnum/1.5.3/download" } }, "targets": [ { "Library": { - "crate_name": "event_listener", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "ethnum", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "event_listener", + "version": "1.5.3" + }, + "event-listener 2.5.3": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "2.5.3" + "edition": "2018" }, + "library_target_name": "event_listener", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "event-listener 5.3.1": { "name": "event-listener", - "version": "5.3.1", "package_url": "https://github.com/smol-rs/event-listener", "repository": { "Http": { - "url": "https://static.crates.io/crates/event-listener/5.3.1/download", - "sha256": "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" + "sha256": "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0", + "url": "https://static.crates.io/crates/event-listener/2.5.3/download" } }, "targets": [ { "Library": { "crate_name": "event_listener", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "event_listener", + "version": "2.5.3" + }, + "event-listener 5.3.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "parking", + "std" ], - "crate_features": { - "common": [ - "default", - "parking", - "std" - ], - "selects": {} - }, "deps": { "common": [ { @@ -27220,914 +21243,677 @@ ] } }, - "edition": "2021", - "version": "5.3.1" + "edition": "2021" }, + "library_target_name": "event_listener", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "event-listener-strategy 0.5.4": { - "name": "event-listener-strategy", - "version": "0.5.4", - "package_url": "https://github.com/smol-rs/event-listener-strategy", + "name": "event-listener", + "package_url": "https://github.com/smol-rs/event-listener", "repository": { "Http": { - "url": "https://static.crates.io/crates/event-listener-strategy/0.5.4/download", - "sha256": "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" + "sha256": "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba", + "url": "https://static.crates.io/crates/event-listener/5.3.1/download" } }, "targets": [ { "Library": { - "crate_name": "event_listener_strategy", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "event_listener", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "event_listener_strategy", + "version": "5.3.1" + }, + "event-listener-strategy 0.5.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "std" ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "event-listener 5.3.1", - "target": "event_listener" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.4" + "deps": [ + { + "id": "event-listener 5.3.1", + "target": "event_listener" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + } + ], + "edition": "2021" }, + "library_target_name": "event_listener_strategy", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "evm_rpc_client 0.4.0": { - "name": "evm_rpc_client", - "version": "0.4.0", - "package_url": "https://github.com/dfinity/evm-rpc-canister", + "name": "event-listener-strategy", + "package_url": "https://github.com/smol-rs/event-listener-strategy", "repository": { "Http": { - "url": "https://static.crates.io/crates/evm_rpc_client/0.4.0/download", - "sha256": "023af59e299f1591daf2ac441129ba338fc9c6759c884bd05e222a99ffc19c9c" + "sha256": "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93", + "url": "https://static.crates.io/crates/event-listener-strategy/0.5.4/download" } }, "targets": [ { "Library": { - "crate_name": "evm_rpc_client", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "event_listener_strategy", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "evm_rpc_client", + "version": "0.5.4" + }, + "evm_rpc_client 0.4.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "evm_rpc_types 3.1.1", + "target": "evm_rpc_types" + }, + { + "id": "ic-canister-runtime 0.2.3", + "target": "ic_canister_runtime" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + }, + { + "id": "strum 0.27.2", + "target": "strum" + } ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "evm_rpc_types 3.1.1", - "target": "evm_rpc_types" - }, - { - "id": "ic-canister-runtime 0.2.3", - "target": "ic_canister_runtime" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "strum 0.27.2", - "target": "strum" - } - ], - "selects": {} - }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.89", - "target": "async_trait" - } - ], - "selects": {} - }, - "version": "0.4.0" + "proc_macro_deps": [ + { + "id": "async-trait 0.1.89", + "target": "async_trait" + } + ] }, + "library_target_name": "evm_rpc_client", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "evm_rpc_types 3.1.1": { - "name": "evm_rpc_types", - "version": "3.1.1", + "name": "evm_rpc_client", "package_url": "https://github.com/dfinity/evm-rpc-canister", "repository": { "Http": { - "url": "https://static.crates.io/crates/evm_rpc_types/3.1.1/download", - "sha256": "c348e834a97e2ca221259d6ec813009346904860be95cf756123630c44b79d5c" + "sha256": "023af59e299f1591daf2ac441129ba338fc9c6759c884bd05e222a99ffc19c9c", + "url": "https://static.crates.io/crates/evm_rpc_client/0.4.0/download" } }, "targets": [ { "Library": { - "crate_name": "evm_rpc_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "evm_rpc_client", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "evm_rpc_types", + "version": "0.4.0" + }, + "evm_rpc_types 3.1.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "canlog 0.2.0", + "target": "canlog" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "ic-error-types 0.2.0", + "target": "ic_error_types" + }, + { + "id": "ic-management-canister-types 0.5.0", + "target": "ic_management_canister_types" + }, + { + "id": "num-bigint 0.4.6", + "target": "num_bigint" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "strum 0.27.2", + "target": "strum" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + }, + { + "id": "url 2.5.4", + "target": "url" + } ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "canlog 0.2.0", - "target": "canlog" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "ic-error-types 0.2.0", - "target": "ic_error_types" - }, - { - "id": "ic-management-canister-types 0.5.0", - "target": "ic_management_canister_types" - }, - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "strum 0.27.2", - "target": "strum" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "url 2.5.4", - "target": "url" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.1.1" + "edition": "2021" }, + "library_target_name": "evm_rpc_types", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "exec 0.3.1": { - "name": "exec", - "version": "0.3.1", - "package_url": "https://github.com/faradayio/exec-rs", + "name": "evm_rpc_types", + "package_url": "https://github.com/dfinity/evm-rpc-canister", "repository": { "Http": { - "url": "https://static.crates.io/crates/exec/0.3.1/download", - "sha256": "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615" + "sha256": "c348e834a97e2ca221259d6ec813009346904860be95cf756123630c44b79d5c", + "url": "https://static.crates.io/crates/evm_rpc_types/3.1.1/download" } }, "targets": [ { "Library": { - "crate_name": "exec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "evm_rpc_types", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "exec", + "version": "3.1.1" + }, + "exec 0.3.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "errno 0.2.8", + "target": "errno" + }, + { + "id": "libc 0.2.186", + "target": "libc" + } ], - "deps": { - "common": [ - { - "id": "errno 0.2.8", - "target": "errno" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.3.1" + "edition": "2015" }, + "library_target_name": "exec", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE.txt", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE.txt" - }, - "exitcode 1.1.2": { - "name": "exitcode", - "version": "1.1.2", - "package_url": "https://github.com/benwilber/exitcode", + "name": "exec", + "package_url": "https://github.com/faradayio/exec-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/exitcode/1.1.2/download", - "sha256": "de853764b47027c2e862a995c34978ffa63c1501f2e15f987ba11bd4f9bba193" + "sha256": "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615", + "url": "https://static.crates.io/crates/exec/0.3.1/download" } }, "targets": [ { "Library": { - "crate_name": "exitcode", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "exec", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "exitcode", + "version": "0.3.1" + }, + "exitcode 1.1.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "1.1.2" + "edition": "2015" }, + "library_target_name": "exitcode", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "eyre 0.6.8": { - "name": "eyre", - "version": "0.6.8", - "package_url": "https://github.com/yaahc/eyre", + "name": "exitcode", + "package_url": "https://github.com/benwilber/exitcode", "repository": { "Http": { - "url": "https://static.crates.io/crates/eyre/0.6.8/download", - "sha256": "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb" + "sha256": "de853764b47027c2e862a995c34978ffa63c1501f2e15f987ba11bd4f9bba193", + "url": "https://static.crates.io/crates/exitcode/1.1.2/download" } }, "targets": [ { "Library": { - "crate_name": "eyre", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "exitcode", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "eyre", + "version": "1.1.2" + }, + "eyre 0.6.8": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "auto-install", - "default", - "track-caller" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "eyre 0.6.8", - "target": "build_script_build" - }, - { - "id": "indenter 0.3.3", - "target": "indenter" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.6.8" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "auto-install", + "default", + "track-caller" ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "indenter 0.3.3", + "target": "indenter" + }, + { + "id": "once_cell 1.21.3", + "target": "once_cell" + } ], - "data_glob": [ - "**" + "edition": "2018", + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "eyre", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "fallible-iterator 0.3.0": { - "name": "fallible-iterator", - "version": "0.3.0", - "package_url": "https://github.com/sfackler/rust-fallible-iterator", + "name": "eyre", + "package_url": "https://github.com/yaahc/eyre", "repository": { "Http": { - "url": "https://static.crates.io/crates/fallible-iterator/0.3.0/download", - "sha256": "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" + "sha256": "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb", + "url": "https://static.crates.io/crates/eyre/0.6.8/download" } }, "targets": [ { "Library": { - "crate_name": "fallible_iterator", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "eyre", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "fallible_iterator", + "version": "0.6.8" + }, + "fallible-iterator 0.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "std" ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.0" + "edition": "2018" }, + "library_target_name": "fallible_iterator", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "fallible-streaming-iterator 0.1.9": { - "name": "fallible-streaming-iterator", - "version": "0.1.9", - "package_url": "https://github.com/sfackler/fallible-streaming-iterator", + "name": "fallible-iterator", + "package_url": "https://github.com/sfackler/rust-fallible-iterator", "repository": { "Http": { - "url": "https://static.crates.io/crates/fallible-streaming-iterator/0.1.9/download", - "sha256": "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" + "sha256": "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649", + "url": "https://static.crates.io/crates/fallible-iterator/0.3.0/download" } }, "targets": [ { "Library": { - "crate_name": "fallible_streaming_iterator", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "fallible_iterator", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "fallible_streaming_iterator", + "version": "0.3.0" + }, + "fallible-streaming-iterator 0.1.9": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.1.9" + "edition": "2015" }, + "library_target_name": "fallible_streaming_iterator", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "fancy-regex 0.17.0": { - "name": "fancy-regex", - "version": "0.17.0", - "package_url": "https://github.com/fancy-regex/fancy-regex", + "name": "fallible-streaming-iterator", + "package_url": "https://github.com/sfackler/fallible-streaming-iterator", "repository": { "Http": { - "url": "https://static.crates.io/crates/fancy-regex/0.17.0/download", - "sha256": "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8" + "sha256": "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a", + "url": "https://static.crates.io/crates/fallible-streaming-iterator/0.1.9/download" } }, "targets": [ { "Library": { - "crate_name": "fancy_regex", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "fallible_streaming_iterator", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "fancy_regex", + "version": "0.1.9" + }, + "fancy-regex 0.17.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "perf", + "std", + "unicode", + "variable-lookbehinds" + ], + "deps": [ + { + "id": "bit-set 0.8.0", + "target": "bit_set" + }, + { + "id": "regex-automata 0.4.16", + "target": "regex_automata" + }, + { + "id": "regex-syntax 0.8.11", + "target": "regex_syntax" + } ], - "crate_features": { - "common": [ - "default", - "perf", - "std", - "unicode", - "variable-lookbehinds" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bit-set 0.8.0", - "target": "bit_set" - }, - { - "id": "regex-automata 0.4.16", - "target": "regex_automata" - }, - { - "id": "regex-syntax 0.8.11", - "target": "regex_syntax" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.17.0" + "edition": "2018" }, + "library_target_name": "fancy_regex", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "fastrand 2.3.0": { - "name": "fastrand", - "version": "2.3.0", - "package_url": "https://github.com/smol-rs/fastrand", + "name": "fancy-regex", + "package_url": "https://github.com/fancy-regex/fancy-regex", "repository": { "Http": { - "url": "https://static.crates.io/crates/fastrand/2.3.0/download", - "sha256": "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" + "sha256": "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8", + "url": "https://static.crates.io/crates/fancy-regex/0.17.0/download" } }, "targets": [ { "Library": { - "crate_name": "fastrand", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "fancy_regex", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "fastrand", + "version": "0.17.0" + }, + "fastrand 2.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "std" ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "2.3.0" + "edition": "2018" }, + "library_target_name": "fastrand", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "fastrlp 0.3.1": { - "name": "fastrlp", - "version": "0.3.1", - "package_url": "https://github.com/vorot93/fastrlp", + "name": "fastrand", + "package_url": "https://github.com/smol-rs/fastrand", "repository": { "Http": { - "url": "https://static.crates.io/crates/fastrlp/0.3.1/download", - "sha256": "139834ddba373bbdd213dffe02c8d110508dcf1726c2be27e8d1f7d7e1856418" + "sha256": "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be", + "url": "https://static.crates.io/crates/fastrand/2.3.0/download" } }, "targets": [ { "Library": { - "crate_name": "fastrlp", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "fastrand", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "fastrlp", + "version": "2.3.0" + }, + "fastrlp 0.3.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "arrayvec 0.7.4", + "target": "arrayvec" + }, + { + "id": "bytes 1.11.1", + "target": "bytes" + } ], - "deps": { - "common": [ - { - "id": "arrayvec 0.7.4", - "target": "arrayvec" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - } - ], - "selects": {} - }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "auto_impl 1.3.0", - "target": "auto_impl" - } - ], - "selects": {} - }, - "version": "0.3.1" + "proc_macro_deps": [ + { + "id": "auto_impl 1.3.0", + "target": "auto_impl" + } + ] }, + "library_target_name": "fastrlp", "license": "MPL-2.0", + "license_file": "LICENSE", "license_ids": [ "MPL-2.0" ], - "license_file": "LICENSE" - }, - "fastrlp 0.4.0": { "name": "fastrlp", - "version": "0.4.0", "package_url": "https://github.com/vorot93/fastrlp", "repository": { "Http": { - "url": "https://static.crates.io/crates/fastrlp/0.4.0/download", - "sha256": "ce8dba4714ef14b8274c371879b175aa55b16b30f269663f19d576f380018dc4" + "sha256": "139834ddba373bbdd213dffe02c8d110508dcf1726c2be27e8d1f7d7e1856418", + "url": "https://static.crates.io/crates/fastrlp/0.3.1/download" } }, "targets": [ { "Library": { "crate_name": "fastrlp", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "fastrlp", + "version": "0.3.1" + }, + "fastrlp 0.4.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "arrayvec 0.7.4", + "target": "arrayvec" + }, + { + "id": "bytes 1.11.1", + "target": "bytes" + } ], - "deps": { - "common": [ - { - "id": "arrayvec 0.7.4", - "target": "arrayvec" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - } - ], - "selects": {} - }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "auto_impl 1.3.0", - "target": "auto_impl" - } - ], - "selects": {} - }, - "version": "0.4.0" + "proc_macro_deps": [ + { + "id": "auto_impl 1.3.0", + "target": "auto_impl" + } + ] }, + "library_target_name": "fastrlp", "license": "MPL-2.0", + "license_file": "LICENSE", "license_ids": [ "MPL-2.0" ], - "license_file": "LICENSE" - }, - "ff 0.12.1": { - "name": "ff", - "version": "0.12.1", - "package_url": "https://github.com/zkcrypto/ff", + "name": "fastrlp", + "package_url": "https://github.com/vorot93/fastrlp", "repository": { "Http": { - "url": "https://static.crates.io/crates/ff/0.12.1/download", - "sha256": "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" + "sha256": "ce8dba4714ef14b8274c371879b175aa55b16b30f269663f19d576f380018dc4", + "url": "https://static.crates.io/crates/fastrlp/0.4.0/download" } }, "targets": [ { "Library": { - "crate_name": "ff", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "fastrlp", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ff", + "version": "0.4.0" + }, + "ff 0.12.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "std" ], - "crate_features": { - "common": [ - "alloc", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.12.1" + "deps": [ + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "subtle 2.6.1", + "target": "subtle" + } + ], + "edition": "2021" }, + "library_target_name": "ff", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ff 0.13.0": { "name": "ff", - "version": "0.13.0", "package_url": "https://github.com/zkcrypto/ff", "repository": { "Http": { - "url": "https://static.crates.io/crates/ff/0.13.0/download", - "sha256": "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" + "sha256": "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160", + "url": "https://static.crates.io/crates/ff/0.12.1/download" } }, "targets": [ { "Library": { "crate_name": "ff", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ff", + "version": "0.12.1" + }, + "ff 0.13.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc" ], - "crate_features": { - "common": [ - "alloc" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.13.0" + "deps": [ + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "subtle 2.6.1", + "target": "subtle" + } + ], + "edition": "2021" }, + "library_target_name": "ff", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "fiat-crypto 0.2.6": { - "name": "fiat-crypto", - "version": "0.2.6", - "package_url": "https://github.com/mit-plv/fiat-crypto", + "name": "ff", + "package_url": "https://github.com/zkcrypto/ff", "repository": { "Http": { - "url": "https://static.crates.io/crates/fiat-crypto/0.2.6/download", - "sha256": "1676f435fc1dadde4d03e43f5d62b259e1ce5f40bd4ffb21db2b42ebe59c1382" + "sha256": "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449", + "url": "https://static.crates.io/crates/ff/0.13.0/download" } }, "targets": [ { "Library": { - "crate_name": "fiat_crypto", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "ff", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "fiat_crypto", + "version": "0.13.0" + }, + "fiat-crypto 0.2.6": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.2.6" + "edition": "2018" }, + "library_target_name": "fiat_crypto", "license": "MIT OR Apache-2.0 OR BSD-1-Clause", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "BSD-1-Clause", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "filetime 0.2.21": { - "name": "filetime", - "version": "0.2.21", - "package_url": "https://github.com/alexcrichton/filetime", + "name": "fiat-crypto", + "package_url": "https://github.com/mit-plv/fiat-crypto", "repository": { "Http": { - "url": "https://static.crates.io/crates/filetime/0.2.21/download", - "sha256": "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" + "sha256": "1676f435fc1dadde4d03e43f5d62b259e1ce5f40bd4ffb21db2b42ebe59c1382", + "url": "https://static.crates.io/crates/fiat-crypto/0.2.6/download" } }, "targets": [ { "Library": { - "crate_name": "filetime", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "fiat_crypto", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "filetime", + "version": "0.2.6" + }, + "filetime 0.2.21": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [ { @@ -28156,102 +21942,74 @@ ] } }, - "edition": "2018", - "version": "0.2.21" + "edition": "2018" }, + "library_target_name": "filetime", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "find-msvc-tools 0.1.5": { - "name": "find-msvc-tools", - "version": "0.1.5", - "package_url": "https://github.com/rust-lang/cc-rs", + "name": "filetime", + "package_url": "https://github.com/alexcrichton/filetime", "repository": { "Http": { - "url": "https://static.crates.io/crates/find-msvc-tools/0.1.5/download", - "sha256": "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" + "sha256": "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153", + "url": "https://static.crates.io/crates/filetime/0.2.21/download" } }, "targets": [ { "Library": { - "crate_name": "find_msvc_tools", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "filetime", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "find_msvc_tools", + "version": "0.2.21" + }, + "find-msvc-tools 0.1.5": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.1.5" + "edition": "2018" }, + "library_target_name": "find_msvc_tools", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "findshlibs 0.10.2": { - "name": "findshlibs", - "version": "0.10.2", - "package_url": "https://github.com/gimli-rs/findshlibs", + "name": "find-msvc-tools", + "package_url": "https://github.com/rust-lang/cc-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/findshlibs/0.10.2/download", - "sha256": "40b9e59cd0f7e0806cca4be089683ecb6434e602038df21fe6bf6711b2f07f64" + "sha256": "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844", + "url": "https://static.crates.io/crates/find-msvc-tools/0.1.5/download" } }, "targets": [ { "Library": { - "crate_name": "findshlibs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "find_msvc_tools", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "findshlibs", + "version": "0.1.5" + }, + "findshlibs 0.10.2": { + "build_script_attrs": { + "deps": [ + { + "id": "cc 1.2.48", + "target": "cc" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [ - { - "id": "findshlibs 0.10.2", - "target": "build_script_build" - }, { "id": "libc 0.2.186", "target": "libc" @@ -28273,2066 +22031,1501 @@ } }, "edition": "2018", - "version": "0.10.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - } + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "findshlibs", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" + "name": "findshlibs", + "package_url": "https://github.com/gimli-rs/findshlibs", + "repository": { + "Http": { + "sha256": "40b9e59cd0f7e0806cca4be089683ecb6434e602038df21fe6bf6711b2f07f64", + "url": "https://static.crates.io/crates/findshlibs/0.10.2/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "findshlibs", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" + } + } + ], + "version": "0.10.2" }, "fixed-cache 0.1.10": { + "common_attrs": { + "deps": [ + { + "id": "equivalent 1.0.1", + "target": "equivalent" + } + ], + "edition": "2024" + }, + "library_target_name": "fixed_cache", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", + "license_ids": [ + "Apache-2.0", + "MIT" + ], "name": "fixed-cache", - "version": "0.1.10", "package_url": "https://github.com/DaniPopes/fixed-cache", "repository": { "Http": { - "url": "https://static.crates.io/crates/fixed-cache/0.1.10/download", - "sha256": "2fe63500644ef0269fe6b744e7e5dc5c20b5eebf3d881bc2be53f194636f6583" + "sha256": "2fe63500644ef0269fe6b744e7e5dc5c20b5eebf3d881bc2be53f194636f6583", + "url": "https://static.crates.io/crates/fixed-cache/0.1.10/download" } }, "targets": [ { "Library": { "crate_name": "fixed_cache", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "fixed_cache", + "version": "0.1.10" + }, + "fixed-hash 0.8.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + } ], - "deps": { - "common": [ - { - "id": "equivalent 1.0.1", - "target": "equivalent" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.1.10" + "edition": "2021" }, + "library_target_name": "fixed_hash", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "fixed-hash 0.8.0": { "name": "fixed-hash", - "version": "0.8.0", "package_url": "https://github.com/paritytech/parity-common", "repository": { "Http": { - "url": "https://static.crates.io/crates/fixed-hash/0.8.0/download", - "sha256": "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" + "sha256": "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534", + "url": "https://static.crates.io/crates/fixed-hash/0.8.0/download" } }, "targets": [ { "Library": { "crate_name": "fixed_hash", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "fixed_hash", + "version": "0.8.0" + }, + "fixedbitset 0.4.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "static_assertions 1.1.0", - "target": "static_assertions" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.0" + "edition": "2015" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "fixedbitset", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "fixedbitset 0.4.2": { "name": "fixedbitset", - "version": "0.4.2", "package_url": "https://github.com/petgraph/fixedbitset", "repository": { "Http": { - "url": "https://static.crates.io/crates/fixedbitset/0.4.2/download", - "sha256": "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" + "sha256": "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80", + "url": "https://static.crates.io/crates/fixedbitset/0.4.2/download" } }, "targets": [ { "Library": { "crate_name": "fixedbitset", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "fixedbitset", + "version": "0.4.2" + }, + "fixedbitset 0.5.7": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.4.2" + "edition": "2021" }, - "license": "MIT/Apache-2.0", + "library_target_name": "fixedbitset", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "fixedbitset 0.5.7": { "name": "fixedbitset", - "version": "0.5.7", "package_url": "https://github.com/petgraph/fixedbitset", "repository": { "Http": { - "url": "https://static.crates.io/crates/fixedbitset/0.5.7/download", - "sha256": "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" + "sha256": "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99", + "url": "https://static.crates.io/crates/fixedbitset/0.5.7/download" } }, "targets": [ { "Library": { "crate_name": "fixedbitset", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "fixedbitset", + "version": "0.5.7" + }, + "flagset 0.4.3": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.5.7" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "flagset", + "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "Apache-2.0" ], - "license_file": "LICENSE-APACHE" - }, - "flagset 0.4.3": { "name": "flagset", - "version": "0.4.3", "package_url": "https://github.com/enarx/flagset", "repository": { "Http": { - "url": "https://static.crates.io/crates/flagset/0.4.3/download", - "sha256": "cda653ca797810c02f7ca4b804b40b8b95ae046eb989d356bce17919a8c25499" + "sha256": "cda653ca797810c02f7ca4b804b40b8b95ae046eb989d356bce17919a8c25499", + "url": "https://static.crates.io/crates/flagset/0.4.3/download" } }, "targets": [ { "Library": { "crate_name": "flagset", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "flagset", + "version": "0.4.3" + }, + "flate2 1.1.5": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "any_impl", + "default", + "miniz_oxide", + "rust_backend" ], - "edition": "2018", - "version": "0.4.3" + "deps": [ + { + "id": "crc32fast 1.3.2", + "target": "crc32fast" + }, + { + "id": "miniz_oxide 0.8.9", + "target": "miniz_oxide" + } + ], + "edition": "2018" }, - "license": "Apache-2.0", + "library_target_name": "flate2", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "Apache-2.0" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" - }, - "flate2 1.1.5": { "name": "flate2", - "version": "1.1.5", "package_url": "https://github.com/rust-lang/flate2-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/flate2/1.1.5/download", - "sha256": "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" + "sha256": "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb", + "url": "https://static.crates.io/crates/flate2/1.1.5/download" } }, "targets": [ { "Library": { "crate_name": "flate2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "flate2", + "version": "1.1.5" + }, + "float-cmp 0.9.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "num-traits", + "ratio" ], - "crate_features": { - "common": [ - "any_impl", - "default", - "miniz_oxide", - "rust_backend" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crc32fast 1.3.2", - "target": "crc32fast" - }, - { - "id": "miniz_oxide 0.8.9", - "target": "miniz_oxide" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.1.5" + "deps": [ + { + "id": "num-traits 0.2.19", + "target": "num_traits" + } + ], + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "float_cmp", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "float-cmp 0.9.0": { "name": "float-cmp", - "version": "0.9.0", "package_url": "https://github.com/mikedilger/float-cmp", "repository": { "Http": { - "url": "https://static.crates.io/crates/float-cmp/0.9.0/download", - "sha256": "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" + "sha256": "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4", + "url": "https://static.crates.io/crates/float-cmp/0.9.0/download" } }, "targets": [ { "Library": { "crate_name": "float_cmp", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "float_cmp", + "version": "0.9.0" + }, + "fluent-uri 0.4.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "impl-error", + "serde", + "std" + ], + "deps": [ + { + "id": "borrow-or-share 0.2.4", + "target": "borrow_or_share" + }, + { + "id": "ref-cast 1.0.25", + "target": "ref_cast" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } ], - "crate_features": { - "common": [ - "default", - "num-traits", - "ratio" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-traits 0.2.19", - "target": "num_traits" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.9.0" + "edition": "2021" }, + "library_target_name": "fluent_uri", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "fluent-uri 0.4.1": { "name": "fluent-uri", - "version": "0.4.1", "package_url": "https://github.com/yescallop/fluent-uri-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/fluent-uri/0.4.1/download", - "sha256": "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e" + "sha256": "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e", + "url": "https://static.crates.io/crates/fluent-uri/0.4.1/download" } }, "targets": [ { "Library": { "crate_name": "fluent_uri", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "fluent_uri", + "version": "0.4.1" + }, + "fnv 1.0.7": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "alloc", - "default", - "impl-error", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "borrow-or-share 0.2.4", - "target": "borrow_or_share" - }, - { - "id": "ref-cast 1.0.25", - "target": "ref_cast" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.1" + "edition": "2015" }, - "license": "MIT", + "library_target_name": "fnv", + "license": "Apache-2.0 / MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "fnv 1.0.7": { "name": "fnv", - "version": "1.0.7", "package_url": "https://github.com/servo/rust-fnv", "repository": { "Http": { - "url": "https://static.crates.io/crates/fnv/1.0.7/download", - "sha256": "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" + "sha256": "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1", + "url": "https://static.crates.io/crates/fnv/1.0.7/download" } }, "targets": [ { "Library": { "crate_name": "fnv", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "lib.rs" } } ], - "library_target_name": "fnv", + "version": "1.0.7" + }, + "foldhash 0.1.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "1.0.7" + "edition": "2021" }, - "license": "Apache-2.0 / MIT", + "library_target_name": "foldhash", + "license": "Zlib", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "Zlib" ], - "license_file": "LICENSE-APACHE" - }, - "foldhash 0.1.4": { "name": "foldhash", - "version": "0.1.4", "package_url": "https://github.com/orlp/foldhash", "repository": { "Http": { - "url": "https://static.crates.io/crates/foldhash/0.1.4/download", - "sha256": "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f" + "sha256": "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f", + "url": "https://static.crates.io/crates/foldhash/0.1.4/download" } }, "targets": [ { "Library": { "crate_name": "foldhash", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "foldhash", + "version": "0.1.4" + }, + "foldhash 0.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.4" + "edition": "2021" }, + "library_target_name": "foldhash", "license": "Zlib", + "license_file": "LICENSE", "license_ids": [ "Zlib" ], - "license_file": "LICENSE" - }, - "foldhash 0.2.0": { "name": "foldhash", - "version": "0.2.0", "package_url": "https://github.com/orlp/foldhash", "repository": { "Http": { - "url": "https://static.crates.io/crates/foldhash/0.2.0/download", - "sha256": "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" + "sha256": "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb", + "url": "https://static.crates.io/crates/foldhash/0.2.0/download" } }, "targets": [ { "Library": { - "crate_name": "foldhash", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "foldhash", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" - }, - "license": "Zlib", - "license_ids": [ - "Zlib" + "crate_name": "foldhash", + "crate_root": "src/lib.rs" + } + } ], - "license_file": "LICENSE" + "version": "0.2.0" }, "foreign-types 0.3.2": { + "common_attrs": { + "deps": [ + { + "id": "foreign-types-shared 0.1.1", + "target": "foreign_types_shared" + } + ], + "edition": "2015" + }, + "library_target_name": "foreign_types", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", + "license_ids": [ + "Apache-2.0", + "MIT" + ], "name": "foreign-types", - "version": "0.3.2", "package_url": "https://github.com/sfackler/foreign-types", "repository": { "Http": { - "url": "https://static.crates.io/crates/foreign-types/0.3.2/download", - "sha256": "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" + "sha256": "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1", + "url": "https://static.crates.io/crates/foreign-types/0.3.2/download" } }, "targets": [ { "Library": { "crate_name": "foreign_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "foreign_types", + "version": "0.3.2" + }, + "foreign-types-shared 0.1.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "foreign-types-shared 0.1.1", - "target": "foreign_types_shared" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.3.2" + "edition": "2015" }, + "library_target_name": "foreign_types_shared", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "foreign-types-shared 0.1.1": { "name": "foreign-types-shared", - "version": "0.1.1", "package_url": "https://github.com/sfackler/foreign-types", "repository": { "Http": { - "url": "https://static.crates.io/crates/foreign-types-shared/0.1.1/download", - "sha256": "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" + "sha256": "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b", + "url": "https://static.crates.io/crates/foreign-types-shared/0.1.1/download" } }, "targets": [ { "Library": { "crate_name": "foreign_types_shared", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "foreign_types_shared", + "version": "0.1.1" + }, + "form_urlencoded 1.2.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "std" ], - "edition": "2015", - "version": "0.1.1" + "deps": [ + { + "id": "percent-encoding 2.3.1", + "target": "percent_encoding" + } + ], + "edition": "2018" }, - "license": "MIT/Apache-2.0", + "library_target_name": "form_urlencoded", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "form_urlencoded 1.2.1": { "name": "form_urlencoded", - "version": "1.2.1", "package_url": "https://github.com/servo/rust-url", "repository": { "Http": { - "url": "https://static.crates.io/crates/form_urlencoded/1.2.1/download", - "sha256": "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" + "sha256": "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456", + "url": "https://static.crates.io/crates/form_urlencoded/1.2.1/download" } }, "targets": [ { "Library": { "crate_name": "form_urlencoded", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "form_urlencoded", + "version": "1.2.1" + }, + "forwarded-header-value 0.1.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "nonempty 0.7.0", + "target": "nonempty" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + } ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "percent-encoding 2.3.1", - "target": "percent_encoding" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.2.1" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "forwarded_header_value", + "license": "ISC", + "license_file": "LICENSE.txt", "license_ids": [ - "Apache-2.0", - "MIT" + "ISC" ], - "license_file": "LICENSE-APACHE" - }, - "forwarded-header-value 0.1.1": { "name": "forwarded-header-value", - "version": "0.1.1", "package_url": "https://github.com/EasyPost/rust-forwarded-header-value", "repository": { "Http": { - "url": "https://static.crates.io/crates/forwarded-header-value/0.1.1/download", - "sha256": "8835f84f38484cc86f110a805655697908257fb9a7af005234060891557198e9" + "sha256": "8835f84f38484cc86f110a805655697908257fb9a7af005234060891557198e9", + "url": "https://static.crates.io/crates/forwarded-header-value/0.1.1/download" } }, "targets": [ { "Library": { "crate_name": "forwarded_header_value", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "forwarded_header_value", + "version": "0.1.1" + }, + "fqdn 0.5.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "punycode", + "serde" ], - "deps": { - "common": [ - { - "id": "nonempty 0.7.0", - "target": "nonempty" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.1" + "deps": [ + { + "id": "punycode 0.4.1", + "target": "punycode" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2021" }, - "license": "ISC", + "library_target_name": "fqdn", + "license": "MIT", "license_ids": [ - "ISC" + "MIT" ], - "license_file": "LICENSE.txt" - }, - "fqdn 0.5.2": { "name": "fqdn", - "version": "0.5.2", "package_url": "https://github.com/Orange-OpenSource/fqdn", "repository": { "Http": { - "url": "https://static.crates.io/crates/fqdn/0.5.2/download", - "sha256": "886ac788f62d16d6b0f26b2fa762b34ef16ebfb4b624c2c15fbcadc9173c0f72" + "sha256": "886ac788f62d16d6b0f26b2fa762b34ef16ebfb4b624c2c15fbcadc9173c0f72", + "url": "https://static.crates.io/crates/fqdn/0.5.2/download" } }, "targets": [ { "Library": { "crate_name": "fqdn", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "fqdn", + "version": "0.5.2" + }, + "fraction 0.15.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "lazy_static", + "with-bigint" ], - "crate_features": { - "common": [ - "punycode", - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "punycode 0.4.1", - "target": "punycode" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.2" + "deps": [ + { + "id": "lazy_static 1.5.0", + "target": "lazy_static" + }, + { + "id": "num 0.4.3", + "target": "num" + } + ], + "edition": "2015" }, - "license": "MIT", + "library_target_name": "fraction", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": null - }, - "fraction 0.15.3": { "name": "fraction", - "version": "0.15.3", "package_url": "https://github.com/dnsl48/fraction.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/fraction/0.15.3/download", - "sha256": "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7" + "sha256": "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7", + "url": "https://static.crates.io/crates/fraction/0.15.3/download" } }, "targets": [ { "Library": { "crate_name": "fraction", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "fraction", + "version": "0.15.3" + }, + "fragile 2.0.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "lazy_static", - "with-bigint" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "num 0.4.3", - "target": "num" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.15.3" + "edition": "2018" }, - "license": "MIT/Apache-2.0", + "library_target_name": "fragile", + "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "Apache-2.0" ], - "license_file": "LICENSE-APACHE" - }, - "fragile 2.0.0": { "name": "fragile", - "version": "2.0.0", "package_url": "https://github.com/mitsuhiko/fragile", "repository": { "Http": { - "url": "https://static.crates.io/crates/fragile/2.0.0/download", - "sha256": "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" + "sha256": "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa", + "url": "https://static.crates.io/crates/fragile/2.0.0/download" } }, "targets": [ { "Library": { "crate_name": "fragile", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "fragile", + "version": "2.0.0" + }, + "fs-err 3.1.0": { + "build_script_attrs": { + "deps": [ + { + "id": "autocfg 1.5.0", + "target": "autocfg" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "tokio" + ], + "deps": [ + { + "id": "tokio 1.50.0", + "target": "tokio" + } ], "edition": "2018", - "version": "2.0.0" + "extra_deps": [ + ":build_script_build" + ] }, - "license": "Apache-2.0", + "library_target_name": "fs_err", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "Apache-2.0" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" - }, - "fs-err 3.1.0": { "name": "fs-err", - "version": "3.1.0", "package_url": "https://github.com/andrewhickman/fs-err", "repository": { "Http": { - "url": "https://static.crates.io/crates/fs-err/3.1.0/download", - "sha256": "1f89bda4c2a21204059a977ed3bfe746677dfd137b83c339e702b0ac91d482aa" + "sha256": "1f89bda4c2a21204059a977ed3bfe746677dfd137b83c339e702b0ac91d482aa", + "url": "https://static.crates.io/crates/fs-err/3.1.0/download" } }, "targets": [ { "Library": { "crate_name": "fs_err", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "fs_err", + "version": "3.1.0" + }, + "fs_extra 1.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "tokio" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "fs-err 3.1.0", - "target": "build_script_build" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "3.1.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "autocfg 1.5.0", - "target": "autocfg" - } - ], - "selects": {} - } + "edition": "2018" }, - "license": "MIT/Apache-2.0", + "library_target_name": "fs_extra", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "fs_extra 1.3.0": { "name": "fs_extra", - "version": "1.3.0", "package_url": "https://github.com/webdesus/fs_extra", "repository": { "Http": { - "url": "https://static.crates.io/crates/fs_extra/1.3.0/download", - "sha256": "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" + "sha256": "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c", + "url": "https://static.crates.io/crates/fs_extra/1.3.0/download" } }, "targets": [ { "Library": { "crate_name": "fs_extra", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "fs_extra", + "version": "1.3.0" + }, + "funty 2.0.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.3.0" + "edition": "2018" }, + "library_target_name": "funty", "license": "MIT", + "license_file": "LICENSE.txt", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "funty 2.0.0": { "name": "funty", - "version": "2.0.0", "package_url": "https://github.com/myrrlyn/funty", "repository": { "Http": { - "url": "https://static.crates.io/crates/funty/2.0.0/download", - "sha256": "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" + "sha256": "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c", + "url": "https://static.crates.io/crates/funty/2.0.0/download" } }, "targets": [ { "Library": { "crate_name": "funty", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "funty", + "version": "2.0.0" + }, + "futf 0.1.5": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "mac 0.1.1", + "target": "mac" + }, + { + "id": "new_debug_unreachable 1.0.4", + "target": "debug_unreachable" + } ], - "edition": "2018", - "version": "2.0.0" + "edition": "2015" }, - "license": "MIT", + "library_target_name": "futf", + "license": "MIT / Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE.txt" - }, - "futf 0.1.5": { "name": "futf", - "version": "0.1.5", "package_url": "https://github.com/servo/futf", "repository": { "Http": { - "url": "https://static.crates.io/crates/futf/0.1.5/download", - "sha256": "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" + "sha256": "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843", + "url": "https://static.crates.io/crates/futf/0.1.5/download" } }, "targets": [ { "Library": { "crate_name": "futf", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "futf", + "version": "0.1.5" + }, + "futures 0.3.31": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "async-await", + "default", + "executor", + "futures-executor", + "std" + ], + "deps": [ + { + "id": "futures-channel 0.3.31", + "target": "futures_channel" + }, + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "futures-executor 0.3.31", + "target": "futures_executor" + }, + { + "id": "futures-io 0.3.31", + "target": "futures_io" + }, + { + "id": "futures-sink 0.3.31", + "target": "futures_sink" + }, + { + "id": "futures-task 0.3.31", + "target": "futures_task" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + } ], - "deps": { - "common": [ - { - "id": "mac 0.1.1", - "target": "mac" - }, - { - "id": "new_debug_unreachable 1.0.4", - "target": "debug_unreachable" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.1.5" + "edition": "2018" }, - "license": "MIT / Apache-2.0", + "library_target_name": "futures", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "futures 0.3.31": { "name": "futures", - "version": "0.3.31", "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures/0.3.31/download", - "sha256": "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" + "sha256": "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876", + "url": "https://static.crates.io/crates/futures/0.3.31/download" } }, "targets": [ { "Library": { "crate_name": "futures", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "futures", + "version": "0.3.31" + }, + "futures-channel 0.3.31": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "futures-sink", + "sink", + "std" + ], + "deps": [ + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "futures-sink 0.3.31", + "target": "futures_sink" + } ], - "crate_features": { - "common": [ - "alloc", - "async-await", - "default", - "executor", - "futures-executor", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-channel 0.3.31", - "target": "futures_channel" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-executor 0.3.31", - "target": "futures_executor" - }, - { - "id": "futures-io 0.3.31", - "target": "futures_io" - }, - { - "id": "futures-sink 0.3.31", - "target": "futures_sink" - }, - { - "id": "futures-task 0.3.31", - "target": "futures_task" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.31" + "edition": "2018" }, + "library_target_name": "futures_channel", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "futures-channel 0.3.31": { "name": "futures-channel", - "version": "0.3.31", "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures-channel/0.3.31/download", - "sha256": "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" + "sha256": "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10", + "url": "https://static.crates.io/crates/futures-channel/0.3.31/download" } }, "targets": [ { "Library": { "crate_name": "futures_channel", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "futures_channel", + "version": "0.3.31" + }, + "futures-core 0.3.31": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "std" ], - "crate_features": { - "common": [ - "alloc", - "default", - "futures-sink", - "sink", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-sink 0.3.31", - "target": "futures_sink" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.31" + "edition": "2018" }, + "library_target_name": "futures_core", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "futures-core 0.3.31": { "name": "futures-core", - "version": "0.3.31", "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures-core/0.3.31/download", - "sha256": "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" + "sha256": "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e", + "url": "https://static.crates.io/crates/futures-core/0.3.31/download" } }, "targets": [ { "Library": { "crate_name": "futures_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "futures_core", + "version": "0.3.31" + }, + "futures-executor 0.3.31": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.31" + "deps": [ + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "futures-task 0.3.31", + "target": "futures_task" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + } + ], + "edition": "2018" }, + "library_target_name": "futures_executor", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "futures-executor 0.3.31": { "name": "futures-executor", - "version": "0.3.31", "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures-executor/0.3.31/download", - "sha256": "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" + "sha256": "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f", + "url": "https://static.crates.io/crates/futures-executor/0.3.31/download" } }, "targets": [ { "Library": { "crate_name": "futures_executor", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "futures_executor", + "version": "0.3.31" + }, + "futures-io 0.3.31": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-task 0.3.31", - "target": "futures_task" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.31" + "edition": "2018" }, + "library_target_name": "futures_io", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "futures-io 0.3.31": { "name": "futures-io", - "version": "0.3.31", "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures-io/0.3.31/download", - "sha256": "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" + "sha256": "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6", + "url": "https://static.crates.io/crates/futures-io/0.3.31/download" } }, "targets": [ { "Library": { "crate_name": "futures_io", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "futures_io", + "version": "0.3.31" + }, + "futures-lite 2.0.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "fastrand", + "futures-io", + "memchr", + "parking", + "race", + "std", + "waker-fn" + ], + "deps": [ + { + "id": "fastrand 2.3.0", + "target": "fastrand" + }, + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "futures-io 0.3.31", + "target": "futures_io" + }, + { + "id": "memchr 2.7.4", + "target": "memchr" + }, + { + "id": "parking 2.1.0", + "target": "parking" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + }, + { + "id": "waker-fn 1.2.0", + "target": "waker_fn" + } ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.31" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "futures_lite", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "futures-lite 2.0.0": { "name": "futures-lite", - "version": "2.0.0", "package_url": "https://github.com/smol-rs/futures-lite", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures-lite/2.0.0/download", - "sha256": "9c1155db57329dca6d018b61e76b1488ce9a2e5e44028cac420a5898f4fcef63" + "sha256": "9c1155db57329dca6d018b61e76b1488ce9a2e5e44028cac420a5898f4fcef63", + "url": "https://static.crates.io/crates/futures-lite/2.0.0/download" } }, "targets": [ { "Library": { "crate_name": "futures_lite", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "futures_lite", + "version": "2.0.0" + }, + "futures-macro 0.3.31": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "crate_features": { - "common": [ - "alloc", - "default", - "fastrand", - "futures-io", - "memchr", - "parking", - "race", - "std", - "waker-fn" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "fastrand 2.3.0", - "target": "fastrand" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-io 0.3.31", - "target": "futures_io" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "parking 2.1.0", - "target": "parking" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "waker-fn 1.2.0", - "target": "waker_fn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.0.0" + "edition": "2018" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "futures_macro", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "futures-macro 0.3.31": { "name": "futures-macro", - "version": "0.3.31", "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures-macro/0.3.31/download", - "sha256": "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" + "sha256": "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650", + "url": "https://static.crates.io/crates/futures-macro/0.3.31/download" } }, "targets": [ { "ProcMacro": { "crate_name": "futures_macro", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "futures_macro", + "version": "0.3.31" + }, + "futures-rustls 0.26.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "aws-lc-rs", + "tls12" ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.31" + "deps": [ + { + "id": "futures-io 0.3.31", + "target": "futures_io" + }, + { + "id": "rustls 0.23.27", + "target": "rustls" + }, + { + "alias": "pki_types", + "id": "rustls-pki-types 1.12.0", + "target": "rustls_pki_types" + } + ], + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "futures_rustls", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "futures-rustls 0.26.0": { "name": "futures-rustls", - "version": "0.26.0", "package_url": "https://github.com/quininer/futures-rustls", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures-rustls/0.26.0/download", - "sha256": "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" + "sha256": "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb", + "url": "https://static.crates.io/crates/futures-rustls/0.26.0/download" } }, "targets": [ { "Library": { "crate_name": "futures_rustls", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "futures_rustls", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "aws-lc-rs", - "tls12" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-io 0.3.31", - "target": "futures_io" - }, - { - "id": "rustls 0.23.27", - "target": "rustls" - }, - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types", - "alias": "pki_types" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.26.0" + "version": "0.26.0" + }, + "futures-sink 0.3.31": { + "common_attrs": { + "crate_features": [ + "alloc", + "default", + "std" + ], + "edition": "2018" }, - "license": "MIT/Apache-2.0", + "library_target_name": "futures_sink", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "futures-sink 0.3.31": { "name": "futures-sink", - "version": "0.3.31", "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures-sink/0.3.31/download", - "sha256": "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" + "sha256": "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7", + "url": "https://static.crates.io/crates/futures-sink/0.3.31/download" } }, "targets": [ { "Library": { "crate_name": "futures_sink", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "futures_sink", + "version": "0.3.31" + }, + "futures-task 0.3.31": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "std" ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.31" + "edition": "2018" }, + "library_target_name": "futures_task", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "futures-task 0.3.31": { "name": "futures-task", - "version": "0.3.31", "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures-task/0.3.31/download", - "sha256": "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" + "sha256": "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988", + "url": "https://static.crates.io/crates/futures-task/0.3.31/download" } }, "targets": [ { "Library": { "crate_name": "futures_task", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "futures_task", + "version": "0.3.31" + }, + "futures-timer 3.0.3": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.31" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "futures_timer", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "futures-timer 3.0.3": { "name": "futures-timer", - "version": "3.0.3", "package_url": "https://github.com/async-rs/futures-timer", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures-timer/3.0.3/download", - "sha256": "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" + "sha256": "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24", + "url": "https://static.crates.io/crates/futures-timer/3.0.3/download" } }, "targets": [ { "Library": { "crate_name": "futures_timer", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "futures_timer", + "version": "3.0.3" + }, + "futures-util 0.3.31": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "async-await", + "async-await-macro", + "channel", + "default", + "futures-channel", + "futures-io", + "futures-macro", + "futures-sink", + "io", + "memchr", + "sink", + "slab", + "std" + ], + "deps": [ + { + "id": "futures-channel 0.3.31", + "target": "futures_channel" + }, + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "futures-io 0.3.31", + "target": "futures_io" + }, + { + "id": "futures-sink 0.3.31", + "target": "futures_sink" + }, + { + "id": "futures-task 0.3.31", + "target": "futures_task" + }, + { + "id": "memchr 2.7.4", + "target": "memchr" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + }, + { + "id": "pin-utils 0.1.0", + "target": "pin_utils" + }, + { + "id": "slab 0.4.8", + "target": "slab" + } ], "edition": "2018", - "version": "3.0.3" + "proc_macro_deps": [ + { + "id": "futures-macro 0.3.31", + "target": "futures_macro" + } + ] }, - "license": "MIT/Apache-2.0", + "library_target_name": "futures_util", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "futures-util 0.3.31": { "name": "futures-util", - "version": "0.3.31", "package_url": "https://github.com/rust-lang/futures-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/futures-util/0.3.31/download", - "sha256": "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" + "sha256": "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81", + "url": "https://static.crates.io/crates/futures-util/0.3.31/download" } }, "targets": [ { "Library": { "crate_name": "futures_util", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "futures_util", + "version": "0.3.31" + }, + "fxhash 0.2.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "byteorder 1.5.0", + "target": "byteorder" + } ], - "crate_features": { - "common": [ - "alloc", - "async-await", - "async-await-macro", - "channel", - "default", - "futures-channel", - "futures-io", - "futures-macro", - "futures-sink", - "io", - "memchr", - "sink", - "slab", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-channel 0.3.31", - "target": "futures_channel" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-io 0.3.31", - "target": "futures_io" - }, - { - "id": "futures-sink 0.3.31", - "target": "futures_sink" - }, - { - "id": "futures-task 0.3.31", - "target": "futures_task" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "pin-utils 0.1.0", - "target": "pin_utils" - }, - { - "id": "slab 0.4.8", - "target": "slab" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "futures-macro 0.3.31", - "target": "futures_macro" - } - ], - "selects": {} - }, - "version": "0.3.31" + "edition": "2015" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "fxhash", + "license": "Apache-2.0/MIT", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "fxhash 0.2.1": { "name": "fxhash", - "version": "0.2.1", "package_url": "https://github.com/cbreeden/fxhash", "repository": { "Http": { - "url": "https://static.crates.io/crates/fxhash/0.2.1/download", - "sha256": "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" + "sha256": "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c", + "url": "https://static.crates.io/crates/fxhash/0.2.1/download" } }, "targets": [ { "Library": { "crate_name": "fxhash", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "lib.rs" } } ], - "library_target_name": "fxhash", + "version": "0.2.1" + }, + "generic-array 0.14.7": { + "build_script_attrs": { + "deps": [ + { + "id": "version_check 0.9.4", + "target": "version_check" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "more_lengths", + "zeroize" + ], + "deps": [ + { + "id": "typenum 1.17.0", + "target": "typenum" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } ], - "deps": { - "common": [ - { - "id": "byteorder 1.5.0", - "target": "byteorder" - } - ], - "selects": {} - }, "edition": "2015", - "version": "0.2.1" + "extra_deps": [ + ":build_script_build" + ] }, - "license": "Apache-2.0/MIT", + "library_target_name": "generic_array", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": null - }, - "generic-array 0.14.7": { "name": "generic-array", - "version": "0.14.7", "package_url": "https://github.com/fizyk20/generic-array.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/generic-array/0.14.7/download", - "sha256": "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" + "sha256": "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a", + "url": "https://static.crates.io/crates/generic-array/0.14.7/download" } }, "targets": [ { "Library": { "crate_name": "generic_array", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "generic_array", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "more_lengths", - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "generic-array 0.14.7", - "target": "build_script_build" - }, - { - "id": "typenum 1.17.0", - "target": "typenum" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.14.7" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "version_check 0.9.4", - "target": "version_check" - } - ], - "selects": {} - } - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" + "version": "0.14.7" }, "getifs 0.4.0": { - "name": "getifs", - "version": "0.4.0", - "package_url": "https://github.com/al8n/getifs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/getifs/0.4.0/download", - "sha256": "7143bdeb50c2871c11628ebd913d22c4182b41d1793912e6f89ecbcb6b48d596" - } - }, - "targets": [ - { - "Library": { - "crate_name": "getifs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "getifs", + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, "deps": { "common": [ { @@ -30347,10 +23540,6 @@ "id": "either 1.18.0", "target": "either" }, - { - "id": "getifs 0.4.0", - "target": "build_script_build" - }, { "id": "hardware-address 0.2.0", "target": "hardware_address" @@ -30410,119 +23599,89 @@ } }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "0.4.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "extra_deps": [ + ":build_script_build" ], - "data_glob": [ - "**" + "proc_macro_deps": [ + { + "id": "paste 1.0.15", + "target": "paste" + } ] }, + "library_target_name": "getifs", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "getopts 0.2.24": { - "name": "getopts", - "version": "0.2.24", - "package_url": "https://github.com/rust-lang/getopts", + "name": "getifs", + "package_url": "https://github.com/al8n/getifs", "repository": { "Http": { - "url": "https://static.crates.io/crates/getopts/0.2.24/download", - "sha256": "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" + "sha256": "7143bdeb50c2871c11628ebd913d22c4182b41d1793912e6f89ecbcb6b48d596", + "url": "https://static.crates.io/crates/getifs/0.4.0/download" } }, "targets": [ { "Library": { - "crate_name": "getopts", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "getifs", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "getopts", + "version": "0.4.0" + }, + "getopts 0.2.24": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "unicode" ], - "crate_features": { - "common": [ - "default", - "unicode" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "unicode-width 0.2.0", - "target": "unicode_width" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.24" + "deps": [ + { + "id": "unicode-width 0.2.0", + "target": "unicode_width" + } + ], + "edition": "2021" }, + "library_target_name": "getopts", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "getrandom 0.2.10": { - "name": "getrandom", - "version": "0.2.10", - "package_url": "https://github.com/rust-random/getrandom", + "name": "getopts", + "package_url": "https://github.com/rust-lang/getopts", "repository": { "Http": { - "url": "https://static.crates.io/crates/getrandom/0.2.10/download", - "sha256": "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" + "sha256": "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df", + "url": "https://static.crates.io/crates/getopts/0.2.24/download" } }, "targets": [ { "Library": { - "crate_name": "getrandom", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "getopts", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "getrandom", + "version": "0.2.24" + }, + "getrandom 0.2.10": { + "additive_build_file_content": "load(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\nrust_library(\n name = \"getrandom_no_wasm_bindgen\",\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\"custom\", \"std\"],\n crate_name = \"getrandom\",\n crate_root = \"src/lib.rs\",\n deps = [\n \"@crate_index__cfg-if-1.0.0//:cfg_if\",\n ] + select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [\"@crate_index__libc-0.2.186//:libc\"],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [\"@crate_index__libc-0.2.186//:libc\"],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:x86_64-apple-darwin\": [\"@crate_index__libc-0.2.186//:libc\"],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [\"@crate_index__libc-0.2.186//:libc\"],\n \"//conditions:default\": [],\n }),\n edition = \"2018\",\n rustc_env_files = [\":cargo_toml_env_vars\"],\n rustc_flags = [\"--cap-lints=allow\"],\n tags = [\"cargo-bazel\", \"crate-name=getrandom\", \"manual\", \"noclippy\", \"norustfmt\"],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:x86_64-apple-darwin\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.2.10\",\n visibility = [\"//visibility:public\"],\n)\n", "common_attrs": { - "compile_data_glob": [ - "**" - ], "crate_features": { "common": [ "custom", @@ -30568,77 +23727,48 @@ ] } }, - "edition": "2018", - "version": "0.2.10" + "edition": "2018" }, + "library_target_name": "getrandom", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE", - "additive_build_file_content": "load(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\nrust_library(\n name = \"getrandom_no_wasm_bindgen\",\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\"custom\", \"std\"],\n crate_name = \"getrandom\",\n crate_root = \"src/lib.rs\",\n deps = [\n \"@crate_index__cfg-if-1.0.0//:cfg_if\",\n ] + select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [\"@crate_index__libc-0.2.186//:libc\"],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [\"@crate_index__libc-0.2.186//:libc\"],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:x86_64-apple-darwin\": [\"@crate_index__libc-0.2.186//:libc\"],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [\"@crate_index__libc-0.2.186//:libc\"],\n \"//conditions:default\": [],\n }),\n edition = \"2018\",\n rustc_env_files = [\":cargo_toml_env_vars\"],\n rustc_flags = [\"--cap-lints=allow\"],\n tags = [\"cargo-bazel\", \"crate-name=getrandom\", \"manual\", \"noclippy\", \"norustfmt\"],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:x86_64-apple-darwin\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.2.10\",\n visibility = [\"//visibility:public\"],\n)\n", + "name": "getrandom", "override_targets": { "lib": "@@rules_rust++crate+crate_index__getrandom-0.2.10//:getrandom_no_wasm_bindgen" - } - }, - "getrandom 0.3.4": { - "name": "getrandom", - "version": "0.3.4", + }, "package_url": "https://github.com/rust-random/getrandom", "repository": { "Http": { - "url": "https://static.crates.io/crates/getrandom/0.3.4/download", - "sha256": "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" + "sha256": "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427", + "url": "https://static.crates.io/crates/getrandom/0.2.10/download" } }, "targets": [ { "Library": { "crate_name": "getrandom", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "getrandom", + "version": "0.2.10" + }, + "getrandom 0.3.4": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "std", + "wasm_js" ], - "crate_features": { - "common": [ - "std", - "wasm_js" - ], - "selects": {} - }, "deps": { "common": [ { "id": "cfg-if 1.0.0", "target": "cfg_if" - }, - { - "id": "getrandom 0.3.4", - "target": "build_script_build" } ], "selects": { @@ -30711,67 +23841,44 @@ } }, "edition": "2021", - "version": "0.3.4" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "getrandom", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "getrandom 0.4.2": { "name": "getrandom", - "version": "0.4.2", "package_url": "https://github.com/rust-random/getrandom", "repository": { "Http": { - "url": "https://static.crates.io/crates/getrandom/0.4.2/download", - "sha256": "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" + "sha256": "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd", + "url": "https://static.crates.io/crates/getrandom/0.3.4/download" } }, "targets": [ { "Library": { "crate_name": "getrandom", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "getrandom", + "version": "0.3.4" + }, + "getrandom 0.4.2": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], "crate_features": { "common": [ "std", @@ -30789,10 +23896,6 @@ "id": "cfg-if 1.0.0", "target": "cfg_if" }, - { - "id": "getrandom 0.4.2", - "target": "build_script_build" - }, { "id": "rand_core 0.10.1", "target": "rand_core" @@ -30874,894 +23977,703 @@ } }, "edition": "2024", - "version": "0.4.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "getrandom", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "getset 0.1.7": { - "name": "getset", - "version": "0.1.7", - "package_url": "https://github.com/jbaublitz/getset", + "name": "getrandom", + "package_url": "https://github.com/rust-random/getrandom", "repository": { "Http": { - "url": "https://static.crates.io/crates/getset/0.1.7/download", - "sha256": "6cf442baaabe4213ce7d1239afc26c039180b6456da2cededa316ae2c8a77a77" + "sha256": "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555", + "url": "https://static.crates.io/crates/getrandom/0.4.2/download" } }, "targets": [ { - "ProcMacro": { - "crate_name": "getset", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "Library": { + "crate_name": "getrandom", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "getset", + "version": "0.4.2" + }, + "getset 0.1.7": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.7" + "edition": "2018" }, + "library_target_name": "getset", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "ghash 0.5.1": { - "name": "ghash", - "version": "0.5.1", - "package_url": "https://github.com/RustCrypto/universal-hashes", + "name": "getset", + "package_url": "https://github.com/jbaublitz/getset", "repository": { "Http": { - "url": "https://static.crates.io/crates/ghash/0.5.1/download", - "sha256": "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" + "sha256": "6cf442baaabe4213ce7d1239afc26c039180b6456da2cededa316ae2c8a77a77", + "url": "https://static.crates.io/crates/getset/0.1.7/download" } }, "targets": [ { - "Library": { - "crate_name": "ghash", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "ProcMacro": { + "crate_name": "getset", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ghash", + "version": "0.1.7" + }, + "ghash 0.5.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "opaque-debug 0.3.0", + "target": "opaque_debug" + }, + { + "id": "polyval 0.6.2", + "target": "polyval" + } ], - "deps": { - "common": [ - { - "id": "opaque-debug 0.3.0", - "target": "opaque_debug" - }, - { - "id": "polyval 0.6.2", - "target": "polyval" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.1" + "edition": "2021" }, + "library_target_name": "ghash", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "gimli 0.27.3": { - "name": "gimli", - "version": "0.27.3", - "package_url": "https://github.com/gimli-rs/gimli", + "name": "ghash", + "package_url": "https://github.com/RustCrypto/universal-hashes", "repository": { "Http": { - "url": "https://static.crates.io/crates/gimli/0.27.3/download", - "sha256": "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e" + "sha256": "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1", + "url": "https://static.crates.io/crates/ghash/0.5.1/download" } }, "targets": [ { "Library": { - "crate_name": "gimli", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "ghash", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "gimli", + "version": "0.5.1" + }, + "gimli 0.27.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "read", + "read-core" ], - "crate_features": { - "common": [ - "read", - "read-core" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.27.3" + "edition": "2018" }, + "library_target_name": "gimli", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "gimli 0.32.3": { "name": "gimli", - "version": "0.32.3", "package_url": "https://github.com/gimli-rs/gimli", "repository": { "Http": { - "url": "https://static.crates.io/crates/gimli/0.32.3/download", - "sha256": "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" + "sha256": "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e", + "url": "https://static.crates.io/crates/gimli/0.27.3/download" } }, "targets": [ { "Library": { "crate_name": "gimli", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "gimli", + "version": "0.27.3" + }, + "gimli 0.32.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "endian-reader", + "fallible-iterator", + "read", + "read-all", + "read-core", + "std", + "write" + ], + "deps": [ + { + "id": "fallible-iterator 0.3.0", + "target": "fallible_iterator" + }, + { + "id": "indexmap 2.14.0", + "target": "indexmap" + }, + { + "id": "stable_deref_trait 1.2.0", + "target": "stable_deref_trait" + } ], - "crate_features": { - "common": [ - "default", - "endian-reader", - "fallible-iterator", - "read", - "read-all", - "read-core", - "std", - "write" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "fallible-iterator 0.3.0", - "target": "fallible_iterator" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "stable_deref_trait 1.2.0", - "target": "stable_deref_trait" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.32.3" + "edition": "2018" }, + "library_target_name": "gimli", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "gimli 0.33.0": { "name": "gimli", - "version": "0.33.0", "package_url": "https://github.com/gimli-rs/gimli", "repository": { "Http": { - "url": "https://static.crates.io/crates/gimli/0.33.0/download", - "sha256": "0bf7f043f89559805f8c7cacc432749b2fa0d0a0a9ee46ce47164ed5ba7f126c" + "sha256": "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7", + "url": "https://static.crates.io/crates/gimli/0.32.3/download" } }, "targets": [ { "Library": { "crate_name": "gimli", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "gimli", + "version": "0.32.3" + }, + "gimli 0.33.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "read", + "read-core", + "std", + "write" ], - "crate_features": { - "common": [ - "read", - "read-core", - "std", - "write" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "fnv 1.0.7", - "target": "fnv" - }, - { - "id": "hashbrown 0.16.1", - "target": "hashbrown" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.33.0" + "deps": [ + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "hashbrown 0.16.1", + "target": "hashbrown" + }, + { + "id": "indexmap 2.14.0", + "target": "indexmap" + } + ], + "edition": "2024" }, + "library_target_name": "gimli", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "glob 0.3.1": { - "name": "glob", - "version": "0.3.1", - "package_url": "https://github.com/rust-lang/glob", + "name": "gimli", + "package_url": "https://github.com/gimli-rs/gimli", "repository": { "Http": { - "url": "https://static.crates.io/crates/glob/0.3.1/download", - "sha256": "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" + "sha256": "0bf7f043f89559805f8c7cacc432749b2fa0d0a0a9ee46ce47164ed5ba7f126c", + "url": "https://static.crates.io/crates/gimli/0.33.0/download" } }, "targets": [ { "Library": { - "crate_name": "glob", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "gimli", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "glob", + "version": "0.33.0" + }, + "glob 0.3.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.3.1" + "edition": "2015" }, + "library_target_name": "glob", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "goldenfile 1.8.0": { - "name": "goldenfile", - "version": "1.8.0", - "package_url": "https://github.com/calder/rust-goldenfile", + "name": "glob", + "package_url": "https://github.com/rust-lang/glob", "repository": { "Http": { - "url": "https://static.crates.io/crates/goldenfile/1.8.0/download", - "sha256": "cf39e208efa110ca273f7255aea02485103ffcb7e5dfa5e4196b05a02411618e" + "sha256": "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b", + "url": "https://static.crates.io/crates/glob/0.3.1/download" } }, "targets": [ { "Library": { - "crate_name": "goldenfile", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "glob", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "goldenfile", + "version": "0.3.1" + }, + "goldenfile 1.8.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "scopeguard 1.2.0", - "target": "scopeguard" - }, - { - "id": "similar-asserts 1.7.0", - "target": "similar_asserts" - }, - { - "id": "tempfile 3.23.0", - "target": "tempfile" - }, - { - "id": "yansi 1.0.1", - "target": "yansi" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.8.0" + "deps": [ + { + "id": "scopeguard 1.2.0", + "target": "scopeguard" + }, + { + "id": "similar-asserts 1.7.0", + "target": "similar_asserts" + }, + { + "id": "tempfile 3.23.0", + "target": "tempfile" + }, + { + "id": "yansi 1.0.1", + "target": "yansi" + } + ], + "edition": "2021" }, + "library_target_name": "goldenfile", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "governor 0.10.2": { - "name": "governor", - "version": "0.10.2", - "package_url": "https://github.com/boinkor-net/governor.git", + "name": "goldenfile", + "package_url": "https://github.com/calder/rust-goldenfile", "repository": { "Http": { - "url": "https://static.crates.io/crates/governor/0.10.2/download", - "sha256": "6e23d5986fd4364c2fb7498523540618b4b8d92eec6c36a02e565f66748e2f79" + "sha256": "cf39e208efa110ca273f7255aea02485103ffcb7e5dfa5e4196b05a02411618e", + "url": "https://static.crates.io/crates/goldenfile/1.8.0/download" } }, "targets": [ { "Library": { - "crate_name": "governor", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "goldenfile", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "governor", + "version": "1.8.0" + }, + "governor 0.10.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "dashmap", + "default", + "jitter", + "quanta", + "std" + ], + "deps": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "dashmap 6.1.0", + "target": "dashmap" + }, + { + "id": "futures-sink 0.3.31", + "target": "futures_sink" + }, + { + "id": "futures-timer 3.0.3", + "target": "futures_timer" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "getrandom 0.3.4", + "target": "getrandom" + }, + { + "id": "hashbrown 0.16.1", + "target": "hashbrown" + }, + { + "id": "nonzero_ext 0.3.0", + "target": "nonzero_ext" + }, + { + "id": "parking_lot 0.12.5", + "target": "parking_lot" + }, + { + "id": "portable-atomic 1.11.0", + "target": "portable_atomic" + }, + { + "id": "quanta 0.12.3", + "target": "quanta" + }, + { + "id": "rand 0.9.4", + "target": "rand" + }, + { + "id": "smallvec 1.15.1", + "target": "smallvec" + }, + { + "id": "spinning_top 0.3.0", + "target": "spinning_top" + }, + { + "id": "web-time 1.1.0", + "target": "web_time" + } ], - "crate_features": { - "common": [ - "dashmap", - "default", - "jitter", - "quanta", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "dashmap 6.1.0", - "target": "dashmap" - }, - { - "id": "futures-sink 0.3.31", - "target": "futures_sink" - }, - { - "id": "futures-timer 3.0.3", - "target": "futures_timer" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "getrandom 0.3.4", - "target": "getrandom" - }, - { - "id": "hashbrown 0.16.1", - "target": "hashbrown" - }, - { - "id": "nonzero_ext 0.3.0", - "target": "nonzero_ext" - }, - { - "id": "parking_lot 0.12.5", - "target": "parking_lot" - }, - { - "id": "portable-atomic 1.11.0", - "target": "portable_atomic" - }, - { - "id": "quanta 0.12.3", - "target": "quanta" - }, - { - "id": "rand 0.9.4", - "target": "rand" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "spinning_top 0.3.0", - "target": "spinning_top" - }, - { - "id": "web-time 1.1.0", - "target": "web_time" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.10.2" + "edition": "2018" }, + "library_target_name": "governor", "license": "MIT", "license_ids": [ "MIT" ], - "license_file": null - }, - "gpt 4.1.0": { - "name": "gpt", - "version": "4.1.0", - "package_url": "https://github.com/Quyzi/gpt", + "name": "governor", + "package_url": "https://github.com/boinkor-net/governor.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/gpt/4.1.0/download", - "sha256": "3696fafb1ecdcc2ae3ce337de73e9202806068594b77d22fdf2f3573c5ec2219" + "sha256": "6e23d5986fd4364c2fb7498523540618b4b8d92eec6c36a02e565f66748e2f79", + "url": "https://static.crates.io/crates/governor/0.10.2/download" } }, "targets": [ { "Library": { - "crate_name": "gpt", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "governor", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "gpt", + "version": "0.10.2" + }, + "gpt 4.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "crc 3.3.0", + "target": "crc" + }, + { + "id": "simple-bytes 0.2.14", + "target": "simple_bytes" + }, + { + "id": "uuid 1.12.1", + "target": "uuid" + } ], - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "crc 3.3.0", - "target": "crc" - }, - { - "id": "simple-bytes 0.2.14", - "target": "simple_bytes" - }, - { - "id": "uuid 1.12.1", - "target": "uuid" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "4.1.0" + "edition": "2021" }, + "library_target_name": "gpt", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "group 0.13.0": { - "name": "group", - "version": "0.13.0", - "package_url": "https://github.com/zkcrypto/group", + "name": "gpt", + "package_url": "https://github.com/Quyzi/gpt", "repository": { "Http": { - "url": "https://static.crates.io/crates/group/0.13.0/download", - "sha256": "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" + "sha256": "3696fafb1ecdcc2ae3ce337de73e9202806068594b77d22fdf2f3573c5ec2219", + "url": "https://static.crates.io/crates/gpt/4.1.0/download" } }, "targets": [ { "Library": { - "crate_name": "group", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "gpt", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "group", + "version": "4.1.0" + }, + "group 0.13.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default" ], - "crate_features": { - "common": [ - "alloc", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ff 0.13.0", - "target": "ff" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.13.0" + "deps": [ + { + "id": "ff 0.13.0", + "target": "ff" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "subtle 2.6.1", + "target": "subtle" + } + ], + "edition": "2021" }, + "library_target_name": "group", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "h2 0.3.27": { - "name": "h2", - "version": "0.3.27", - "package_url": "https://github.com/hyperium/h2", + "name": "group", + "package_url": "https://github.com/zkcrypto/group", "repository": { "Http": { - "url": "https://static.crates.io/crates/h2/0.3.27/download", - "sha256": "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d" + "sha256": "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63", + "url": "https://static.crates.io/crates/group/0.13.0/download" } }, "targets": [ { "Library": { - "crate_name": "h2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "group", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "h2", + "version": "0.13.0" + }, + "h2 0.3.27": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "futures-sink 0.3.31", + "target": "futures_sink" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "http 0.2.12", + "target": "http" + }, + { + "id": "indexmap 2.14.0", + "target": "indexmap" + }, + { + "id": "slab 0.4.8", + "target": "slab" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "id": "tokio-util 0.7.17", + "target": "tokio_util" + }, + { + "id": "tracing 0.1.44", + "target": "tracing" + } ], - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "fnv 1.0.7", - "target": "fnv" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-sink 0.3.31", - "target": "futures_sink" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "http 0.2.12", - "target": "http" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "slab 0.4.8", - "target": "slab" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-util 0.7.17", - "target": "tokio_util" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.27" + "edition": "2018" }, + "library_target_name": "h2", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "h2 0.4.4": { "name": "h2", - "version": "0.4.4", "package_url": "https://github.com/hyperium/h2", "repository": { "Http": { - "url": "https://static.crates.io/crates/h2/0.4.4/download", - "sha256": "816ec7294445779408f36fe57bc5b7fc1cf59664059096c65f905c1c61f58069" + "sha256": "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d", + "url": "https://static.crates.io/crates/h2/0.3.27/download" } }, "targets": [ { "Library": { "crate_name": "h2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "h2", + "version": "0.3.27" + }, + "h2 0.4.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "stream" ], - "crate_features": { - "common": [ - "stream" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "fnv 1.0.7", - "target": "fnv" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-sink 0.3.31", - "target": "futures_sink" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "slab 0.4.8", - "target": "slab" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-util 0.7.17", - "target": "tokio_util" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.4" + "deps": [ + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "futures-sink 0.3.31", + "target": "futures_sink" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "indexmap 2.14.0", + "target": "indexmap" + }, + { + "id": "slab 0.4.8", + "target": "slab" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "id": "tokio-util 0.7.17", + "target": "tokio_util" + }, + { + "id": "tracing 0.1.44", + "target": "tracing" + } + ], + "edition": "2021" }, + "library_target_name": "h2", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "half 1.8.2": { - "name": "half", - "version": "1.8.2", - "package_url": "https://github.com/starkat99/half-rs", + "name": "h2", + "package_url": "https://github.com/hyperium/h2", "repository": { "Http": { - "url": "https://static.crates.io/crates/half/1.8.2/download", - "sha256": "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" + "sha256": "816ec7294445779408f36fe57bc5b7fc1cf59664059096c65f905c1c61f58069", + "url": "https://static.crates.io/crates/h2/0.4.4/download" } }, "targets": [ { "Library": { - "crate_name": "half", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "h2", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "half", + "version": "0.4.4" + }, + "half 1.8.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.8.2" + "edition": "2018" }, + "library_target_name": "half", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "half 2.7.1": { "name": "half", - "version": "2.7.1", - "package_url": "https://github.com/VoidStarKat/half-rs", + "package_url": "https://github.com/starkat99/half-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/half/2.7.1/download", - "sha256": "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" + "sha256": "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7", + "url": "https://static.crates.io/crates/half/1.8.2/download" } }, "targets": [ { "Library": { "crate_name": "half", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "half", + "version": "1.8.2" + }, + "half 2.7.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [ { @@ -31782,1228 +24694,890 @@ ] } }, - "edition": "2021", - "version": "2.7.1" + "edition": "2021" }, + "library_target_name": "half", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" + "name": "half", + "package_url": "https://github.com/VoidStarKat/half-rs", + "repository": { + "Http": { + "sha256": "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b", + "url": "https://static.crates.io/crates/half/2.7.1/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "half", + "crate_root": "src/lib.rs" + } + } + ], + "version": "2.7.1" }, "handlebars 6.4.0": { + "common_attrs": { + "crate_features": [ + "default" + ], + "deps": [ + { + "id": "derive_builder 0.20.2", + "target": "derive_builder" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "num-order 1.2.0", + "target": "num_order" + }, + { + "id": "pest 2.7.1", + "target": "pest" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + } + ], + "edition": "2021", + "proc_macro_deps": [ + { + "id": "pest_derive 2.7.1", + "target": "pest_derive" + } + ] + }, + "library_target_name": "handlebars", + "license": "MIT", + "license_file": "LICENSE", + "license_ids": [ + "MIT" + ], "name": "handlebars", - "version": "6.4.0", "package_url": "https://github.com/sunng87/handlebars-rust", "repository": { "Http": { - "url": "https://static.crates.io/crates/handlebars/6.4.0/download", - "sha256": "9b3f9296c208515b87bd915a2f5d1163d4b3f863ba83337d7713cf478055948e" + "sha256": "9b3f9296c208515b87bd915a2f5d1163d4b3f863ba83337d7713cf478055948e", + "url": "https://static.crates.io/crates/handlebars/6.4.0/download" } }, "targets": [ { "Library": { "crate_name": "handlebars", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "handlebars", + "version": "6.4.0" + }, + "hardware-address 0.2.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" + ], + "deps": [ + { + "id": "thiserror 2.0.18", + "target": "thiserror" + } ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "derive_builder 0.20.2", - "target": "derive_builder" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "num-order 1.2.0", - "target": "num_order" - }, - { - "id": "pest 2.7.1", - "target": "pest" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "pest_derive 2.7.1", - "target": "pest_derive" - } - ], - "selects": {} - }, - "version": "6.4.0" + "extra_deps": [ + ":build_script_build" + ], + "proc_macro_deps": [ + { + "id": "paste 1.0.15", + "target": "paste" + } + ] }, - "license": "MIT", + "library_target_name": "hardware_address", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "hardware-address 0.2.0": { "name": "hardware-address", - "version": "0.2.0", "package_url": "https://github.com/al8n/hardware-address", "repository": { "Http": { - "url": "https://static.crates.io/crates/hardware-address/0.2.0/download", - "sha256": "36fca164ea873ea6d164c3b9e6bc59a70e172d28a57b8513528ed4f5ec127c9f" + "sha256": "36fca164ea873ea6d164c3b9e6bc59a70e172d28a57b8513528ed4f5ec127c9f", + "url": "https://static.crates.io/crates/hardware-address/0.2.0/download" } }, "targets": [ { "Library": { "crate_name": "hardware_address", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "hardware_address", + "version": "0.2.0" + }, + "hashbrown 0.12.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "raw" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "hardware-address 0.2.0", - "target": "build_script_build" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "0.2.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] + "edition": "2021" }, + "library_target_name": "hashbrown", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "hashbrown 0.12.3": { "name": "hashbrown", - "version": "0.12.3", "package_url": "https://github.com/rust-lang/hashbrown", "repository": { "Http": { - "url": "https://static.crates.io/crates/hashbrown/0.12.3/download", - "sha256": "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" + "sha256": "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888", + "url": "https://static.crates.io/crates/hashbrown/0.12.3/download" } }, "targets": [ { "Library": { "crate_name": "hashbrown", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "hashbrown", + "version": "0.12.3" + }, + "hashbrown 0.14.5": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "ahash", + "allocator-api2", + "default", + "inline-more", + "raw" + ], + "deps": [ + { + "id": "ahash 0.8.11", + "target": "ahash" + }, + { + "id": "allocator-api2 0.2.21", + "target": "allocator_api2" + } ], - "crate_features": { - "common": [ - "raw" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.12.3" + "edition": "2021" }, + "library_target_name": "hashbrown", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "hashbrown 0.14.5": { "name": "hashbrown", - "version": "0.14.5", "package_url": "https://github.com/rust-lang/hashbrown", "repository": { "Http": { - "url": "https://static.crates.io/crates/hashbrown/0.14.5/download", - "sha256": "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" + "sha256": "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1", + "url": "https://static.crates.io/crates/hashbrown/0.14.5/download" } }, "targets": [ { "Library": { "crate_name": "hashbrown", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "hashbrown", + "version": "0.14.5" + }, + "hashbrown 0.15.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "allocator-api2", + "default", + "default-hasher", + "equivalent", + "inline-more", + "raw-entry" + ], + "deps": [ + { + "id": "allocator-api2 0.2.21", + "target": "allocator_api2" + }, + { + "id": "equivalent 1.0.1", + "target": "equivalent" + }, + { + "id": "foldhash 0.1.4", + "target": "foldhash" + } ], - "crate_features": { - "common": [ - "ahash", - "allocator-api2", - "default", - "inline-more", - "raw" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ahash 0.8.11", - "target": "ahash" - }, - { - "id": "allocator-api2 0.2.21", - "target": "allocator_api2" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.14.5" + "edition": "2021" }, + "library_target_name": "hashbrown", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "hashbrown 0.15.2": { "name": "hashbrown", - "version": "0.15.2", "package_url": "https://github.com/rust-lang/hashbrown", "repository": { "Http": { - "url": "https://static.crates.io/crates/hashbrown/0.15.2/download", - "sha256": "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" + "sha256": "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289", + "url": "https://static.crates.io/crates/hashbrown/0.15.2/download" } }, "targets": [ { "Library": { "crate_name": "hashbrown", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "hashbrown", + "version": "0.15.2" + }, + "hashbrown 0.16.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "allocator-api2", - "default", - "default-hasher", - "equivalent", - "inline-more", - "raw-entry" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "allocator-api2 0.2.21", - "target": "allocator_api2" - }, - { - "id": "equivalent 1.0.1", - "target": "equivalent" - }, - { - "id": "foldhash 0.1.4", - "target": "foldhash" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.15.2" + "crate_features": [ + "allocator-api2", + "default", + "default-hasher", + "equivalent", + "inline-more", + "raw-entry", + "serde" + ], + "deps": [ + { + "id": "allocator-api2 0.2.21", + "target": "allocator_api2" + }, + { + "id": "equivalent 1.0.1", + "target": "equivalent" + }, + { + "id": "foldhash 0.2.0", + "target": "foldhash" + }, + { + "id": "serde_core 1.0.228", + "target": "serde_core" + } + ], + "edition": "2021" }, + "library_target_name": "hashbrown", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "hashbrown 0.16.1": { "name": "hashbrown", - "version": "0.16.1", "package_url": "https://github.com/rust-lang/hashbrown", "repository": { "Http": { - "url": "https://static.crates.io/crates/hashbrown/0.16.1/download", - "sha256": "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" + "sha256": "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100", + "url": "https://static.crates.io/crates/hashbrown/0.16.1/download" } }, "targets": [ { "Library": { "crate_name": "hashbrown", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "hashbrown", + "version": "0.16.1" + }, + "hashbrown 0.17.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default-hasher", + "inline-more", + "serde" ], - "crate_features": { - "common": [ - "allocator-api2", - "default", - "default-hasher", - "equivalent", - "inline-more", - "raw-entry", - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "allocator-api2 0.2.21", - "target": "allocator_api2" - }, - { - "id": "equivalent 1.0.1", - "target": "equivalent" - }, - { - "id": "foldhash 0.2.0", - "target": "foldhash" - }, - { - "id": "serde_core 1.0.228", - "target": "serde_core" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.16.1" + "deps": [ + { + "id": "foldhash 0.2.0", + "target": "foldhash" + }, + { + "id": "serde_core 1.0.228", + "target": "serde_core" + } + ], + "edition": "2024" }, + "library_target_name": "hashbrown", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "hashbrown 0.17.0": { "name": "hashbrown", - "version": "0.17.0", "package_url": "https://github.com/rust-lang/hashbrown", "repository": { "Http": { - "url": "https://static.crates.io/crates/hashbrown/0.17.0/download", - "sha256": "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" + "sha256": "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51", + "url": "https://static.crates.io/crates/hashbrown/0.17.0/download" } }, "targets": [ { "Library": { "crate_name": "hashbrown", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "hashbrown", + "version": "0.17.0" + }, + "hashlink 0.10.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "hashbrown 0.15.2", + "target": "hashbrown" + } ], - "crate_features": { - "common": [ - "default-hasher", - "inline-more", - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "foldhash 0.2.0", - "target": "foldhash" - }, - { - "id": "serde_core 1.0.228", - "target": "serde_core" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.17.0" + "edition": "2018" }, + "library_target_name": "hashlink", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "hashlink 0.8.3": { "name": "hashlink", - "version": "0.8.3", "package_url": "https://github.com/kyren/hashlink", "repository": { "Http": { - "url": "https://static.crates.io/crates/hashlink/0.8.3/download", - "sha256": "312f66718a2d7789ffef4f4b7b213138ed9f1eb3aa1d0d82fc99f88fb3ffd26f" + "sha256": "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1", + "url": "https://static.crates.io/crates/hashlink/0.10.0/download" } }, "targets": [ { "Library": { "crate_name": "hashlink", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "hashlink", + "version": "0.10.0" + }, + "hashlink 0.8.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "hashbrown 0.14.5", + "target": "hashbrown" + } ], - "deps": { - "common": [ - { - "id": "hashbrown 0.14.5", - "target": "hashbrown" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.8.3" + "edition": "2018" }, + "library_target_name": "hashlink", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "hashlink 0.10.0": { "name": "hashlink", - "version": "0.10.0", "package_url": "https://github.com/kyren/hashlink", "repository": { "Http": { - "url": "https://static.crates.io/crates/hashlink/0.10.0/download", - "sha256": "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" + "sha256": "312f66718a2d7789ffef4f4b7b213138ed9f1eb3aa1d0d82fc99f88fb3ffd26f", + "url": "https://static.crates.io/crates/hashlink/0.8.3/download" } }, "targets": [ { "Library": { "crate_name": "hashlink", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "hashlink", + "version": "0.8.3" + }, + "hdrhistogram 7.5.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + } ], - "deps": { - "common": [ - { - "id": "hashbrown 0.15.2", - "target": "hashbrown" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.10.0" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "hdrhistogram", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "hdrhistogram 7.5.2": { "name": "hdrhistogram", - "version": "7.5.2", "package_url": "https://github.com/HdrHistogram/HdrHistogram_rust.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/hdrhistogram/7.5.2/download", - "sha256": "7f19b9f54f7c7f55e31401bb647626ce0cf0f67b0004982ce815b3ee72a02aa8" + "sha256": "7f19b9f54f7c7f55e31401bb647626ce0cf0f67b0004982ce815b3ee72a02aa8", + "url": "https://static.crates.io/crates/hdrhistogram/7.5.2/download" } }, "targets": [ { "Library": { "crate_name": "hdrhistogram", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "hdrhistogram", + "version": "7.5.2" + }, + "headers 0.4.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "base64 0.22.1", + "target": "base64" + }, + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "headers-core 0.3.0", + "target": "headers_core" + }, + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "httpdate 1.0.3", + "target": "httpdate" + }, + { + "id": "mime 0.3.17", + "target": "mime" + }, + { + "id": "sha1 0.10.6", + "target": "sha1" + } ], - "deps": { - "common": [ - { - "id": "byteorder 1.5.0", - "target": "byteorder" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "7.5.2" + "edition": "2018" }, - "license": "MIT/Apache-2.0", + "library_target_name": "headers", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "headers 0.4.1": { "name": "headers", - "version": "0.4.1", "package_url": "https://github.com/hyperium/headers", "repository": { "Http": { - "url": "https://static.crates.io/crates/headers/0.4.1/download", - "sha256": "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb" + "sha256": "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb", + "url": "https://static.crates.io/crates/headers/0.4.1/download" } }, "targets": [ { "Library": { "crate_name": "headers", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "headers", + "version": "0.4.1" + }, + "headers-core 0.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "http 1.3.1", + "target": "http" + } ], - "deps": { - "common": [ - { - "id": "base64 0.22.1", - "target": "base64" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "headers-core 0.3.0", - "target": "headers_core" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "httpdate 1.0.3", - "target": "httpdate" - }, - { - "id": "mime 0.3.17", - "target": "mime" - }, - { - "id": "sha1 0.10.6", - "target": "sha1" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.1" + "edition": "2015" }, + "library_target_name": "headers_core", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "headers-core 0.3.0": { "name": "headers-core", - "version": "0.3.0", "package_url": "https://github.com/hyperium/headers", "repository": { "Http": { - "url": "https://static.crates.io/crates/headers-core/0.3.0/download", - "sha256": "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4" + "sha256": "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4", + "url": "https://static.crates.io/crates/headers-core/0.3.0/download" } }, "targets": [ { "Library": { "crate_name": "headers_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "headers_core", + "version": "0.3.0" + }, + "heck 0.4.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "deps": { - "common": [ - { - "id": "http 1.3.1", - "target": "http" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.3.0" + "edition": "2018" }, - "license": "MIT", + "library_target_name": "heck", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "heck 0.4.1": { "name": "heck", - "version": "0.4.1", "package_url": "https://github.com/withoutboats/heck", "repository": { "Http": { - "url": "https://static.crates.io/crates/heck/0.4.1/download", - "sha256": "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" + "sha256": "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8", + "url": "https://static.crates.io/crates/heck/0.4.1/download" } }, "targets": [ { "Library": { "crate_name": "heck", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "heck", + "version": "0.4.1" + }, + "heck 0.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.1" + "edition": "2021" }, + "library_target_name": "heck", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "heck 0.5.0": { "name": "heck", - "version": "0.5.0", "package_url": "https://github.com/withoutboats/heck", "repository": { "Http": { - "url": "https://static.crates.io/crates/heck/0.5.0/download", - "sha256": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" + "sha256": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea", + "url": "https://static.crates.io/crates/heck/0.5.0/download" } }, "targets": [ { "Library": { "crate_name": "heck", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "heck", + "version": "0.5.0" + }, + "hermit-abi 0.3.9": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.5.0" + "edition": "2021" }, + "library_target_name": "hermit_abi", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "hermit-abi 0.3.9": { "name": "hermit-abi", - "version": "0.3.9", "package_url": "https://github.com/hermit-os/hermit-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/hermit-abi/0.3.9/download", - "sha256": "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" + "sha256": "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024", + "url": "https://static.crates.io/crates/hermit-abi/0.3.9/download" } }, "targets": [ { "Library": { "crate_name": "hermit_abi", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "hermit_abi", + "version": "0.3.9" + }, + "hermit-abi 0.4.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.3.9" + "edition": "2021" }, + "library_target_name": "hermit_abi", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "hermit-abi 0.4.0": { "name": "hermit-abi", - "version": "0.4.0", "package_url": "https://github.com/hermit-os/hermit-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/hermit-abi/0.4.0/download", - "sha256": "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" + "sha256": "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc", + "url": "https://static.crates.io/crates/hermit-abi/0.4.0/download" } }, "targets": [ { "Library": { "crate_name": "hermit_abi", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "hermit_abi", + "version": "0.4.0" + }, + "hex 0.4.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "serde", + "std" ], - "edition": "2021", - "version": "0.4.0" + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2018" }, + "library_target_name": "hex", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "hex 0.4.3": { "name": "hex", - "version": "0.4.3", "package_url": "https://github.com/KokaKiwi/rust-hex", "repository": { "Http": { - "url": "https://static.crates.io/crates/hex/0.4.3/download", - "sha256": "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" + "sha256": "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70", + "url": "https://static.crates.io/crates/hex/0.4.3/download" } }, "targets": [ { "Library": { "crate_name": "hex", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "hex", + "version": "0.4.3" + }, + "hex-conservative 0.2.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "std" ], - "crate_features": { - "common": [ - "alloc", - "default", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.3" + "deps": [ + { + "id": "arrayvec 0.7.4", + "target": "arrayvec" + } + ], + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "hex_conservative", + "license": "CC0-1.0", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "CC0-1.0" ], - "license_file": "LICENSE-APACHE" - }, - "hex-conservative 0.2.1": { "name": "hex-conservative", - "version": "0.2.1", "package_url": "https://github.com/rust-bitcoin/hex-conservative", "repository": { "Http": { - "url": "https://static.crates.io/crates/hex-conservative/0.2.1/download", - "sha256": "5313b072ce3c597065a808dbf612c4c8e8590bdbf8b579508bf7a762c5eae6cd" + "sha256": "5313b072ce3c597065a808dbf612c4c8e8590bdbf8b579508bf7a762c5eae6cd", + "url": "https://static.crates.io/crates/hex-conservative/0.2.1/download" } }, "targets": [ { "Library": { "crate_name": "hex_conservative", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "hex_conservative", + "version": "0.2.1" + }, + "hex-literal 0.4.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "arrayvec 0.7.4", - "target": "arrayvec" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.1" + "edition": "2021" }, - "license": "CC0-1.0", + "library_target_name": "hex_literal", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "CC0-1.0" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" - }, - "hex-literal 0.4.1": { "name": "hex-literal", - "version": "0.4.1", "package_url": "https://github.com/RustCrypto/utils", "repository": { "Http": { - "url": "https://static.crates.io/crates/hex-literal/0.4.1/download", - "sha256": "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" + "sha256": "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46", + "url": "https://static.crates.io/crates/hex-literal/0.4.1/download" } }, "targets": [ { "Library": { "crate_name": "hex_literal", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "hex_literal", + "version": "0.4.1" + }, + "hex-literal 1.0.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.4.1" + "edition": "2024" }, + "library_target_name": "hex_literal", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "hex-literal 1.0.0": { "name": "hex-literal", - "version": "1.0.0", "package_url": "https://github.com/RustCrypto/utils", "repository": { "Http": { - "url": "https://static.crates.io/crates/hex-literal/1.0.0/download", - "sha256": "bcaaec4551594c969335c98c903c1397853d4198408ea609190f420500f6be71" + "sha256": "bcaaec4551594c969335c98c903c1397853d4198408ea609190f420500f6be71", + "url": "https://static.crates.io/crates/hex-literal/1.0.0/download" } }, "targets": [ { "Library": { "crate_name": "hex_literal", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "hex_literal", + "version": "1.0.0" + }, + "hex_lit 0.1.1": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2024", - "version": "1.0.0" + "edition": "2018", + "extra_deps": [ + ":build_script_build" + ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "hex_lit", + "license": "MITNFA", "license_ids": [ - "Apache-2.0", - "MIT" + "MITNFA" ], - "license_file": "LICENSE-APACHE" - }, - "hex_lit 0.1.1": { "name": "hex_lit", - "version": "0.1.1", "package_url": "https://github.com/Kixunil/hex_lit", "repository": { "Http": { - "url": "https://static.crates.io/crates/hex_lit/0.1.1/download", - "sha256": "3011d1213f159867b13cfd6ac92d2cd5f1345762c63be3554e84092d85a50bbd" + "sha256": "3011d1213f159867b13cfd6ac92d2cd5f1345762c63be3554e84092d85a50bbd", + "url": "https://static.crates.io/crates/hex_lit/0.1.1/download" } }, "targets": [ { "Library": { "crate_name": "hex_lit", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "hex_lit", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "hex_lit 0.1.1", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MITNFA", - "license_ids": [ - "MITNFA" - ], - "license_file": null + "version": "0.1.1" }, "hickory-net 0.26.1": { - "name": "hickory-net", - "version": "0.26.1", - "package_url": "https://github.com/hickory-dns/hickory-dns", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hickory-net/0.26.1/download", - "sha256": "e2295ed2f9c31e471e1428a8f88a3f0e1f4b27c15049592138d1eebe9c35b183" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hickory_net", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hickory_net", "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "__dnssec", + "__https", + "__tls", + "dnssec-aws-lc-rs", + "https-aws-lc-rs", + "tls-aws-lc-rs", + "tokio", + "webpki-roots" ], - "crate_features": { - "common": [ - "__dnssec", - "__https", - "__tls", - "dnssec-aws-lc-rs", - "https-aws-lc-rs", - "tls-aws-lc-rs", - "tokio", - "webpki-roots" - ], - "selects": {} - }, "deps": { "common": [ { @@ -33121,63 +25695,47 @@ } }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.89", - "target": "async_trait" - } - ], - "selects": {} - }, - "version": "0.26.1" + "proc_macro_deps": [ + { + "id": "async-trait 0.1.89", + "target": "async_trait" + } + ] }, + "library_target_name": "hickory_net", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "hickory-proto 0.26.1": { - "name": "hickory-proto", - "version": "0.26.1", + "name": "hickory-net", "package_url": "https://github.com/hickory-dns/hickory-dns", "repository": { "Http": { - "url": "https://static.crates.io/crates/hickory-proto/0.26.1/download", - "sha256": "0bab31817bfb44672a252e97fe81cd0c18d1b2cf892108922f6818820df8c643" + "sha256": "e2295ed2f9c31e471e1428a8f88a3f0e1f4b27c15049592138d1eebe9c35b183", + "url": "https://static.crates.io/crates/hickory-net/0.26.1/download" } }, "targets": [ { "Library": { - "crate_name": "hickory_proto", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "hickory_net", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "hickory_proto", + "version": "0.26.1" + }, + "hickory-proto 0.26.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "__dnssec", + "access-control", + "default", + "dnssec-aws-lc-rs", + "std" ], - "crate_features": { - "common": [ - "__dnssec", - "access-control", - "default", - "dnssec-aws-lc-rs", - "std" - ], - "selects": {} - }, "deps": { "common": [ { @@ -33246,60 +25804,47 @@ ] } }, - "edition": "2021", - "version": "0.26.1" + "edition": "2021" }, + "library_target_name": "hickory_proto", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "hickory-resolver 0.26.1": { - "name": "hickory-resolver", - "version": "0.26.1", + "name": "hickory-proto", "package_url": "https://github.com/hickory-dns/hickory-dns", "repository": { "Http": { - "url": "https://static.crates.io/crates/hickory-resolver/0.26.1/download", - "sha256": "f0d58d28879ceecde6607729660c2667a081ccdc082e082675042793960f178c" + "sha256": "0bab31817bfb44672a252e97fe81cd0c18d1b2cf892108922f6818820df8c643", + "url": "https://static.crates.io/crates/hickory-proto/0.26.1/download" } }, "targets": [ { "Library": { - "crate_name": "hickory_resolver", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "hickory_proto", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "hickory_resolver", + "version": "0.26.1" + }, + "hickory-resolver 0.26.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "__dnssec", + "__https", + "__tls", + "default", + "dnssec-aws-lc-rs", + "https-aws-lc-rs", + "system-config", + "tls-aws-lc-rs", + "tokio", + "webpki-roots" ], - "crate_features": { - "common": [ - "__dnssec", - "__https", - "__tls", - "default", - "dnssec-aws-lc-rs", - "https-aws-lc-rs", - "system-config", - "tls-aws-lc-rs", - "tokio", - "webpki-roots" - ], - "selects": {} - }, "deps": { "common": [ { @@ -33386,147 +25931,108 @@ ] } }, - "edition": "2021", - "version": "0.26.1" + "edition": "2021" }, + "library_target_name": "hickory_resolver", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "hkdf 0.12.4": { - "name": "hkdf", - "version": "0.12.4", - "package_url": "https://github.com/RustCrypto/KDFs/", + "name": "hickory-resolver", + "package_url": "https://github.com/hickory-dns/hickory-dns", "repository": { "Http": { - "url": "https://static.crates.io/crates/hkdf/0.12.4/download", - "sha256": "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" + "sha256": "f0d58d28879ceecde6607729660c2667a081ccdc082e082675042793960f178c", + "url": "https://static.crates.io/crates/hickory-resolver/0.26.1/download" } }, "targets": [ { "Library": { - "crate_name": "hkdf", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "hickory_resolver", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "hkdf", + "version": "0.26.1" + }, + "hkdf 0.12.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "hmac 0.12.1", + "target": "hmac" + } ], - "deps": { - "common": [ - { - "id": "hmac 0.12.1", - "target": "hmac" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.12.4" + "edition": "2018" }, + "library_target_name": "hkdf", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "hmac 0.12.1": { - "name": "hmac", - "version": "0.12.1", - "package_url": "https://github.com/RustCrypto/MACs", + "name": "hkdf", + "package_url": "https://github.com/RustCrypto/KDFs/", "repository": { "Http": { - "url": "https://static.crates.io/crates/hmac/0.12.1/download", - "sha256": "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" + "sha256": "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7", + "url": "https://static.crates.io/crates/hkdf/0.12.4/download" } }, "targets": [ { "Library": { - "crate_name": "hmac", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "hkdf", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "hmac", + "version": "0.12.4" + }, + "hmac 0.12.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "reset" ], - "crate_features": { - "common": [ - "reset" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "digest 0.10.7", - "target": "digest" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.12.1" + "deps": [ + { + "id": "digest 0.10.7", + "target": "digest" + } + ], + "edition": "2018" }, + "library_target_name": "hmac", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "home 0.5.9": { - "name": "home", - "version": "0.5.9", - "package_url": "https://github.com/rust-lang/cargo", + "name": "hmac", + "package_url": "https://github.com/RustCrypto/MACs", "repository": { "Http": { - "url": "https://static.crates.io/crates/home/0.5.9/download", - "sha256": "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" + "sha256": "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e", + "url": "https://static.crates.io/crates/hmac/0.12.1/download" } }, "targets": [ { "Library": { - "crate_name": "home", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "hmac", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "home", + "version": "0.12.1" + }, + "home 0.5.9": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [], "selects": { @@ -33538,51 +26044,38 @@ ] } }, - "edition": "2021", - "version": "0.5.9" + "edition": "2021" }, + "library_target_name": "home", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "hostname 0.3.1": { - "name": "hostname", - "version": "0.3.1", - "package_url": "https://github.com/svartalf/hostname", + "name": "home", + "package_url": "https://github.com/rust-lang/cargo", "repository": { "Http": { - "url": "https://static.crates.io/crates/hostname/0.3.1/download", - "sha256": "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" + "sha256": "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5", + "url": "https://static.crates.io/crates/home/0.5.9/download" } }, "targets": [ { "Library": { - "crate_name": "hostname", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "home", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "hostname", + "version": "0.5.9" + }, + "hostname 0.3.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, "deps": { "common": [ { @@ -33605,50 +26098,37 @@ ] } }, - "edition": "2015", - "version": "0.3.1" + "edition": "2015" }, + "library_target_name": "hostname", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "hostname 0.4.0": { "name": "hostname", - "version": "0.4.0", "package_url": "https://github.com/svartalf/hostname", "repository": { "Http": { - "url": "https://static.crates.io/crates/hostname/0.4.0/download", - "sha256": "f9c7c7c8ac16c798734b8a24560c1362120597c40d5e1459f09498f8f6c8f2ba" + "sha256": "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867", + "url": "https://static.crates.io/crates/hostname/0.3.1/download" } }, "targets": [ { "Library": { "crate_name": "hostname", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "hostname", + "version": "0.3.1" + }, + "hostname 0.4.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, "deps": { "common": [ { @@ -33670,1079 +26150,837 @@ } ] } - }, - "edition": "2021", - "version": "0.4.0" + }, + "edition": "2021" + }, + "library_target_name": "hostname", + "license": "MIT", + "license_file": "LICENSE", + "license_ids": [ + "MIT" + ], + "name": "hostname", + "package_url": "https://github.com/svartalf/hostname", + "repository": { + "Http": { + "sha256": "f9c7c7c8ac16c798734b8a24560c1362120597c40d5e1459f09498f8f6c8f2ba", + "url": "https://static.crates.io/crates/hostname/0.4.0/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "hostname", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.4.0" + }, + "hpke 0.13.0": { + "common_attrs": { + "crate_features": [ + "alloc", + "p384" + ], + "deps": [ + { + "id": "aead 0.5.2", + "target": "aead" + }, + { + "id": "aes-gcm 0.10.3", + "target": "aes_gcm" + }, + { + "id": "chacha20poly1305 0.10.1", + "target": "chacha20poly1305" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "generic-array 0.14.7", + "target": "generic_array" + }, + { + "id": "hkdf 0.12.4", + "target": "hkdf" + }, + { + "id": "hmac 0.12.1", + "target": "hmac" + }, + { + "id": "p384 0.13.1", + "target": "p384" + }, + { + "id": "rand_core 0.9.3", + "target": "rand_core" + }, + { + "id": "sha2 0.10.9", + "target": "sha2" + }, + { + "id": "subtle 2.6.1", + "target": "subtle" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } + ], + "edition": "2021" }, - "license": "MIT", + "library_target_name": "hpke", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "hpke 0.13.0": { "name": "hpke", - "version": "0.13.0", "package_url": "https://github.com/rozbb/rust-hpke", "repository": { "Http": { - "url": "https://static.crates.io/crates/hpke/0.13.0/download", - "sha256": "f65d16b699dd1a1fa2d851c970b0c971b388eeeb40f744252b8de48860980c8f" + "sha256": "f65d16b699dd1a1fa2d851c970b0c971b388eeeb40f744252b8de48860980c8f", + "url": "https://static.crates.io/crates/hpke/0.13.0/download" } }, "targets": [ { "Library": { "crate_name": "hpke", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "hpke", + "version": "0.13.0" + }, + "html5ever 0.35.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "markup5ever 0.35.0", + "target": "markup5ever" + } ], - "crate_features": { - "common": [ - "alloc", - "p384" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aead 0.5.2", - "target": "aead" - }, - { - "id": "aes-gcm 0.10.3", - "target": "aes_gcm" - }, - { - "id": "chacha20poly1305 0.10.1", - "target": "chacha20poly1305" - }, - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "generic-array 0.14.7", - "target": "generic_array" - }, - { - "id": "hkdf 0.12.4", - "target": "hkdf" - }, - { - "id": "hmac 0.12.1", - "target": "hmac" - }, - { - "id": "p384 0.13.1", - "target": "p384" - }, - { - "id": "rand_core 0.9.3", - "target": "rand_core" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.13.0" + "proc_macro_deps": [ + { + "id": "match_token 0.35.0", + "target": "match_token" + } + ] }, - "license": "MIT/Apache-2.0", + "library_target_name": "html5ever", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "html5ever 0.35.0": { "name": "html5ever", - "version": "0.35.0", "package_url": "https://github.com/servo/html5ever", "repository": { "Http": { - "url": "https://static.crates.io/crates/html5ever/0.35.0/download", - "sha256": "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4" + "sha256": "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4", + "url": "https://static.crates.io/crates/html5ever/0.35.0/download" } }, "targets": [ { "Library": { "crate_name": "html5ever", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "html5ever", + "version": "0.35.0" + }, + "http 0.2.12": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "itoa 1.0.17", + "target": "itoa" + } ], - "deps": { - "common": [ - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "markup5ever 0.35.0", - "target": "markup5ever" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "match_token 0.35.0", - "target": "match_token" - } - ], - "selects": {} - }, - "version": "0.35.0" + "edition": "2018" }, + "library_target_name": "http", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "http 0.2.12": { "name": "http", - "version": "0.2.12", "package_url": "https://github.com/hyperium/http", "repository": { "Http": { - "url": "https://static.crates.io/crates/http/0.2.12/download", - "sha256": "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" + "sha256": "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1", + "url": "https://static.crates.io/crates/http/0.2.12/download" } }, "targets": [ { "Library": { "crate_name": "http", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "http", + "version": "0.2.12" + }, + "http 1.3.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "fnv 1.0.7", - "target": "fnv" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.12" + "deps": [ + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "itoa 1.0.17", + "target": "itoa" + } + ], + "edition": "2018" }, + "library_target_name": "http", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "http 1.3.1": { "name": "http", - "version": "1.3.1", "package_url": "https://github.com/hyperium/http", "repository": { "Http": { - "url": "https://static.crates.io/crates/http/1.3.1/download", - "sha256": "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" + "sha256": "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565", + "url": "https://static.crates.io/crates/http/1.3.1/download" } }, "targets": [ { "Library": { "crate_name": "http", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "http", + "version": "1.3.1" + }, + "http-body 1.0.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "http 1.3.1", + "target": "http" + } ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "fnv 1.0.7", - "target": "fnv" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.3.1" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "http_body", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "http-body 1.0.1": { "name": "http-body", - "version": "1.0.1", "package_url": "https://github.com/hyperium/http-body", "repository": { "Http": { - "url": "https://static.crates.io/crates/http-body/1.0.1/download", - "sha256": "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" + "sha256": "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184", + "url": "https://static.crates.io/crates/http-body/1.0.1/download" } }, "targets": [ { "Library": { "crate_name": "http_body", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "http_body", + "version": "1.0.1" + }, + "http-body-util 0.1.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "http 1.3.1", - "target": "http" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.1" + "deps": [ + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "http-body 1.0.1", + "target": "http_body" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + } + ], + "edition": "2018" }, + "library_target_name": "http_body_util", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "http-body-util 0.1.3": { "name": "http-body-util", - "version": "0.1.3", "package_url": "https://github.com/hyperium/http-body", "repository": { "Http": { - "url": "https://static.crates.io/crates/http-body-util/0.1.3/download", - "sha256": "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" + "sha256": "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a", + "url": "https://static.crates.io/crates/http-body-util/0.1.3/download" } }, "targets": [ { "Library": { "crate_name": "http_body_util", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "http_body_util", + "version": "0.1.3" + }, + "httparse 1.10.1": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - } - ], - "selects": {} - }, "edition": "2018", - "version": "0.1.3" + "extra_deps": [ + ":build_script_build" + ] }, - "license": "MIT", + "library_target_name": "httparse", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "httparse 1.10.1": { "name": "httparse", - "version": "1.10.1", "package_url": "https://github.com/seanmonstar/httparse", "repository": { "Http": { - "url": "https://static.crates.io/crates/httparse/1.10.1/download", - "sha256": "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" + "sha256": "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87", + "url": "https://static.crates.io/crates/httparse/1.10.1/download" } }, "targets": [ { "Library": { "crate_name": "httparse", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "httparse", + "version": "1.10.1" + }, + "httpdate 1.0.3": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "httparse 1.10.1", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.10.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] + "edition": "2021" }, + "library_target_name": "httpdate", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "httpdate 1.0.3": { "name": "httpdate", - "version": "1.0.3", "package_url": "https://github.com/pyfisch/httpdate", "repository": { "Http": { - "url": "https://static.crates.io/crates/httpdate/1.0.3/download", - "sha256": "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" + "sha256": "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9", + "url": "https://static.crates.io/crates/httpdate/1.0.3/download" } }, "targets": [ { "Library": { "crate_name": "httpdate", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "httpdate", + "version": "1.0.3" + }, + "humantime 2.4.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "1.0.3" + "edition": "2021" }, + "library_target_name": "humantime", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "humantime 2.4.0": { "name": "humantime", - "version": "2.4.0", "package_url": "https://github.com/chronotope/humantime", "repository": { "Http": { - "url": "https://static.crates.io/crates/humantime/2.4.0/download", - "sha256": "15cdd26707701c53297e2fa6afb323d55fbc1d0810c3aec078ae3ef0424c3c15" + "sha256": "15cdd26707701c53297e2fa6afb323d55fbc1d0810c3aec078ae3ef0424c3c15", + "url": "https://static.crates.io/crates/humantime/2.4.0/download" } }, "targets": [ { "Library": { "crate_name": "humantime", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "humantime", + "version": "2.4.0" + }, + "humantime-serde 1.1.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "humantime 2.4.0", + "target": "humantime" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } ], - "edition": "2021", - "version": "2.4.0" + "edition": "2018" }, + "library_target_name": "humantime_serde", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "humantime-serde 1.1.1": { "name": "humantime-serde", - "version": "1.1.1", "package_url": "https://github.com/jean-airoldie/humantime-serde", "repository": { "Http": { - "url": "https://static.crates.io/crates/humantime-serde/1.1.1/download", - "sha256": "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c" + "sha256": "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c", + "url": "https://static.crates.io/crates/humantime-serde/1.1.1/download" } }, "targets": [ { "Library": { "crate_name": "humantime_serde", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "humantime_serde", + "version": "1.1.1" + }, + "hybrid-array 0.4.10": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "typenum 1.17.0", + "target": "typenum" + } ], - "deps": { - "common": [ - { - "id": "humantime 2.4.0", - "target": "humantime" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.1.1" + "edition": "2024" }, + "library_target_name": "hybrid_array", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "hybrid-array 0.4.10": { "name": "hybrid-array", - "version": "0.4.10", "package_url": "https://github.com/RustCrypto/hybrid-array", "repository": { "Http": { - "url": "https://static.crates.io/crates/hybrid-array/0.4.10/download", - "sha256": "3944cf8cf766b40e2a1a333ee5e9b563f854d5fa49d6a8ca2764e97c6eddb214" + "sha256": "3944cf8cf766b40e2a1a333ee5e9b563f854d5fa49d6a8ca2764e97c6eddb214", + "url": "https://static.crates.io/crates/hybrid-array/0.4.10/download" } }, "targets": [ { "Library": { "crate_name": "hybrid_array", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "hybrid_array", + "version": "0.4.10" + }, + "hyper 1.8.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "client", + "default", + "full", + "http1", + "http2", + "server" + ], + "deps": [ + { + "id": "atomic-waker 1.1.2", + "target": "atomic_waker" + }, + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "futures-channel 0.3.31", + "target": "futures_channel" + }, + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "h2 0.4.4", + "target": "h2" + }, + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "http-body 1.0.1", + "target": "http_body" + }, + { + "id": "httparse 1.10.1", + "target": "httparse" + }, + { + "id": "httpdate 1.0.3", + "target": "httpdate" + }, + { + "id": "itoa 1.0.17", + "target": "itoa" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + }, + { + "id": "pin-utils 0.1.0", + "target": "pin_utils" + }, + { + "id": "smallvec 1.15.1", + "target": "smallvec" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "id": "want 0.3.1", + "target": "want" + } ], - "deps": { - "common": [ - { - "id": "typenum 1.17.0", - "target": "typenum" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.4.10" + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "hyper", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "hyper 1.8.1": { "name": "hyper", - "version": "1.8.1", "package_url": "https://github.com/hyperium/hyper", "repository": { "Http": { - "url": "https://static.crates.io/crates/hyper/1.8.1/download", - "sha256": "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" + "sha256": "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11", + "url": "https://static.crates.io/crates/hyper/1.8.1/download" } }, "targets": [ { "Library": { "crate_name": "hyper", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "hyper", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "client", - "default", - "full", - "http1", - "http2", - "server" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "atomic-waker 1.1.2", - "target": "atomic_waker" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "futures-channel 0.3.31", - "target": "futures_channel" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "h2 0.4.4", - "target": "h2" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "httparse 1.10.1", - "target": "httparse" - }, - { - "id": "httpdate 1.0.3", - "target": "httpdate" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "pin-utils 0.1.0", - "target": "pin_utils" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "want 0.3.1", - "target": "want" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.8.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" + "version": "1.8.1" }, "hyper-rustls 0.27.7": { - "name": "hyper-rustls", - "version": "0.27.7", - "package_url": "https://github.com/rustls/hyper-rustls", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hyper-rustls/0.27.7/download", - "sha256": "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hyper_rustls", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hyper_rustls", "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "aws-lc-rs", + "http1", + "http2", + "log", + "logging", + "native-tokio", + "rustls-native-certs", + "rustls-platform-verifier", + "tls12", + "webpki-roots" + ], + "deps": [ + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "hyper 1.8.1", + "target": "hyper" + }, + { + "id": "hyper-util 0.1.20", + "target": "hyper_util" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "rustls 0.23.27", + "target": "rustls" + }, + { + "id": "rustls-native-certs 0.8.0", + "target": "rustls_native_certs" + }, + { + "alias": "pki_types", + "id": "rustls-pki-types 1.12.0", + "target": "rustls_pki_types" + }, + { + "id": "rustls-platform-verifier 0.6.2", + "target": "rustls_platform_verifier" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "id": "tokio-rustls 0.26.0", + "target": "tokio_rustls" + }, + { + "id": "tower-service 0.3.3", + "target": "tower_service" + }, + { + "id": "webpki-roots 1.0.6", + "target": "webpki_roots" + } ], - "crate_features": { - "common": [ - "aws-lc-rs", - "http1", - "http2", - "log", - "logging", - "native-tokio", - "rustls-native-certs", - "rustls-platform-verifier", - "tls12", - "webpki-roots" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "hyper 1.8.1", - "target": "hyper" - }, - { - "id": "hyper-util 0.1.20", - "target": "hyper_util" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "rustls 0.23.27", - "target": "rustls" - }, - { - "id": "rustls-native-certs 0.8.0", - "target": "rustls_native_certs" - }, - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types", - "alias": "pki_types" - }, - { - "id": "rustls-platform-verifier 0.6.2", - "target": "rustls_platform_verifier" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-rustls 0.26.0", - "target": "tokio_rustls" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - }, - { - "id": "webpki-roots 1.0.6", - "target": "webpki_roots" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.27.7" + "edition": "2021" }, + "library_target_name": "hyper_rustls", "license": "Apache-2.0 OR ISC OR MIT", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0", "ISC", "MIT" ], - "license_file": "LICENSE" - }, - "hyper-socks2 0.9.1": { - "name": "hyper-socks2", - "version": "0.9.1", - "package_url": "https://github.com/ark0f/hyper-socks2", + "name": "hyper-rustls", + "package_url": "https://github.com/rustls/hyper-rustls", "repository": { "Http": { - "url": "https://static.crates.io/crates/hyper-socks2/0.9.1/download", - "sha256": "51c227614c208f7e7c2e040526912604a1a957fe467c9c2f5b06c5d032337dab" + "sha256": "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58", + "url": "https://static.crates.io/crates/hyper-rustls/0.27.7/download" } }, "targets": [ { "Library": { - "crate_name": "hyper_socks2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "hyper_rustls", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "hyper_socks2", + "version": "0.27.7" + }, + "hyper-socks2 0.9.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "async-socks5 0.6.0", + "target": "async_socks5" + }, + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "hyper 1.8.1", + "target": "hyper" + }, + { + "id": "hyper-util 0.1.20", + "target": "hyper_util" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "id": "tower-service 0.3.3", + "target": "tower_service" + } ], - "deps": { - "common": [ - { - "id": "async-socks5 0.6.0", - "target": "async_socks5" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "hyper 1.8.1", - "target": "hyper" - }, - { - "id": "hyper-util 0.1.20", - "target": "hyper_util" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.1" + "edition": "2021" }, + "library_target_name": "hyper_socks2", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE.md", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE.md" - }, - "hyper-timeout 0.5.1": { - "name": "hyper-timeout", - "version": "0.5.1", - "package_url": "https://github.com/hjr3/hyper-timeout", + "name": "hyper-socks2", + "package_url": "https://github.com/ark0f/hyper-socks2", "repository": { "Http": { - "url": "https://static.crates.io/crates/hyper-timeout/0.5.1/download", - "sha256": "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793" + "sha256": "51c227614c208f7e7c2e040526912604a1a957fe467c9c2f5b06c5d032337dab", + "url": "https://static.crates.io/crates/hyper-socks2/0.9.1/download" } }, "targets": [ { "Library": { - "crate_name": "hyper_timeout", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "hyper_socks2", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "hyper_timeout", + "version": "0.9.1" + }, + "hyper-timeout 0.5.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "hyper 1.8.1", + "target": "hyper" + }, + { + "id": "hyper-util 0.1.20", + "target": "hyper_util" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "id": "tower-service 0.3.3", + "target": "tower_service" + } ], - "deps": { - "common": [ - { - "id": "hyper 1.8.1", - "target": "hyper" - }, - { - "id": "hyper-util 0.1.20", - "target": "hyper_util" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.1" + "edition": "2018" }, + "library_target_name": "hyper_timeout", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "hyper-util 0.1.20": { - "name": "hyper-util", - "version": "0.1.20", - "package_url": "https://github.com/hyperium/hyper-util", + "name": "hyper-timeout", + "package_url": "https://github.com/hjr3/hyper-timeout", "repository": { "Http": { - "url": "https://static.crates.io/crates/hyper-util/0.1.20/download", - "sha256": "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" + "sha256": "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793", + "url": "https://static.crates.io/crates/hyper-timeout/0.5.1/download" } }, "targets": [ { "Library": { - "crate_name": "hyper_util", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "hyper_timeout", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "hyper_util", + "version": "0.5.1" + }, + "hyper-util 0.1.20": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "client", + "client-legacy", + "client-pool", + "client-proxy", + "client-proxy-system", + "default", + "full", + "http1", + "http2", + "server", + "server-auto", + "server-graceful", + "service", + "tokio", + "tracing" ], - "crate_features": { - "common": [ - "client", - "client-legacy", - "client-pool", - "client-proxy", - "client-proxy-system", - "default", - "full", - "http1", - "http2", - "server", - "server-auto", - "server-graceful", - "service", - "tokio", - "tracing" - ], - "selects": {} - }, "deps": { "common": [ { @@ -34825,50 +27063,37 @@ ] } }, - "edition": "2021", - "version": "0.1.20" + "edition": "2021" }, + "library_target_name": "hyper_util", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "iana-time-zone 0.1.59": { - "name": "iana-time-zone", - "version": "0.1.59", - "package_url": "https://github.com/strawlab/iana-time-zone", + "name": "hyper-util", + "package_url": "https://github.com/hyperium/hyper-util", "repository": { "Http": { - "url": "https://static.crates.io/crates/iana-time-zone/0.1.59/download", - "sha256": "b6a67363e2aa4443928ce15e57ebae94fd8949958fd1223c4cfc0cd473ad7539" + "sha256": "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0", + "url": "https://static.crates.io/crates/hyper-util/0.1.20/download" } }, "targets": [ { "Library": { - "crate_name": "iana_time_zone", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "hyper_util", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "iana_time_zone", + "version": "0.1.20" + }, + "iana-time-zone 0.1.59": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "fallback" ], - "crate_features": { - "common": [ - "fallback" - ], - "selects": {} - }, "deps": { "common": [], "selects": { @@ -34908,2338 +27133,2003 @@ ] } }, - "edition": "2018", - "version": "0.1.59" + "edition": "2018" }, + "library_target_name": "iana_time_zone", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "iana-time-zone-haiku 0.1.2": { - "name": "iana-time-zone-haiku", - "version": "0.1.2", + "name": "iana-time-zone", "package_url": "https://github.com/strawlab/iana-time-zone", "repository": { "Http": { - "url": "https://static.crates.io/crates/iana-time-zone-haiku/0.1.2/download", - "sha256": "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" + "sha256": "b6a67363e2aa4443928ce15e57ebae94fd8949958fd1223c4cfc0cd473ad7539", + "url": "https://static.crates.io/crates/iana-time-zone/0.1.59/download" } }, "targets": [ { "Library": { - "crate_name": "iana_time_zone_haiku", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "iana_time_zone", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "iana_time_zone_haiku", + "version": "0.1.59" + }, + "iana-time-zone-haiku 0.1.2": { + "build_script_attrs": { + "deps": [ + { + "id": "cc 1.2.48", + "target": "cc" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "iana-time-zone-haiku 0.1.2", - "target": "build_script_build" - } - ], - "selects": {} - }, "edition": "2018", - "version": "0.1.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - } + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "iana_time_zone_haiku", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ic-agent 0.49.1": { - "name": "ic-agent", - "version": "0.49.1", - "package_url": "https://github.com/dfinity/agent-rs", + "name": "iana-time-zone-haiku", + "package_url": "https://github.com/strawlab/iana-time-zone", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-agent/0.49.1/download", - "sha256": "499d1647334e4c8bccd9a96a92bf4be8b332a4507369c0e36d7ab9585a24f725" + "sha256": "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f", + "url": "https://static.crates.io/crates/iana-time-zone-haiku/0.1.2/download" } }, "targets": [ { "Library": { - "crate_name": "ic_agent", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_agent", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "pem" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "arc-swap 1.7.1", - "target": "arc_swap" - }, - { - "id": "async-channel 2.5.0", - "target": "async_channel" - }, - { - "id": "async-lock 3.4.2", - "target": "async_lock" - }, - { - "id": "backon 1.6.0", - "target": "backon" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "cached 0.56.0", - "target": "cached" - }, - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "ecdsa 0.16.9", - "target": "ecdsa" - }, - { - "id": "ed25519-consensus 2.1.0", - "target": "ed25519_consensus" - }, - { - "id": "elliptic-curve 0.13.8", - "target": "elliptic_curve" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "http-body-util 0.1.3", - "target": "http_body_util" - }, - { - "id": "ic-certification 3.1.0", - "target": "ic_certification" - }, - { - "id": "ic-ed25519 0.6.0", - "target": "ic_ed25519" - }, - { - "id": "ic-transport-types 0.49.1", - "target": "ic_transport_types" - }, - { - "id": "ic-verify-bls-signature 0.6.0", - "target": "ic_verify_bls_signature" - }, - { - "id": "ic_principal 0.1.5", - "target": "ic_principal" - }, - { - "id": "k256 0.13.4", - "target": "k256" - }, - { - "id": "leb128 0.2.5", - "target": "leb128" - }, - { - "id": "p256 0.13.2", - "target": "p256" - }, - { - "id": "pem 3.0.6", - "target": "pem" - }, - { - "id": "pkcs8 0.10.2", - "target": "pkcs8" - }, - { - "id": "rand 0.10.1", - "target": "rand" - }, - { - "id": "rangemap 1.7.1", - "target": "rangemap" - }, - { - "id": "reqwest 0.13.4", - "target": "reqwest" - }, - { - "id": "sec1 0.7.3", - "target": "sec1" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - }, - { - "id": "serde_cbor 0.11.2", - "target": "serde_cbor" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "stop-token 0.7.0", - "target": "stop_token" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "time 0.3.47", - "target": "time" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - }, - { - "id": "url 2.5.4", - "target": "url" - } - ], - "selects": { - "cfg(not(target_family = \"wasm\"))": [ - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "cfg(target_family = \"wasm\")": [ - { - "id": "async-watch 0.3.1", - "target": "async_watch" - } - ] + "crate_name": "iana_time_zone_haiku", + "crate_root": "src/lib.rs" } }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.89", - "target": "async_trait" - }, - { - "id": "serde_repr 0.1.19", - "target": "serde_repr" - } - ], - "selects": {} - }, - "version": "0.49.1" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "ic-bn-lib 0.7.0": { - "name": "ic-bn-lib", - "version": "0.7.0", - "package_url": "https://github.com/dfinity/ic-bn-lib", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-bn-lib/0.7.0/download", - "sha256": "5195609bb6f45c53ad2e171ee5106b001e3a553fe6ce8f1f2662563430360003" - } - }, - "targets": [ { - "Library": { - "crate_name": "ic_bn_lib", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "ic_bn_lib", + "version": "0.1.2" + }, + "ic-agent 0.49.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "pem" ], - "crate_features": { - "common": [ - "acme", - "acme-alpn", - "acme-dns", - "cert-providers", - "clients-hyper", - "custom-domains", - "default", - "lb", - "pubsub", - "vector" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ahash 0.8.11", - "target": "ahash" - }, - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "arc-swap 1.7.1", - "target": "arc_swap" - }, - { - "id": "arrayvec 0.7.4", - "target": "arrayvec" - }, - { - "id": "async-channel 2.5.0", - "target": "async_channel" - }, - { - "id": "axum 0.8.9", - "target": "axum" - }, - { - "id": "axum-extra 0.12.6", - "target": "axum_extra" - }, - { - "id": "base64 0.23.1", - "target": "base64" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "chacha20poly1305 0.10.1", - "target": "chacha20poly1305" - }, - { - "id": "chrono 0.4.42", - "target": "chrono" - }, - { - "id": "clap 4.5.53", - "target": "clap" - }, - { - "id": "flate2 1.1.5", - "target": "flate2" - }, - { - "id": "fqdn 0.5.2", - "target": "fqdn" - }, - { - "id": "futures 0.3.31", - "target": "futures" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "governor 0.10.2", - "target": "governor" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "hickory-proto 0.26.1", - "target": "hickory_proto" - }, - { - "id": "hickory-resolver 0.26.1", - "target": "hickory_resolver" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "http-body-util 0.1.3", - "target": "http_body_util" - }, - { - "id": "humantime 2.4.0", - "target": "humantime" - }, - { - "id": "hyper 1.8.1", - "target": "hyper" - }, - { - "id": "hyper-rustls 0.27.7", - "target": "hyper_rustls" - }, - { - "id": "hyper-util 0.1.20", - "target": "hyper_util" - }, - { - "id": "ic-agent 0.49.1", - "target": "ic_agent" - }, - { - "id": "ic-custom-domains-canister-api 0.2.4", - "target": "ic_custom_domains_canister_api" - }, - { - "id": "ic-transport-types 0.49.1", - "target": "ic_transport_types" - }, - { - "id": "instant-acme 0.8.5", - "target": "instant_acme" - }, - { - "id": "ipnet 2.10.1", - "target": "ipnet" - }, - { - "id": "itertools 0.15.0", - "target": "itertools" - }, - { - "id": "maxminddb 0.29.0", - "target": "maxminddb" - }, - { - "id": "moka 0.12.15", - "target": "moka" - }, - { - "id": "nix 0.31.3", - "target": "nix" - }, - { - "id": "parse-size 1.1.0", - "target": "parse_size" - }, - { - "id": "pem 4.0.0", - "target": "pem" - }, - { - "id": "ppp 2.3.0", - "target": "ppp" - }, - { - "id": "prometheus 0.14.0", - "target": "prometheus" - }, - { - "id": "prost 0.14.4", - "target": "prost" - }, - { - "id": "prost-types 0.14.4", - "target": "prost_types" - }, - { - "id": "rand 0.8.6", - "target": "rand" - }, - { - "id": "rcgen 0.14.5", - "target": "rcgen" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, + "deps": { + "common": [ { - "id": "reqwest 0.13.4", - "target": "reqwest" + "id": "arc-swap 1.7.1", + "target": "arc_swap" }, { - "id": "rustls 0.23.27", - "target": "rustls" + "id": "async-channel 2.5.0", + "target": "async_channel" }, { - "id": "rustls-acme 0.15.4", - "target": "rustls_acme" + "id": "async-lock 3.4.2", + "target": "async_lock" }, { - "id": "rustls-pemfile 2.2.0", - "target": "rustls_pemfile" + "id": "backon 1.6.0", + "target": "backon" }, { - "id": "rustls-platform-verifier 0.7.0", - "target": "rustls_platform_verifier" + "id": "bytes 1.11.1", + "target": "bytes" }, { - "id": "scopeguard 1.2.0", - "target": "scopeguard" + "id": "cached 0.56.0", + "target": "cached" }, { - "id": "serde 1.0.228", - "target": "serde" + "id": "candid 0.10.35", + "target": "candid" }, { - "id": "serde_json 1.0.145", - "target": "serde_json" + "id": "ecdsa 0.16.9", + "target": "ecdsa" }, { - "id": "serde_with 3.21.0", - "target": "serde_with" + "id": "ed25519-consensus 2.1.0", + "target": "ed25519_consensus" }, { - "id": "serde_yaml_ng 0.10.0", - "target": "serde_yaml_ng" + "id": "elliptic-curve 0.13.8", + "target": "elliptic_curve" }, { - "id": "sha1 0.11.0", - "target": "sha1" + "id": "futures-util 0.3.31", + "target": "futures_util" }, { - "id": "sha2 0.11.0", - "target": "sha2" + "id": "hex 0.4.3", + "target": "hex" }, { - "id": "show-option 0.2.0", - "target": "show_option" + "id": "http 1.3.1", + "target": "http" }, { - "id": "socket2 0.6.1", - "target": "socket2" + "id": "http-body 1.0.1", + "target": "http_body" }, { - "id": "strum 0.28.0", - "target": "strum" + "id": "http-body-util 0.1.3", + "target": "http_body_util" }, { - "id": "systemstat 0.2.3", - "target": "systemstat" + "id": "ic-certification 3.1.0", + "target": "ic_certification" }, { - "id": "tar 0.4.46", - "target": "tar" + "id": "ic-ed25519 0.6.0", + "target": "ic_ed25519" }, { - "id": "tempfile 3.23.0", - "target": "tempfile" + "id": "ic-transport-types 0.49.1", + "target": "ic_transport_types" }, { - "id": "thiserror 2.0.18", - "target": "thiserror" + "id": "ic-verify-bls-signature 0.6.0", + "target": "ic_verify_bls_signature" }, { - "id": "tokio 1.50.0", - "target": "tokio" + "id": "ic_principal 0.1.5", + "target": "ic_principal" }, { - "id": "tokio-io-timeout 1.2.0", - "target": "tokio_io_timeout" + "id": "k256 0.13.4", + "target": "k256" }, { - "id": "tokio-rustls 0.26.0", - "target": "tokio_rustls" + "id": "leb128 0.2.5", + "target": "leb128" }, { - "id": "tokio-util 0.7.17", - "target": "tokio_util" + "id": "p256 0.13.2", + "target": "p256" }, { - "id": "tower 0.5.2", - "target": "tower" + "id": "pem 3.0.6", + "target": "pem" }, { - "id": "tower-http 0.7.0", - "target": "tower_http" + "id": "pkcs8 0.10.2", + "target": "pkcs8" }, { - "id": "tower-service 0.3.3", - "target": "tower_service" + "id": "rand 0.10.1", + "target": "rand" }, { - "id": "tracing 0.1.44", - "target": "tracing" + "id": "rangemap 1.7.1", + "target": "rangemap" }, { - "id": "tracing-subscriber 0.3.23", - "target": "tracing_subscriber" + "id": "reqwest 0.13.4", + "target": "reqwest" }, { - "id": "url 2.5.4", - "target": "url" + "id": "sec1 0.7.3", + "target": "sec1" }, { - "id": "uuid 1.12.1", - "target": "uuid" + "id": "serde 1.0.228", + "target": "serde" }, { - "id": "vrl 0.34.0", - "target": "vrl" + "id": "serde_bytes 0.11.15", + "target": "serde_bytes" }, { - "id": "webpki-root-certs 1.0.4", - "target": "webpki_root_certs" + "id": "serde_cbor 0.11.2", + "target": "serde_cbor" }, { - "id": "x509-parser 0.18.1", - "target": "x509_parser" + "id": "sha2 0.10.9", + "target": "sha2" }, { - "id": "zeroize 1.8.1", - "target": "zeroize" + "id": "stop-token 0.7.0", + "target": "stop_token" }, { - "id": "zstd 0.13.2", - "target": "zstd" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.89", - "target": "async_trait" + "id": "thiserror 2.0.18", + "target": "thiserror" }, { - "id": "derive-new 0.7.0", - "target": "derive_new" + "id": "time 0.3.47", + "target": "time" }, { - "id": "indoc 2.0.7", - "target": "indoc" + "id": "tower-service 0.3.3", + "target": "tower_service" }, { - "id": "strum_macros 0.28.0", - "target": "strum_macros" + "id": "url 2.5.4", + "target": "url" } ], - "selects": {} + "selects": { + "cfg(not(target_family = \"wasm\"))": [ + { + "id": "tokio 1.50.0", + "target": "tokio" + } + ], + "cfg(target_family = \"wasm\")": [ + { + "id": "async-watch 0.3.1", + "target": "async_watch" + } + ] + } }, - "version": "0.7.0" + "edition": "2021", + "proc_macro_deps": [ + { + "id": "async-trait 0.1.89", + "target": "async_trait" + }, + { + "id": "serde_repr 0.1.19", + "target": "serde_repr" + } + ] + }, + "library_target_name": "ic_agent", + "license": "Apache-2.0", + "license_ids": [ + "Apache-2.0" + ], + "name": "ic-agent", + "package_url": "https://github.com/dfinity/agent-rs", + "repository": { + "Http": { + "sha256": "499d1647334e4c8bccd9a96a92bf4be8b332a4507369c0e36d7ab9585a24f725", + "url": "https://static.crates.io/crates/ic-agent/0.49.1/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ic_agent", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.49.1" + }, + "ic-bn-lib 0.7.0": { + "common_attrs": { + "crate_features": [ + "acme", + "acme-alpn", + "acme-dns", + "cert-providers", + "clients-hyper", + "custom-domains", + "default", + "lb", + "pubsub", + "vector" + ], + "deps": [ + { + "id": "ahash 0.8.11", + "target": "ahash" + }, + { + "id": "anyhow 1.0.104", + "target": "anyhow" + }, + { + "id": "arc-swap 1.7.1", + "target": "arc_swap" + }, + { + "id": "arrayvec 0.7.4", + "target": "arrayvec" + }, + { + "id": "async-channel 2.5.0", + "target": "async_channel" + }, + { + "id": "axum 0.8.9", + "target": "axum" + }, + { + "id": "axum-extra 0.12.6", + "target": "axum_extra" + }, + { + "id": "base64 0.23.1", + "target": "base64" + }, + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "chacha20poly1305 0.10.1", + "target": "chacha20poly1305" + }, + { + "id": "chrono 0.4.42", + "target": "chrono" + }, + { + "id": "clap 4.5.53", + "target": "clap" + }, + { + "id": "flate2 1.1.5", + "target": "flate2" + }, + { + "id": "fqdn 0.5.2", + "target": "fqdn" + }, + { + "id": "futures 0.3.31", + "target": "futures" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "governor 0.10.2", + "target": "governor" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "hickory-proto 0.26.1", + "target": "hickory_proto" + }, + { + "id": "hickory-resolver 0.26.1", + "target": "hickory_resolver" + }, + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "http-body 1.0.1", + "target": "http_body" + }, + { + "id": "http-body-util 0.1.3", + "target": "http_body_util" + }, + { + "id": "humantime 2.4.0", + "target": "humantime" + }, + { + "id": "hyper 1.8.1", + "target": "hyper" + }, + { + "id": "hyper-rustls 0.27.7", + "target": "hyper_rustls" + }, + { + "id": "hyper-util 0.1.20", + "target": "hyper_util" + }, + { + "id": "ic-agent 0.49.1", + "target": "ic_agent" + }, + { + "id": "ic-custom-domains-canister-api 0.2.4", + "target": "ic_custom_domains_canister_api" + }, + { + "id": "ic-transport-types 0.49.1", + "target": "ic_transport_types" + }, + { + "id": "instant-acme 0.8.5", + "target": "instant_acme" + }, + { + "id": "ipnet 2.10.1", + "target": "ipnet" + }, + { + "id": "itertools 0.15.0", + "target": "itertools" + }, + { + "id": "maxminddb 0.29.0", + "target": "maxminddb" + }, + { + "id": "moka 0.12.15", + "target": "moka" + }, + { + "id": "nix 0.31.3", + "target": "nix" + }, + { + "id": "parse-size 1.1.0", + "target": "parse_size" + }, + { + "id": "pem 4.0.0", + "target": "pem" + }, + { + "id": "ppp 2.3.0", + "target": "ppp" + }, + { + "id": "prometheus 0.14.0", + "target": "prometheus" + }, + { + "id": "prost 0.14.4", + "target": "prost" + }, + { + "id": "prost-types 0.14.4", + "target": "prost_types" + }, + { + "id": "rand 0.8.6", + "target": "rand" + }, + { + "id": "rcgen 0.14.5", + "target": "rcgen" + }, + { + "id": "regex 1.13.1", + "target": "regex" + }, + { + "id": "reqwest 0.13.4", + "target": "reqwest" + }, + { + "id": "rustls 0.23.27", + "target": "rustls" + }, + { + "id": "rustls-acme 0.15.4", + "target": "rustls_acme" + }, + { + "id": "rustls-pemfile 2.2.0", + "target": "rustls_pemfile" + }, + { + "id": "rustls-platform-verifier 0.7.0", + "target": "rustls_platform_verifier" + }, + { + "id": "scopeguard 1.2.0", + "target": "scopeguard" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + }, + { + "id": "serde_with 3.21.0", + "target": "serde_with" + }, + { + "id": "serde_yaml_ng 0.10.0", + "target": "serde_yaml_ng" + }, + { + "id": "sha1 0.11.0", + "target": "sha1" + }, + { + "id": "sha2 0.11.0", + "target": "sha2" + }, + { + "id": "show-option 0.2.0", + "target": "show_option" + }, + { + "id": "socket2 0.6.1", + "target": "socket2" + }, + { + "id": "strum 0.28.0", + "target": "strum" + }, + { + "id": "systemstat 0.2.3", + "target": "systemstat" + }, + { + "id": "tar 0.4.46", + "target": "tar" + }, + { + "id": "tempfile 3.23.0", + "target": "tempfile" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "id": "tokio-io-timeout 1.2.0", + "target": "tokio_io_timeout" + }, + { + "id": "tokio-rustls 0.26.0", + "target": "tokio_rustls" + }, + { + "id": "tokio-util 0.7.17", + "target": "tokio_util" + }, + { + "id": "tower 0.5.2", + "target": "tower" + }, + { + "id": "tower-http 0.7.0", + "target": "tower_http" + }, + { + "id": "tower-service 0.3.3", + "target": "tower_service" + }, + { + "id": "tracing 0.1.44", + "target": "tracing" + }, + { + "id": "tracing-subscriber 0.3.23", + "target": "tracing_subscriber" + }, + { + "id": "url 2.5.4", + "target": "url" + }, + { + "id": "uuid 1.12.1", + "target": "uuid" + }, + { + "id": "vrl 0.34.0", + "target": "vrl" + }, + { + "id": "webpki-root-certs 1.0.4", + "target": "webpki_root_certs" + }, + { + "id": "x509-parser 0.18.1", + "target": "x509_parser" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + }, + { + "id": "zstd 0.13.2", + "target": "zstd" + } + ], + "edition": "2024", + "proc_macro_deps": [ + { + "id": "async-trait 0.1.89", + "target": "async_trait" + }, + { + "id": "derive-new 0.7.0", + "target": "derive_new" + }, + { + "id": "indoc 2.0.7", + "target": "indoc" + }, + { + "id": "strum_macros 0.28.0", + "target": "strum_macros" + } + ] }, + "library_target_name": "ic_bn_lib", "license": "Apache-2.0", "license_ids": [ "Apache-2.0" ], - "license_file": null + "name": "ic-bn-lib", + "package_url": "https://github.com/dfinity/ic-bn-lib", + "repository": { + "Http": { + "sha256": "5195609bb6f45c53ad2e171ee5106b001e3a553fe6ce8f1f2662563430360003", + "url": "https://static.crates.io/crates/ic-bn-lib/0.7.0/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ic_bn_lib", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.7.0" }, "ic-btc-interface 0.4.0": { + "common_attrs": { + "deps": [ + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "datasize 0.2.15", + "target": "datasize" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_bytes 0.11.15", + "target": "serde_bytes" + } + ], + "edition": "2021" + }, + "library_target_name": "ic_btc_interface", + "license": "Apache-2.0", + "license_ids": [ + "Apache-2.0" + ], "name": "ic-btc-interface", - "version": "0.4.0", "package_url": "https://github.com/dfinity/bitcoin-canister", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-btc-interface/0.4.0/download", - "sha256": "7b07cca9319498684a7477a77a66d87377ecd698b5465a3b8523484fcca16bff" + "sha256": "7b07cca9319498684a7477a77a66d87377ecd698b5465a3b8523484fcca16bff", + "url": "https://static.crates.io/crates/ic-btc-interface/0.4.0/download" } }, "targets": [ { "Library": { "crate_name": "ic_btc_interface", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_btc_interface", + "version": "0.4.0" + }, + "ic-canister-log 0.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + } ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "datasize 0.2.15", - "target": "datasize" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.0" + "edition": "2021" }, + "library_target_name": "ic_canister_log", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "ic-canister-log 0.2.0": { "name": "ic-canister-log", - "version": "0.2.0", "package_url": "https://github.com/dfinity/ic", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-canister-log/0.2.0/download", - "sha256": "cb82c4f617ecff6e452fe65af0489626ec7330ffe3eedd9ea14e6178eea48d1a" + "sha256": "cb82c4f617ecff6e452fe65af0489626ec7330ffe3eedd9ea14e6178eea48d1a", + "url": "https://static.crates.io/crates/ic-canister-log/0.2.0/download" } }, "targets": [ { "Library": { "crate_name": "ic_canister_log", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_canister_log", + "version": "0.2.0" + }, + "ic-canister-runtime 0.2.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "ic-cdk 0.20.2", + "target": "ic_cdk" + }, + { + "id": "ic-cdk-management-canister 0.1.1", + "target": "ic_cdk_management_canister" + }, + { + "id": "ic-error-types 0.2.0", + "target": "ic_error_types" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + } ], - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.2.0" + "proc_macro_deps": [ + { + "id": "async-trait 0.1.89", + "target": "async_trait" + } + ] }, + "library_target_name": "ic_canister_runtime", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "ic-canister-runtime 0.2.3": { "name": "ic-canister-runtime", - "version": "0.2.3", "package_url": "https://github.com/dfinity/canhttp", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-canister-runtime/0.2.3/download", - "sha256": "da5bf7cb1426e5485da0e2b0b8da4f11b7b24a2a56cb127b53720ecf8495c2e0" + "sha256": "da5bf7cb1426e5485da0e2b0b8da4f11b7b24a2a56cb127b53720ecf8495c2e0", + "url": "https://static.crates.io/crates/ic-canister-runtime/0.2.3/download" } }, "targets": [ { "Library": { "crate_name": "ic_canister_runtime", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_canister_runtime", + "version": "0.2.3" + }, + "ic-canister-sig-creation 1.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "ic-certification 3.1.0", + "target": "ic_certification" + }, + { + "id": "ic-representation-independent-hash 3.1.0", + "target": "ic_representation_independent_hash" + }, + { + "id": "ic0 1.1.0", + "target": "ic0" + }, + { + "id": "lazy_static 1.5.0", + "target": "lazy_static" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_bytes 0.11.15", + "target": "serde_bytes" + }, + { + "id": "serde_cbor 0.11.2", + "target": "serde_cbor" + }, + { + "id": "sha2 0.10.9", + "target": "sha2" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + } ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "ic-cdk 0.20.2", - "target": "ic_cdk" - }, - { - "id": "ic-cdk-management-canister 0.1.1", - "target": "ic_cdk_management_canister" - }, - { - "id": "ic-error-types 0.2.0", - "target": "ic_error_types" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.89", - "target": "async_trait" - } - ], - "selects": {} - }, - "version": "0.2.3" + "edition": "2021" }, + "library_target_name": "ic_canister_sig_creation", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "ic-canister-sig-creation 1.3.0": { "name": "ic-canister-sig-creation", - "version": "1.3.0", "package_url": "https://github.com/dfinity/ic-canister-sig-creation", "repository": { "Git": { - "remote": "https://github.com/dfinity/ic-canister-sig-creation.git", "commitish": { "Rev": "c790e58434be9bf30e656b418c14f7862353a476" - } + }, + "remote": "https://github.com/dfinity/ic-canister-sig-creation.git" } }, "targets": [ { "Library": { "crate_name": "ic_canister_sig_creation", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_canister_sig_creation", + "version": "1.3.0" + }, + "ic-cbor 3.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "ic-certification 3.1.0", + "target": "ic_certification" + }, + { + "id": "leb128 0.2.5", + "target": "leb128" + }, + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + } ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "ic-certification 3.1.0", - "target": "ic_certification" - }, - { - "id": "ic-representation-independent-hash 3.1.0", - "target": "ic_representation_independent_hash" - }, - { - "id": "ic0 1.1.0", - "target": "ic0" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - }, - { - "id": "serde_cbor 0.11.2", - "target": "serde_cbor" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.3.0" + "edition": "2021" }, + "library_target_name": "ic_cbor", "license": "Apache-2.0", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "ic-cbor 3.1.0": { "name": "ic-cbor", - "version": "3.1.0", "package_url": "https://github.com/dfinity/response-verification", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-cbor/3.1.0/download", - "sha256": "3ad96f92a9aa201f4578e80409e7f02a0561b4229f0032ea4f24c5a2ecebd15e" + "sha256": "3ad96f92a9aa201f4578e80409e7f02a0561b4229f0032ea4f24c5a2ecebd15e", + "url": "https://static.crates.io/crates/ic-cbor/3.1.0/download" } }, "targets": [ { "Library": { "crate_name": "ic_cbor", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_cbor", + "version": "3.1.0" + }, + "ic-cdk 0.20.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "ic-cdk-executor 2.0.0", + "target": "ic_cdk_executor" + }, + { + "id": "ic-error-types 0.2.0", + "target": "ic_error_types" + }, + { + "id": "ic0 1.1.0", + "target": "ic0" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + } ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "ic-certification 3.1.0", - "target": "ic_certification" - }, - { - "id": "leb128 0.2.5", - "target": "leb128" - }, - { - "id": "nom 7.1.3", - "target": "nom" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.1.0" + "edition": "2024", + "proc_macro_deps": [ + { + "id": "ic-cdk-macros 0.20.2", + "target": "ic_cdk_macros" + } + ] }, + "library_target_name": "ic_cdk", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "ic-cdk 0.20.2": { "name": "ic-cdk", - "version": "0.20.2", "package_url": "https://github.com/dfinity/cdk-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-cdk/0.20.2/download", - "sha256": "6a7971f4983db147afbbc4e7f87f60b09fcd60ac707af37ff3d2468dcddbf551" + "sha256": "6a7971f4983db147afbbc4e7f87f60b09fcd60ac707af37ff3d2468dcddbf551", + "url": "https://static.crates.io/crates/ic-cdk/0.20.2/download" } }, "targets": [ { "Library": { "crate_name": "ic_cdk", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_cdk", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "ic-cdk-executor 2.0.0", - "target": "ic_cdk_executor" - }, - { - "id": "ic-error-types 0.2.0", - "target": "ic_error_types" - }, - { - "id": "ic0 1.1.0", - "target": "ic0" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "ic-cdk-macros 0.20.2", - "target": "ic_cdk_macros" - } - ], - "selects": {} - }, - "version": "0.20.2" + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.20.2" + }, + "ic-cdk-bitcoin-canister 0.2.0": { + "common_attrs": { + "deps": [ + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "ic-btc-interface 0.4.0", + "target": "ic_btc_interface" + }, + { + "id": "ic-cdk 0.20.2", + "target": "ic_cdk" + } + ], + "edition": "2024" }, + "library_target_name": "ic_cdk_bitcoin_canister", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "ic-cdk-bitcoin-canister 0.2.0": { "name": "ic-cdk-bitcoin-canister", - "version": "0.2.0", "package_url": "https://github.com/dfinity/cdk-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-cdk-bitcoin-canister/0.2.0/download", - "sha256": "0e8bf6dd432d5750428b8658bbe6fb0cbc26f6ad634e20d48994f48d7bf84da9" + "sha256": "0e8bf6dd432d5750428b8658bbe6fb0cbc26f6ad634e20d48994f48d7bf84da9", + "url": "https://static.crates.io/crates/ic-cdk-bitcoin-canister/0.2.0/download" } }, "targets": [ { "Library": { "crate_name": "ic_cdk_bitcoin_canister", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_cdk_bitcoin_canister", + "version": "0.2.0" + }, + "ic-cdk-executor 2.0.0": { + "build_script_attrs": { + "links": "ic-cdk async executor, see https://github.com/dfinity/cdk-rs/blob/links-pin/TROUBLESHOOTING.md" + }, "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "ic0 1.1.0", + "target": "ic0" + }, + { + "id": "slotmap 1.0.7", + "target": "slotmap" + }, + { + "id": "smallvec 1.15.1", + "target": "smallvec" + } ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "ic-btc-interface 0.4.0", - "target": "ic_btc_interface" - }, - { - "id": "ic-cdk 0.20.2", - "target": "ic_cdk" - } - ], - "selects": {} - }, "edition": "2024", - "version": "0.2.0" + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "ic_cdk_executor", "license": "Apache-2.0", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "ic-cdk-executor 2.0.0": { "name": "ic-cdk-executor", - "version": "2.0.0", "package_url": "https://github.com/dfinity/cdk-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-cdk-executor/2.0.0/download", - "sha256": "33716b730ded33690b8a704bff3533fda87d229e58046823647d28816e9bcee7" + "sha256": "33716b730ded33690b8a704bff3533fda87d229e58046823647d28816e9bcee7", + "url": "https://static.crates.io/crates/ic-cdk-executor/2.0.0/download" } }, "targets": [ { "Library": { "crate_name": "ic_cdk_executor", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "ic_cdk_executor", + "version": "2.0.0" + }, + "ic-cdk-macros 0.20.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "ic-cdk-executor 2.0.0", - "target": "build_script_build" - }, - { - "id": "ic0 1.1.0", - "target": "ic0" - }, - { - "id": "slotmap 1.0.7", - "target": "slotmap" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "2.0.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "deps": [ + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "darling 0.23.0", + "target": "darling" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "links": "ic-cdk async executor, see https://github.com/dfinity/cdk-rs/blob/links-pin/TROUBLESHOOTING.md" + "edition": "2024" }, + "library_target_name": "ic_cdk_macros", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "ic-cdk-macros 0.20.2": { "name": "ic-cdk-macros", - "version": "0.20.2", "package_url": "https://github.com/dfinity/cdk-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-cdk-macros/0.20.2/download", - "sha256": "a7c20c002200c720958f321bb78b4d4987fc2c380bf9ef69ed4404730810f45f" + "sha256": "a7c20c002200c720958f321bb78b4d4987fc2c380bf9ef69ed4404730810f45f", + "url": "https://static.crates.io/crates/ic-cdk-macros/0.20.2/download" } }, "targets": [ { "ProcMacro": { "crate_name": "ic_cdk_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_cdk_macros", + "version": "0.20.2" + }, + "ic-cdk-management-canister 0.1.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "ic-cdk 0.20.2", + "target": "ic_cdk" + }, + { + "id": "ic-management-canister-types 0.7.1", + "target": "ic_management_canister_types" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_bytes 0.11.15", + "target": "serde_bytes" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + } ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "darling 0.23.0", - "target": "darling" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.20.2" + "edition": "2024" }, + "library_target_name": "ic_cdk_management_canister", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "ic-cdk-management-canister 0.1.1": { "name": "ic-cdk-management-canister", - "version": "0.1.1", "package_url": "https://github.com/dfinity/cdk-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-cdk-management-canister/0.1.1/download", - "sha256": "92c1319a274caebf0ab70ab826b8905c29e8563498289356b9a59464f2a85c56" + "sha256": "92c1319a274caebf0ab70ab826b8905c29e8563498289356b9a59464f2a85c56", + "url": "https://static.crates.io/crates/ic-cdk-management-canister/0.1.1/download" } }, "targets": [ { "Library": { "crate_name": "ic_cdk_management_canister", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_cdk_management_canister", + "version": "0.1.1" + }, + "ic-cdk-timers 1.0.0": { + "build_script_attrs": { + "link_deps": [ + { + "id": "ic-cdk-executor 2.0.0", + "target": "ic_cdk_executor" + } + ], + "links": "ic-cdk-timers (canister_global_timer), see https://github.com/dfinity/cdk-rs/blob/links-pin/TROUBLESHOOTING.md" + }, "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "ic-cdk-executor 2.0.0", + "target": "ic_cdk_executor" + }, + { + "id": "ic0 1.1.0", + "target": "ic0" + }, + { + "id": "slotmap 1.0.7", + "target": "slotmap" + } ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "ic-cdk 0.20.2", - "target": "ic_cdk" - }, - { - "id": "ic-management-canister-types 0.7.1", - "target": "ic_management_canister_types" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, "edition": "2024", - "version": "0.1.1" + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "ic_cdk_timers", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "ic-cdk-timers 1.0.0": { "name": "ic-cdk-timers", - "version": "1.0.0", "package_url": "https://github.com/dfinity/cdk-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-cdk-timers/1.0.0/download", - "sha256": "6852b9c1d4a82ff50fc7318599298aee8bfb082bd7e9fe7e5c1420692b2170f7" + "sha256": "6852b9c1d4a82ff50fc7318599298aee8bfb082bd7e9fe7e5c1420692b2170f7", + "url": "https://static.crates.io/crates/ic-cdk-timers/1.0.0/download" } }, "targets": [ { "Library": { "crate_name": "ic_cdk_timers", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "ic_cdk_timers", + "version": "1.0.0" + }, + "ic-certificate-verification 3.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "ic-cdk-executor 2.0.0", - "target": "ic_cdk_executor" - }, - { - "id": "ic-cdk-timers 1.0.0", - "target": "build_script_build" - }, - { - "id": "ic0 1.1.0", - "target": "ic0" - }, - { - "id": "slotmap 1.0.7", - "target": "slotmap" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "1.0.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "deps": [ + { + "id": "cached 0.54.0", + "target": "cached" + }, + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "ic-cbor 3.1.0", + "target": "ic_cbor" + }, + { + "id": "ic-certification 3.1.0", + "target": "ic_certification" + }, + { + "id": "ic-verify-bls-signature 0.6.0", + "target": "ic_verify_bls_signature" + }, + { + "id": "lazy_static 1.5.0", + "target": "lazy_static" + }, + { + "id": "leb128 0.2.5", + "target": "leb128" + }, + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "parking_lot 0.12.5", + "target": "parking_lot" + }, + { + "id": "sha2 0.10.9", + "target": "sha2" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + } ], - "link_deps": { - "common": [ - { - "id": "ic-cdk-executor 2.0.0", - "target": "ic_cdk_executor" - } - ], - "selects": {} - }, - "links": "ic-cdk-timers (canister_global_timer), see https://github.com/dfinity/cdk-rs/blob/links-pin/TROUBLESHOOTING.md" + "edition": "2021" }, + "library_target_name": "ic_certificate_verification", "license": "Apache-2.0", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "ic-certificate-verification 3.1.0": { "name": "ic-certificate-verification", - "version": "3.1.0", "package_url": "https://github.com/dfinity/response-verification", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-certificate-verification/3.1.0/download", - "sha256": "a36d5cab93b4ecfb607b95ed469a511b37eec8f4cb30443bafbd37304c2cd0ae" + "sha256": "a36d5cab93b4ecfb607b95ed469a511b37eec8f4cb30443bafbd37304c2cd0ae", + "url": "https://static.crates.io/crates/ic-certificate-verification/3.1.0/download" } }, "targets": [ { "Library": { "crate_name": "ic_certificate_verification", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_certificate_verification", + "version": "3.1.0" + }, + "ic-certification 3.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "serde" ], - "deps": { - "common": [ - { - "id": "cached 0.54.0", - "target": "cached" - }, - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "ic-cbor 3.1.0", - "target": "ic_cbor" - }, - { - "id": "ic-certification 3.1.0", - "target": "ic_certification" - }, - { - "id": "ic-verify-bls-signature 0.6.0", - "target": "ic_verify_bls_signature" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "leb128 0.2.5", - "target": "leb128" - }, - { - "id": "nom 7.1.3", - "target": "nom" - }, - { - "id": "parking_lot 0.12.5", - "target": "parking_lot" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.1.0" + "deps": [ + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_bytes 0.11.15", + "target": "serde_bytes" + }, + { + "id": "sha2 0.10.9", + "target": "sha2" + } + ], + "edition": "2021" }, + "library_target_name": "ic_certification", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "ic-certification 3.1.0": { "name": "ic-certification", - "version": "3.1.0", "package_url": "https://github.com/dfinity/response-verification", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-certification/3.1.0/download", - "sha256": "7c11273a40f8d67926ee423b0bd21381ae8419db809b42f33c5cb3319549b40f" + "sha256": "7c11273a40f8d67926ee423b0bd21381ae8419db809b42f33c5cb3319549b40f", + "url": "https://static.crates.io/crates/ic-certification/3.1.0/download" } }, "targets": [ { "Library": { "crate_name": "ic_certification", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_certification", + "version": "3.1.0" + }, + "ic-certified-map 0.3.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_bytes 0.11.15", + "target": "serde_bytes" + }, + { + "id": "sha2 0.10.9", + "target": "sha2" + } ], - "crate_features": { - "common": [ - "default", - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.1.0" + "edition": "2021" }, + "library_target_name": "ic_certified_map", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "ic-certified-map 0.3.4": { "name": "ic-certified-map", - "version": "0.3.4", "package_url": "https://github.com/dfinity/cdk-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-certified-map/0.3.4/download", - "sha256": "6adc65afeffc619a7cd19553c66c79820908c12f42191af90cfb39e2e93c4431" + "sha256": "6adc65afeffc619a7cd19553c66c79820908c12f42191af90cfb39e2e93c4431", + "url": "https://static.crates.io/crates/ic-certified-map/0.3.4/download" } }, "targets": [ { "Library": { "crate_name": "ic_certified_map", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_certified_map", + "version": "0.3.4" + }, + "ic-custom-domains-canister-api 0.2.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "strum 0.28.0", + "target": "strum" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + } ], - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.4" + "edition": "2024", + "proc_macro_deps": [ + { + "id": "derive-new 0.7.0", + "target": "derive_new" + } + ] }, + "library_target_name": "ic_custom_domains_canister_api", "license": "Apache-2.0", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "ic-custom-domains-canister-api 0.2.4": { "name": "ic-custom-domains-canister-api", - "version": "0.2.4", "package_url": "https://github.com/dfinity/custom-domains", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-custom-domains-canister-api/0.2.4/download", - "sha256": "268df6565445943a8cf4bd1c2d6d86c33c65e23b32e7d3f155a7be8d90a07166" + "sha256": "268df6565445943a8cf4bd1c2d6d86c33c65e23b32e7d3f155a7be8d90a07166", + "url": "https://static.crates.io/crates/ic-custom-domains-canister-api/0.2.4/download" } }, "targets": [ { "Library": { "crate_name": "ic_custom_domains_canister_api", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_custom_domains_canister_api", + "version": "0.2.4" + }, + "ic-doge-interface 0.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "datasize 0.2.15", + "target": "datasize" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_bytes 0.11.15", + "target": "serde_bytes" + } ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "strum 0.28.0", - "target": "strum" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "derive-new 0.7.0", - "target": "derive_new" - } - ], - "selects": {} - }, - "version": "0.2.4" + "edition": "2021" }, + "library_target_name": "ic_doge_interface", "license": "Apache-2.0", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "ic-doge-interface 0.3.0": { "name": "ic-doge-interface", - "version": "0.3.0", "package_url": "https://github.com/dfinity/dogecoin-canister", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-doge-interface/0.3.0/download", - "sha256": "b6d9bf312c324521ce174560c002e90aef179bf16befb46c62bdffbccff8f14b" + "sha256": "b6d9bf312c324521ce174560c002e90aef179bf16befb46c62bdffbccff8f14b", + "url": "https://static.crates.io/crates/ic-doge-interface/0.3.0/download" } }, "targets": [ { "Library": { "crate_name": "ic_doge_interface", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_doge_interface", + "version": "0.3.0" + }, + "ic-ed25519 0.6.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "rand" ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "datasize 0.2.15", - "target": "datasize" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.0" + "deps": [ + { + "id": "curve25519-dalek 4.1.3", + "target": "curve25519_dalek" + }, + { + "id": "ed25519-dalek 2.2.0", + "target": "ed25519_dalek" + }, + { + "id": "hex-literal 0.4.1", + "target": "hex_literal" + }, + { + "id": "hkdf 0.12.4", + "target": "hkdf" + }, + { + "id": "ic_principal 0.1.5", + "target": "ic_principal" + }, + { + "id": "pem 3.0.6", + "target": "pem" + }, + { + "id": "rand 0.8.6", + "target": "rand" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } + ], + "edition": "2024" }, + "library_target_name": "ic_ed25519", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "ic-ed25519 0.6.0": { "name": "ic-ed25519", - "version": "0.6.0", "package_url": "https://github.com/dfinity/ic", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-ed25519/0.6.0/download", - "sha256": "6ad3d86f2e35cb99ae7497b3e4fa92ad751a8e8978f0680d37b86dd51ef91714" + "sha256": "6ad3d86f2e35cb99ae7497b3e4fa92ad751a8e8978f0680d37b86dd51ef91714", + "url": "https://static.crates.io/crates/ic-ed25519/0.6.0/download" } }, "targets": [ { "Library": { "crate_name": "ic_ed25519", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_ed25519", + "version": "0.6.0" + }, + "ic-error-types 0.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "strum 0.26.3", + "target": "strum" + } ], - "crate_features": { - "common": [ - "default", - "rand" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "curve25519-dalek 4.1.3", - "target": "curve25519_dalek" - }, - { - "id": "ed25519-dalek 2.2.0", - "target": "ed25519_dalek" - }, - { - "id": "hex-literal 0.4.1", - "target": "hex_literal" - }, - { - "id": "hkdf 0.12.4", - "target": "hkdf" - }, - { - "id": "ic_principal 0.1.5", - "target": "ic_principal" - }, - { - "id": "pem 3.0.6", - "target": "pem" - }, - { - "id": "rand 0.8.6", - "target": "rand" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.6.0" + "edition": "2021", + "proc_macro_deps": [ + { + "id": "strum_macros 0.26.4", + "target": "strum_macros" + } + ] }, + "library_target_name": "ic_error_types", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "ic-error-types 0.2.0": { "name": "ic-error-types", - "version": "0.2.0", "package_url": "https://github.com/dfinity/ic", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-error-types/0.2.0/download", - "sha256": "bbeeb3d91aa179d6496d7293becdacedfc413c825cac79fd54ea1906f003ee55" + "sha256": "bbeeb3d91aa179d6496d7293becdacedfc413c825cac79fd54ea1906f003ee55", + "url": "https://static.crates.io/crates/ic-error-types/0.2.0/download" } }, "targets": [ { "Library": { "crate_name": "ic_error_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_error_types", + "version": "0.2.0" + }, + "ic-gateway 0.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "acme", + "default" ], - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "strum 0.26.3", - "target": "strum" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "strum_macros 0.26.4", - "target": "strum_macros" - } - ], - "selects": {} - }, - "version": "0.2.0" + "deps": [ + { + "id": "ahash 0.8.11", + "target": "ahash" + }, + { + "id": "anyhow 1.0.104", + "target": "anyhow" + }, + { + "id": "arc-swap 1.7.1", + "target": "arc_swap" + }, + { + "id": "axum 0.8.9", + "target": "axum" + }, + { + "id": "axum-extra 0.12.6", + "target": "axum_extra" + }, + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "clap 4.5.53", + "target": "clap" + }, + { + "id": "ctrlc 3.4.5", + "target": "ctrlc" + }, + { + "id": "fqdn 0.5.2", + "target": "fqdn" + }, + { + "id": "futures 0.3.31", + "target": "futures" + }, + { + "id": "hostname 0.4.0", + "target": "hostname" + }, + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "http-body 1.0.1", + "target": "http_body" + }, + { + "id": "http-body-util 0.1.3", + "target": "http_body_util" + }, + { + "id": "humantime 2.4.0", + "target": "humantime" + }, + { + "id": "ic-bn-lib 0.7.0", + "target": "ic_bn_lib" + }, + { + "id": "ic-http-gateway-protocol 0.0.0-git", + "target": "ic_http_gateway_protocol" + }, + { + "id": "isbot 0.1.3", + "target": "isbot" + }, + { + "id": "itertools 0.15.0", + "target": "itertools" + }, + { + "id": "lazy_static 1.5.0", + "target": "lazy_static" + }, + { + "id": "maxminddb 0.29.0", + "target": "maxminddb" + }, + { + "id": "moka 0.12.15", + "target": "moka" + }, + { + "id": "prometheus 0.14.0", + "target": "prometheus" + }, + { + "id": "rand 0.8.6", + "target": "rand" + }, + { + "id": "regex 1.13.1", + "target": "regex" + }, + { + "id": "reqwest 0.13.4", + "target": "reqwest" + }, + { + "id": "rustls 0.23.27", + "target": "rustls" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_cbor 0.11.2", + "target": "serde_cbor" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + }, + { + "id": "sha2 0.11.0", + "target": "sha2" + }, + { + "id": "strum 0.28.0", + "target": "strum" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + }, + { + "id": "tikv-jemalloc-ctl 0.7.0", + "target": "tikv_jemalloc_ctl" + }, + { + "id": "tikv-jemallocator 0.7.0", + "target": "tikv_jemallocator" + }, + { + "id": "time 0.3.47", + "target": "time" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "id": "tokio-util 0.7.17", + "target": "tokio_util" + }, + { + "id": "tower 0.5.2", + "target": "tower" + }, + { + "id": "tower-http 0.7.0", + "target": "tower_http" + }, + { + "id": "tracing 0.1.44", + "target": "tracing" + }, + { + "id": "tracing-core 0.1.36", + "target": "tracing_core" + }, + { + "id": "tracing-serde 0.2.0", + "target": "tracing_serde" + }, + { + "id": "tracing-subscriber 0.3.23", + "target": "tracing_subscriber" + }, + { + "id": "url 2.5.4", + "target": "url" + }, + { + "id": "urlencoding 2.1.3", + "target": "urlencoding" + }, + { + "id": "woothee 0.13.0", + "target": "woothee" + } + ], + "edition": "2024", + "proc_macro_deps": [ + { + "id": "async-trait 0.1.89", + "target": "async_trait" + }, + { + "id": "derive-new 0.7.0", + "target": "derive_new" + } + ] }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ic-gateway 0.2.0": { + "library_target_name": "ic_gateway", + "license_file": "LICENSE", "name": "ic-gateway", - "version": "0.2.0", - "package_url": null, "repository": { "Git": { - "remote": "https://github.com/dfinity/ic-gateway", "commitish": { "Rev": "a16fb54f4c8d4407b8134d63b57f864d67520062" - } + }, + "remote": "https://github.com/dfinity/ic-gateway" } }, "targets": [ { "Library": { "crate_name": "ic_gateway", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "Binary": { "crate_name": "ic-gateway", - "crate_root": "src/main.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/main.rs" } } ], - "library_target_name": "ic_gateway", + "version": "0.2.0" + }, + "ic-http-certification 3.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "base64 0.22.1", + "target": "base64" + }, + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "ic-certification 3.1.0", + "target": "ic_certification" + }, + { + "id": "ic-representation-independent-hash 3.1.0", + "target": "ic_representation_independent_hash" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_cbor 0.11.2", + "target": "serde_cbor" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + }, + { + "id": "urlencoding 2.1.3", + "target": "urlencoding" + } ], - "crate_features": { - "common": [ - "acme", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ahash 0.8.11", - "target": "ahash" - }, - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "arc-swap 1.7.1", - "target": "arc_swap" - }, - { - "id": "axum 0.8.9", - "target": "axum" - }, - { - "id": "axum-extra 0.12.6", - "target": "axum_extra" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "clap 4.5.53", - "target": "clap" - }, - { - "id": "ctrlc 3.4.5", - "target": "ctrlc" - }, - { - "id": "fqdn 0.5.2", - "target": "fqdn" - }, - { - "id": "futures 0.3.31", - "target": "futures" - }, - { - "id": "hostname 0.4.0", - "target": "hostname" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "http-body-util 0.1.3", - "target": "http_body_util" - }, - { - "id": "humantime 2.4.0", - "target": "humantime" - }, - { - "id": "ic-bn-lib 0.7.0", - "target": "ic_bn_lib" - }, - { - "id": "ic-http-gateway-protocol 0.0.0-git", - "target": "ic_http_gateway_protocol" - }, - { - "id": "isbot 0.1.3", - "target": "isbot" - }, - { - "id": "itertools 0.15.0", - "target": "itertools" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "maxminddb 0.29.0", - "target": "maxminddb" - }, - { - "id": "moka 0.12.15", - "target": "moka" - }, - { - "id": "prometheus 0.14.0", - "target": "prometheus" - }, - { - "id": "rand 0.8.6", - "target": "rand" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "reqwest 0.13.4", - "target": "reqwest" - }, - { - "id": "rustls 0.23.27", - "target": "rustls" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_cbor 0.11.2", - "target": "serde_cbor" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "sha2 0.11.0", - "target": "sha2" - }, - { - "id": "strum 0.28.0", - "target": "strum" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "tikv-jemalloc-ctl 0.7.0", - "target": "tikv_jemalloc_ctl" - }, - { - "id": "tikv-jemallocator 0.7.0", - "target": "tikv_jemallocator" - }, - { - "id": "time 0.3.47", - "target": "time" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-util 0.7.17", - "target": "tokio_util" - }, - { - "id": "tower 0.5.2", - "target": "tower" - }, - { - "id": "tower-http 0.7.0", - "target": "tower_http" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - }, - { - "id": "tracing-core 0.1.36", - "target": "tracing_core" - }, - { - "id": "tracing-serde 0.2.0", - "target": "tracing_serde" - }, - { - "id": "tracing-subscriber 0.3.23", - "target": "tracing_subscriber" - }, - { - "id": "url 2.5.4", - "target": "url" - }, - { - "id": "urlencoding 2.1.3", - "target": "urlencoding" - }, - { - "id": "woothee 0.13.0", - "target": "woothee" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.89", - "target": "async_trait" - }, - { - "id": "derive-new 0.7.0", - "target": "derive_new" - } - ], - "selects": {} - }, - "version": "0.2.0" + "edition": "2021" }, - "license": null, - "license_ids": [], - "license_file": "LICENSE" - }, - "ic-http-certification 3.1.0": { + "library_target_name": "ic_http_certification", + "license": "Apache-2.0", + "license_file": "LICENSE", + "license_ids": [ + "Apache-2.0" + ], "name": "ic-http-certification", - "version": "3.1.0", "package_url": "https://github.com/dfinity/response-verification", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-http-certification/3.1.0/download", - "sha256": "6cc4a86284197421ffea3de6b1d2f67d7080345a1e4a8037be1529d31f7561bd" + "sha256": "6cc4a86284197421ffea3de6b1d2f67d7080345a1e4a8037be1529d31f7561bd", + "url": "https://static.crates.io/crates/ic-http-certification/3.1.0/download" } }, "targets": [ { "Library": { "crate_name": "ic_http_certification", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_http_certification", + "version": "3.1.0" + }, + "ic-http-gateway-protocol 0.0.0-git": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "futures 0.3.31", + "target": "futures" + }, + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "http-body 1.0.1", + "target": "http_body" + }, + { + "id": "http-body-util 0.1.3", + "target": "http_body_util" + }, + { + "id": "ic-agent 0.49.1", + "target": "ic_agent" + }, + { + "id": "ic-http-certification 3.1.0", + "target": "ic_http_certification" + }, + { + "id": "ic-response-verification 3.1.0", + "target": "ic_response_verification" + }, + { + "id": "ic-utils 0.49.1", + "target": "ic_utils" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + } ], - "deps": { - "common": [ - { - "id": "base64 0.22.1", - "target": "base64" - }, - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "ic-certification 3.1.0", - "target": "ic_certification" - }, - { - "id": "ic-representation-independent-hash 3.1.0", - "target": "ic_representation_independent_hash" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_cbor 0.11.2", - "target": "serde_cbor" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "urlencoding 2.1.3", - "target": "urlencoding" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.1.0" + "edition": "2021" }, + "library_target_name": "ic_http_gateway_protocol", "license": "Apache-2.0", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "ic-http-gateway-protocol 0.0.0-git": { "name": "ic-http-gateway-protocol", - "version": "0.0.0-git", "package_url": "https://github.com/dfinity/ic-http-gateway-protocol", "repository": { "Git": { - "remote": "https://github.com/dfinity/ic-http-gateway-protocol", "commitish": { "Rev": "cf47127b978b1ed9c64cf6cbc3ce82c93cec4c6c" }, + "remote": "https://github.com/dfinity/ic-http-gateway-protocol", "strip_prefix": "packages/ic-http-gateway-protocol" } }, @@ -37247,592 +29137,390 @@ { "Library": { "crate_name": "ic_http_gateway_protocol", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_http_gateway_protocol", + "version": "0.0.0-git" + }, + "ic-identity-hsm 0.49.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "ic-agent 0.49.1", + "target": "ic_agent" + }, + { + "id": "pkcs11 0.5.0", + "target": "pkcs11" + }, + { + "id": "sha2 0.10.9", + "target": "sha2" + }, + { + "id": "simple_asn1 0.6.2", + "target": "simple_asn1" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + } ], - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "futures 0.3.31", - "target": "futures" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "http-body-util 0.1.3", - "target": "http_body_util" - }, - { - "id": "ic-agent 0.49.1", - "target": "ic_agent" - }, - { - "id": "ic-http-certification 3.1.0", - "target": "ic_http_certification" - }, - { - "id": "ic-response-verification 3.1.0", - "target": "ic_response_verification" - }, - { - "id": "ic-utils 0.49.1", - "target": "ic_utils" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.0.0-git" + "edition": "2021" }, + "library_target_name": "ic_identity_hsm", "license": "Apache-2.0", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "ic-identity-hsm 0.49.1": { "name": "ic-identity-hsm", - "version": "0.49.1", "package_url": "https://github.com/dfinity/agent-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-identity-hsm/0.49.1/download", - "sha256": "af528049c02d371578ea1dde0ad75b7d572d5f5145a61ff7a5ac0711b151f419" + "sha256": "af528049c02d371578ea1dde0ad75b7d572d5f5145a61ff7a5ac0711b151f419", + "url": "https://static.crates.io/crates/ic-identity-hsm/0.49.1/download" } }, "targets": [ { "Library": { "crate_name": "ic_identity_hsm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_identity_hsm", + "version": "0.49.1" + }, + "ic-management-canister-types 0.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_bytes 0.11.15", + "target": "serde_bytes" + } ], - "deps": { - "common": [ - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "ic-agent 0.49.1", - "target": "ic_agent" - }, - { - "id": "pkcs11 0.5.0", - "target": "pkcs11" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "simple_asn1 0.6.2", - "target": "simple_asn1" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.49.1" + "edition": "2024" }, + "library_target_name": "ic_management_canister_types", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "ic-management-canister-types 0.5.0": { "name": "ic-management-canister-types", - "version": "0.5.0", "package_url": "https://github.com/dfinity/cdk-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-management-canister-types/0.5.0/download", - "sha256": "3149217e24186df3f13dc45eee14cdb3e5cad07d0b2b67bd53555c1c55462957" + "sha256": "3149217e24186df3f13dc45eee14cdb3e5cad07d0b2b67bd53555c1c55462957", + "url": "https://static.crates.io/crates/ic-management-canister-types/0.5.0/download" } }, "targets": [ { "Library": { "crate_name": "ic_management_canister_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_management_canister_types", + "version": "0.5.0" + }, + "ic-management-canister-types 0.7.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_bytes 0.11.15", + "target": "serde_bytes" + } ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.5.0" + "edition": "2024" }, + "library_target_name": "ic_management_canister_types", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "ic-management-canister-types 0.7.1": { "name": "ic-management-canister-types", - "version": "0.7.1", "package_url": "https://github.com/dfinity/cdk-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-management-canister-types/0.7.1/download", - "sha256": "51705516ed4d23f24e8d714a70fe9d7ec17106cfd830d5434a1b29f583ef70ee" + "sha256": "51705516ed4d23f24e8d714a70fe9d7ec17106cfd830d5434a1b29f583ef70ee", + "url": "https://static.crates.io/crates/ic-management-canister-types/0.7.1/download" } }, "targets": [ { "Library": { "crate_name": "ic_management_canister_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_management_canister_types", + "version": "0.7.1" + }, + "ic-management-canister-types 0.8.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_bytes 0.11.15", + "target": "serde_bytes" + } ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.7.1" + "edition": "2024" }, + "library_target_name": "ic_management_canister_types", "license": "Apache-2.0", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "ic-management-canister-types 0.8.0": { "name": "ic-management-canister-types", - "version": "0.8.0", "package_url": "https://github.com/dfinity/ic", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-management-canister-types/0.8.0/download", - "sha256": "3187ba94198a8df0e38a478f289812fcead6a86c658b9552b00f1f8081f06bb3" + "sha256": "3187ba94198a8df0e38a478f289812fcead6a86c658b9552b00f1f8081f06bb3", + "url": "https://static.crates.io/crates/ic-management-canister-types/0.8.0/download" } }, "targets": [ { "Library": { "crate_name": "ic_management_canister_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_management_canister_types", + "version": "0.8.0" + }, + "ic-metrics-encoder 1.1.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.8.0" + "edition": "2021" }, + "library_target_name": "ic_metrics_encoder", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "ic-metrics-encoder 1.1.1": { "name": "ic-metrics-encoder", - "version": "1.1.1", "package_url": "https://github.com/dfinity/metrics-encoder", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-metrics-encoder/1.1.1/download", - "sha256": "8b5c7628eac357aecda461130f8074468be5aa4d258a002032d82d817f79f1f8" + "sha256": "8b5c7628eac357aecda461130f8074468be5aa4d258a002032d82d817f79f1f8", + "url": "https://static.crates.io/crates/ic-metrics-encoder/1.1.1/download" } }, "targets": [ { "Library": { "crate_name": "ic_metrics_encoder", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_metrics_encoder", + "version": "1.1.1" + }, + "ic-representation-independent-hash 3.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "leb128 0.2.5", + "target": "leb128" + }, + { + "id": "sha2 0.10.9", + "target": "sha2" + } ], - "edition": "2021", - "version": "1.1.1" + "edition": "2021" }, + "library_target_name": "ic_representation_independent_hash", "license": "Apache-2.0", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "ic-representation-independent-hash 3.1.0": { "name": "ic-representation-independent-hash", - "version": "3.1.0", "package_url": "https://github.com/dfinity/response-verification", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-representation-independent-hash/3.1.0/download", - "sha256": "52fde1026b8f48c17fdfd102d4c39b0d1660ad8f5789a3258bd748240434f7d6" + "sha256": "52fde1026b8f48c17fdfd102d4c39b0d1660ad8f5789a3258bd748240434f7d6", + "url": "https://static.crates.io/crates/ic-representation-independent-hash/3.1.0/download" } }, "targets": [ { "Library": { "crate_name": "ic_representation_independent_hash", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_representation_independent_hash", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "leb128 0.2.5", - "target": "leb128" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.1.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null + "version": "3.1.0" }, "ic-response-verification 3.1.0": { - "name": "ic-response-verification", - "version": "3.1.0", - "package_url": "https://github.com/dfinity/response-verification", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-response-verification/3.1.0/download", - "sha256": "d9761ccca4e426c032ff63f8798e81757556c81ceefea577a9535ca0fe503daa" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_response_verification", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_response_verification", "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "base64 0.22.1", - "target": "base64" - }, - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "flate2 1.1.5", - "target": "flate2" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "ic-cbor 3.1.0", - "target": "ic_cbor" - }, - { - "id": "ic-certificate-verification 3.1.0", - "target": "ic_certificate_verification" - }, - { - "id": "ic-certification 3.1.0", - "target": "ic_certification" - }, - { - "id": "ic-http-certification 3.1.0", - "target": "ic_http_certification" - }, - { - "id": "ic-representation-independent-hash 3.1.0", - "target": "ic_representation_independent_hash" - }, - { - "id": "leb128 0.2.5", - "target": "leb128" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "nom 7.1.3", - "target": "nom" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "urlencoding 2.1.3", - "target": "urlencoding" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.1.0" + "deps": [ + { + "id": "base64 0.22.1", + "target": "base64" + }, + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "flate2 1.1.5", + "target": "flate2" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "ic-cbor 3.1.0", + "target": "ic_cbor" + }, + { + "id": "ic-certificate-verification 3.1.0", + "target": "ic_certificate_verification" + }, + { + "id": "ic-certification 3.1.0", + "target": "ic_certification" + }, + { + "id": "ic-http-certification 3.1.0", + "target": "ic_http_certification" + }, + { + "id": "ic-representation-independent-hash 3.1.0", + "target": "ic_representation_independent_hash" + }, + { + "id": "leb128 0.2.5", + "target": "leb128" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "sha2 0.10.9", + "target": "sha2" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + }, + { + "id": "urlencoding 2.1.3", + "target": "urlencoding" + } + ], + "edition": "2021" }, + "library_target_name": "ic_response_verification", "license": "Apache-2.0", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "ic-sha3 1.0.0": { - "name": "ic-sha3", - "version": "1.0.0", - "package_url": "https://github.com/dfinity/ic", + "name": "ic-response-verification", + "package_url": "https://github.com/dfinity/response-verification", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-sha3/1.0.0/download", - "sha256": "3715f0f4370e8ce6aa9805b81e915ef4420c9dfb5209c71489c27e6f98bd5d65" + "sha256": "d9761ccca4e426c032ff63f8798e81757556c81ceefea577a9535ca0fe503daa", + "url": "https://static.crates.io/crates/ic-response-verification/3.1.0/download" } }, "targets": [ { "Library": { - "crate_name": "ic_sha3", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "ic_response_verification", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_sha3", + "version": "3.1.0" + }, + "ic-sha3 1.0.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "sha3 0.10.8", + "target": "sha3" + } ], - "deps": { - "common": [ - { - "id": "sha3 0.10.8", - "target": "sha3" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.0" + "edition": "2021" }, + "library_target_name": "ic_sha3", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "ic-stable-structures 0.6.8": { - "name": "ic-stable-structures", - "version": "0.6.8", - "package_url": "https://github.com/dfinity/stable-structures", + "name": "ic-sha3", + "package_url": "https://github.com/dfinity/ic", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-stable-structures/0.6.8/download", - "sha256": "f0f5684f577e0146738cd11afed789109c4f51ba963c75823c48c1501dc53278" + "sha256": "3715f0f4370e8ce6aa9805b81e915ef4420c9dfb5209c71489c27e6f98bd5d65", + "url": "https://static.crates.io/crates/ic-sha3/1.0.0/download" } }, "targets": [ { "Library": { - "crate_name": "ic_stable_structures", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "ic_sha3", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_stable_structures", + "version": "1.0.0" + }, + "ic-stable-structures 0.6.8": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "ic_principal 0.1.5", + "target": "ic_principal" + } ], - "deps": { - "common": [ - { - "id": "ic_principal 0.1.5", - "target": "ic_principal" - } - ], - "selects": {} - }, "edition": "2021", "rustc_flags": { "common": [], @@ -37856,53 +29544,40 @@ "-Zsanitizer=address" ] } - }, - "version": "0.6.8" + } }, + "library_target_name": "ic_stable_structures", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "ic-stable-structures 0.7.0": { "name": "ic-stable-structures", - "version": "0.7.0", "package_url": "https://github.com/dfinity/stable-structures", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-stable-structures/0.7.0/download", - "sha256": "e54aeb082293c69def5ab34c70593ba85ff000386f7d0eacdf73514daaeca031" + "sha256": "f0f5684f577e0146738cd11afed789109c4f51ba963c75823c48c1501dc53278", + "url": "https://static.crates.io/crates/ic-stable-structures/0.6.8/download" } }, "targets": [ { "Library": { "crate_name": "ic_stable_structures", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_stable_structures", + "version": "0.6.8" + }, + "ic-stable-structures 0.7.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "ic_principal 0.1.5", + "target": "ic_principal" + } ], - "deps": { - "common": [ - { - "id": "ic_principal 0.1.5", - "target": "ic_principal" - } - ], - "selects": {} - }, "edition": "2021", "rustc_flags": { "common": [], @@ -37926,873 +29601,758 @@ "-Zsanitizer=address" ] } - }, - "version": "0.7.0" + } }, + "library_target_name": "ic_stable_structures", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" + "name": "ic-stable-structures", + "package_url": "https://github.com/dfinity/stable-structures", + "repository": { + "Http": { + "sha256": "e54aeb082293c69def5ab34c70593ba85ff000386f7d0eacdf73514daaeca031", + "url": "https://static.crates.io/crates/ic-stable-structures/0.7.0/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ic_stable_structures", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.7.0" }, "ic-test-state-machine-client 3.0.1": { + "common_attrs": { + "deps": [ + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "ciborium 0.2.2", + "target": "ciborium" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_bytes 0.11.15", + "target": "serde_bytes" + } + ], + "edition": "2021" + }, + "library_target_name": "ic_test_state_machine_client", + "license": "Apache-2.0", + "license_file": "LICENSE", + "license_ids": [ + "Apache-2.0" + ], "name": "ic-test-state-machine-client", - "version": "3.0.1", "package_url": "https://github.com/dfinity/test-state-machine-client", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-test-state-machine-client/3.0.1/download", - "sha256": "b8e05a81e0cbdf178228d72ace06c60ac7fa99927b49a238f9ccf5ef82eaced6" + "sha256": "b8e05a81e0cbdf178228d72ace06c60ac7fa99927b49a238f9ccf5ef82eaced6", + "url": "https://static.crates.io/crates/ic-test-state-machine-client/3.0.1/download" } }, "targets": [ { "Library": { "crate_name": "ic_test_state_machine_client", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_test_state_machine_client", + "version": "3.0.1" + }, + "ic-transport-types 0.49.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "ic-certification 3.1.0", + "target": "ic_certification" + }, + { + "id": "leb128 0.2.5", + "target": "leb128" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_bytes 0.11.15", + "target": "serde_bytes" + }, + { + "id": "serde_cbor 0.11.2", + "target": "serde_cbor" + }, + { + "id": "sha2 0.10.9", + "target": "sha2" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + } ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "ciborium 0.2.2", - "target": "ciborium" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - } - ], - "selects": {} - }, "edition": "2021", - "version": "3.0.1" + "proc_macro_deps": [ + { + "id": "serde_repr 0.1.19", + "target": "serde_repr" + } + ] }, + "library_target_name": "ic_transport_types", "license": "Apache-2.0", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "ic-transport-types 0.49.1": { "name": "ic-transport-types", - "version": "0.49.1", "package_url": "https://github.com/dfinity/agent-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-transport-types/0.49.1/download", - "sha256": "9ae3ab1d620565ff148c9fd9486bf2e9da0cfa8d42f7020d0cff13e2d6eff8b5" + "sha256": "9ae3ab1d620565ff148c9fd9486bf2e9da0cfa8d42f7020d0cff13e2d6eff8b5", + "url": "https://static.crates.io/crates/ic-transport-types/0.49.1/download" } }, "targets": [ { "Library": { "crate_name": "ic_transport_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_transport_types", + "version": "0.49.1" + }, + "ic-utils 0.49.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "raw" + ], + "deps": [ + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "ic-agent 0.49.1", + "target": "ic_agent" + }, + { + "id": "ic-management-canister-types 0.8.0", + "target": "ic_management_canister_types" + }, + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "semver 1.0.27", + "target": "semver" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_bytes 0.11.15", + "target": "serde_bytes" + }, + { + "id": "sha2 0.10.9", + "target": "sha2" + }, + { + "id": "strum 0.28.0", + "target": "strum" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + }, + { + "id": "time 0.3.47", + "target": "time" + } ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "ic-certification 3.1.0", - "target": "ic_certification" - }, - { - "id": "leb128 0.2.5", - "target": "leb128" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - }, - { - "id": "serde_cbor 0.11.2", - "target": "serde_cbor" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "serde_repr 0.1.19", - "target": "serde_repr" - } - ], - "selects": {} - }, - "version": "0.49.1" + "proc_macro_deps": [ + { + "id": "async-trait 0.1.89", + "target": "async_trait" + }, + { + "id": "strum_macros 0.28.0", + "target": "strum_macros" + } + ] }, + "library_target_name": "ic_utils", "license": "Apache-2.0", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "ic-utils 0.49.1": { "name": "ic-utils", - "version": "0.49.1", "package_url": "https://github.com/dfinity/agent-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-utils/0.49.1/download", - "sha256": "a143d270c29f00fb6274d43d490d619cd3aaf6d87f128ab1073d14f5842f573a" + "sha256": "a143d270c29f00fb6274d43d490d619cd3aaf6d87f128ab1073d14f5842f573a", + "url": "https://static.crates.io/crates/ic-utils/0.49.1/download" } }, "targets": [ { "Library": { "crate_name": "ic_utils", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_utils", + "version": "0.49.1" + }, + "ic-verify-bls-signature 0.6.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "hex", + "lazy_static", + "rand" + ], + "deps": [ + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "alias": "bls12_381", + "id": "ic_bls12_381 0.10.1", + "target": "ic_bls12_381" + }, + { + "id": "lazy_static 1.5.0", + "target": "lazy_static" + }, + { + "id": "pairing 0.23.0", + "target": "pairing" + }, + { + "id": "rand 0.8.6", + "target": "rand" + }, + { + "id": "sha2 0.10.9", + "target": "sha2" + } ], - "crate_features": { - "common": [ - "raw" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "ic-agent 0.49.1", - "target": "ic_agent" - }, - { - "id": "ic-management-canister-types 0.8.0", - "target": "ic_management_canister_types" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "semver 1.0.27", - "target": "semver" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "strum 0.28.0", - "target": "strum" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "time 0.3.47", - "target": "time" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.89", - "target": "async_trait" - }, - { - "id": "strum_macros 0.28.0", - "target": "strum_macros" - } - ], - "selects": {} - }, - "version": "0.49.1" + "edition": "2021" }, + "library_target_name": "ic_verify_bls_signature", "license": "Apache-2.0", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "ic-verify-bls-signature 0.6.0": { "name": "ic-verify-bls-signature", - "version": "0.6.0", - "package_url": null, "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-verify-bls-signature/0.6.0/download", - "sha256": "cd6c4261586eb473fe1219de63186a98e554985d5fd6f3488036c8fb82452e27" + "sha256": "cd6c4261586eb473fe1219de63186a98e554985d5fd6f3488036c8fb82452e27", + "url": "https://static.crates.io/crates/ic-verify-bls-signature/0.6.0/download" } }, "targets": [ { "Library": { "crate_name": "ic_verify_bls_signature", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_verify_bls_signature", + "version": "0.6.0" + }, + "ic-vetkeys 0.7.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "aes-gcm 0.10.3", + "target": "aes_gcm" + }, + { + "id": "anyhow 1.0.104", + "target": "anyhow" + }, + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "futures 0.3.31", + "target": "futures" + }, + { + "id": "hex-literal 1.0.0", + "target": "hex_literal" + }, + { + "id": "hkdf 0.12.4", + "target": "hkdf" + }, + { + "id": "ic-cdk 0.20.2", + "target": "ic_cdk" + }, + { + "id": "ic-cdk-management-canister 0.1.1", + "target": "ic_cdk_management_canister" + }, + { + "id": "ic-stable-structures 0.7.0", + "target": "ic_stable_structures" + }, + { + "id": "ic_bls12_381 0.10.1", + "target": "ic_bls12_381" + }, + { + "id": "lazy_static 1.5.0", + "target": "lazy_static" + }, + { + "id": "pairing 0.23.0", + "target": "pairing" + }, + { + "id": "rand 0.8.6", + "target": "rand" + }, + { + "id": "rand_chacha 0.3.1", + "target": "rand_chacha" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_bytes 0.11.15", + "target": "serde_bytes" + }, + { + "id": "serde_cbor 0.11.2", + "target": "serde_cbor" + }, + { + "id": "sha2 0.10.9", + "target": "sha2" + }, + { + "id": "sha3 0.10.8", + "target": "sha3" + }, + { + "id": "strum 0.27.2", + "target": "strum" + }, + { + "id": "subtle 2.6.1", + "target": "subtle" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } ], - "crate_features": { - "common": [ - "alloc", - "default", - "hex", - "lazy_static", - "rand" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "ic_bls12_381 0.10.1", - "target": "ic_bls12_381", - "alias": "bls12_381" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "pairing 0.23.0", - "target": "pairing" - }, - { - "id": "rand 0.8.6", - "target": "rand" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.6.0" + "proc_macro_deps": [ + { + "id": "strum_macros 0.27.1", + "target": "strum_macros" + } + ] }, + "library_target_name": "ic_vetkeys", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "ic-vetkeys 0.7.0": { "name": "ic-vetkeys", - "version": "0.7.0", "package_url": "https://github.com/dfinity/vetkeys", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-vetkeys/0.7.0/download", - "sha256": "5c7ce838bc1fc10a504f722ef46a1c473413f520e5303dd200e15f2937ce7052" + "sha256": "5c7ce838bc1fc10a504f722ef46a1c473413f520e5303dd200e15f2937ce7052", + "url": "https://static.crates.io/crates/ic-vetkeys/0.7.0/download" } }, "targets": [ { "Library": { "crate_name": "ic_vetkeys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_vetkeys", + "version": "0.7.0" + }, + "ic-wasm 0.11.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "check-endpoints", + "exe" ], - "deps": { - "common": [ - { - "id": "aes-gcm 0.10.3", - "target": "aes_gcm" - }, - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "futures 0.3.31", - "target": "futures" - }, - { - "id": "hex-literal 1.0.0", - "target": "hex_literal" - }, - { - "id": "hkdf 0.12.4", - "target": "hkdf" - }, - { - "id": "ic-cdk 0.20.2", - "target": "ic_cdk" - }, - { - "id": "ic-cdk-management-canister 0.1.1", - "target": "ic_cdk_management_canister" - }, - { - "id": "ic-stable-structures 0.7.0", - "target": "ic_stable_structures" - }, - { - "id": "ic_bls12_381 0.10.1", - "target": "ic_bls12_381" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "pairing 0.23.0", - "target": "pairing" - }, - { - "id": "rand 0.8.6", - "target": "rand" - }, - { - "id": "rand_chacha 0.3.1", - "target": "rand_chacha" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - }, - { - "id": "serde_cbor 0.11.2", - "target": "serde_cbor" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "sha3 0.10.8", - "target": "sha3" - }, - { - "id": "strum 0.27.2", - "target": "strum" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "strum_macros 0.27.1", - "target": "strum_macros" - } - ], - "selects": {} - }, - "version": "0.7.0" + "deps": [ + { + "id": "anyhow 1.0.104", + "target": "anyhow" + }, + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "candid_parser 0.4.0", + "target": "candid_parser" + }, + { + "id": "clap 4.5.53", + "target": "clap" + }, + { + "id": "libflate 2.3.1", + "target": "libflate" + }, + { + "id": "parse-display 0.11.0", + "target": "parse_display" + }, + { + "id": "rustc-demangle 0.1.26", + "target": "rustc_demangle" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + }, + { + "id": "walrus 0.26.4", + "target": "walrus" + }, + { + "id": "wasmparser 0.253.0", + "target": "wasmparser" + } + ], + "edition": "2021" }, + "library_target_name": "ic_wasm", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "ic-wasm 0.11.1": { "name": "ic-wasm", - "version": "0.11.1", "package_url": "https://github.com/dfinity/ic-wasm", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-wasm/0.11.1/download", - "sha256": "62beb934ad93d6cab235018e6b2ad15c72a54cd2148885f7b83dc8f5362806b7" + "sha256": "62beb934ad93d6cab235018e6b2ad15c72a54cd2148885f7b83dc8f5362806b7", + "url": "https://static.crates.io/crates/ic-wasm/0.11.1/download" } }, "targets": [ { "Library": { "crate_name": "ic_wasm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "Binary": { "crate_name": "ic-wasm", - "crate_root": "src/bin/main.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/bin/main.rs" } } ], - "library_target_name": "ic_wasm", + "version": "0.11.1" + }, + "ic-xrc-types 1.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } ], - "crate_features": { - "common": [ - "check-endpoints", - "exe" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "candid_parser 0.4.0", - "target": "candid_parser" - }, - { - "id": "clap 4.5.53", - "target": "clap" - }, - { - "id": "libflate 2.3.1", - "target": "libflate" - }, - { - "id": "parse-display 0.11.0", - "target": "parse_display" - }, - { - "id": "rustc-demangle 0.1.26", - "target": "rustc_demangle" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "walrus 0.26.4", - "target": "walrus" - }, - { - "id": "wasmparser 0.253.0", - "target": "wasmparser" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.11.1" + "edition": "2021" }, + "library_target_name": "ic_xrc_types", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "ic-xrc-types 1.2.0": { "name": "ic-xrc-types", - "version": "1.2.0", "package_url": "https://github.com/dfinity/exchange-rate-canister", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic-xrc-types/1.2.0/download", - "sha256": "b1a2b2eaa332201f4abbd1192a307f7a5b6ea55d077a7f489ac62bf8e358b5a2" + "sha256": "b1a2b2eaa332201f4abbd1192a307f7a5b6ea55d077a7f489ac62bf8e358b5a2", + "url": "https://static.crates.io/crates/ic-xrc-types/1.2.0/download" } }, "targets": [ { "Library": { "crate_name": "ic_xrc_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_xrc_types", + "version": "1.2.0" + }, + "ic0 1.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.2.0" + "edition": "2024" }, + "library_target_name": "ic0", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "ic0 1.1.0": { "name": "ic0", - "version": "1.1.0", "package_url": "https://github.com/dfinity/cdk-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic0/1.1.0/download", - "sha256": "c77c8932bff1f09502d0d8c079d5a206a06afe523e35e816162cf4d30b5bf80d" + "sha256": "c77c8932bff1f09502d0d8c079d5a206a06afe523e35e816162cf4d30b5bf80d", + "url": "https://static.crates.io/crates/ic0/1.1.0/download" } }, "targets": [ { "Library": { "crate_name": "ic0", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic0", + "version": "1.1.0" + }, + "ic_bls12_381 0.10.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "digest", + "experimental", + "group", + "groups", + "pairing", + "pairings", + "zeroize" + ], + "deps": [ + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "ff 0.13.0", + "target": "ff" + }, + { + "id": "group 0.13.0", + "target": "group" + }, + { + "id": "pairing 0.23.0", + "target": "pairing" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "subtle 2.6.1", + "target": "subtle" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } ], - "edition": "2024", - "version": "1.1.0" + "edition": "2021", + "rustc_flags": [ + "-C", + "opt-level=3" + ] }, - "license": "Apache-2.0", + "library_target_name": "ic_bls12_381", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "Apache-2.0" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" - }, - "ic_bls12_381 0.10.1": { "name": "ic_bls12_381", - "version": "0.10.1", "package_url": "https://github.com/dfinity/bls12_381", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic_bls12_381/0.10.1/download", - "sha256": "a1e828f9e804ccefe4b9b15b2195f474c60fd4f95ccd14fcb554eb6d7dfafde3" + "sha256": "a1e828f9e804ccefe4b9b15b2195f474c60fd4f95ccd14fcb554eb6d7dfafde3", + "url": "https://static.crates.io/crates/ic_bls12_381/0.10.1/download" } }, "targets": [ { "Library": { "crate_name": "ic_bls12_381", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_bls12_381", + "version": "0.10.1" + }, + "ic_principal 0.1.5": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "arbitrary", + "convert", + "default", + "rangemap", + "self_authenticating", + "serde" + ], + "deps": [ + { + "id": "arbitrary 1.4.2", + "target": "arbitrary" + }, + { + "id": "crc32fast 1.3.2", + "target": "crc32fast" + }, + { + "id": "data-encoding 2.11.0", + "target": "data_encoding" + }, + { + "id": "rangemap 1.7.1", + "target": "rangemap" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "sha2 0.10.9", + "target": "sha2" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + } ], - "crate_features": { - "common": [ - "alloc", - "digest", - "experimental", - "group", - "groups", - "pairing", - "pairings", - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "ff 0.13.0", - "target": "ff" - }, - { - "id": "group 0.13.0", - "target": "group" - }, - { - "id": "pairing 0.23.0", - "target": "pairing" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "rustc_flags": { - "common": [ - "-C", - "opt-level=3" - ], - "selects": {} - }, - "version": "0.10.1" + "edition": "2021" }, - "license": "MIT/Apache-2.0", + "library_target_name": "ic_principal", + "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "Apache-2.0" ], - "license_file": "LICENSE-APACHE" - }, - "ic_principal 0.1.5": { "name": "ic_principal", - "version": "0.1.5", "package_url": "https://github.com/dfinity/candid", "repository": { "Http": { - "url": "https://static.crates.io/crates/ic_principal/0.1.5/download", - "sha256": "0c2732829022822ec69021c336d23b32a053e07abdd08553c71407d6e2d1675d" + "sha256": "0c2732829022822ec69021c336d23b32a053e07abdd08553c71407d6e2d1675d", + "url": "https://static.crates.io/crates/ic_principal/0.1.5/download" } }, "targets": [ { "Library": { "crate_name": "ic_principal", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ic_principal", + "version": "0.1.5" + }, + "icrc1-test-env 0.1.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "anyhow 1.0.104", + "target": "anyhow" + }, + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + } ], - "crate_features": { - "common": [ - "arbitrary", - "convert", - "default", - "rangemap", - "self_authenticating", - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "arbitrary 1.4.2", - "target": "arbitrary" - }, - { - "id": "crc32fast 1.3.2", - "target": "crc32fast" - }, - { - "id": "data-encoding 2.11.0", - "target": "data_encoding" - }, - { - "id": "rangemap 1.7.1", - "target": "rangemap" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.5" + "edition": "2018", + "proc_macro_deps": [ + { + "id": "async-trait 0.1.89", + "target": "async_trait" + } + ] }, + "library_target_name": "icrc1_test_env", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "icrc1-test-env 0.1.1": { "name": "icrc1-test-env", - "version": "0.1.1", "package_url": "https://github.com/dfinity/ICRC-1", "repository": { "Git": { - "remote": "https://github.com/dfinity/ICRC-1", "commitish": { "Rev": "26a80d777e079644cd69e883e18dad1a201f5b1a" }, + "remote": "https://github.com/dfinity/ICRC-1", "strip_prefix": "test/env" } }, @@ -38800,70 +30360,48 @@ { "Library": { "crate_name": "icrc1_test_env", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "lib.rs" } } ], - "library_target_name": "icrc1_test_env", + "version": "0.1.1" + }, + "icrc1-test-suite 0.1.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "anyhow 1.0.104", + "target": "anyhow" + }, + { + "id": "candid 0.10.35", + "target": "candid" + }, + { + "id": "futures 0.3.31", + "target": "futures" + }, + { + "id": "icrc1-test-env 0.1.1", + "target": "icrc1_test_env" + } ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.89", - "target": "async_trait" - } - ], - "selects": {} - }, - "version": "0.1.1" + "edition": "2018" }, + "library_target_name": "icrc1_test_suite", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "icrc1-test-suite 0.1.1": { "name": "icrc1-test-suite", - "version": "0.1.1", "package_url": "https://github.com/dfinity/ICRC-1", "repository": { "Git": { - "remote": "https://github.com/dfinity/ICRC-1", "commitish": { "Rev": "26a80d777e079644cd69e883e18dad1a201f5b1a" }, + "remote": "https://github.com/dfinity/ICRC-1", "strip_prefix": "test/suite" } }, @@ -38871,1249 +30409,892 @@ { "Library": { "crate_name": "icrc1_test_suite", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "lib.rs" } } ], - "library_target_name": "icrc1_test_suite", + "version": "0.1.1" + }, + "icu_collections 1.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "yoke 0.7.4", + "target": "yoke" + }, + { + "id": "zerofrom 0.1.4", + "target": "zerofrom" + }, + { + "id": "zerovec 0.10.4", + "target": "zerovec" + } ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "futures 0.3.31", - "target": "futures" - }, - { - "id": "icrc1-test-env 0.1.1", - "target": "icrc1_test_env" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.1" + "edition": "2021", + "proc_macro_deps": [ + { + "id": "displaydoc 0.2.4", + "target": "displaydoc" + } + ] }, - "license": "Apache-2.0", + "library_target_name": "icu_collections", + "license": "Unicode-3.0", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0" + "Unicode-3.0" ], - "license_file": "LICENSE" - }, - "icu_collections 1.5.0": { "name": "icu_collections", - "version": "1.5.0", "package_url": "https://github.com/unicode-org/icu4x", "repository": { "Http": { - "url": "https://static.crates.io/crates/icu_collections/1.5.0/download", - "sha256": "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" + "sha256": "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526", + "url": "https://static.crates.io/crates/icu_collections/1.5.0/download" } }, "targets": [ { "Library": { "crate_name": "icu_collections", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "icu_collections", + "version": "1.5.0" + }, + "icu_locid 1.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "zerovec" + ], + "deps": [ + { + "id": "litemap 0.7.3", + "target": "litemap" + }, + { + "id": "tinystr 0.7.6", + "target": "tinystr" + }, + { + "id": "writeable 0.5.5", + "target": "writeable" + }, + { + "id": "zerovec 0.10.4", + "target": "zerovec" + } ], - "deps": { - "common": [ - { - "id": "yoke 0.7.4", - "target": "yoke" - }, - { - "id": "zerofrom 0.1.4", - "target": "zerofrom" - }, - { - "id": "zerovec 0.10.4", - "target": "zerovec" - } - ], - "selects": {} - }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "displaydoc 0.2.4", - "target": "displaydoc" - } - ], - "selects": {} - }, - "version": "1.5.0" + "proc_macro_deps": [ + { + "id": "displaydoc 0.2.4", + "target": "displaydoc" + } + ] }, + "library_target_name": "icu_locid", "license": "Unicode-3.0", + "license_file": "LICENSE", "license_ids": [ "Unicode-3.0" ], - "license_file": "LICENSE" - }, - "icu_locid 1.5.0": { "name": "icu_locid", - "version": "1.5.0", "package_url": "https://github.com/unicode-org/icu4x", "repository": { "Http": { - "url": "https://static.crates.io/crates/icu_locid/1.5.0/download", - "sha256": "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" + "sha256": "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637", + "url": "https://static.crates.io/crates/icu_locid/1.5.0/download" } }, "targets": [ { "Library": { "crate_name": "icu_locid", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "icu_locid", + "version": "1.5.0" + }, + "icu_locid_transform 1.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "compiled_data" + ], + "deps": [ + { + "id": "icu_locid 1.5.0", + "target": "icu_locid" + }, + { + "id": "icu_locid_transform_data 1.5.0", + "target": "icu_locid_transform_data" + }, + { + "id": "icu_provider 1.5.0", + "target": "icu_provider" + }, + { + "id": "tinystr 0.7.6", + "target": "tinystr" + }, + { + "id": "zerovec 0.10.4", + "target": "zerovec" + } ], - "crate_features": { - "common": [ - "zerovec" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "litemap 0.7.3", - "target": "litemap" - }, - { - "id": "tinystr 0.7.6", - "target": "tinystr" - }, - { - "id": "writeable 0.5.5", - "target": "writeable" - }, - { - "id": "zerovec 0.10.4", - "target": "zerovec" - } - ], - "selects": {} - }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "displaydoc 0.2.4", - "target": "displaydoc" - } - ], - "selects": {} - }, - "version": "1.5.0" + "proc_macro_deps": [ + { + "id": "displaydoc 0.2.4", + "target": "displaydoc" + } + ] }, + "library_target_name": "icu_locid_transform", "license": "Unicode-3.0", + "license_file": "LICENSE", "license_ids": [ "Unicode-3.0" ], - "license_file": "LICENSE" - }, - "icu_locid_transform 1.5.0": { "name": "icu_locid_transform", - "version": "1.5.0", "package_url": "https://github.com/unicode-org/icu4x", "repository": { "Http": { - "url": "https://static.crates.io/crates/icu_locid_transform/1.5.0/download", - "sha256": "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" + "sha256": "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e", + "url": "https://static.crates.io/crates/icu_locid_transform/1.5.0/download" } }, "targets": [ { "Library": { "crate_name": "icu_locid_transform", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "icu_locid_transform", + "version": "1.5.0" + }, + "icu_locid_transform_data 1.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "compiled_data" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "icu_locid 1.5.0", - "target": "icu_locid" - }, - { - "id": "icu_locid_transform_data 1.5.0", - "target": "icu_locid_transform_data" - }, - { - "id": "icu_provider 1.5.0", - "target": "icu_provider" - }, - { - "id": "tinystr 0.7.6", - "target": "tinystr" - }, - { - "id": "zerovec 0.10.4", - "target": "zerovec" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "displaydoc 0.2.4", - "target": "displaydoc" - } - ], - "selects": {} - }, - "version": "1.5.0" + "edition": "2021" }, + "library_target_name": "icu_locid_transform_data", "license": "Unicode-3.0", + "license_file": "LICENSE", "license_ids": [ "Unicode-3.0" ], - "license_file": "LICENSE" - }, - "icu_locid_transform_data 1.5.0": { "name": "icu_locid_transform_data", - "version": "1.5.0", "package_url": "https://github.com/unicode-org/icu4x", "repository": { "Http": { - "url": "https://static.crates.io/crates/icu_locid_transform_data/1.5.0/download", - "sha256": "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" + "sha256": "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e", + "url": "https://static.crates.io/crates/icu_locid_transform_data/1.5.0/download" } }, "targets": [ { "Library": { "crate_name": "icu_locid_transform_data", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "icu_locid_transform_data", + "version": "1.5.0" + }, + "icu_normalizer 1.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "compiled_data", + "default" + ], + "deps": [ + { + "id": "icu_collections 1.5.0", + "target": "icu_collections" + }, + { + "id": "icu_normalizer_data 1.5.0", + "target": "icu_normalizer_data" + }, + { + "id": "icu_properties 1.5.1", + "target": "icu_properties" + }, + { + "id": "icu_provider 1.5.0", + "target": "icu_provider" + }, + { + "id": "smallvec 1.15.1", + "target": "smallvec" + }, + { + "id": "utf16_iter 1.0.5", + "target": "utf16_iter" + }, + { + "id": "utf8_iter 1.0.4", + "target": "utf8_iter" + }, + { + "id": "write16 1.0.0", + "target": "write16" + }, + { + "id": "zerovec 0.10.4", + "target": "zerovec" + } ], "edition": "2021", - "version": "1.5.0" + "proc_macro_deps": [ + { + "id": "displaydoc 0.2.4", + "target": "displaydoc" + } + ] }, + "library_target_name": "icu_normalizer", "license": "Unicode-3.0", + "license_file": "LICENSE", "license_ids": [ "Unicode-3.0" ], - "license_file": "LICENSE" - }, - "icu_normalizer 1.5.0": { "name": "icu_normalizer", - "version": "1.5.0", "package_url": "https://github.com/unicode-org/icu4x", "repository": { "Http": { - "url": "https://static.crates.io/crates/icu_normalizer/1.5.0/download", - "sha256": "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" + "sha256": "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f", + "url": "https://static.crates.io/crates/icu_normalizer/1.5.0/download" } }, "targets": [ { "Library": { "crate_name": "icu_normalizer", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "icu_normalizer", + "version": "1.5.0" + }, + "icu_normalizer_data 1.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "compiled_data", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "icu_collections 1.5.0", - "target": "icu_collections" - }, - { - "id": "icu_normalizer_data 1.5.0", - "target": "icu_normalizer_data" - }, - { - "id": "icu_properties 1.5.1", - "target": "icu_properties" - }, - { - "id": "icu_provider 1.5.0", - "target": "icu_provider" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "utf16_iter 1.0.5", - "target": "utf16_iter" - }, - { - "id": "utf8_iter 1.0.4", - "target": "utf8_iter" - }, - { - "id": "write16 1.0.0", - "target": "write16" - }, - { - "id": "zerovec 0.10.4", - "target": "zerovec" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "displaydoc 0.2.4", - "target": "displaydoc" - } - ], - "selects": {} - }, - "version": "1.5.0" + "edition": "2021" }, + "library_target_name": "icu_normalizer_data", "license": "Unicode-3.0", + "license_file": "LICENSE", "license_ids": [ "Unicode-3.0" ], - "license_file": "LICENSE" - }, - "icu_normalizer_data 1.5.0": { "name": "icu_normalizer_data", - "version": "1.5.0", "package_url": "https://github.com/unicode-org/icu4x", "repository": { "Http": { - "url": "https://static.crates.io/crates/icu_normalizer_data/1.5.0/download", - "sha256": "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" + "sha256": "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516", + "url": "https://static.crates.io/crates/icu_normalizer_data/1.5.0/download" } }, "targets": [ { "Library": { "crate_name": "icu_normalizer_data", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "icu_normalizer_data", + "version": "1.5.0" + }, + "icu_properties 1.5.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "compiled_data", + "default" + ], + "deps": [ + { + "id": "icu_collections 1.5.0", + "target": "icu_collections" + }, + { + "id": "icu_locid_transform 1.5.0", + "target": "icu_locid_transform" + }, + { + "id": "icu_properties_data 1.5.0", + "target": "icu_properties_data" + }, + { + "id": "icu_provider 1.5.0", + "target": "icu_provider" + }, + { + "id": "tinystr 0.7.6", + "target": "tinystr" + }, + { + "id": "zerovec 0.10.4", + "target": "zerovec" + } ], "edition": "2021", - "version": "1.5.0" + "proc_macro_deps": [ + { + "id": "displaydoc 0.2.4", + "target": "displaydoc" + } + ] }, + "library_target_name": "icu_properties", "license": "Unicode-3.0", + "license_file": "LICENSE", "license_ids": [ "Unicode-3.0" ], - "license_file": "LICENSE" - }, - "icu_properties 1.5.1": { "name": "icu_properties", - "version": "1.5.1", "package_url": "https://github.com/unicode-org/icu4x", "repository": { "Http": { - "url": "https://static.crates.io/crates/icu_properties/1.5.1/download", - "sha256": "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" + "sha256": "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5", + "url": "https://static.crates.io/crates/icu_properties/1.5.1/download" } }, "targets": [ { "Library": { "crate_name": "icu_properties", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "icu_properties", + "version": "1.5.1" + }, + "icu_properties_data 1.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "compiled_data", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "icu_collections 1.5.0", - "target": "icu_collections" - }, - { - "id": "icu_locid_transform 1.5.0", - "target": "icu_locid_transform" - }, - { - "id": "icu_properties_data 1.5.0", - "target": "icu_properties_data" - }, - { - "id": "icu_provider 1.5.0", - "target": "icu_provider" - }, - { - "id": "tinystr 0.7.6", - "target": "tinystr" - }, - { - "id": "zerovec 0.10.4", - "target": "zerovec" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "displaydoc 0.2.4", - "target": "displaydoc" - } - ], - "selects": {} - }, - "version": "1.5.1" + "edition": "2021" }, + "library_target_name": "icu_properties_data", "license": "Unicode-3.0", + "license_file": "LICENSE", "license_ids": [ "Unicode-3.0" ], - "license_file": "LICENSE" - }, - "icu_properties_data 1.5.0": { "name": "icu_properties_data", - "version": "1.5.0", "package_url": "https://github.com/unicode-org/icu4x", "repository": { "Http": { - "url": "https://static.crates.io/crates/icu_properties_data/1.5.0/download", - "sha256": "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" + "sha256": "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569", + "url": "https://static.crates.io/crates/icu_properties_data/1.5.0/download" } }, "targets": [ { "Library": { "crate_name": "icu_properties_data", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "icu_properties_data", + "version": "1.5.0" + }, + "icu_provider 1.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "macros" + ], + "deps": [ + { + "id": "icu_locid 1.5.0", + "target": "icu_locid" + }, + { + "id": "stable_deref_trait 1.2.0", + "target": "stable_deref_trait" + }, + { + "id": "tinystr 0.7.6", + "target": "tinystr" + }, + { + "id": "writeable 0.5.5", + "target": "writeable" + }, + { + "id": "yoke 0.7.4", + "target": "yoke" + }, + { + "id": "zerofrom 0.1.4", + "target": "zerofrom" + }, + { + "id": "zerovec 0.10.4", + "target": "zerovec" + } ], "edition": "2021", - "version": "1.5.0" + "proc_macro_deps": [ + { + "id": "displaydoc 0.2.4", + "target": "displaydoc" + }, + { + "id": "icu_provider_macros 1.5.0", + "target": "icu_provider_macros" + } + ] }, + "library_target_name": "icu_provider", "license": "Unicode-3.0", + "license_file": "LICENSE", "license_ids": [ "Unicode-3.0" ], - "license_file": "LICENSE" - }, - "icu_provider 1.5.0": { "name": "icu_provider", - "version": "1.5.0", "package_url": "https://github.com/unicode-org/icu4x", "repository": { "Http": { - "url": "https://static.crates.io/crates/icu_provider/1.5.0/download", - "sha256": "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" + "sha256": "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9", + "url": "https://static.crates.io/crates/icu_provider/1.5.0/download" } }, "targets": [ { "Library": { "crate_name": "icu_provider", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "icu_provider", + "version": "1.5.0" + }, + "icu_provider_macros 1.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "crate_features": { - "common": [ - "macros" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "icu_locid 1.5.0", - "target": "icu_locid" - }, - { - "id": "stable_deref_trait 1.2.0", - "target": "stable_deref_trait" - }, - { - "id": "tinystr 0.7.6", - "target": "tinystr" - }, - { - "id": "writeable 0.5.5", - "target": "writeable" - }, - { - "id": "yoke 0.7.4", - "target": "yoke" - }, - { - "id": "zerofrom 0.1.4", - "target": "zerofrom" - }, - { - "id": "zerovec 0.10.4", - "target": "zerovec" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "displaydoc 0.2.4", - "target": "displaydoc" - }, - { - "id": "icu_provider_macros 1.5.0", - "target": "icu_provider_macros" - } - ], - "selects": {} - }, - "version": "1.5.0" + "edition": "2021" }, + "library_target_name": "icu_provider_macros", "license": "Unicode-3.0", + "license_file": "LICENSE", "license_ids": [ "Unicode-3.0" ], - "license_file": "LICENSE" - }, - "icu_provider_macros 1.5.0": { "name": "icu_provider_macros", - "version": "1.5.0", "package_url": "https://github.com/unicode-org/icu4x", "repository": { "Http": { - "url": "https://static.crates.io/crates/icu_provider_macros/1.5.0/download", - "sha256": "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" + "sha256": "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6", + "url": "https://static.crates.io/crates/icu_provider_macros/1.5.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "icu_provider_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "icu_provider_macros", + "version": "1.5.0" + }, + "id-arena 2.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.5.0" + "edition": "2021" }, - "license": "Unicode-3.0", + "library_target_name": "id_arena", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "Unicode-3.0" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" - }, - "id-arena 2.3.0": { "name": "id-arena", - "version": "2.3.0", "package_url": "https://github.com/fitzgen/id-arena", "repository": { "Http": { - "url": "https://static.crates.io/crates/id-arena/2.3.0/download", - "sha256": "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" + "sha256": "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954", + "url": "https://static.crates.io/crates/id-arena/2.3.0/download" } }, "targets": [ { "Library": { "crate_name": "id_arena", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } - ], - "library_target_name": "id_arena", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "2.3.0" + ], + "version": "2.3.0" + }, + "ident_case 1.0.1": { + "common_attrs": { + "edition": "2015" }, + "library_target_name": "ident_case", "license": "MIT/Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ident_case 1.0.1": { "name": "ident_case", - "version": "1.0.1", "package_url": "https://github.com/TedDriggs/ident_case", "repository": { "Http": { - "url": "https://static.crates.io/crates/ident_case/1.0.1/download", - "sha256": "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" + "sha256": "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39", + "url": "https://static.crates.io/crates/ident_case/1.0.1/download" } }, "targets": [ { "Library": { "crate_name": "ident_case", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ident_case", + "version": "1.0.1" + }, + "idna 0.2.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "matches 0.1.10", + "target": "matches" + }, + { + "id": "unicode-bidi 0.3.13", + "target": "unicode_bidi" + }, + { + "id": "unicode-normalization 0.1.22", + "target": "unicode_normalization" + } ], - "edition": "2015", - "version": "1.0.1" + "edition": "2018" }, + "library_target_name": "idna", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "idna 0.2.3": { "name": "idna", - "version": "0.2.3", "package_url": "https://github.com/servo/rust-url/", "repository": { "Http": { - "url": "https://static.crates.io/crates/idna/0.2.3/download", - "sha256": "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" + "sha256": "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8", + "url": "https://static.crates.io/crates/idna/0.2.3/download" } }, "targets": [ { "Library": { "crate_name": "idna", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "idna", + "version": "0.2.3" + }, + "idna 0.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "unicode-bidi 0.3.13", + "target": "unicode_bidi" + }, + { + "id": "unicode-normalization 0.1.22", + "target": "unicode_normalization" + } ], - "deps": { - "common": [ - { - "id": "matches 0.1.10", - "target": "matches" - }, - { - "id": "unicode-bidi 0.3.13", - "target": "unicode_bidi" - }, - { - "id": "unicode-normalization 0.1.22", - "target": "unicode_normalization" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.3" + "edition": "2018" }, - "license": "MIT/Apache-2.0", + "library_target_name": "idna", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "idna 0.3.0": { "name": "idna", - "version": "0.3.0", "package_url": "https://github.com/servo/rust-url/", "repository": { "Http": { - "url": "https://static.crates.io/crates/idna/0.3.0/download", - "sha256": "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" + "sha256": "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6", + "url": "https://static.crates.io/crates/idna/0.3.0/download" } }, "targets": [ { "Library": { "crate_name": "idna", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "idna", + "version": "0.3.0" + }, + "idna 1.0.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "compiled_data", + "default", + "std" ], - "deps": { - "common": [ - { - "id": "unicode-bidi 0.3.13", - "target": "unicode_bidi" - }, - { - "id": "unicode-normalization 0.1.22", - "target": "unicode_normalization" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.0" + "deps": [ + { + "id": "idna_adapter 1.2.0", + "target": "idna_adapter" + }, + { + "id": "smallvec 1.15.1", + "target": "smallvec" + }, + { + "id": "utf8_iter 1.0.4", + "target": "utf8_iter" + } + ], + "edition": "2018" }, + "library_target_name": "idna", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "idna 1.0.3": { "name": "idna", - "version": "1.0.3", "package_url": "https://github.com/servo/rust-url/", "repository": { "Http": { - "url": "https://static.crates.io/crates/idna/1.0.3/download", - "sha256": "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" + "sha256": "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e", + "url": "https://static.crates.io/crates/idna/1.0.3/download" } }, "targets": [ { "Library": { "crate_name": "idna", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "idna", + "version": "1.0.3" + }, + "idna_adapter 1.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "compiled_data" ], - "crate_features": { - "common": [ - "alloc", - "compiled_data", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "idna_adapter 1.2.0", - "target": "idna_adapter" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "utf8_iter 1.0.4", - "target": "utf8_iter" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.3" + "deps": [ + { + "id": "icu_normalizer 1.5.0", + "target": "icu_normalizer" + }, + { + "id": "icu_properties 1.5.1", + "target": "icu_properties" + } + ], + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "idna_adapter", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "idna_adapter 1.2.0": { "name": "idna_adapter", - "version": "1.2.0", "package_url": "https://github.com/hsivonen/idna_adapter", "repository": { "Http": { - "url": "https://static.crates.io/crates/idna_adapter/1.2.0/download", - "sha256": "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" + "sha256": "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71", + "url": "https://static.crates.io/crates/idna_adapter/1.2.0/download" } }, "targets": [ { "Library": { "crate_name": "idna_adapter", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "idna_adapter", + "version": "1.2.0" + }, + "impl-codec 0.6.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "parity-scale-codec 3.6.3", + "target": "parity_scale_codec" + } ], - "crate_features": { - "common": [ - "compiled_data" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "icu_normalizer 1.5.0", - "target": "icu_normalizer" - }, - { - "id": "icu_properties 1.5.1", - "target": "icu_properties" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.2.0" + "edition": "2021" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "impl_codec", + "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "impl-codec 0.6.0": { "name": "impl-codec", - "version": "0.6.0", "package_url": "https://github.com/paritytech/parity-common", "repository": { "Http": { - "url": "https://static.crates.io/crates/impl-codec/0.6.0/download", - "sha256": "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f" + "sha256": "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f", + "url": "https://static.crates.io/crates/impl-codec/0.6.0/download" } }, "targets": [ { "Library": { "crate_name": "impl_codec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "impl_codec", + "version": "0.6.0" + }, + "impl-more 0.1.6": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "parity-scale-codec 3.6.3", - "target": "parity_scale_codec" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.0" + "edition": "2018" }, + "library_target_name": "impl_more", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "impl-more 0.1.6": { "name": "impl-more", - "version": "0.1.6", "package_url": "https://github.com/robjtede/impl-more", "repository": { "Http": { - "url": "https://static.crates.io/crates/impl-more/0.1.6/download", - "sha256": "206ca75c9c03ba3d4ace2460e57b189f39f43de612c2f85836e65c929701bb2d" + "sha256": "206ca75c9c03ba3d4ace2460e57b189f39f43de612c2f85836e65c929701bb2d", + "url": "https://static.crates.io/crates/impl-more/0.1.6/download" } }, "targets": [ { "Library": { "crate_name": "impl_more", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "impl_more", + "version": "0.1.6" + }, + "impl-trait-for-tuples 0.2.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } ], - "edition": "2018", - "version": "0.1.6" + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "impl_trait_for_tuples", + "license": "Apache-2.0/MIT", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "impl-trait-for-tuples 0.2.2": { "name": "impl-trait-for-tuples", - "version": "0.2.2", "package_url": "https://github.com/bkchr/impl-trait-for-tuples", "repository": { "Http": { - "url": "https://static.crates.io/crates/impl-trait-for-tuples/0.2.2/download", - "sha256": "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb" + "sha256": "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb", + "url": "https://static.crates.io/crates/impl-trait-for-tuples/0.2.2/download" } }, "targets": [ { "ProcMacro": { "crate_name": "impl_trait_for_tuples", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "impl_trait_for_tuples", + "version": "0.2.2" + }, + "indenter 0.3.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.2" + "edition": "2018" }, - "license": "Apache-2.0/MIT", + "library_target_name": "indenter", + "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "indenter 0.3.3": { "name": "indenter", - "version": "0.3.3", "package_url": "https://github.com/yaahc/indenter", "repository": { "Http": { - "url": "https://static.crates.io/crates/indenter/0.3.3/download", - "sha256": "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" + "sha256": "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683", + "url": "https://static.crates.io/crates/indenter/0.3.3/download" } }, "targets": [ { "Library": { "crate_name": "indenter", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "indenter", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null + "version": "0.3.3" }, "indexmap 1.9.3": { - "name": "indexmap", - "version": "1.9.3", - "package_url": "https://github.com/bluss/indexmap", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/indexmap/1.9.3/download", - "sha256": "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" - } - }, - "targets": [ - { - "Library": { - "crate_name": "indexmap", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "build_script_attrs": { + "deps": [ + { + "id": "autocfg 1.5.0", + "target": "autocfg" } - } - ], - "library_target_name": "indexmap", + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" - ], "crate_features": { "common": [], "selects": { @@ -40131,149 +31312,102 @@ ] } }, - "deps": { - "common": [ - { - "id": "hashbrown 0.12.3", - "target": "hashbrown" - }, - { - "id": "indexmap 1.9.3", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.9.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "deps": [ + { + "id": "hashbrown 0.12.3", + "target": "hashbrown" + } ], - "deps": { - "common": [ - { - "id": "autocfg 1.5.0", - "target": "autocfg" - } - ], - "selects": {} - } + "edition": "2021", + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "indexmap", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "indexmap 2.14.0": { "name": "indexmap", - "version": "2.14.0", - "package_url": "https://github.com/indexmap-rs/indexmap", + "package_url": "https://github.com/bluss/indexmap", "repository": { "Http": { - "url": "https://static.crates.io/crates/indexmap/2.14.0/download", - "sha256": "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" + "sha256": "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99", + "url": "https://static.crates.io/crates/indexmap/1.9.3/download" } }, "targets": [ { "Library": { "crate_name": "indexmap", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "indexmap", + "version": "1.9.3" + }, + "indexmap 2.14.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "serde", + "std" ], - "crate_features": { - "common": [ - "default", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "equivalent 1.0.1", - "target": "equivalent" - }, - { - "id": "hashbrown 0.17.0", - "target": "hashbrown" - }, - { - "id": "serde_core 1.0.228", - "target": "serde_core" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "2.14.0" + "deps": [ + { + "id": "equivalent 1.0.1", + "target": "equivalent" + }, + { + "id": "hashbrown 0.17.0", + "target": "hashbrown" + }, + { + "id": "serde_core 1.0.228", + "target": "serde_core" + } + ], + "edition": "2024" }, + "library_target_name": "indexmap", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "indicatif 0.17.5": { - "name": "indicatif", - "version": "0.17.5", - "package_url": "https://github.com/console-rs/indicatif", + "name": "indexmap", + "package_url": "https://github.com/indexmap-rs/indexmap", "repository": { "Http": { - "url": "https://static.crates.io/crates/indicatif/0.17.5/download", - "sha256": "8ff8cc23a7393a397ed1d7f56e6365cba772aba9f9912ab968b03043c395d057" + "sha256": "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9", + "url": "https://static.crates.io/crates/indexmap/2.14.0/download" } }, "targets": [ { "Library": { - "crate_name": "indicatif", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "indexmap", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "indicatif", + "version": "2.14.0" + }, + "indicatif 0.17.5": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "unicode-width" ], - "crate_features": { - "common": [ - "default", - "unicode-width" - ], - "selects": {} - }, "deps": { "common": [ { @@ -40302,814 +31436,613 @@ ] } }, - "edition": "2018", - "version": "0.17.5" + "edition": "2018" }, + "library_target_name": "indicatif", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "indoc 2.0.7": { - "name": "indoc", - "version": "2.0.7", - "package_url": "https://github.com/dtolnay/indoc", + "name": "indicatif", + "package_url": "https://github.com/console-rs/indicatif", "repository": { "Http": { - "url": "https://static.crates.io/crates/indoc/2.0.7/download", - "sha256": "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" + "sha256": "8ff8cc23a7393a397ed1d7f56e6365cba772aba9f9912ab968b03043c395d057", + "url": "https://static.crates.io/crates/indicatif/0.17.5/download" } }, "targets": [ { - "ProcMacro": { - "crate_name": "indoc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "Library": { + "crate_name": "indicatif", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "indoc", + "version": "0.17.5" + }, + "indoc 2.0.7": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "2.0.7" + "edition": "2021" }, + "library_target_name": "indoc", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "inferno 0.12.0": { - "name": "inferno", - "version": "0.12.0", - "package_url": "https://github.com/jonhoo/inferno.git", + "name": "indoc", + "package_url": "https://github.com/dtolnay/indoc", "repository": { "Http": { - "url": "https://static.crates.io/crates/inferno/0.12.0/download", - "sha256": "75a5d75fee4d36809e6b021e4b96b686e763d365ffdb03af2bd00786353f84fe" + "sha256": "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706", + "url": "https://static.crates.io/crates/indoc/2.0.7/download" } }, "targets": [ { - "Library": { - "crate_name": "inferno", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "ProcMacro": { + "crate_name": "indoc", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "inferno", + "version": "2.0.7" + }, + "inferno 0.12.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "clap", + "cli", + "crossbeam-channel", + "crossbeam-utils", + "dashmap", + "default", + "env_logger", + "indexmap", + "multithreaded", + "nameattr" + ], + "deps": [ + { + "id": "ahash 0.8.11", + "target": "ahash" + }, + { + "id": "clap 4.5.53", + "target": "clap" + }, + { + "id": "crossbeam-channel 0.5.15", + "target": "crossbeam_channel" + }, + { + "id": "crossbeam-utils 0.8.21", + "target": "crossbeam_utils" + }, + { + "id": "dashmap 6.1.0", + "target": "dashmap" + }, + { + "id": "env_logger 0.11.2", + "target": "env_logger" + }, + { + "id": "indexmap 2.14.0", + "target": "indexmap" + }, + { + "id": "itoa 1.0.17", + "target": "itoa" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "num-format 0.4.4", + "target": "num_format" + }, + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "quick-xml 0.37.1", + "target": "quick_xml" + }, + { + "id": "rgb 0.8.37", + "target": "rgb" + }, + { + "id": "str_stack 0.1.0", + "target": "str_stack" + } ], - "crate_features": { - "common": [ - "clap", - "cli", - "crossbeam-channel", - "crossbeam-utils", - "dashmap", - "default", - "env_logger", - "indexmap", - "multithreaded", - "nameattr" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ahash 0.8.11", - "target": "ahash" - }, - { - "id": "clap 4.5.53", - "target": "clap" - }, - { - "id": "crossbeam-channel 0.5.15", - "target": "crossbeam_channel" - }, - { - "id": "crossbeam-utils 0.8.21", - "target": "crossbeam_utils" - }, - { - "id": "dashmap 6.1.0", - "target": "dashmap" - }, - { - "id": "env_logger 0.11.2", - "target": "env_logger" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "num-format 0.4.4", - "target": "num_format" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "quick-xml 0.37.1", - "target": "quick_xml" - }, - { - "id": "rgb 0.8.37", - "target": "rgb" - }, - { - "id": "str_stack 0.1.0", - "target": "str_stack" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.12.0" + "edition": "2021" }, + "library_target_name": "inferno", "license": "CDDL-1.0", + "license_file": "LICENSE", "license_ids": [ "CDDL-1.0" ], - "license_file": "LICENSE" - }, - "inotify 0.11.2": { - "name": "inotify", - "version": "0.11.2", - "package_url": "https://github.com/hannobraun/inotify-rs", + "name": "inferno", + "package_url": "https://github.com/jonhoo/inferno.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/inotify/0.11.2/download", - "sha256": "533e68a5842e734946fe159fb03fc9bbbb254f590dd0d8ad321ae5ff7beca2c1" + "sha256": "75a5d75fee4d36809e6b021e4b96b686e763d365ffdb03af2bd00786353f84fe", + "url": "https://static.crates.io/crates/inferno/0.12.0/download" } }, "targets": [ { "Library": { - "crate_name": "inotify", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "inferno", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "inotify", + "version": "0.12.0" + }, + "inotify 0.11.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "futures-util", + "stream", + "tokio" ], - "crate_features": { - "common": [ - "futures-util", - "stream", - "tokio" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "inotify-sys 0.1.5", - "target": "inotify_sys" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.11.2" + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "inotify-sys 0.1.5", + "target": "inotify_sys" + }, + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + } + ], + "edition": "2018" }, + "library_target_name": "inotify", "license": "ISC", + "license_file": "LICENSE", "license_ids": [ "ISC" ], - "license_file": "LICENSE" - }, - "inotify-sys 0.1.5": { - "name": "inotify-sys", - "version": "0.1.5", - "package_url": "https://github.com/hannobraun/inotify-sys", + "name": "inotify", + "package_url": "https://github.com/hannobraun/inotify-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/inotify-sys/0.1.5/download", - "sha256": "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" + "sha256": "533e68a5842e734946fe159fb03fc9bbbb254f590dd0d8ad321ae5ff7beca2c1", + "url": "https://static.crates.io/crates/inotify/0.11.2/download" } }, "targets": [ { "Library": { - "crate_name": "inotify_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "inotify", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "inotify_sys", + "version": "0.11.2" + }, + "inotify-sys 0.1.5": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "libc 0.2.186", + "target": "libc" + } ], - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.1.5" + "edition": "2015" }, + "library_target_name": "inotify_sys", "license": "ISC", + "license_file": "LICENSE", "license_ids": [ "ISC" ], - "license_file": "LICENSE" - }, - "inout 0.1.3": { - "name": "inout", - "version": "0.1.3", - "package_url": "https://github.com/RustCrypto/utils", + "name": "inotify-sys", + "package_url": "https://github.com/hannobraun/inotify-sys", "repository": { "Http": { - "url": "https://static.crates.io/crates/inout/0.1.3/download", - "sha256": "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" + "sha256": "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb", + "url": "https://static.crates.io/crates/inotify-sys/0.1.5/download" } }, "targets": [ { "Library": { - "crate_name": "inout", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "inotify_sys", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "inout", + "version": "0.1.5" + }, + "inout 0.1.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "generic-array 0.14.7", + "target": "generic_array" + } ], - "deps": { - "common": [ - { - "id": "generic-array 0.14.7", - "target": "generic_array" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.3" + "edition": "2021" }, + "library_target_name": "inout", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "insta 1.31.0": { - "name": "insta", - "version": "1.31.0", - "package_url": "https://github.com/mitsuhiko/insta", + "name": "inout", + "package_url": "https://github.com/RustCrypto/utils", "repository": { "Http": { - "url": "https://static.crates.io/crates/insta/1.31.0/download", - "sha256": "a0770b0a3d4c70567f0d58331f3088b0e4c4f56c9b8d764efe654b4a5d46de3a" + "sha256": "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5", + "url": "https://static.crates.io/crates/inout/0.1.3/download" } }, "targets": [ { "Library": { - "crate_name": "insta", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "inout", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "insta", + "version": "0.1.3" + }, + "insta 1.31.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "colors", - "console", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "console 0.15.7", - "target": "console" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "linked-hash-map 0.5.6", - "target": "linked_hash_map" - }, - { - "id": "similar 2.2.1", - "target": "similar" - }, - { - "id": "yaml-rust 0.4.5", - "target": "yaml_rust" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.31.0" + "crate_features": [ + "colors", + "console", + "default" + ], + "deps": [ + { + "id": "console 0.15.7", + "target": "console" + }, + { + "id": "lazy_static 1.5.0", + "target": "lazy_static" + }, + { + "id": "linked-hash-map 0.5.6", + "target": "linked_hash_map" + }, + { + "id": "similar 2.2.1", + "target": "similar" + }, + { + "id": "yaml-rust 0.4.5", + "target": "yaml_rust" + } + ], + "edition": "2018" }, + "library_target_name": "insta", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "instability 0.3.9": { - "name": "instability", - "version": "0.3.9", - "package_url": "https://github.com/ratatui/instability", + "name": "insta", + "package_url": "https://github.com/mitsuhiko/insta", "repository": { "Http": { - "url": "https://static.crates.io/crates/instability/0.3.9/download", - "sha256": "435d80800b936787d62688c927b6490e887c7ef5ff9ce922c6c6050fca75eb9a" + "sha256": "a0770b0a3d4c70567f0d58331f3088b0e4c4f56c9b8d764efe654b4a5d46de3a", + "url": "https://static.crates.io/crates/insta/1.31.0/download" } }, "targets": [ { - "ProcMacro": { - "crate_name": "instability", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "Library": { + "crate_name": "insta", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "instability", + "version": "1.31.0" + }, + "instability 0.3.9": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "darling 0.20.11", + "target": "darling" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "darling 0.20.11", - "target": "darling" - }, - { - "id": "instability 0.3.9", - "target": "build_script_build" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "indoc 2.0.7", - "target": "indoc" - } - ], - "selects": {} - }, - "version": "0.3.9" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "proc_macro_deps": [ + { + "id": "indoc 2.0.7", + "target": "indoc" + } ] }, + "library_target_name": "instability", "license": "MIT", + "license_file": "LICENSE.md", "license_ids": [ "MIT" ], - "license_file": "LICENSE.md" - }, - "instant 0.1.12": { - "name": "instant", - "version": "0.1.12", - "package_url": "https://github.com/sebcrozet/instant", + "name": "instability", + "package_url": "https://github.com/ratatui/instability", "repository": { "Http": { - "url": "https://static.crates.io/crates/instant/0.1.12/download", - "sha256": "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" + "sha256": "435d80800b936787d62688c927b6490e887c7ef5ff9ce922c6c6050fca75eb9a", + "url": "https://static.crates.io/crates/instability/0.3.9/download" } }, "targets": [ { - "Library": { - "crate_name": "instant", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "ProcMacro": { + "crate_name": "instability", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "instant", + "version": "0.3.9" + }, + "instant 0.1.12": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + } ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.12" + "edition": "2018" }, + "library_target_name": "instant", "license": "BSD-3-Clause", + "license_file": "LICENSE", "license_ids": [ "BSD-3-Clause" ], - "license_file": "LICENSE" - }, - "instant-acme 0.8.5": { - "name": "instant-acme", - "version": "0.8.5", - "package_url": "https://github.com/djc/instant-acme", + "name": "instant", + "package_url": "https://github.com/sebcrozet/instant", "repository": { "Http": { - "url": "https://static.crates.io/crates/instant-acme/0.8.5/download", - "sha256": "9f05ad37c421b962354c358d347d4a6130151df9407978372d3ad7f0c8f71a64" + "sha256": "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c", + "url": "https://static.crates.io/crates/instant/0.1.12/download" } }, "targets": [ { "Library": { - "crate_name": "instant_acme", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "instant", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "instant_acme", + "version": "0.1.12" + }, + "instant-acme 0.8.5": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "aws-lc-rs", + "hyper-rustls", + "rcgen" + ], + "deps": [ + { + "id": "aws-lc-rs 1.17.3", + "target": "aws_lc_rs" + }, + { + "id": "base64 0.22.1", + "target": "base64" + }, + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "http-body 1.0.1", + "target": "http_body" + }, + { + "id": "http-body-util 0.1.3", + "target": "http_body_util" + }, + { + "id": "httpdate 1.0.3", + "target": "httpdate" + }, + { + "id": "hyper 1.8.1", + "target": "hyper" + }, + { + "id": "hyper-rustls 0.27.7", + "target": "hyper_rustls" + }, + { + "id": "hyper-util 0.1.20", + "target": "hyper_util" + }, + { + "id": "rcgen 0.14.5", + "target": "rcgen" + }, + { + "id": "rustls 0.23.27", + "target": "rustls" + }, + { + "id": "rustls-pki-types 1.12.0", + "target": "rustls_pki_types" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + } ], - "crate_features": { - "common": [ - "aws-lc-rs", - "hyper-rustls", - "rcgen" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aws-lc-rs 1.17.3", - "target": "aws_lc_rs" - }, - { - "id": "base64 0.22.1", - "target": "base64" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "http-body-util 0.1.3", - "target": "http_body_util" - }, - { - "id": "httpdate 1.0.3", - "target": "httpdate" - }, - { - "id": "hyper 1.8.1", - "target": "hyper" - }, - { - "id": "hyper-rustls 0.27.7", - "target": "hyper_rustls" - }, - { - "id": "hyper-util 0.1.20", - "target": "hyper_util" - }, - { - "id": "rcgen 0.14.5", - "target": "rcgen" - }, - { - "id": "rustls 0.23.27", - "target": "rustls" - }, - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "selects": {} - }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.89", - "target": "async_trait" - } - ], - "selects": {} - }, - "version": "0.8.5" + "proc_macro_deps": [ + { + "id": "async-trait 0.1.89", + "target": "async_trait" + } + ] }, + "library_target_name": "instant_acme", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "intmap 1.1.0": { - "name": "intmap", - "version": "1.1.0", - "package_url": "https://github.com/JesperAxelsson/rust-intmap", + "name": "instant-acme", + "package_url": "https://github.com/djc/instant-acme", "repository": { "Http": { - "url": "https://static.crates.io/crates/intmap/1.1.0/download", - "sha256": "b357564d111300f8a33b79e06795235529a627a1f7078d2b1db7f7dcdf032874" + "sha256": "9f05ad37c421b962354c358d347d4a6130151df9407978372d3ad7f0c8f71a64", + "url": "https://static.crates.io/crates/instant-acme/0.8.5/download" } }, "targets": [ { "Library": { - "crate_name": "intmap", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "instant_acme", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "intmap", + "version": "0.8.5" + }, + "intmap 1.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "serde" ], - "crate_features": { - "common": [ - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.1.0" + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2018" }, + "library_target_name": "intmap", "license": "MIT", + "license_file": "LICENSE-MIT", "license_ids": [ "MIT" ], - "license_file": "LICENSE-MIT" - }, - "iocuddle 0.1.1": { - "name": "iocuddle", - "version": "0.1.1", - "package_url": "https://github.com/enarx/iocuddle", + "name": "intmap", + "package_url": "https://github.com/JesperAxelsson/rust-intmap", "repository": { "Http": { - "url": "https://static.crates.io/crates/iocuddle/0.1.1/download", - "sha256": "d8972d5be69940353d5347a1344cb375d9b457d6809b428b05bb1ca2fb9ce007" + "sha256": "b357564d111300f8a33b79e06795235529a627a1f7078d2b1db7f7dcdf032874", + "url": "https://static.crates.io/crates/intmap/1.1.0/download" } }, "targets": [ { "Library": { - "crate_name": "iocuddle", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "intmap", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "iocuddle", + "version": "1.1.0" + }, + "iocuddle 0.1.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.1.1" + "edition": "2018" }, + "library_target_name": "iocuddle", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "ipconfig 0.3.2": { - "name": "ipconfig", - "version": "0.3.2", - "package_url": "https://github.com/liranringel/ipconfig", + "name": "iocuddle", + "package_url": "https://github.com/enarx/iocuddle", "repository": { "Http": { - "url": "https://static.crates.io/crates/ipconfig/0.3.2/download", - "sha256": "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" + "sha256": "d8972d5be69940353d5347a1344cb375d9b457d6809b428b05bb1ca2fb9ce007", + "url": "https://static.crates.io/crates/iocuddle/0.1.1/download" } }, "targets": [ { "Library": { - "crate_name": "ipconfig", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "iocuddle", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ipconfig", + "version": "0.1.1" + }, + "ipconfig 0.3.2": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { - "common": [ - { - "id": "ipconfig 0.3.2", - "target": "build_script_build" - } - ], + "common": [], "selects": { "cfg(windows)": [ { @@ -41128,278 +32061,202 @@ } }, "edition": "2018", - "version": "0.3.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "ipconfig", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ipnet 2.10.1": { - "name": "ipnet", - "version": "2.10.1", - "package_url": "https://github.com/krisprice/ipnet", + "name": "ipconfig", + "package_url": "https://github.com/liranringel/ipconfig", "repository": { "Http": { - "url": "https://static.crates.io/crates/ipnet/2.10.1/download", - "sha256": "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" + "sha256": "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f", + "url": "https://static.crates.io/crates/ipconfig/0.3.2/download" } }, "targets": [ { "Library": { - "crate_name": "ipnet", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "ipconfig", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "ipnet", + "version": "0.3.2" + }, + "ipnet 2.10.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "serde", + "std" ], - "crate_features": { - "common": [ - "default", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.10.1" + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2018" }, + "library_target_name": "ipnet", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ipnetwork 0.21.1": { - "name": "ipnetwork", - "version": "0.21.1", - "package_url": "https://github.com/achanda/ipnetwork", + "name": "ipnet", + "package_url": "https://github.com/krisprice/ipnet", "repository": { "Http": { - "url": "https://static.crates.io/crates/ipnetwork/0.21.1/download", - "sha256": "cf370abdafd54d13e54a620e8c3e1145f28e46cc9d704bc6d94414559df41763" + "sha256": "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708", + "url": "https://static.crates.io/crates/ipnet/2.10.1/download" } }, "targets": [ { "Library": { - "crate_name": "ipnetwork", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "ipnet", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ipnetwork", + "version": "2.10.1" + }, + "ipnetwork 0.21.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.21.1" + "edition": "2021" }, + "library_target_name": "ipnetwork", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE.md", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE.md" - }, - "iprfc 0.2.0": { - "name": "iprfc", - "version": "0.2.0", - "package_url": "https://github.com/al8n/iprfc", + "name": "ipnetwork", + "package_url": "https://github.com/achanda/ipnetwork", "repository": { "Http": { - "url": "https://static.crates.io/crates/iprfc/0.2.0/download", - "sha256": "0bc9535b4a1d67bfcd48132d801bedcba48364615bd718b1d63da985e93d5310" + "sha256": "cf370abdafd54d13e54a620e8c3e1145f28e46cc9d704bc6d94414559df41763", + "url": "https://static.crates.io/crates/ipnetwork/0.21.1/download" } }, "targets": [ { "Library": { - "crate_name": "iprfc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "ipnetwork", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "iprfc", + "version": "0.21.1" + }, + "iprfc 0.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" + ], + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "ipnet 2.10.1", + "target": "ipnet" + } ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "ipnet 2.10.1", - "target": "ipnet" - } - ], - "selects": {} - }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "0.2.0" + "proc_macro_deps": [ + { + "id": "paste 1.0.15", + "target": "paste" + } + ] }, + "library_target_name": "iprfc", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "iprobe 0.1.1": { - "name": "iprobe", - "version": "0.1.1", - "package_url": "https://github.com/al8n/iprobe", + "name": "iprfc", + "package_url": "https://github.com/al8n/iprfc", "repository": { "Http": { - "url": "https://static.crates.io/crates/iprobe/0.1.1/download", - "sha256": "ff11c64cf994eda9584764f77c94dd1a7499bcbe1634f2c330e7ab9e0d7f5a6d" + "sha256": "0bc9535b4a1d67bfcd48132d801bedcba48364615bd718b1d63da985e93d5310", + "url": "https://static.crates.io/crates/iprfc/0.2.0/download" } }, "targets": [ { "Library": { - "crate_name": "iprobe", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "iprfc", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "iprobe", + "version": "0.2.0" + }, + "iprobe 0.1.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "rustix 1.1.4", - "target": "rustix" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.1" + "deps": [ + { + "id": "rustix 1.1.4", + "target": "rustix" + } + ], + "edition": "2021" }, + "library_target_name": "iprobe", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "is-terminal 0.4.9": { - "name": "is-terminal", - "version": "0.4.9", - "package_url": "https://github.com/sunfishcode/is-terminal", + "name": "iprobe", + "package_url": "https://github.com/al8n/iprobe", "repository": { "Http": { - "url": "https://static.crates.io/crates/is-terminal/0.4.9/download", - "sha256": "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" + "sha256": "ff11c64cf994eda9584764f77c94dd1a7499bcbe1634f2c330e7ab9e0d7f5a6d", + "url": "https://static.crates.io/crates/iprobe/0.1.1/download" } }, "targets": [ { "Library": { - "crate_name": "is_terminal", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "iprobe", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "is_terminal", + "version": "0.1.1" + }, + "is-terminal 0.4.9": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [], "selects": { @@ -41423,513 +32280,371 @@ ] } }, - "edition": "2018", - "version": "0.4.9" + "edition": "2018" }, + "library_target_name": "is_terminal", "license": "MIT", + "license_file": "LICENSE-MIT", "license_ids": [ "MIT" ], - "license_file": "LICENSE-MIT" - }, - "is_terminal_polyfill 1.70.1": { - "name": "is_terminal_polyfill", - "version": "1.70.1", - "package_url": "https://github.com/polyfill-rs/is_terminal_polyfill", + "name": "is-terminal", + "package_url": "https://github.com/sunfishcode/is-terminal", "repository": { "Http": { - "url": "https://static.crates.io/crates/is_terminal_polyfill/1.70.1/download", - "sha256": "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" + "sha256": "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b", + "url": "https://static.crates.io/crates/is-terminal/0.4.9/download" } }, "targets": [ { "Library": { - "crate_name": "is_terminal_polyfill", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "is_terminal", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "is_terminal_polyfill", + "version": "0.4.9" + }, + "is_terminal_polyfill 1.70.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2021", - "version": "1.70.1" + "edition": "2021" }, + "library_target_name": "is_terminal_polyfill", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "isbot 0.1.3": { - "name": "isbot", - "version": "0.1.3", - "package_url": "https://github.com/BryanMorgan/isbot", + "name": "is_terminal_polyfill", + "package_url": "https://github.com/polyfill-rs/is_terminal_polyfill", "repository": { "Http": { - "url": "https://static.crates.io/crates/isbot/0.1.3/download", - "sha256": "f98d665d8689fd01bd1572c10fd58cf38a811f56c2d00b5ec5c0c50dc1eee956" + "sha256": "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf", + "url": "https://static.crates.io/crates/is_terminal_polyfill/1.70.1/download" } }, "targets": [ { "Library": { - "crate_name": "isbot", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "is_terminal_polyfill", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "isbot", + "version": "1.70.1" + }, + "isbot 0.1.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "include-default-bots" ], - "crate_features": { - "common": [ - "default", - "include-default-bots" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "regex 1.13.1", - "target": "regex" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.3" + "deps": [ + { + "id": "regex 1.13.1", + "target": "regex" + } + ], + "edition": "2021" }, + "library_target_name": "isbot", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "isocountry 0.3.2": { - "name": "isocountry", - "version": "0.3.2", - "package_url": "https://github.com/sifton/isocountry-rs.git", + "name": "isbot", + "package_url": "https://github.com/BryanMorgan/isbot", "repository": { "Http": { - "url": "https://static.crates.io/crates/isocountry/0.3.2/download", - "sha256": "1ea1dc4bf0fb4904ba83ffdb98af3d9c325274e92e6e295e4151e86c96363e04" + "sha256": "f98d665d8689fd01bd1572c10fd58cf38a811f56c2d00b5ec5c0c50dc1eee956", + "url": "https://static.crates.io/crates/isbot/0.1.3/download" } }, "targets": [ { "Library": { - "crate_name": "isocountry", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "isbot", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "isocountry", + "version": "0.1.3" + }, + "isocountry 0.3.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + } ], - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.2" + "edition": "2018" }, + "library_target_name": "isocountry", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "itertools 0.10.5": { - "name": "itertools", - "version": "0.10.5", - "package_url": "https://github.com/rust-itertools/itertools", + "name": "isocountry", + "package_url": "https://github.com/sifton/isocountry-rs.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/itertools/0.10.5/download", - "sha256": "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" + "sha256": "1ea1dc4bf0fb4904ba83ffdb98af3d9c325274e92e6e295e4151e86c96363e04", + "url": "https://static.crates.io/crates/isocountry/0.3.2/download" } }, "targets": [ { "Library": { - "crate_name": "itertools", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "isocountry", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "itertools", + "version": "0.3.2" + }, + "itertools 0.10.5": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "use_alloc", + "use_std" ], - "crate_features": { - "common": [ - "default", - "use_alloc", - "use_std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "either 1.18.0", - "target": "either" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.10.5" + "deps": [ + { + "id": "either 1.18.0", + "target": "either" + } + ], + "edition": "2018" }, + "library_target_name": "itertools", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "itertools 0.12.0": { "name": "itertools", - "version": "0.12.0", "package_url": "https://github.com/rust-itertools/itertools", "repository": { "Http": { - "url": "https://static.crates.io/crates/itertools/0.12.0/download", - "sha256": "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0" + "sha256": "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473", + "url": "https://static.crates.io/crates/itertools/0.10.5/download" } }, "targets": [ { "Library": { "crate_name": "itertools", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "itertools", + "version": "0.10.5" + }, + "itertools 0.12.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "use_alloc", + "use_std" ], - "crate_features": { - "common": [ - "default", - "use_alloc", - "use_std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "either 1.18.0", - "target": "either" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.12.0" + "deps": [ + { + "id": "either 1.18.0", + "target": "either" + } + ], + "edition": "2018" }, + "library_target_name": "itertools", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "itertools 0.13.0": { "name": "itertools", - "version": "0.13.0", "package_url": "https://github.com/rust-itertools/itertools", "repository": { "Http": { - "url": "https://static.crates.io/crates/itertools/0.13.0/download", - "sha256": "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" + "sha256": "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0", + "url": "https://static.crates.io/crates/itertools/0.12.0/download" } }, "targets": [ { "Library": { "crate_name": "itertools", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "itertools", + "version": "0.12.0" + }, + "itertools 0.13.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "use_alloc", + "use_std" ], - "crate_features": { - "common": [ - "default", - "use_alloc", - "use_std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "either 1.18.0", - "target": "either" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.13.0" + "deps": [ + { + "id": "either 1.18.0", + "target": "either" + } + ], + "edition": "2018" }, + "library_target_name": "itertools", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "itertools 0.14.0": { "name": "itertools", - "version": "0.14.0", "package_url": "https://github.com/rust-itertools/itertools", "repository": { "Http": { - "url": "https://static.crates.io/crates/itertools/0.14.0/download", - "sha256": "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" + "sha256": "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186", + "url": "https://static.crates.io/crates/itertools/0.13.0/download" } }, "targets": [ { "Library": { "crate_name": "itertools", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "itertools", + "version": "0.13.0" + }, + "itertools 0.14.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "use_alloc", + "use_std" ], - "crate_features": { - "common": [ - "default", - "use_alloc", - "use_std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "either 1.18.0", - "target": "either" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.14.0" + "deps": [ + { + "id": "either 1.18.0", + "target": "either" + } + ], + "edition": "2018" }, + "library_target_name": "itertools", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "itertools 0.15.0": { "name": "itertools", - "version": "0.15.0", "package_url": "https://github.com/rust-itertools/itertools", "repository": { "Http": { - "url": "https://static.crates.io/crates/itertools/0.15.0/download", - "sha256": "8b4baf93f58d4425749ca49a51c50ebab072c5df6994d08fed93541c331481dc" + "sha256": "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285", + "url": "https://static.crates.io/crates/itertools/0.14.0/download" } }, "targets": [ { "Library": { "crate_name": "itertools", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "itertools", + "version": "0.14.0" + }, + "itertools 0.15.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "use_alloc", + "use_std" ], - "crate_features": { - "common": [ - "default", - "use_alloc", - "use_std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "either 1.18.0", - "target": "either" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.15.0" + "deps": [ + { + "id": "either 1.18.0", + "target": "either" + } + ], + "edition": "2018" }, + "library_target_name": "itertools", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "itoa 1.0.17": { - "name": "itoa", - "version": "1.0.17", - "package_url": "https://github.com/dtolnay/itoa", + "name": "itertools", + "package_url": "https://github.com/rust-itertools/itertools", "repository": { "Http": { - "url": "https://static.crates.io/crates/itoa/1.0.17/download", - "sha256": "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" + "sha256": "8b4baf93f58d4425749ca49a51c50ebab072c5df6994d08fed93541c331481dc", + "url": "https://static.crates.io/crates/itertools/0.15.0/download" } }, "targets": [ { "Library": { - "crate_name": "itoa", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "itertools", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "itoa", + "version": "0.15.0" + }, + "itoa 1.0.17": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "1.0.17" + "edition": "2021" }, + "library_target_name": "itoa", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "jni 0.21.1": { - "name": "jni", - "version": "0.21.1", - "package_url": "https://github.com/jni-rs/jni-rs", + "name": "itoa", + "package_url": "https://github.com/dtolnay/itoa", "repository": { "Http": { - "url": "https://static.crates.io/crates/jni/0.21.1/download", - "sha256": "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" + "sha256": "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2", + "url": "https://static.crates.io/crates/itoa/1.0.17/download" } }, "targets": [ { "Library": { - "crate_name": "jni", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "itoa", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "jni", + "version": "1.0.17" + }, + "jni 0.21.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [ { @@ -41966,57 +32681,43 @@ ] } }, - "edition": "2018", - "version": "0.21.1" + "edition": "2018" }, + "library_target_name": "jni", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "jni 0.22.4": { "name": "jni", - "version": "0.22.4", "package_url": "https://github.com/jni-rs/jni-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/jni/0.22.4/download", - "sha256": "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498" + "sha256": "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97", + "url": "https://static.crates.io/crates/jni/0.21.1/download" } }, "targets": [ { "Library": { "crate_name": "jni", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "jni", + "version": "0.21.1" + }, + "jni 0.22.4": { + "build_script_attrs": { + "deps": [ + { + "id": "walkdir 2.5.0", + "target": "walkdir" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [ { @@ -42027,10 +32728,6 @@ "id": "combine 4.6.7", "target": "combine" }, - { - "id": "jni 0.22.4", - "target": "build_script_build" - }, { "id": "jni-sys 0.4.1", "target": "jni_sys" @@ -42058,308 +32755,213 @@ } }, "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "jni-macros 0.22.4", - "target": "jni_macros" - } - ], - "selects": {} - }, - "version": "0.22.4" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "walkdir 2.5.0", - "target": "walkdir" - } - ], - "selects": {} - } + "proc_macro_deps": [ + { + "id": "jni-macros 0.22.4", + "target": "jni_macros" + } + ] }, + "library_target_name": "jni", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "jni-macros 0.22.4": { - "name": "jni-macros", - "version": "0.22.4", + "name": "jni", "package_url": "https://github.com/jni-rs/jni-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/jni-macros/0.22.4/download", - "sha256": "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3" + "sha256": "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498", + "url": "https://static.crates.io/crates/jni/0.22.4/download" } }, "targets": [ { - "ProcMacro": { - "crate_name": "jni_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "Library": { + "crate_name": "jni", + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "jni_macros", + "version": "0.22.4" + }, + "jni-macros 0.22.4": { + "build_script_attrs": { + "deps": [ + { + "id": "rustc_version 0.4.0", + "target": "rustc_version" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "simd_cesu8 1.1.1", + "target": "simd_cesu8" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "jni-macros 0.22.4", - "target": "build_script_build" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "simd_cesu8 1.1.1", - "target": "simd_cesu8" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, "edition": "2024", - "version": "0.22.4" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "rustc_version 0.4.0", - "target": "rustc_version" - } - ], - "selects": {} - } + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "jni_macros", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "jni-sys 0.3.0": { - "name": "jni-sys", - "version": "0.3.0", - "package_url": "https://github.com/sfackler/rust-jni-sys", + "name": "jni-macros", + "package_url": "https://github.com/jni-rs/jni-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/jni-sys/0.3.0/download", - "sha256": "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" + "sha256": "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3", + "url": "https://static.crates.io/crates/jni-macros/0.22.4/download" } }, "targets": [ { - "Library": { - "crate_name": "jni_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "ProcMacro": { + "crate_name": "jni_macros", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "jni_sys", + "version": "0.22.4" + }, + "jni-sys 0.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.3.0" + "edition": "2015" }, + "library_target_name": "jni_sys", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "jni-sys 0.4.1": { "name": "jni-sys", - "version": "0.4.1", - "package_url": "https://github.com/jni-rs/jni-sys", + "package_url": "https://github.com/sfackler/rust-jni-sys", "repository": { "Http": { - "url": "https://static.crates.io/crates/jni-sys/0.4.1/download", - "sha256": "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2" + "sha256": "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130", + "url": "https://static.crates.io/crates/jni-sys/0.3.0/download" } }, "targets": [ { "Library": { "crate_name": "jni_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "jni_sys", + "version": "0.3.0" + }, + "jni-sys 0.4.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "jni-sys-macros 0.4.1", - "target": "jni_sys_macros" - } - ], - "selects": {} - }, - "version": "0.4.1" + "proc_macro_deps": [ + { + "id": "jni-sys-macros 0.4.1", + "target": "jni_sys_macros" + } + ] }, + "library_target_name": "jni_sys", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "jni-sys-macros 0.4.1": { - "name": "jni-sys-macros", - "version": "0.4.1", + "name": "jni-sys", "package_url": "https://github.com/jni-rs/jni-sys", "repository": { "Http": { - "url": "https://static.crates.io/crates/jni-sys-macros/0.4.1/download", - "sha256": "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264" + "sha256": "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2", + "url": "https://static.crates.io/crates/jni-sys/0.4.1/download" } }, "targets": [ { - "ProcMacro": { - "crate_name": "jni_sys_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "Library": { + "crate_name": "jni_sys", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "jni_sys_macros", + "version": "0.4.1" + }, + "jni-sys-macros 0.4.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.1" + "edition": "2021" }, + "library_target_name": "jni_sys_macros", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "jobserver 0.1.32": { - "name": "jobserver", - "version": "0.1.32", - "package_url": "https://github.com/rust-lang/jobserver-rs", + "name": "jni-sys-macros", + "package_url": "https://github.com/jni-rs/jni-sys", "repository": { "Http": { - "url": "https://static.crates.io/crates/jobserver/0.1.32/download", - "sha256": "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" + "sha256": "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264", + "url": "https://static.crates.io/crates/jni-sys-macros/0.4.1/download" } }, "targets": [ { - "Library": { - "crate_name": "jobserver", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "ProcMacro": { + "crate_name": "jni_sys_macros", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "jobserver", + "version": "0.4.1" + }, + "jobserver 0.1.32": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [], "selects": { @@ -42371,297 +32973,221 @@ ] } }, - "edition": "2021", - "version": "0.1.32" + "edition": "2021" }, + "library_target_name": "jobserver", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "js-sys 0.3.103": { - "name": "js-sys", - "version": "0.3.103", - "package_url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/js-sys", + "name": "jobserver", + "package_url": "https://github.com/rust-lang/jobserver-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/js-sys/0.3.103/download", - "sha256": "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102" + "sha256": "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0", + "url": "https://static.crates.io/crates/jobserver/0.1.32/download" } }, "targets": [ { "Library": { - "crate_name": "js_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "jobserver", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "js_sys", + "version": "0.1.32" + }, + "js-sys 0.3.103": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std", + "unsafe-eval" ], - "crate_features": { - "common": [ - "default", - "std", - "unsafe-eval" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "wasm-bindgen 0.2.126", - "target": "wasm_bindgen" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.103" + "deps": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "wasm-bindgen 0.2.126", + "target": "wasm_bindgen" + } + ], + "edition": "2021" }, + "library_target_name": "js_sys", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "json-patch 0.2.7": { - "name": "json-patch", - "version": "0.2.7", - "package_url": "https://github.com/idubrov/json-patch", + "name": "js-sys", + "package_url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/js-sys", "repository": { "Http": { - "url": "https://static.crates.io/crates/json-patch/0.2.7/download", - "sha256": "eb3fa5a61630976fc4c353c70297f2e93f1930e3ccee574d59d618ccbd5154ce" + "sha256": "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102", + "url": "https://static.crates.io/crates/js-sys/0.3.103/download" } }, "targets": [ { "Library": { - "crate_name": "json_patch", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "js_sys", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "json_patch", + "version": "0.3.103" + }, + "json-patch 0.2.7": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "diff", + "treediff" ], - "crate_features": { - "common": [ - "default", - "diff", - "treediff" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "treediff 3.0.2", - "target": "treediff" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.7" + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + }, + { + "id": "treediff 3.0.2", + "target": "treediff" + } + ], + "edition": "2018" }, + "library_target_name": "json_patch", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "json5 0.4.1": { - "name": "json5", - "version": "0.4.1", - "package_url": "https://github.com/callum-oakley/json5-rs", + "name": "json-patch", + "package_url": "https://github.com/idubrov/json-patch", "repository": { "Http": { - "url": "https://static.crates.io/crates/json5/0.4.1/download", - "sha256": "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1" + "sha256": "eb3fa5a61630976fc4c353c70297f2e93f1930e3ccee574d59d618ccbd5154ce", + "url": "https://static.crates.io/crates/json-patch/0.2.7/download" } }, "targets": [ { "Library": { - "crate_name": "json5", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "json_patch", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "json5", + "version": "0.2.7" + }, + "json5 0.4.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "pest 2.7.1", + "target": "pest" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } ], - "deps": { - "common": [ - { - "id": "pest 2.7.1", - "target": "pest" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "pest_derive 2.7.1", - "target": "pest_derive" - } - ], - "selects": {} - }, - "version": "0.4.1" + "proc_macro_deps": [ + { + "id": "pest_derive 2.7.1", + "target": "pest_derive" + } + ] }, + "library_target_name": "json5", "license": "ISC", "license_ids": [ "ISC" ], - "license_file": null - }, - "jsonrpc 0.20.1": { - "name": "jsonrpc", - "version": "0.20.1", - "package_url": "https://github.com/rust-bitcoin/corepc/", + "name": "json5", + "package_url": "https://github.com/callum-oakley/json5-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/jsonrpc/0.20.1/download", - "sha256": "f106cca655869522988b976127096f0aa36e0f1a8ff1f1f425a5c85b61e59391" + "sha256": "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1", + "url": "https://static.crates.io/crates/json5/0.4.1/download" } }, "targets": [ { "Library": { - "crate_name": "jsonrpc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "json5", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "jsonrpc", + "version": "0.4.1" + }, + "jsonrpc 0.20.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "base64", + "default", + "simple_http", + "simple_tcp" ], - "crate_features": { - "common": [ - "base64", - "default", - "simple_http", - "simple_tcp" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base64 0.22.1", - "target": "base64" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.20.1" + "deps": [ + { + "id": "base64 0.22.1", + "target": "base64" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + } + ], + "edition": "2021" }, + "library_target_name": "jsonrpc", "license": "CC0-1.0", "license_ids": [ "CC0-1.0" ], - "license_file": null - }, - "jsonschema 0.38.1": { - "name": "jsonschema", - "version": "0.38.1", - "package_url": "https://github.com/Stranger6667/jsonschema", + "name": "jsonrpc", + "package_url": "https://github.com/rust-bitcoin/corepc/", "repository": { "Http": { - "url": "https://static.crates.io/crates/jsonschema/0.38.1/download", - "sha256": "89f50532ce4a0ba3ae930212908d8ec50e7806065c059fe9c75da2ece6132294" + "sha256": "f106cca655869522988b976127096f0aa36e0f1a8ff1f1f425a5c85b61e59391", + "url": "https://static.crates.io/crates/jsonrpc/0.20.1/download" } }, "targets": [ { "Library": { - "crate_name": "jsonschema", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "jsonrpc", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "jsonschema", + "version": "0.20.1" + }, + "jsonschema 0.38.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [ { @@ -42746,146 +33272,117 @@ ] } }, - "edition": "2021", - "version": "0.38.1" + "edition": "2021" }, + "library_target_name": "jsonschema", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "k256 0.13.4": { - "name": "k256", - "version": "0.13.4", - "package_url": "https://github.com/RustCrypto/elliptic-curves/tree/master/k256", + "name": "jsonschema", + "package_url": "https://github.com/Stranger6667/jsonschema", "repository": { "Http": { - "url": "https://static.crates.io/crates/k256/0.13.4/download", - "sha256": "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" + "sha256": "89f50532ce4a0ba3ae930212908d8ec50e7806065c059fe9c75da2ece6132294", + "url": "https://static.crates.io/crates/jsonschema/0.38.1/download" } }, "targets": [ { "Library": { - "crate_name": "k256", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "jsonschema", + "crate_root": "src/lib.rs" } } - ], - "library_target_name": "k256", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "arithmetic", - "default", - "digest", - "ecdsa", - "ecdsa-core", - "once_cell", - "pem", - "pkcs8", - "precomputed-tables", - "schnorr", - "serde", - "serdect", - "sha2", - "sha256", - "signature", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "ecdsa 0.16.9", - "target": "ecdsa", - "alias": "ecdsa_core" - }, - { - "id": "elliptic-curve 0.13.8", - "target": "elliptic_curve" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "serdect 0.2.0", - "target": "serdect" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "signature 2.2.0", - "target": "signature" - } - ], - "selects": {} - }, + ], + "version": "0.38.1" + }, + "k256 0.13.4": { + "common_attrs": { + "crate_features": [ + "alloc", + "arithmetic", + "default", + "digest", + "ecdsa", + "ecdsa-core", + "once_cell", + "pem", + "pkcs8", + "precomputed-tables", + "schnorr", + "serde", + "serdect", + "sha2", + "sha256", + "signature", + "std" + ], + "deps": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "alias": "ecdsa_core", + "id": "ecdsa 0.16.9", + "target": "ecdsa" + }, + { + "id": "elliptic-curve 0.13.8", + "target": "elliptic_curve" + }, + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "serdect 0.2.0", + "target": "serdect" + }, + { + "id": "sha2 0.10.9", + "target": "sha2" + }, + { + "id": "signature 2.2.0", + "target": "signature" + } + ], "edition": "2021", - "rustc_flags": { - "common": [ - "-C", - "opt-level=3" - ], - "selects": {} - }, - "version": "0.13.4" + "rustc_flags": [ + "-C", + "opt-level=3" + ] }, + "library_target_name": "k256", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "keccak 0.1.6": { - "name": "keccak", - "version": "0.1.6", - "package_url": "https://github.com/RustCrypto/sponges/tree/master/keccak", + "name": "k256", + "package_url": "https://github.com/RustCrypto/elliptic-curves/tree/master/k256", "repository": { "Http": { - "url": "https://static.crates.io/crates/keccak/0.1.6/download", - "sha256": "cb26cec98cce3a3d96cbb7bced3c4b16e3d13f27ec56dbd62cbc8f39cfb9d653" + "sha256": "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b", + "url": "https://static.crates.io/crates/k256/0.13.4/download" } }, "targets": [ { "Library": { - "crate_name": "keccak", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "k256", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "keccak", + "version": "0.13.4" + }, + "keccak 0.1.6": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [], "selects": { @@ -42897,45 +33394,35 @@ ] } }, - "edition": "2018", - "version": "0.1.6" + "edition": "2018" }, + "library_target_name": "keccak", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "keccak 0.2.2": { "name": "keccak", - "version": "0.2.2", - "package_url": "https://github.com/RustCrypto/sponges", + "package_url": "https://github.com/RustCrypto/sponges/tree/master/keccak", "repository": { "Http": { - "url": "https://static.crates.io/crates/keccak/0.2.2/download", - "sha256": "d8f198d1db720e4940b5a493201d199d9f24f568f8f746bd13706243a2f71598" + "sha256": "cb26cec98cce3a3d96cbb7bced3c4b16e3d13f27ec56dbd62cbc8f39cfb9d653", + "url": "https://static.crates.io/crates/keccak/0.1.6/download" } }, "targets": [ { "Library": { "crate_name": "keccak", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "keccak", + "version": "0.1.6" + }, + "keccak 0.2.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [ { @@ -42952,106 +33439,80 @@ ] } }, - "edition": "2024", - "version": "0.2.2" + "edition": "2024" }, + "library_target_name": "keccak", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "keccak-asm 0.1.8": { - "name": "keccak-asm", - "version": "0.1.8", - "package_url": "https://github.com/danipopes/keccak-asm", + "name": "keccak", + "package_url": "https://github.com/RustCrypto/sponges", "repository": { "Http": { - "url": "https://static.crates.io/crates/keccak-asm/0.1.8/download", - "sha256": "dd5dc2c0d691cbf7595cde551ced329cca99c2387c2cbc97754c5d0cd045d3ee" + "sha256": "d8f198d1db720e4940b5a493201d199d9f24f568f8f746bd13706243a2f71598", + "url": "https://static.crates.io/crates/keccak/0.2.2/download" } }, "targets": [ { "Library": { - "crate_name": "keccak_asm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "keccak", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "keccak_asm", + "version": "0.2.2" + }, + "keccak-asm 0.1.8": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "sha3-asm 0.1.8", + "target": "sha3_asm" + } ], - "deps": { - "common": [ - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "sha3-asm 0.1.8", - "target": "sha3_asm" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.8" + "edition": "2021" }, + "library_target_name": "keccak_asm", "license": "BSD-3-Clause", + "license_file": "LICENSE", "license_ids": [ "BSD-3-Clause" ], - "license_file": "LICENSE" - }, - "keyring 3.4.0": { - "name": "keyring", - "version": "3.4.0", - "package_url": "https://github.com/hwchen/keyring-rs.git", + "name": "keccak-asm", + "package_url": "https://github.com/danipopes/keccak-asm", "repository": { "Http": { - "url": "https://static.crates.io/crates/keyring/3.4.0/download", - "sha256": "bd3d701d3de5b9c4b0d9d077f8c2c66f0388d75e96932ebbb7cdff8713d7f7c6" + "sha256": "dd5dc2c0d691cbf7595cde551ced329cca99c2387c2cbc97754c5d0cd045d3ee", + "url": "https://static.crates.io/crates/keccak-asm/0.1.8/download" } }, "targets": [ { "Library": { - "crate_name": "keyring", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "keccak_asm", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "keyring", + "version": "0.1.8" + }, + "keyring 3.4.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "apple-native", + "linux-native", + "sync-secret-service", + "vendored", + "windows-native" ], - "crate_features": { - "common": [ - "apple-native", - "linux-native", - "sync-secret-service", - "vendored", - "windows-native" - ], - "selects": {} - }, "deps": { "common": [], "selects": { @@ -43089,254 +33550,214 @@ ] } }, - "edition": "2021", - "version": "3.4.0" + "edition": "2021" }, + "library_target_name": "keyring", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "lalrpop 0.20.0": { - "name": "lalrpop", - "version": "0.20.0", - "package_url": "https://github.com/lalrpop/lalrpop", + "name": "keyring", + "package_url": "https://github.com/hwchen/keyring-rs.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/lalrpop/0.20.0/download", - "sha256": "da4081d44f4611b66c6dd725e6de3169f9f63905421e8626fcb86b6a898998b8" + "sha256": "bd3d701d3de5b9c4b0d9d077f8c2c66f0388d75e96932ebbb7cdff8713d7f7c6", + "url": "https://static.crates.io/crates/keyring/3.4.0/download" } }, "targets": [ { "Library": { - "crate_name": "lalrpop", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "keyring", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "lalrpop", + "version": "3.4.0" + }, + "lalrpop 0.20.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "lexer", + "pico-args", + "unicode" ], - "crate_features": { - "common": [ - "default", - "lexer", - "pico-args", - "unicode" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ascii-canvas 3.0.0", - "target": "ascii_canvas" - }, - { - "id": "bit-set 0.5.3", - "target": "bit_set" - }, - { - "id": "diff 0.1.13", - "target": "diff" - }, - { - "id": "ena 0.14.2", - "target": "ena" - }, - { - "id": "is-terminal 0.4.9", - "target": "is_terminal" - }, - { - "id": "itertools 0.10.5", - "target": "itertools" - }, - { - "id": "lalrpop-util 0.20.0", - "target": "lalrpop_util" - }, - { - "id": "petgraph 0.6.3", - "target": "petgraph" - }, - { - "id": "pico-args 0.5.0", - "target": "pico_args" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "regex-syntax 0.7.4", - "target": "regex_syntax" - }, - { - "id": "string_cache 0.8.9", - "target": "string_cache" - }, - { - "id": "term 0.7.0", - "target": "term" - }, - { - "id": "tiny-keccak 2.0.2", - "target": "tiny_keccak" - }, - { - "id": "unicode-xid 0.2.4", - "target": "unicode_xid" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.20.0" + "deps": [ + { + "id": "ascii-canvas 3.0.0", + "target": "ascii_canvas" + }, + { + "id": "bit-set 0.5.3", + "target": "bit_set" + }, + { + "id": "diff 0.1.13", + "target": "diff" + }, + { + "id": "ena 0.14.2", + "target": "ena" + }, + { + "id": "is-terminal 0.4.9", + "target": "is_terminal" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "lalrpop-util 0.20.0", + "target": "lalrpop_util" + }, + { + "id": "petgraph 0.6.3", + "target": "petgraph" + }, + { + "id": "pico-args 0.5.0", + "target": "pico_args" + }, + { + "id": "regex 1.13.1", + "target": "regex" + }, + { + "id": "regex-syntax 0.7.4", + "target": "regex_syntax" + }, + { + "id": "string_cache 0.8.9", + "target": "string_cache" + }, + { + "id": "term 0.7.0", + "target": "term" + }, + { + "id": "tiny-keccak 2.0.2", + "target": "tiny_keccak" + }, + { + "id": "unicode-xid 0.2.4", + "target": "unicode_xid" + } + ], + "edition": "2021" }, + "library_target_name": "lalrpop", "license": "Apache-2.0 OR MIT", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "lalrpop 0.22.1": { "name": "lalrpop", - "version": "0.22.1", "package_url": "https://github.com/lalrpop/lalrpop", "repository": { "Http": { - "url": "https://static.crates.io/crates/lalrpop/0.22.1/download", - "sha256": "7047a26de42016abf8f181b46b398aef0b77ad46711df41847f6ed869a2a1d5b" + "sha256": "da4081d44f4611b66c6dd725e6de3169f9f63905421e8626fcb86b6a898998b8", + "url": "https://static.crates.io/crates/lalrpop/0.20.0/download" } }, "targets": [ { "Library": { "crate_name": "lalrpop", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "lalrpop", + "version": "0.20.0" + }, + "lalrpop 0.22.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "ascii-canvas 4.0.0", + "target": "ascii_canvas" + }, + { + "id": "bit-set 0.8.0", + "target": "bit_set" + }, + { + "id": "ena 0.14.2", + "target": "ena" + }, + { + "id": "itertools 0.14.0", + "target": "itertools" + }, + { + "id": "lalrpop-util 0.22.1", + "target": "lalrpop_util" + }, + { + "id": "petgraph 0.7.1", + "target": "petgraph" + }, + { + "id": "regex 1.13.1", + "target": "regex" + }, + { + "id": "regex-syntax 0.8.11", + "target": "regex_syntax" + }, + { + "id": "sha3 0.10.8", + "target": "sha3" + }, + { + "id": "string_cache 0.8.9", + "target": "string_cache" + }, + { + "id": "term 1.0.2", + "target": "term" + }, + { + "id": "unicode-xid 0.2.4", + "target": "unicode_xid" + }, + { + "id": "walkdir 2.5.0", + "target": "walkdir" + } ], - "deps": { - "common": [ - { - "id": "ascii-canvas 4.0.0", - "target": "ascii_canvas" - }, - { - "id": "bit-set 0.8.0", - "target": "bit_set" - }, - { - "id": "ena 0.14.2", - "target": "ena" - }, - { - "id": "itertools 0.14.0", - "target": "itertools" - }, - { - "id": "lalrpop-util 0.22.1", - "target": "lalrpop_util" - }, - { - "id": "petgraph 0.7.1", - "target": "petgraph" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "regex-syntax 0.8.11", - "target": "regex_syntax" - }, - { - "id": "sha3 0.10.8", - "target": "sha3" - }, - { - "id": "string_cache 0.8.9", - "target": "string_cache" - }, - { - "id": "term 1.0.2", - "target": "term" - }, - { - "id": "unicode-xid 0.2.4", - "target": "unicode_xid" - }, - { - "id": "walkdir 2.5.0", - "target": "walkdir" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.22.1" + "edition": "2021" }, + "library_target_name": "lalrpop", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "lalrpop-util 0.20.0": { - "name": "lalrpop-util", - "version": "0.20.0", + "name": "lalrpop", "package_url": "https://github.com/lalrpop/lalrpop", "repository": { "Http": { - "url": "https://static.crates.io/crates/lalrpop-util/0.20.0/download", - "sha256": "3f35c735096c0293d313e8f2a641627472b83d01b937177fe76e5e2708d31e0d" + "sha256": "7047a26de42016abf8f181b46b398aef0b77ad46711df41847f6ed869a2a1d5b", + "url": "https://static.crates.io/crates/lalrpop/0.22.1/download" } }, "targets": [ { "Library": { - "crate_name": "lalrpop_util", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "lalrpop", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "lalrpop_util", + "version": "0.22.1" + }, + "lalrpop-util 0.20.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "crate_features": { "common": [ "default", @@ -43390,978 +33811,671 @@ ] } }, - "edition": "2021", - "version": "0.20.0" + "edition": "2021" }, + "library_target_name": "lalrpop_util", "license": "Apache-2.0 OR MIT", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "lalrpop-util 0.22.1": { "name": "lalrpop-util", - "version": "0.22.1", "package_url": "https://github.com/lalrpop/lalrpop", "repository": { "Http": { - "url": "https://static.crates.io/crates/lalrpop-util/0.22.1/download", - "sha256": "e8d05b3fe34b8bd562c338db725dfa9beb9451a48f65f129ccb9538b48d2c93b" + "sha256": "3f35c735096c0293d313e8f2a641627472b83d01b937177fe76e5e2708d31e0d", + "url": "https://static.crates.io/crates/lalrpop-util/0.20.0/download" } }, "targets": [ { "Library": { "crate_name": "lalrpop_util", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "lalrpop_util", + "version": "0.20.0" + }, + "lalrpop-util 0.22.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "rustversion 1.0.14", - "target": "rustversion" - } - ], - "selects": {} - }, - "version": "0.22.1" + "proc_macro_deps": [ + { + "id": "rustversion 1.0.14", + "target": "rustversion" + } + ] }, + "library_target_name": "lalrpop_util", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "language-tags 0.3.2": { - "name": "language-tags", - "version": "0.3.2", - "package_url": "https://github.com/pyfisch/rust-language-tags", + "name": "lalrpop-util", + "package_url": "https://github.com/lalrpop/lalrpop", "repository": { "Http": { - "url": "https://static.crates.io/crates/language-tags/0.3.2/download", - "sha256": "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388" + "sha256": "e8d05b3fe34b8bd562c338db725dfa9beb9451a48f65f129ccb9538b48d2c93b", + "url": "https://static.crates.io/crates/lalrpop-util/0.22.1/download" } }, "targets": [ { "Library": { - "crate_name": "language_tags", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "lalrpop_util", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "language_tags", + "version": "0.22.1" + }, + "language-tags 0.3.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.3.2" + "edition": "2018" }, + "library_target_name": "language_tags", "license": "MIT/Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE" + "name": "language-tags", + "package_url": "https://github.com/pyfisch/rust-language-tags", + "repository": { + "Http": { + "sha256": "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388", + "url": "https://static.crates.io/crates/language-tags/0.3.2/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "language_tags", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.3.2" }, "lazy_format 2.0.3": { + "common_attrs": { + "edition": "2021" + }, + "library_target_name": "lazy_format", + "license": "MPL-2.0", + "license_file": "LICENSE", + "license_ids": [ + "MPL-2.0" + ], "name": "lazy_format", - "version": "2.0.3", "package_url": "https://github.com/Lucretiel/lazy_format", "repository": { "Http": { - "url": "https://static.crates.io/crates/lazy_format/2.0.3/download", - "sha256": "e479e99b287d578ed5f6cd4c92cdf48db219088adb9c5b14f7c155b71dfba792" + "sha256": "e479e99b287d578ed5f6cd4c92cdf48db219088adb9c5b14f7c155b71dfba792", + "url": "https://static.crates.io/crates/lazy_format/2.0.3/download" } }, "targets": [ { "Library": { "crate_name": "lazy_format", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "lazy_format", + "version": "2.0.3" + }, + "lazy_static 1.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "spin", + "spin_no_std" ], - "edition": "2021", - "version": "2.0.3" + "deps": [ + { + "id": "spin 0.9.8", + "target": "spin" + } + ], + "edition": "2015" }, - "license": "MPL-2.0", + "library_target_name": "lazy_static", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "MPL-2.0" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" - }, - "lazy_static 1.5.0": { "name": "lazy_static", - "version": "1.5.0", "package_url": "https://github.com/rust-lang-nursery/lazy-static.rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/lazy_static/1.5.0/download", - "sha256": "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" + "sha256": "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe", + "url": "https://static.crates.io/crates/lazy_static/1.5.0/download" } }, "targets": [ { "Library": { "crate_name": "lazy_static", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "lazy_static", + "version": "1.5.0" + }, + "lazycell 1.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "spin", - "spin_no_std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "spin 0.9.8", - "target": "spin" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "1.5.0" + "edition": "2015" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "lazycell", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "lazycell 1.3.0": { "name": "lazycell", - "version": "1.3.0", "package_url": "https://github.com/indiv0/lazycell", "repository": { "Http": { - "url": "https://static.crates.io/crates/lazycell/1.3.0/download", - "sha256": "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" + "sha256": "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55", + "url": "https://static.crates.io/crates/lazycell/1.3.0/download" } }, "targets": [ { "Library": { "crate_name": "lazycell", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "lazycell", + "version": "1.3.0" + }, + "leb128 0.2.5": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "1.3.0" + "edition": "2018" }, - "license": "MIT/Apache-2.0", + "library_target_name": "leb128", + "license": "Apache-2.0/MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "leb128 0.2.5": { "name": "leb128", - "version": "0.2.5", "package_url": "https://github.com/gimli-rs/leb128", "repository": { "Http": { - "url": "https://static.crates.io/crates/leb128/0.2.5/download", - "sha256": "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" + "sha256": "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67", + "url": "https://static.crates.io/crates/leb128/0.2.5/download" } }, "targets": [ { "Library": { "crate_name": "leb128", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "leb128", + "version": "0.2.5" + }, + "leb128fmt 0.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.2.5" + "edition": "2021" }, - "license": "Apache-2.0/MIT", + "library_target_name": "leb128fmt", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "leb128fmt 0.1.0": { "name": "leb128fmt", - "version": "0.1.0", "package_url": "https://github.com/bluk/leb128fmt", "repository": { "Http": { - "url": "https://static.crates.io/crates/leb128fmt/0.1.0/download", - "sha256": "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" + "sha256": "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2", + "url": "https://static.crates.io/crates/leb128fmt/0.1.0/download" } }, "targets": [ { "Library": { "crate_name": "leb128fmt", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "leb128fmt", + "version": "0.1.0" + }, + "libc 0.2.186": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "extra_traits", + "std" ], "edition": "2021", - "version": "0.1.0" + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "libc", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "libc 0.2.186": { "name": "libc", - "version": "0.2.186", "package_url": "https://github.com/rust-lang/libc", "repository": { "Http": { - "url": "https://static.crates.io/crates/libc/0.2.186/download", - "sha256": "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" + "sha256": "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66", + "url": "https://static.crates.io/crates/libc/0.2.186/download" } }, "targets": [ { "Library": { "crate_name": "libc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "libc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "extra_traits", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.186" - }, + "version": "0.2.186" + }, + "libcryptsetup-rs 0.15.0": { "build_script_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "pkg-config 0.3.32", + "target": "pkg_config" + }, + { + "id": "semver 1.0.27", + "target": "semver" + } + ] + }, + "common_attrs": { + "crate_features": [ + "mutex" ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "either 1.18.0", + "target": "either" + }, + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "id": "libcryptsetup-rs-sys 0.6.0", + "target": "libcryptsetup_rs_sys" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "per-thread-mutex 0.1.4", + "target": "per_thread_mutex" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + }, + { + "id": "uuid 1.12.1", + "target": "uuid" + } ], - "data_glob": [ - "**" + "edition": "2021", + "extra_deps": [ + ":build_script_build" ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "libcryptsetup_rs", + "license": "MPL-2.0", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "MPL-2.0" ], - "license_file": "LICENSE-APACHE" - }, - "libcryptsetup-rs 0.15.0": { "name": "libcryptsetup-rs", - "version": "0.15.0", "package_url": "https://github.com/stratis-storage/libcryptsetup-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/libcryptsetup-rs/0.15.0/download", - "sha256": "3ba8f9447e9320030e045b3c7f1b1a978355c43cd05cdaba7e618d1e080519dd", "patch_args": [ "-p1" ], "patches": [ "@@//bazel:libcryptsetup-rs.patch" - ] + ], + "sha256": "3ba8f9447e9320030e045b3c7f1b1a978355c43cd05cdaba7e618d1e080519dd", + "url": "https://static.crates.io/crates/libcryptsetup-rs/0.15.0/download" } }, "targets": [ { "Library": { "crate_name": "libcryptsetup_rs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "libcryptsetup_rs", + "version": "0.15.0" + }, + "libcryptsetup-rs-sys 0.6.0": { + "build_script_attrs": { + "deps": [ + { + "id": "bindgen 0.71.1", + "target": "bindgen" + }, + { + "id": "cc 1.2.48", + "target": "cc" + }, + { + "id": "pkg-config 0.3.32", + "target": "pkg_config" + }, + { + "id": "semver 1.0.27", + "target": "semver" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "mutex" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "either 1.18.0", - "target": "either" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "libcryptsetup-rs 0.15.0", - "target": "build_script_build" - }, - { - "id": "libcryptsetup-rs-sys 0.6.0", - "target": "libcryptsetup_rs_sys" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "per-thread-mutex 0.1.4", - "target": "per_thread_mutex" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "uuid 1.12.1", - "target": "uuid" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.15.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ], - "deps": { - "common": [ - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - }, - { - "id": "semver 1.0.27", - "target": "semver" - } - ], - "selects": {} - } + "extra_link_deps": [ + "@@//third_party:cryptsetup" + ] }, + "library_target_name": "libcryptsetup_rs_sys", "license": "MPL-2.0", + "license_file": "LICENSE", "license_ids": [ "MPL-2.0" ], - "license_file": "LICENSE" - }, - "libcryptsetup-rs-sys 0.6.0": { "name": "libcryptsetup-rs-sys", - "version": "0.6.0", "package_url": "https://github.com/stratis-storage/libcryptsetup-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/libcryptsetup-rs-sys/0.6.0/download", - "sha256": "d70e7b16c75f442c560d3b9514c6343e8dde6426651745de12868e1500edbc0f" + "sha256": "d70e7b16c75f442c560d3b9514c6343e8dde6426651745de12868e1500edbc0f", + "url": "https://static.crates.io/crates/libcryptsetup-rs-sys/0.6.0/download" } }, "targets": [ { "Library": { "crate_name": "libcryptsetup_rs_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "libcryptsetup_rs_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libcryptsetup-rs-sys 0.6.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "extra_link_deps": { - "common": [ - "@@//third_party:cryptsetup" - ], - "selects": {} - }, - "version": "0.6.0" - }, + "version": "0.6.0" + }, + "libdbus-sys 0.2.5": { "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bindgen 0.71.1", - "target": "bindgen" - }, - { - "id": "cc 1.2.48", - "target": "cc" - }, - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - }, - { - "id": "semver 1.0.27", - "target": "semver" - } - ], - "selects": {} - } + "deps": [ + { + "id": "cc 1.2.48", + "target": "cc" + }, + { + "id": "pkg-config 0.3.32", + "target": "pkg_config" + } + ], + "links": "dbus" }, - "license": "MPL-2.0", + "common_attrs": { + "crate_features": [ + "cc", + "default", + "pkg-config", + "vendored" + ], + "edition": "2015", + "extra_deps": [ + ":build_script_build" + ] + }, + "library_target_name": "libdbus_sys", + "license": "Apache-2.0/MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ - "MPL-2.0" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" - }, - "libdbus-sys 0.2.5": { "name": "libdbus-sys", - "version": "0.2.5", "package_url": "https://github.com/diwic/dbus-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/libdbus-sys/0.2.5/download", - "sha256": "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72" + "sha256": "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72", + "url": "https://static.crates.io/crates/libdbus-sys/0.2.5/download" } }, "targets": [ { "Library": { "crate_name": "libdbus_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "libdbus_sys", + "version": "0.2.5" + }, + "libflate 2.3.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "cc", - "default", - "pkg-config", - "vendored" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libdbus-sys 0.2.5", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.2.5" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "deps": [ + { + "id": "adler32 1.2.0", + "target": "adler32" + }, + { + "id": "crc32fast 1.3.2", + "target": "crc32fast" + }, + { + "id": "dary_heap 0.3.6", + "target": "dary_heap" + }, + { + "id": "libflate_lz77 2.3.0", + "target": "libflate_lz77" + }, + { + "id": "no_std_io2 0.9.4", + "target": "no_std_io2" + } ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - }, - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - } - ], - "selects": {} - }, - "links": "dbus" + "edition": "2024" }, - "license": "Apache-2.0/MIT", + "library_target_name": "libflate", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "libflate 2.3.1": { "name": "libflate", - "version": "2.3.1", "package_url": "https://github.com/sile/libflate", "repository": { "Http": { - "url": "https://static.crates.io/crates/libflate/2.3.1/download", - "sha256": "a4da9b700e758e57152a1fd1c52cbdc5727c1aa6d8743dc1acda917398f1d76c" + "sha256": "a4da9b700e758e57152a1fd1c52cbdc5727c1aa6d8743dc1acda917398f1d76c", + "url": "https://static.crates.io/crates/libflate/2.3.1/download" } }, "targets": [ { "Library": { "crate_name": "libflate", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "libflate", + "version": "2.3.1" + }, + "libflate_lz77 2.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "adler32 1.2.0", - "target": "adler32" - }, - { - "id": "crc32fast 1.3.2", - "target": "crc32fast" - }, - { - "id": "dary_heap 0.3.6", - "target": "dary_heap" - }, - { - "id": "libflate_lz77 2.3.0", - "target": "libflate_lz77" - }, - { - "id": "no_std_io2 0.9.4", - "target": "no_std_io2" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "2.3.1" + "deps": [ + { + "id": "hashbrown 0.16.1", + "target": "hashbrown" + }, + { + "id": "no_std_io2 0.9.4", + "target": "no_std_io2" + }, + { + "id": "rle-decode-fast 1.0.3", + "target": "rle_decode_fast" + } + ], + "edition": "2024" }, + "library_target_name": "libflate_lz77", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "libflate_lz77 2.3.0": { "name": "libflate_lz77", - "version": "2.3.0", "package_url": "https://github.com/sile/libflate", "repository": { "Http": { - "url": "https://static.crates.io/crates/libflate_lz77/2.3.0/download", - "sha256": "ff7a10e427698aef6eef269482776debfef63384d30f13aad39a1a95e0e098fd" + "sha256": "ff7a10e427698aef6eef269482776debfef63384d30f13aad39a1a95e0e098fd", + "url": "https://static.crates.io/crates/libflate_lz77/2.3.0/download" } }, "targets": [ { "Library": { "crate_name": "libflate_lz77", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "libflate_lz77", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "hashbrown 0.16.1", - "target": "hashbrown" - }, - { - "id": "no_std_io2 0.9.4", - "target": "no_std_io2" - }, - { - "id": "rle-decode-fast 1.0.3", - "target": "rle_decode_fast" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "2.3.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" + "version": "2.3.0" }, "libfuzzer-sys 0.4.7": { - "name": "libfuzzer-sys", - "version": "0.4.7", - "package_url": "https://github.com/rust-fuzz/libfuzzer", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/libfuzzer-sys/0.4.7/download", - "sha256": "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "libfuzzer_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "build_script_attrs": { + "deps": [ + { + "id": "cc 1.2.48", + "target": "cc" } - } - ], - "library_target_name": "libfuzzer_sys", + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "arbitrary 1.4.2", + "target": "arbitrary" + }, + { + "id": "once_cell 1.21.3", + "target": "once_cell" + } ], - "deps": { - "common": [ - { - "id": "arbitrary 1.4.2", - "target": "arbitrary" - }, - { - "id": "libfuzzer-sys 0.4.7", - "target": "build_script_build" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - } - ], - "selects": {} - }, "edition": "2018", - "version": "0.4.7" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - } + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "libfuzzer_sys", "license": "MIT/Apache-2.0/NCSA", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT", "NCSA" ], - "license_file": "LICENSE-APACHE" - }, - "libloading 0.5.2": { - "name": "libloading", - "version": "0.5.2", - "package_url": "https://github.com/nagisa/rust_libloading/", + "name": "libfuzzer-sys", + "package_url": "https://github.com/rust-fuzz/libfuzzer", "repository": { "Http": { - "url": "https://static.crates.io/crates/libloading/0.5.2/download", - "sha256": "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753" + "sha256": "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7", + "url": "https://static.crates.io/crates/libfuzzer-sys/0.4.7/download" } }, "targets": [ { "Library": { - "crate_name": "libloading", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "libfuzzer_sys", + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "libloading", + "version": "0.4.7" + }, + "libloading 0.5.2": { + "build_script_attrs": { + "deps": [ + { + "id": "cc 1.2.48", + "target": "cc" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { - "common": [ - { - "id": "libloading 0.5.2", - "target": "build_script_build" - } - ], + "common": [], "selects": { "cfg(windows)": [ { @@ -44372,63 +34486,42 @@ } }, "edition": "2015", - "version": "0.5.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - } + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "libloading", "license": "ISC", + "license_file": "LICENSE", "license_ids": [ "ISC" ], - "license_file": "LICENSE" - }, - "libloading 0.7.4": { "name": "libloading", - "version": "0.7.4", "package_url": "https://github.com/nagisa/rust_libloading/", "repository": { "Http": { - "url": "https://static.crates.io/crates/libloading/0.7.4/download", - "sha256": "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" + "sha256": "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753", + "url": "https://static.crates.io/crates/libloading/0.5.2/download" } }, "targets": [ { "Library": { "crate_name": "libloading", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "libloading", + "version": "0.5.2" + }, + "libloading 0.7.4": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [], "selects": { @@ -44446,522 +34539,336 @@ ] } }, - "edition": "2015", - "version": "0.7.4" + "edition": "2015" }, + "library_target_name": "libloading", "license": "ISC", + "license_file": "LICENSE", "license_ids": [ "ISC" ], - "license_file": "LICENSE" - }, - "libm 0.2.16": { - "name": "libm", - "version": "0.2.16", - "package_url": "https://github.com/rust-lang/compiler-builtins", + "name": "libloading", + "package_url": "https://github.com/nagisa/rust_libloading/", "repository": { "Http": { - "url": "https://static.crates.io/crates/libm/0.2.16/download", - "sha256": "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" + "sha256": "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f", + "url": "https://static.crates.io/crates/libloading/0.7.4/download" } }, "targets": [ { "Library": { - "crate_name": "libm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "libloading", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "libm", + "version": "0.7.4" + }, + "libm 0.2.16": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "arch", + "default" ], - "crate_features": { - "common": [ - "arch", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libm 0.2.16", - "target": "build_script_build" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.2.16" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "libm", "license": "MIT", + "license_file": "LICENSE.txt", "license_ids": [ "MIT" ], - "license_file": "LICENSE.txt" - }, - "libnss 0.5.0": { - "name": "libnss", - "version": "0.5.0", - "package_url": "https://github.com/csnewman/libnss-rs", + "name": "libm", + "package_url": "https://github.com/rust-lang/compiler-builtins", "repository": { "Http": { - "url": "https://static.crates.io/crates/libnss/0.5.0/download", - "sha256": "41bcbddc10dc229d4119553cc8dc61968cdd134286a4669ba31184f8e9efa442" + "sha256": "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981", + "url": "https://static.crates.io/crates/libm/0.2.16/download" } }, "targets": [ { "Library": { - "crate_name": "libnss", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "libm", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "libnss", + "version": "0.2.16" + }, + "libnss 0.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "lazy_static 1.5.0", + "target": "lazy_static" + }, + { + "id": "libc 0.2.186", + "target": "libc" + } ], - "deps": { - "common": [ - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": {} - }, "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "0.5.0" + "proc_macro_deps": [ + { + "id": "paste 1.0.15", + "target": "paste" + } + ] }, + "library_target_name": "libnss", "license": "LGPL-3.0", "license_ids": [ "LGPL-3.0" ], - "license_file": null - }, - "libredox 0.1.4": { - "name": "libredox", - "version": "0.1.4", - "package_url": "https://gitlab.redox-os.org/redox-os/libredox.git", + "name": "libnss", + "package_url": "https://github.com/csnewman/libnss-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/libredox/0.1.4/download", - "sha256": "1580801010e535496706ba011c15f8532df6b42297d2e471fec38ceadd8c0638" + "sha256": "41bcbddc10dc229d4119553cc8dc61968cdd134286a4669ba31184f8e9efa442", + "url": "https://static.crates.io/crates/libnss/0.5.0/download" } }, "targets": [ { "Library": { - "crate_name": "libredox", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "libnss", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "libredox", + "version": "0.5.0" + }, + "libredox 0.1.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "libc 0.2.186", + "target": "libc" + } ], - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.4" + "edition": "2021" }, + "library_target_name": "libredox", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "librocksdb-sys 0.16.0+8.10.0": { - "name": "librocksdb-sys", - "version": "0.16.0+8.10.0", - "package_url": "https://github.com/rust-rocksdb/rust-rocksdb", + "name": "libredox", + "package_url": "https://gitlab.redox-os.org/redox-os/libredox.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/librocksdb-sys/0.16.0+8.10.0/download", - "sha256": "ce3d60bc059831dc1c83903fb45c103f75db65c5a7bf22272764d9cc683e348c" + "sha256": "1580801010e535496706ba011c15f8532df6b42297d2e471fec38ceadd8c0638", + "url": "https://static.crates.io/crates/libredox/0.1.4/download" } }, "targets": [ { "Library": { - "crate_name": "librocksdb_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "libredox", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "librocksdb_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "static" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "librocksdb-sys 0.16.0+8.10.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.16.0+8.10.0" - }, + "version": "0.1.4" + }, + "librocksdb-sys 0.16.0+8.10.0": { "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bindgen 0.69.4", - "target": "bindgen" - }, - { - "id": "cc 1.2.48", - "target": "cc" - }, - { - "id": "glob 0.3.1", - "target": "glob" - } - ], - "selects": {} - }, "build_script_env": { - "common": { - "NUM_JOBS": "8" - }, - "selects": {} + "NUM_JOBS": "8" }, + "deps": [ + { + "id": "bindgen 0.69.4", + "target": "bindgen" + }, + { + "id": "cc 1.2.48", + "target": "cc" + }, + { + "id": "glob 0.3.1", + "target": "glob" + } + ], "links": "rocksdb" }, + "common_attrs": { + "crate_features": [ + "default", + "static" + ], + "deps": [ + { + "id": "libc 0.2.186", + "target": "libc" + } + ], + "edition": "2018", + "extra_deps": [ + ":build_script_build" + ] + }, + "library_target_name": "librocksdb_sys", "license": "MIT/Apache-2.0/BSD-3-Clause", "license_ids": [ "Apache-2.0", "BSD-3-Clause", "MIT" ], - "license_file": null - }, - "libsqlite3-sys 0.35.0": { - "name": "libsqlite3-sys", - "version": "0.35.0", - "package_url": "https://github.com/rusqlite/rusqlite", + "name": "librocksdb-sys", + "package_url": "https://github.com/rust-rocksdb/rust-rocksdb", "repository": { "Http": { - "url": "https://static.crates.io/crates/libsqlite3-sys/0.35.0/download", - "sha256": "133c182a6a2c87864fe97778797e46c7e999672690dc9fa3ee8e241aa4a9c13f" + "sha256": "ce3d60bc059831dc1c83903fb45c103f75db65c5a7bf22272764d9cc683e348c", + "url": "https://static.crates.io/crates/librocksdb-sys/0.16.0+8.10.0/download" } }, "targets": [ { "Library": { - "crate_name": "libsqlite3_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "librocksdb_sys", + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "libsqlite3_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "bundled", - "bundled_bindings", - "cc", - "default", - "min_sqlite_version_3_14_0", - "pkg-config", - "vcpkg" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libsqlite3-sys 0.35.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.35.0" - }, + "version": "0.16.0+8.10.0" + }, + "libsqlite3-sys 0.35.0": { "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "deps": [ + { + "id": "cc 1.2.48", + "target": "cc" + }, + { + "id": "pkg-config 0.3.32", + "target": "pkg_config" + }, + { + "id": "vcpkg 0.2.15", + "target": "vcpkg" + } ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - }, - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - }, - { - "id": "vcpkg 0.2.15", - "target": "vcpkg" - } - ], - "selects": {} - }, "links": "sqlite3" }, + "common_attrs": { + "crate_features": [ + "bundled", + "bundled_bindings", + "cc", + "default", + "min_sqlite_version_3_14_0", + "pkg-config", + "vcpkg" + ], + "edition": "2021", + "extra_deps": [ + ":build_script_build" + ] + }, + "library_target_name": "libsqlite3_sys", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "libssh2-sys 0.3.0": { - "name": "libssh2-sys", - "version": "0.3.0", - "package_url": "https://github.com/alexcrichton/ssh2-rs", + "name": "libsqlite3-sys", + "package_url": "https://github.com/rusqlite/rusqlite", "repository": { "Http": { - "url": "https://static.crates.io/crates/libssh2-sys/0.3.0/download", - "sha256": "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee", - "patch_args": [ - "-p1" - ], - "patches": [ - "@@//bazel:libssh2-sys.patch" - ] + "sha256": "133c182a6a2c87864fe97778797e46c7e999672690dc9fa3ee8e241aa4a9c13f", + "url": "https://static.crates.io/crates/libsqlite3-sys/0.35.0/download" } }, "targets": [ { "Library": { - "crate_name": "libssh2_sys", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "libsqlite3_sys", + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "libssh2_sys", - "common_attrs": { - "compile_data_glob": [ - "**" + "version": "0.35.0" + }, + "libssh2-sys 0.3.0": { + "build_script_attrs": { + "data": [ + "@openssl//:gen_dir" ], "deps": { "common": [ { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "libssh2-sys 0.3.0", - "target": "build_script_build" + "id": "cc 1.2.48", + "target": "cc" }, { - "id": "libz-sys 1.1.9", - "target": "libz_sys" + "id": "pkg-config 0.3.32", + "target": "pkg_config" } ], "selects": { - "cfg(unix)": [ + "cfg(target_env = \"msvc\")": [ { - "id": "openssl-sys 0.9.116", - "target": "openssl_sys" + "id": "vcpkg 0.2.15", + "target": "vcpkg" } ] } }, - "edition": "2015", - "version": "0.3.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data": { - "common": [ - "@openssl//:gen_dir" - ], - "selects": {} - }, - "data_glob": [ - "**" - ], - "deps": { + "link_deps": { "common": [ { - "id": "cc 1.2.48", - "target": "cc" - }, - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" + "id": "libz-sys 1.1.9", + "target": "libz_sys" } ], "selects": { - "cfg(target_env = \"msvc\")": [ + "cfg(unix)": [ { - "id": "vcpkg 0.2.15", - "target": "vcpkg" + "id": "openssl-sys 0.9.116", + "target": "openssl_sys" } ] } }, - "link_deps": { + "links": "ssh2" + }, + "common_attrs": { + "deps": { "common": [ + { + "id": "libc 0.2.186", + "target": "libc" + }, { "id": "libz-sys 1.1.9", "target": "libz_sys" @@ -44976,172 +34883,123 @@ ] } }, - "links": "ssh2" + "edition": "2015", + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "libssh2_sys", "license": "MIT/Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "libsystemd 0.7.2": { - "name": "libsystemd", - "version": "0.7.2", - "package_url": "https://github.com/lucab/libsystemd-rs", + "name": "libssh2-sys", + "package_url": "https://github.com/alexcrichton/ssh2-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/libsystemd/0.7.2/download", - "sha256": "19c97a761fc86953c5b885422b22c891dbf5bcb9dcc99d0110d6ce4c052759f0" + "patch_args": [ + "-p1" + ], + "patches": [ + "@@//bazel:libssh2-sys.patch" + ], + "sha256": "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee", + "url": "https://static.crates.io/crates/libssh2-sys/0.3.0/download" } }, "targets": [ { "Library": { - "crate_name": "libsystemd", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "libssh2_sys", + "crate_root": "lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "libsystemd", + "version": "0.3.0" + }, + "libsystemd 0.7.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "hmac 0.12.1", + "target": "hmac" + }, + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "nix 0.29.0", + "target": "nix" + }, + { + "id": "nom 8.0.0", + "target": "nom" + }, + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "sha2 0.10.9", + "target": "sha2" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + }, + { + "id": "uuid 1.12.1", + "target": "uuid" + } ], - "deps": { - "common": [ - { - "id": "hmac 0.12.1", - "target": "hmac" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "nix 0.29.0", - "target": "nix" - }, - { - "id": "nom 8.0.0", - "target": "nom" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "uuid 1.12.1", - "target": "uuid" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.2" + "edition": "2021" }, + "library_target_name": "libsystemd", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE-2.0" - }, - "libusb1-sys 0.7.0": { - "name": "libusb1-sys", - "version": "0.7.0", - "package_url": "https://github.com/a1ien/rusb.git", + "name": "libsystemd", + "package_url": "https://github.com/lucab/libsystemd-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/libusb1-sys/0.7.0/download", - "sha256": "da050ade7ac4ff1ba5379af847a10a10a8e284181e060105bf8d86960ce9ce0f" + "sha256": "19c97a761fc86953c5b885422b22c891dbf5bcb9dcc99d0110d6ce4c052759f0", + "url": "https://static.crates.io/crates/libsystemd/0.7.2/download" } }, "targets": [ { "Library": { - "crate_name": "libusb1_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "libsystemd", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "libusb1_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "vendored" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "libusb1-sys 0.7.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.7.0" - }, + "version": "0.7.2" + }, + "libusb1-sys 0.7.0": { "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], + "build_script_env": { + "LIBUDEV_NO_PKG_CONFIG": "1" + }, "deps": { "common": [ { @@ -45162,94 +35020,55 @@ ] } }, - "build_script_env": { - "common": { - "LIBUDEV_NO_PKG_CONFIG": "1" - }, - "selects": {} - }, "links": "usb-1.0" }, + "common_attrs": { + "crate_features": [ + "vendored" + ], + "deps": [ + { + "id": "libc 0.2.186", + "target": "libc" + } + ], + "edition": "2018", + "extra_deps": [ + ":build_script_build" + ] + }, + "library_target_name": "libusb1_sys", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "libz-sys 1.1.9": { - "name": "libz-sys", - "version": "1.1.9", - "package_url": "https://github.com/rust-lang/libz-sys", + "name": "libusb1-sys", + "package_url": "https://github.com/a1ien/rusb.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/libz-sys/1.1.9/download", - "sha256": "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db" + "sha256": "da050ade7ac4ff1ba5379af847a10a10a8e284181e060105bf8d86960ce9ce0f", + "url": "https://static.crates.io/crates/libusb1-sys/0.7.0/download" } }, "targets": [ { "Library": { - "crate_name": "libz_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "libusb1_sys", + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "libz_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "libc", - "static" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "libz-sys 1.1.9", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.1.9" - }, + "version": "0.7.0" + }, + "libz-sys 1.1.9": { "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], "deps": { "common": [ { @@ -45272,591 +35091,454 @@ }, "links": "z" }, + "common_attrs": { + "crate_features": [ + "libc", + "static" + ], + "deps": [ + { + "id": "libc 0.2.186", + "target": "libc" + } + ], + "edition": "2018", + "extra_deps": [ + ":build_script_build" + ] + }, + "library_target_name": "libz_sys", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" + "name": "libz-sys", + "package_url": "https://github.com/rust-lang/libz-sys", + "repository": { + "Http": { + "sha256": "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db", + "url": "https://static.crates.io/crates/libz-sys/1.1.9/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "libz_sys", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" + } + } + ], + "version": "1.1.9" }, "linked-hash-map 0.5.6": { + "common_attrs": { + "edition": "2015" + }, + "library_target_name": "linked_hash_map", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", + "license_ids": [ + "Apache-2.0", + "MIT" + ], "name": "linked-hash-map", - "version": "0.5.6", "package_url": "https://github.com/contain-rs/linked-hash-map", "repository": { "Http": { - "url": "https://static.crates.io/crates/linked-hash-map/0.5.6/download", - "sha256": "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" + "sha256": "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f", + "url": "https://static.crates.io/crates/linked-hash-map/0.5.6/download" } }, "targets": [ { "Library": { "crate_name": "linked_hash_map", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "linked_hash_map", + "version": "0.5.6" + }, + "linux-keyutils 0.2.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "edition": "2015", - "version": "0.5.6" + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "libc 0.2.186", + "target": "libc" + } + ], + "edition": "2021" }, - "license": "MIT/Apache-2.0", + "library_target_name": "linux_keyutils", + "license": "Apache-2.0 OR MIT", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "linux-keyutils 0.2.4": { "name": "linux-keyutils", - "version": "0.2.4", "package_url": "https://github.com/landhb/linux-keyutils", "repository": { "Http": { - "url": "https://static.crates.io/crates/linux-keyutils/0.2.4/download", - "sha256": "761e49ec5fd8a5a463f9b84e877c373d888935b71c6be78f3767fe2ae6bed18e" + "sha256": "761e49ec5fd8a5a463f9b84e877c373d888935b71c6be78f3767fe2ae6bed18e", + "url": "https://static.crates.io/crates/linux-keyutils/0.2.4/download" } }, "targets": [ { "Library": { "crate_name": "linux_keyutils", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "linux_keyutils", + "version": "0.2.4" + }, + "linux-raw-sys 0.12.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.4" + "crate_features": [ + "auxvec", + "default", + "elf", + "errno", + "general", + "if_arp", + "if_ether", + "ioctl", + "net", + "netlink", + "no_std", + "std", + "xdp" + ], + "edition": "2021" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "linux_raw_sys", + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "linux-raw-sys 0.4.15": { "name": "linux-raw-sys", - "version": "0.4.15", "package_url": "https://github.com/sunfishcode/linux-raw-sys", "repository": { "Http": { - "url": "https://static.crates.io/crates/linux-raw-sys/0.4.15/download", - "sha256": "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" + "sha256": "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53", + "url": "https://static.crates.io/crates/linux-raw-sys/0.12.1/download" } }, "targets": [ { "Library": { "crate_name": "linux_raw_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "linux_raw_sys", + "version": "0.12.1" + }, + "linux-raw-sys 0.4.15": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "elf", - "errno", - "general", - "if_ether", - "ioctl", - "net", - "netlink", - "no_std", - "prctl", - "system", - "xdp" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.15" + "crate_features": [ + "elf", + "errno", + "general", + "if_ether", + "ioctl", + "net", + "netlink", + "no_std", + "prctl", + "system", + "xdp" + ], + "edition": "2021" }, + "library_target_name": "linux_raw_sys", "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "linux-raw-sys 0.12.1": { "name": "linux-raw-sys", - "version": "0.12.1", "package_url": "https://github.com/sunfishcode/linux-raw-sys", "repository": { "Http": { - "url": "https://static.crates.io/crates/linux-raw-sys/0.12.1/download", - "sha256": "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" + "sha256": "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab", + "url": "https://static.crates.io/crates/linux-raw-sys/0.4.15/download" } }, "targets": [ { "Library": { "crate_name": "linux_raw_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "linux_raw_sys", + "version": "0.4.15" + }, + "litemap 0.7.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc" ], - "crate_features": { - "common": [ - "auxvec", - "default", - "elf", - "errno", - "general", - "if_arp", - "if_ether", - "ioctl", - "net", - "netlink", - "no_std", - "std", - "xdp" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.12.1" + "edition": "2021" }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "library_target_name": "litemap", + "license": "Unicode-3.0", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "Unicode-3.0" ], - "license_file": "LICENSE-APACHE" - }, - "litemap 0.7.3": { "name": "litemap", - "version": "0.7.3", "package_url": "https://github.com/unicode-org/icu4x", "repository": { "Http": { - "url": "https://static.crates.io/crates/litemap/0.7.3/download", - "sha256": "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" + "sha256": "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704", + "url": "https://static.crates.io/crates/litemap/0.7.3/download" } }, "targets": [ { "Library": { "crate_name": "litemap", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "litemap", + "version": "0.7.3" + }, + "little-loadshedder 0.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "id": "tower 0.4.13", + "target": "tower" + } ], - "crate_features": { - "common": [ - "alloc" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.3" + "edition": "2021" }, - "license": "Unicode-3.0", + "library_target_name": "little_loadshedder", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "Unicode-3.0" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" - }, - "little-loadshedder 0.2.0": { "name": "little-loadshedder", - "version": "0.2.0", "package_url": "https://github.com/Skepfyr/little-loadshedder", "repository": { "Http": { - "url": "https://static.crates.io/crates/little-loadshedder/0.2.0/download", - "sha256": "1edea14a875dba8659cb864480c27e8eb2d099542b657729a7567625a2c1d65a" + "sha256": "1edea14a875dba8659cb864480c27e8eb2d099542b657729a7567625a2c1d65a", + "url": "https://static.crates.io/crates/little-loadshedder/0.2.0/download" } }, "targets": [ { "Library": { "crate_name": "little_loadshedder", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "little_loadshedder", + "version": "0.2.0" + }, + "lmdb-rkv 0.14.99": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "deps": { - "common": [ - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tower 0.4.13", - "target": "tower" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "id": "lmdb-rkv-sys 0.11.99", + "target": "lmdb_sys" + } + ], + "edition": "2024" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "lmdb", + "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "Apache-2.0" ], - "license_file": "LICENSE-APACHE" - }, - "lmdb-rkv 0.14.99": { "name": "lmdb-rkv", - "version": "0.14.99", "package_url": "https://github.com/mozilla/lmdb-rs.git", "repository": { "Git": { - "remote": "https://github.com/dfinity-lab/lmdb-rs", "commitish": { "Rev": "a244a247789fd9ece0fe1a406180c32e5bbc0c3f" - } + }, + "remote": "https://github.com/dfinity-lab/lmdb-rs" } }, "targets": [ { "Library": { "crate_name": "lmdb", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "lmdb", + "version": "0.14.99" + }, + "lmdb-rkv-sys 0.11.99": { + "build_script_attrs": { + "build_script_env": { + "LMDB_H_PATH": "$(location @lmdb//:lmdb.h)", + "LMDB_OVERRIDE": "$(location @lmdb//:liblmdb)" + }, + "data": [ + "@lmdb//:liblmdb", + "@lmdb//:lmdb.h" + ], + "deps": [ + { + "id": "cc 1.2.48", + "target": "cc" + }, + { + "id": "pkg-config 0.3.32", + "target": "pkg_config" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" + ], + "deps": [ + { + "id": "libc 0.2.186", + "target": "libc" + } ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "byteorder 1.5.0", - "target": "byteorder" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "lmdb-rkv-sys 0.11.99", - "target": "lmdb_sys" - } - ], - "selects": {} - }, "edition": "2024", - "version": "0.14.99" + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "lmdb_sys", "license": "Apache-2.0", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "lmdb-rkv-sys 0.11.99": { "name": "lmdb-rkv-sys", - "version": "0.11.99", "package_url": "https://github.com/mozilla/lmdb-rs.git", "repository": { "Git": { - "remote": "https://github.com/dfinity-lab/lmdb-rs", "commitish": { "Rev": "a244a247789fd9ece0fe1a406180c32e5bbc0c3f" }, - "strip_prefix": "lmdb-sys", "patch_args": [ "-p1" ], "patches": [ "@@//bazel:lmdb_rkv_sys.patch" - ] + ], + "remote": "https://github.com/dfinity-lab/lmdb-rs", + "strip_prefix": "lmdb-sys" } }, "targets": [ { "Library": { "crate_name": "lmdb_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "lmdb_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "lmdb-rkv-sys 0.11.99", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.11.99" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data": { - "common": [ - "@lmdb//:liblmdb", - "@lmdb//:lmdb.h" - ], - "selects": {} - }, - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - }, - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - } - ], - "selects": {} - }, - "build_script_env": { - "common": { - "LMDB_H_PATH": "$(location @lmdb//:lmdb.h)", - "LMDB_OVERRIDE": "$(location @lmdb//:liblmdb)" - }, - "selects": {} - } - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null + "version": "0.11.99" }, "local-channel 0.1.3": { - "name": "local-channel", - "version": "0.1.3", - "package_url": "https://github.com/actix/actix-net.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/local-channel/0.1.3/download", - "sha256": "7f303ec0e94c6c54447f84f3b0ef7af769858a9c4ef56ef2a986d3dcd4c3fc9c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "local_channel", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "local_channel", "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "futures-sink 0.3.31", + "target": "futures_sink" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "local-waker 0.1.3", + "target": "local_waker" + } ], - "deps": { - "common": [ - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-sink 0.3.31", - "target": "futures_sink" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "local-waker 0.1.3", - "target": "local_waker" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.3" + "edition": "2018" }, + "library_target_name": "local_channel", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "local-ip-address 0.6.13": { - "name": "local-ip-address", - "version": "0.6.13", - "package_url": "https://github.com/LeoBorai/local-ip-address", + "name": "local-channel", + "package_url": "https://github.com/actix/actix-net.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/local-ip-address/0.6.13/download", - "sha256": "aa08fb2b1ec3ea84575e94b489d06d4ce0cbf052d12acd515838f50e3c3d63e3" + "sha256": "7f303ec0e94c6c54447f84f3b0ef7af769858a9c4ef56ef2a986d3dcd4c3fc9c", + "url": "https://static.crates.io/crates/local-channel/0.1.3/download" } }, "targets": [ { "Library": { - "crate_name": "local_ip_address", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "local_channel", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "local_ip_address", + "version": "0.1.3" + }, + "local-ip-address 0.6.13": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [], "selects": { @@ -45880,1764 +35562,1326 @@ ] } }, - "edition": "2021", - "version": "0.6.13" + "edition": "2021" + }, + "library_target_name": "local_ip_address", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "name": "local-ip-address", + "package_url": "https://github.com/LeoBorai/local-ip-address", + "repository": { + "Http": { + "sha256": "aa08fb2b1ec3ea84575e94b489d06d4ce0cbf052d12acd515838f50e3c3d63e3", + "url": "https://static.crates.io/crates/local-ip-address/0.6.13/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "local_ip_address", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.6.13" + }, + "local-waker 0.1.3": { + "common_attrs": { + "edition": "2018" }, + "library_target_name": "local_waker", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "local-waker 0.1.3": { "name": "local-waker", - "version": "0.1.3", "package_url": "https://github.com/actix/actix-net.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/local-waker/0.1.3/download", - "sha256": "e34f76eb3611940e0e7d53a9aaa4e6a3151f69541a282fd0dad5571420c53ff1" + "sha256": "e34f76eb3611940e0e7d53a9aaa4e6a3151f69541a282fd0dad5571420c53ff1", + "url": "https://static.crates.io/crates/local-waker/0.1.3/download" } }, "targets": [ { "Library": { "crate_name": "local_waker", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "local_waker", + "version": "0.1.3" + }, + "lock_api 0.4.14": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "atomic_usize", + "default" ], - "edition": "2018", - "version": "0.1.3" + "deps": [ + { + "id": "scopeguard 1.2.0", + "target": "scopeguard" + } + ], + "edition": "2021" }, + "library_target_name": "lock_api", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "lock_api 0.4.14": { "name": "lock_api", - "version": "0.4.14", "package_url": "https://github.com/Amanieu/parking_lot", "repository": { "Http": { - "url": "https://static.crates.io/crates/lock_api/0.4.14/download", - "sha256": "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" + "sha256": "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965", + "url": "https://static.crates.io/crates/lock_api/0.4.14/download" } }, "targets": [ { "Library": { "crate_name": "lock_api", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "lock_api", + "version": "0.4.14" + }, + "log 0.4.33": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "std" ], - "crate_features": { - "common": [ - "atomic_usize", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "scopeguard 1.2.0", - "target": "scopeguard" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.14" + "edition": "2021" }, + "library_target_name": "log", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "log 0.4.33": { "name": "log", - "version": "0.4.33", "package_url": "https://github.com/rust-lang/log", "repository": { "Http": { - "url": "https://static.crates.io/crates/log/0.4.33/download", - "sha256": "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" + "sha256": "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad", + "url": "https://static.crates.io/crates/log/0.4.33/download" } }, "targets": [ { "Library": { "crate_name": "log", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "log", + "version": "0.4.33" + }, + "logos 0.13.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "export_derive", + "logos-derive", + "std" ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.33" + "edition": "2018", + "proc_macro_deps": [ + { + "id": "logos-derive 0.13.0", + "target": "logos_derive" + } + ] }, + "library_target_name": "logos", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "logos 0.13.0": { "name": "logos", - "version": "0.13.0", "package_url": "https://github.com/maciejhirsz/logos", "repository": { "Http": { - "url": "https://static.crates.io/crates/logos/0.13.0/download", - "sha256": "c000ca4d908ff18ac99b93a062cb8958d331c3220719c52e77cb19cc6ac5d2c1" + "sha256": "c000ca4d908ff18ac99b93a062cb8958d331c3220719c52e77cb19cc6ac5d2c1", + "url": "https://static.crates.io/crates/logos/0.13.0/download" } }, "targets": [ { "Library": { "crate_name": "logos", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "logos", + "version": "0.13.0" + }, + "logos 0.14.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "export_derive", + "logos-derive", + "std" ], - "crate_features": { - "common": [ - "default", - "export_derive", - "logos-derive", - "std" - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "logos-derive 0.13.0", - "target": "logos_derive" - } - ], - "selects": {} - }, - "version": "0.13.0" + "edition": "2021", + "proc_macro_deps": [ + { + "id": "logos-derive 0.14.4", + "target": "logos_derive" + } + ] }, + "library_target_name": "logos", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "logos 0.14.4": { "name": "logos", - "version": "0.14.4", "package_url": "https://github.com/maciejhirsz/logos", "repository": { "Http": { - "url": "https://static.crates.io/crates/logos/0.14.4/download", - "sha256": "7251356ef8cb7aec833ddf598c6cb24d17b689d20b993f9d11a3d764e34e6458" + "sha256": "7251356ef8cb7aec833ddf598c6cb24d17b689d20b993f9d11a3d764e34e6458", + "url": "https://static.crates.io/crates/logos/0.14.4/download" } }, "targets": [ { "Library": { "crate_name": "logos", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "logos", + "version": "0.14.4" + }, + "logos-codegen 0.13.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "beef 0.5.2", + "target": "beef" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "regex-syntax 0.6.29", + "target": "regex_syntax" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "crate_features": { - "common": [ - "default", - "export_derive", - "logos-derive", - "std" - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "logos-derive 0.14.4", - "target": "logos_derive" - } - ], - "selects": {} - }, - "version": "0.14.4" + "edition": "2018" }, + "library_target_name": "logos_codegen", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "logos-codegen 0.13.0": { "name": "logos-codegen", - "version": "0.13.0", "package_url": "https://github.com/maciejhirsz/logos", "repository": { "Http": { - "url": "https://static.crates.io/crates/logos-codegen/0.13.0/download", - "sha256": "dc487311295e0002e452025d6b580b77bb17286de87b57138f3b5db711cded68" + "sha256": "dc487311295e0002e452025d6b580b77bb17286de87b57138f3b5db711cded68", + "url": "https://static.crates.io/crates/logos-codegen/0.13.0/download" } }, "targets": [ { "Library": { "crate_name": "logos_codegen", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "logos_codegen", + "version": "0.13.0" + }, + "logos-codegen 0.14.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "beef 0.5.2", + "target": "beef" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "lazy_static 1.5.0", + "target": "lazy_static" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "regex-syntax 0.8.11", + "target": "regex_syntax" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "beef 0.5.2", - "target": "beef" - }, - { - "id": "fnv 1.0.7", - "target": "fnv" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "regex-syntax 0.6.29", - "target": "regex_syntax" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.13.0" + "edition": "2021" }, + "library_target_name": "logos_codegen", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "logos-codegen 0.14.4": { "name": "logos-codegen", - "version": "0.14.4", "package_url": "https://github.com/maciejhirsz/logos", "repository": { "Http": { - "url": "https://static.crates.io/crates/logos-codegen/0.14.4/download", - "sha256": "59f80069600c0d66734f5ff52cc42f2dabd6b29d205f333d61fd7832e9e9963f" + "sha256": "59f80069600c0d66734f5ff52cc42f2dabd6b29d205f333d61fd7832e9e9963f", + "url": "https://static.crates.io/crates/logos-codegen/0.14.4/download" } }, "targets": [ { "Library": { "crate_name": "logos_codegen", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "logos_codegen", + "version": "0.14.4" + }, + "logos-derive 0.13.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "logos-codegen 0.13.0", + "target": "logos_codegen" + } ], - "deps": { - "common": [ - { - "id": "beef 0.5.2", - "target": "beef" - }, - { - "id": "fnv 1.0.7", - "target": "fnv" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "regex-syntax 0.8.11", - "target": "regex_syntax" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.14.4" + "edition": "2018" }, + "library_target_name": "logos_derive", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "logos-derive 0.13.0": { "name": "logos-derive", - "version": "0.13.0", "package_url": "https://github.com/maciejhirsz/logos", "repository": { "Http": { - "url": "https://static.crates.io/crates/logos-derive/0.13.0/download", - "sha256": "dbfc0d229f1f42d790440136d941afd806bc9e949e2bcb8faa813b0f00d1267e" + "sha256": "dbfc0d229f1f42d790440136d941afd806bc9e949e2bcb8faa813b0f00d1267e", + "url": "https://static.crates.io/crates/logos-derive/0.13.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "logos_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "logos_derive", + "version": "0.13.0" + }, + "logos-derive 0.14.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "logos-codegen 0.14.4", + "target": "logos_codegen" + } ], - "deps": { - "common": [ - { - "id": "logos-codegen 0.13.0", - "target": "logos_codegen" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.13.0" + "edition": "2021" }, + "library_target_name": "logos_derive", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "logos-derive 0.14.4": { "name": "logos-derive", - "version": "0.14.4", "package_url": "https://github.com/maciejhirsz/logos", "repository": { "Http": { - "url": "https://static.crates.io/crates/logos-derive/0.14.4/download", - "sha256": "24fb722b06a9dc12adb0963ed585f19fc61dc5413e6a9be9422ef92c091e731d" + "sha256": "24fb722b06a9dc12adb0963ed585f19fc61dc5413e6a9be9422ef92c091e731d", + "url": "https://static.crates.io/crates/logos-derive/0.14.4/download" } }, "targets": [ { "ProcMacro": { "crate_name": "logos_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "logos_derive", + "version": "0.14.4" + }, + "loopdev-3 0.5.1": { + "build_script_attrs": { + "deps": [ + { + "id": "bindgen 0.69.4", + "target": "bindgen" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "errno 0.3.10", + "target": "errno" + }, + { + "id": "libc 0.2.186", + "target": "libc" + } ], - "deps": { - "common": [ - { - "id": "logos-codegen 0.14.4", - "target": "logos_codegen" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.14.4" + "extra_deps": [ + ":build_script_build" + ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "loopdev", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "loopdev-3 0.5.1": { "name": "loopdev-3", - "version": "0.5.1", "package_url": "https://github.com/stratis-storage/loopdev-3", "repository": { "Http": { - "url": "https://static.crates.io/crates/loopdev-3/0.5.1/download", - "sha256": "90a97d7a5124296ee9124a815acdc3dc4a91f577b72812b3f1f99bb959b46e8d" + "sha256": "90a97d7a5124296ee9124a815acdc3dc4a91f577b72812b3f1f99bb959b46e8d", + "url": "https://static.crates.io/crates/loopdev-3/0.5.1/download" } }, "targets": [ { "Library": { "crate_name": "loopdev", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "loopdev", + "version": "0.5.1" + }, + "lru 0.12.5": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "errno 0.3.10", - "target": "errno" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "loopdev-3 0.5.1", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "hashbrown" ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "deps": [ + { + "id": "hashbrown 0.15.2", + "target": "hashbrown" + } ], - "deps": { - "common": [ - { - "id": "bindgen 0.69.4", - "target": "bindgen" - } - ], - "selects": {} - } + "edition": "2015" }, + "library_target_name": "lru", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "lru 0.7.8": { "name": "lru", - "version": "0.7.8", "package_url": "https://github.com/jeromefroe/lru-rs.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/lru/0.7.8/download", - "sha256": "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a" + "sha256": "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38", + "url": "https://static.crates.io/crates/lru/0.12.5/download" } }, "targets": [ { "Library": { "crate_name": "lru", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "lru", + "version": "0.12.5" + }, + "lru 0.7.8": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.7.8" + "edition": "2015" }, + "library_target_name": "lru", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "lru 0.12.5": { "name": "lru", - "version": "0.12.5", "package_url": "https://github.com/jeromefroe/lru-rs.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/lru/0.12.5/download", - "sha256": "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" + "sha256": "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a", + "url": "https://static.crates.io/crates/lru/0.7.8/download" } }, "targets": [ { "Library": { "crate_name": "lru", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "lru", + "version": "0.7.8" + }, + "lru-cache 0.1.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "linked-hash-map 0.5.6", + "target": "linked_hash_map" + } ], - "crate_features": { - "common": [ - "default", - "hashbrown" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "hashbrown 0.15.2", - "target": "hashbrown" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.12.5" + "edition": "2015" }, - "license": "MIT", + "library_target_name": "lru_cache", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "lru-cache 0.1.2": { "name": "lru-cache", - "version": "0.1.2", "package_url": "https://github.com/contain-rs/lru-cache", "repository": { "Http": { - "url": "https://static.crates.io/crates/lru-cache/0.1.2/download", - "sha256": "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" + "sha256": "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c", + "url": "https://static.crates.io/crates/lru-cache/0.1.2/download" } }, "targets": [ { "Library": { "crate_name": "lru_cache", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "lru_cache", + "version": "0.1.2" + }, + "lru-slab 0.1.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "linked-hash-map 0.5.6", - "target": "linked_hash_map" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.1.2" + "edition": "2021" }, - "license": "MIT/Apache-2.0", + "library_target_name": "lru_slab", + "license": "MIT OR Apache-2.0 OR Zlib", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", - "MIT" + "MIT", + "Zlib" ], - "license_file": "LICENSE-APACHE" - }, - "lru-slab 0.1.2": { "name": "lru-slab", - "version": "0.1.2", "package_url": "https://github.com/Ralith/lru-slab", "repository": { "Http": { - "url": "https://static.crates.io/crates/lru-slab/0.1.2/download", - "sha256": "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" + "sha256": "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154", + "url": "https://static.crates.io/crates/lru-slab/0.1.2/download" } }, "targets": [ { "Library": { "crate_name": "lru_slab", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "lru_slab", + "version": "0.1.2" + }, + "lz4_flex 0.13.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "checked-decode", + "default", + "frame", + "safe-decode", + "safe-encode", + "std" ], - "edition": "2021", - "version": "0.1.2" + "deps": [ + { + "id": "twox-hash 2.1.1", + "target": "twox_hash" + } + ], + "edition": "2021" }, - "license": "MIT OR Apache-2.0 OR Zlib", + "library_target_name": "lz4_flex", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT", - "Zlib" + "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "lz4_flex 0.13.1": { "name": "lz4_flex", - "version": "0.13.1", "package_url": "https://github.com/pseitz/lz4_flex", "repository": { "Http": { - "url": "https://static.crates.io/crates/lz4_flex/0.13.1/download", - "sha256": "7ef0d4ed8669f8f8826eb00dc878084aa8f253506c4fd5e8f58f5bce72ddb97e" + "sha256": "7ef0d4ed8669f8f8826eb00dc878084aa8f253506c4fd5e8f58f5bce72ddb97e", + "url": "https://static.crates.io/crates/lz4_flex/0.13.1/download" } }, "targets": [ { "Library": { "crate_name": "lz4_flex", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "lz4_flex", + "version": "0.13.1" + }, + "lzma-sys 0.1.20": { + "build_script_attrs": { + "deps": [ + { + "id": "cc 1.2.48", + "target": "cc" + }, + { + "id": "pkg-config 0.3.32", + "target": "pkg_config" + } + ], + "links": "lzma" + }, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "static" ], - "crate_features": { - "common": [ - "checked-decode", - "default", - "frame", - "safe-decode", - "safe-encode", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "twox-hash 2.1.1", - "target": "twox_hash" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.13.1" + "deps": [ + { + "id": "libc 0.2.186", + "target": "libc" + } + ], + "edition": "2018", + "extra_deps": [ + ":build_script_build" + ] }, - "license": "MIT", + "library_target_name": "lzma_sys", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "lzma-sys 0.1.20": { "name": "lzma-sys", - "version": "0.1.20", "package_url": "https://github.com/alexcrichton/xz2-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/lzma-sys/0.1.20/download", - "sha256": "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" + "sha256": "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27", + "url": "https://static.crates.io/crates/lzma-sys/0.1.20/download" } }, "targets": [ { "Library": { "crate_name": "lzma_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "lzma_sys", + "version": "0.1.20" + }, + "mac 0.1.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "static" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "lzma-sys 0.1.20", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.20" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - }, - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - } - ], - "selects": {} - }, - "links": "lzma" + "edition": "2015" }, + "library_target_name": "mac", "license": "MIT/Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "mac 0.1.1": { "name": "mac", - "version": "0.1.1", "package_url": "https://github.com/reem/rust-mac.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/mac/0.1.1/download", - "sha256": "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" + "sha256": "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4", + "url": "https://static.crates.io/crates/mac/0.1.1/download" } }, "targets": [ { "Library": { "crate_name": "mac", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "mac", + "version": "0.1.1" + }, + "macaddr 1.0.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "edition": "2015", - "version": "0.1.1" + "edition": "2018" }, - "license": "MIT/Apache-2.0", + "library_target_name": "macaddr", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "macaddr 1.0.1": { "name": "macaddr", - "version": "1.0.1", "package_url": "https://github.com/svartalf/rust-macaddr", "repository": { "Http": { - "url": "https://static.crates.io/crates/macaddr/1.0.1/download", - "sha256": "baee0bbc17ce759db233beb01648088061bf678383130602a298e6998eedb2d8" + "sha256": "baee0bbc17ce759db233beb01648088061bf678383130602a298e6998eedb2d8", + "url": "https://static.crates.io/crates/macaddr/1.0.1/download" } }, "targets": [ { "Library": { "crate_name": "macaddr", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "macaddr", + "version": "1.0.1" + }, + "mach2 0.6.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.1" + "edition": "2024" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "mach2", + "license": "BSD-2-Clause OR MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", + "BSD-2-Clause", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "mach2 0.6.0": { "name": "mach2", - "version": "0.6.0", "package_url": "https://github.com/JohnTitor/mach2", "repository": { "Http": { - "url": "https://static.crates.io/crates/mach2/0.6.0/download", - "sha256": "dae608c151f68243f2b000364e1f7b186d9c29845f7d2d85bd31b9ad77ad552b" + "sha256": "dae608c151f68243f2b000364e1f7b186d9c29845f7d2d85bd31b9ad77ad552b", + "url": "https://static.crates.io/crates/mach2/0.6.0/download" } }, "targets": [ { "Library": { "crate_name": "mach2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "mach2", + "version": "0.6.0" + }, + "macro-string 0.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2024", - "version": "0.6.0" + "edition": "2021" }, - "license": "BSD-2-Clause OR MIT OR Apache-2.0", + "library_target_name": "macro_string", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", - "BSD-2-Clause", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "macro-string 0.2.0": { "name": "macro-string", - "version": "0.2.0", "package_url": "https://github.com/dtolnay/macro-string", "repository": { "Http": { - "url": "https://static.crates.io/crates/macro-string/0.2.0/download", - "sha256": "59a9dbbfc75d2688ed057456ce8a3ee3f48d12eec09229f560f3643b9f275653" + "sha256": "59a9dbbfc75d2688ed057456ce8a3ee3f48d12eec09229f560f3643b9f275653", + "url": "https://static.crates.io/crates/macro-string/0.2.0/download" } }, "targets": [ { "Library": { "crate_name": "macro_string", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "macro_string", + "version": "0.2.0" + }, + "manyhow 0.11.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "macros", + "syn", + "syn2" + ], + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "alias": "syn2", + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.2.0" + "proc_macro_deps": [ + { + "alias": "macros", + "id": "manyhow-macros 0.11.4", + "target": "manyhow_macros" + } + ] }, + "library_target_name": "manyhow", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "manyhow 0.11.4": { "name": "manyhow", - "version": "0.11.4", "package_url": "https://github.com/ModProg/manyhow", "repository": { "Http": { - "url": "https://static.crates.io/crates/manyhow/0.11.4/download", - "sha256": "b33efb3ca6d3b07393750d4030418d594ab1139cee518f0dc88db70fec873587" + "sha256": "b33efb3ca6d3b07393750d4030418d594ab1139cee518f0dc88db70fec873587", + "url": "https://static.crates.io/crates/manyhow/0.11.4/download" } }, "targets": [ { "Library": { "crate_name": "manyhow", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "manyhow", + "version": "0.11.4" + }, + "manyhow-macros 0.11.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro-utils 0.10.0", + "target": "proc_macro_utils" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + } ], - "crate_features": { - "common": [ - "default", - "macros", - "syn", - "syn2" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn", - "alias": "syn2" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "manyhow-macros 0.11.4", - "target": "manyhow_macros", - "alias": "macros" - } - ], - "selects": {} - }, - "version": "0.11.4" + "edition": "2021" }, + "library_target_name": "manyhow_macros", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "manyhow-macros 0.11.4": { "name": "manyhow-macros", - "version": "0.11.4", "package_url": "https://github.com/ModProg/manyhow", "repository": { "Http": { - "url": "https://static.crates.io/crates/manyhow-macros/0.11.4/download", - "sha256": "46fce34d199b78b6e6073abf984c9cf5fd3e9330145a93ee0738a7443e371495" + "sha256": "46fce34d199b78b6e6073abf984c9cf5fd3e9330145a93ee0738a7443e371495", + "url": "https://static.crates.io/crates/manyhow-macros/0.11.4/download" } }, "targets": [ { "ProcMacro": { "crate_name": "manyhow_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "manyhow_macros", + "version": "0.11.4" + }, + "maplit 1.0.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro-utils 0.10.0", - "target": "proc_macro_utils" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.11.4" + "edition": "2015" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "maplit", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "maplit 1.0.2": { "name": "maplit", - "version": "1.0.2", "package_url": "https://github.com/bluss/maplit", "repository": { "Http": { - "url": "https://static.crates.io/crates/maplit/1.0.2/download", - "sha256": "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" + "sha256": "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d", + "url": "https://static.crates.io/crates/maplit/1.0.2/download" } }, "targets": [ { "Library": { "crate_name": "maplit", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "maplit", + "version": "1.0.2" + }, + "markup5ever 0.35.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "tendril 0.4.3", + "target": "tendril" + }, + { + "id": "web_atoms 0.1.3", + "target": "web_atoms" + } ], - "edition": "2015", - "version": "1.0.2" + "edition": "2021" }, - "license": "MIT/Apache-2.0", + "library_target_name": "markup5ever", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "markup5ever 0.35.0": { "name": "markup5ever", - "version": "0.35.0", "package_url": "https://github.com/servo/html5ever", "repository": { "Http": { - "url": "https://static.crates.io/crates/markup5ever/0.35.0/download", - "sha256": "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3" + "sha256": "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3", + "url": "https://static.crates.io/crates/markup5ever/0.35.0/download" } }, "targets": [ { "Library": { "crate_name": "markup5ever", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "lib.rs" } } ], - "library_target_name": "markup5ever", + "version": "0.35.0" + }, + "match_cfg 0.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "use_core" ], - "deps": { - "common": [ - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "tendril 0.4.3", - "target": "tendril" - }, - { - "id": "web_atoms 0.1.3", - "target": "web_atoms" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.35.0" + "edition": "2015" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "match_cfg", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "match_cfg 0.1.0": { "name": "match_cfg", - "version": "0.1.0", "package_url": "https://github.com/gnzlbg/match_cfg", "repository": { "Http": { - "url": "https://static.crates.io/crates/match_cfg/0.1.0/download", - "sha256": "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" + "sha256": "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4", + "url": "https://static.crates.io/crates/match_cfg/0.1.0/download" } }, "targets": [ { "Library": { "crate_name": "match_cfg", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "match_cfg", + "version": "0.1.0" + }, + "match_token 0.35.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "crate_features": { - "common": [ - "default", - "use_core" - ], - "selects": {} - }, - "edition": "2015", - "version": "0.1.0" + "edition": "2021" }, - "license": "MIT/Apache-2.0", + "library_target_name": "match_token", + "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "match_token 0.35.0": { "name": "match_token", - "version": "0.35.0", "package_url": "https://github.com/servo/html5ever", "repository": { "Http": { - "url": "https://static.crates.io/crates/match_token/0.35.0/download", - "sha256": "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf" + "sha256": "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf", + "url": "https://static.crates.io/crates/match_token/0.35.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "match_token", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "match_token", + "version": "0.35.0" + }, + "matchers 0.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "regex-automata 0.4.16", + "target": "regex_automata" + } ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.35.0" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "matchers", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": null - }, - "matchers 0.2.0": { "name": "matchers", - "version": "0.2.0", "package_url": "https://github.com/hawkw/matchers", "repository": { "Http": { - "url": "https://static.crates.io/crates/matchers/0.2.0/download", - "sha256": "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" + "sha256": "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9", + "url": "https://static.crates.io/crates/matchers/0.2.0/download" } }, "targets": [ { "Library": { "crate_name": "matchers", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "matchers", + "version": "0.2.0" + }, + "matches 0.1.10": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "regex-automata 0.4.16", - "target": "regex_automata" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.0" + "edition": "2015" }, + "library_target_name": "matches", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "matches 0.1.10": { "name": "matches", - "version": "0.1.10", "package_url": "https://github.com/SimonSapin/rust-std-candidates", "repository": { "Http": { - "url": "https://static.crates.io/crates/matches/0.1.10/download", - "sha256": "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" + "sha256": "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5", + "url": "https://static.crates.io/crates/matches/0.1.10/download" } }, "targets": [ { "Library": { "crate_name": "matches", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "lib.rs" } } ], - "library_target_name": "matches", + "version": "0.1.10" + }, + "matchit 0.8.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "edition": "2015", - "version": "0.1.10" + "edition": "2021" }, - "license": "MIT", + "library_target_name": "matchit", + "license": "MIT AND BSD-3-Clause", + "license_file": "LICENSE", "license_ids": [ + "BSD-3-Clause", "MIT" ], - "license_file": "LICENSE" - }, - "matchit 0.8.4": { "name": "matchit", - "version": "0.8.4", "package_url": "https://github.com/ibraheemdev/matchit", "repository": { "Http": { - "url": "https://static.crates.io/crates/matchit/0.8.4/download", - "sha256": "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" + "sha256": "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3", + "url": "https://static.crates.io/crates/matchit/0.8.4/download" } }, "targets": [ { "Library": { "crate_name": "matchit", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "matchit", + "version": "0.8.4" + }, + "maxminddb 0.29.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.4" + "deps": [ + { + "id": "ipnetwork 0.21.1", + "target": "ipnetwork" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "memchr 2.7.4", + "target": "memchr" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + } + ], + "edition": "2021" }, - "license": "MIT AND BSD-3-Clause", + "library_target_name": "maxminddb", + "license": "ISC", + "license_file": "LICENSE", "license_ids": [ - "BSD-3-Clause", - "MIT" + "ISC" ], - "license_file": "LICENSE" - }, - "maxminddb 0.29.0": { "name": "maxminddb", - "version": "0.29.0", "package_url": "https://github.com/oschwald/maxminddb-rust", "repository": { "Http": { - "url": "https://static.crates.io/crates/maxminddb/0.29.0/download", - "sha256": "65e84ef32bcbf18a95548989e880db4af6fafd563463753afb4b9a149fb2782c" + "sha256": "65e84ef32bcbf18a95548989e880db4af6fafd563463753afb4b9a149fb2782c", + "url": "https://static.crates.io/crates/maxminddb/0.29.0/download" } }, "targets": [ { "Library": { "crate_name": "maxminddb", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "maxminddb", + "version": "0.29.0" + }, + "memchr 2.7.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "std" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ipnetwork 0.21.1", - "target": "ipnetwork" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.29.0" + "edition": "2021" }, - "license": "ISC", + "library_target_name": "memchr", + "license": "Unlicense OR MIT", + "license_file": "LICENSE-MIT", "license_ids": [ - "ISC" + "MIT", + "Unlicense" ], - "license_file": "LICENSE" - }, - "memchr 2.7.4": { "name": "memchr", - "version": "2.7.4", "package_url": "https://github.com/BurntSushi/memchr", "repository": { "Http": { - "url": "https://static.crates.io/crates/memchr/2.7.4/download", - "sha256": "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" + "sha256": "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3", + "url": "https://static.crates.io/crates/memchr/2.7.4/download" } }, "targets": [ { "Library": { "crate_name": "memchr", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "memchr", + "version": "2.7.4" + }, + "memfd 0.6.5": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "rustix 1.1.4", + "target": "rustix" + } ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "2.7.4" + "edition": "2018" }, - "license": "Unlicense OR MIT", + "library_target_name": "memfd", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "MIT", - "Unlicense" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE-MIT" - }, - "memfd 0.6.5": { "name": "memfd", - "version": "0.6.5", "package_url": "https://github.com/lucab/memfd-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/memfd/0.6.5/download", - "sha256": "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227" + "sha256": "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227", + "url": "https://static.crates.io/crates/memfd/0.6.5/download" } }, "targets": [ { "Library": { "crate_name": "memfd", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "memfd", + "version": "0.6.5" + }, + "memmap2 0.5.10": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { - "common": [ - { - "id": "rustix 1.1.4", - "target": "rustix" - } - ], - "selects": {} + "common": [], + "selects": { + "cfg(unix)": [ + { + "id": "libc 0.2.186", + "target": "libc" + } + ] + } }, - "edition": "2018", - "version": "0.6.5" + "edition": "2018" }, + "library_target_name": "memmap2", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "memmap2 0.5.10": { "name": "memmap2", - "version": "0.5.10", "package_url": "https://github.com/RazrFalcon/memmap2-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/memmap2/0.5.10/download", - "sha256": "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" + "sha256": "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327", + "url": "https://static.crates.io/crates/memmap2/0.5.10/download" } }, "targets": [ { "Library": { "crate_name": "memmap2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "memmap2", + "version": "0.5.10" + }, + "memmap2 0.9.5": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [], "selects": { @@ -47649,677 +36893,426 @@ ] } }, - "edition": "2018", - "version": "0.5.10" + "edition": "2018" }, + "library_target_name": "memmap2", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "memmap2 0.9.5": { "name": "memmap2", - "version": "0.9.5", "package_url": "https://github.com/RazrFalcon/memmap2-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/memmap2/0.9.5/download", - "sha256": "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" + "sha256": "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f", + "url": "https://static.crates.io/crates/memmap2/0.9.5/download" } }, "targets": [ { "Library": { "crate_name": "memmap2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "memmap2", + "version": "0.9.5" + }, + "memoffset 0.9.0": { + "build_script_attrs": { + "deps": [ + { + "id": "autocfg 1.5.0", + "target": "autocfg" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "deps": { - "common": [], - "selects": { - "cfg(unix)": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ] - } - }, - "edition": "2018", - "version": "0.9.5" + "edition": "2015", + "extra_deps": [ + ":build_script_build" + ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "memoffset", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "memoffset 0.9.0": { "name": "memoffset", - "version": "0.9.0", "package_url": "https://github.com/Gilnaa/memoffset", "repository": { "Http": { - "url": "https://static.crates.io/crates/memoffset/0.9.0/download", - "sha256": "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" + "sha256": "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c", + "url": "https://static.crates.io/crates/memoffset/0.9.0/download" } }, "targets": [ { "Library": { "crate_name": "memoffset", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "memoffset", + "version": "0.9.0" + }, + "merlin 3.0.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "memoffset 0.9.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.9.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "deps": [ + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "keccak 0.1.6", + "target": "keccak" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } ], - "deps": { - "common": [ - { - "id": "autocfg 1.5.0", - "target": "autocfg" - } - ], - "selects": {} - } + "edition": "2018" }, + "library_target_name": "merlin", "license": "MIT", + "license_file": "LICENSE.txt", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "merlin 3.0.0": { "name": "merlin", - "version": "3.0.0", "package_url": "https://github.com/zkcrypto/merlin", "repository": { "Http": { - "url": "https://static.crates.io/crates/merlin/3.0.0/download", - "sha256": "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d" + "sha256": "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d", + "url": "https://static.crates.io/crates/merlin/3.0.0/download" } }, "targets": [ { "Library": { "crate_name": "merlin", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "merlin", + "version": "3.0.0" + }, + "mime 0.3.17": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "byteorder 1.5.0", - "target": "byteorder" - }, - { - "id": "keccak 0.1.6", - "target": "keccak" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "3.0.0" + "edition": "2015" }, - "license": "MIT", + "library_target_name": "mime", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE.txt" - }, - "mime 0.3.17": { "name": "mime", - "version": "0.3.17", "package_url": "https://github.com/hyperium/mime", "repository": { "Http": { - "url": "https://static.crates.io/crates/mime/0.3.17/download", - "sha256": "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" + "sha256": "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a", + "url": "https://static.crates.io/crates/mime/0.3.17/download" } }, "targets": [ { "Library": { "crate_name": "mime", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "mime", + "version": "0.3.17" + }, + "mime_guess 2.0.4": { + "build_script_attrs": { + "deps": [ + { + "id": "unicase 2.6.0", + "target": "unicase" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "mime 0.3.17", + "target": "mime" + }, + { + "id": "unicase 2.6.0", + "target": "unicase" + } ], "edition": "2015", - "version": "0.3.17" + "extra_deps": [ + ":build_script_build" + ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "mime_guess", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "mime_guess 2.0.4": { "name": "mime_guess", - "version": "2.0.4", "package_url": "https://github.com/abonander/mime_guess", "repository": { "Http": { - "url": "https://static.crates.io/crates/mime_guess/2.0.4/download", - "sha256": "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" + "sha256": "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef", + "url": "https://static.crates.io/crates/mime_guess/2.0.4/download" } }, "targets": [ { "Library": { "crate_name": "mime_guess", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "mime_guess", + "version": "2.0.4" + }, + "minicbor 0.22.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "mime 0.3.17", - "target": "mime" - }, - { - "id": "mime_guess 2.0.4", - "target": "build_script_build" - }, - { - "id": "unicase 2.6.0", - "target": "unicase" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "2.0.4" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "derive", + "minicbor-derive" ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "edition": "2021", + "extra_deps": [ + ":build_script_build" ], - "deps": { - "common": [ - { - "id": "unicase 2.6.0", - "target": "unicase" - } - ], - "selects": {} - } + "proc_macro_deps": [ + { + "id": "minicbor-derive 0.14.0", + "target": "minicbor_derive" + } + ] }, - "license": "MIT", + "library_target_name": "minicbor", + "license": "BlueOak-1.0.0", + "license_file": "LICENSE.md", "license_ids": [ - "MIT" + "BlueOak-1.0.0" ], - "license_file": "LICENSE" - }, - "minicbor 0.22.0": { "name": "minicbor", - "version": "0.22.0", "package_url": "https://gitlab.com/twittner/minicbor", "repository": { "Http": { - "url": "https://static.crates.io/crates/minicbor/0.22.0/download", - "sha256": "076217b1b5f78c7e96f833ff894273369bb70e414c23625d091f281857abf8b8" + "sha256": "076217b1b5f78c7e96f833ff894273369bb70e414c23625d091f281857abf8b8", + "url": "https://static.crates.io/crates/minicbor/0.22.0/download" } }, "targets": [ { "Library": { "crate_name": "minicbor", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "minicbor", + "version": "0.22.0" + }, + "minicbor-derive 0.14.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "derive", - "minicbor-derive" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "minicbor 0.22.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "minicbor-derive 0.14.0", - "target": "minicbor_derive" - } - ], - "selects": {} - }, - "version": "0.22.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc" ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "data_glob": [ - "**" - ] + "edition": "2021" }, + "library_target_name": "minicbor_derive", "license": "BlueOak-1.0.0", + "license_file": "LICENSE.md", "license_ids": [ "BlueOak-1.0.0" ], - "license_file": "LICENSE.md" - }, - "minicbor-derive 0.14.0": { "name": "minicbor-derive", - "version": "0.14.0", "package_url": "https://gitlab.com/twittner/minicbor", "repository": { "Http": { - "url": "https://static.crates.io/crates/minicbor-derive/0.14.0/download", - "sha256": "8f29ac9686ec36cb5c82e866f97eaa67e299bf4ecab0c152f2860e1145be468e" + "sha256": "8f29ac9686ec36cb5c82e866f97eaa67e299bf4ecab0c152f2860e1145be468e", + "url": "https://static.crates.io/crates/minicbor-derive/0.14.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "minicbor_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "minicbor_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.14.0" - }, - "license": "BlueOak-1.0.0", - "license_ids": [ - "BlueOak-1.0.0" - ], - "license_file": "LICENSE.md" + "version": "0.14.0" }, "minimal-lexical 0.2.1": { - "name": "minimal-lexical", - "version": "0.2.1", - "package_url": "https://github.com/Alexhuszagh/minimal-lexical", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/minimal-lexical/0.2.1/download", - "sha256": "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "minimal_lexical", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "minimal_lexical", "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "std" ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.1" + "edition": "2018" }, + "library_target_name": "minimal_lexical", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "miniz_oxide 0.7.1": { - "name": "miniz_oxide", - "version": "0.7.1", - "package_url": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide", + "name": "minimal-lexical", + "package_url": "https://github.com/Alexhuszagh/minimal-lexical", "repository": { "Http": { - "url": "https://static.crates.io/crates/miniz_oxide/0.7.1/download", - "sha256": "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" + "sha256": "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a", + "url": "https://static.crates.io/crates/minimal-lexical/0.2.1/download" } }, "targets": [ { "Library": { - "crate_name": "miniz_oxide", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "minimal_lexical", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "miniz_oxide", + "version": "0.2.1" + }, + "miniz_oxide 0.7.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "adler 1.0.2", + "target": "adler" + } ], - "deps": { - "common": [ - { - "id": "adler 1.0.2", - "target": "adler" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.7.1" + "edition": "2018" }, + "library_target_name": "miniz_oxide", "license": "MIT OR Zlib OR Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0", "MIT", "Zlib" ], - "license_file": "LICENSE" - }, - "miniz_oxide 0.8.9": { "name": "miniz_oxide", - "version": "0.8.9", "package_url": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide", "repository": { "Http": { - "url": "https://static.crates.io/crates/miniz_oxide/0.8.9/download", - "sha256": "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" + "sha256": "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7", + "url": "https://static.crates.io/crates/miniz_oxide/0.7.1/download" } }, "targets": [ { "Library": { "crate_name": "miniz_oxide", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "miniz_oxide", + "version": "0.7.1" + }, + "miniz_oxide 0.8.9": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "simd", + "simd-adler32", + "with-alloc" ], - "crate_features": { - "common": [ - "simd", - "simd-adler32", - "with-alloc" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "adler2 2.0.1", - "target": "adler2" - }, - { - "id": "simd-adler32 0.3.7", - "target": "simd_adler32" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.9" + "deps": [ + { + "id": "adler2 2.0.1", + "target": "adler2" + }, + { + "id": "simd-adler32 0.3.7", + "target": "simd_adler32" + } + ], + "edition": "2021" }, + "library_target_name": "miniz_oxide", "license": "MIT OR Zlib OR Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0", "MIT", "Zlib" ], - "license_file": "LICENSE" - }, - "mio 0.8.10": { - "name": "mio", - "version": "0.8.10", - "package_url": "https://github.com/tokio-rs/mio", + "name": "miniz_oxide", + "package_url": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide", "repository": { "Http": { - "url": "https://static.crates.io/crates/mio/0.8.10/download", - "sha256": "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09" + "sha256": "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316", + "url": "https://static.crates.io/crates/miniz_oxide/0.8.9/download" } }, "targets": [ { "Library": { - "crate_name": "mio", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "miniz_oxide", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "mio", + "version": "0.8.9" + }, + "mio 0.8.10": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "log", + "net", + "os-poll" ], - "crate_features": { - "common": [ - "default", - "log", - "net", - "os-poll" - ], - "selects": {} - }, "deps": { "common": [ { @@ -48352,44 +37345,34 @@ ] } }, - "edition": "2018", - "version": "0.8.10" + "edition": "2018" }, + "library_target_name": "mio", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "mio 1.0.2": { "name": "mio", - "version": "1.0.2", "package_url": "https://github.com/tokio-rs/mio", "repository": { "Http": { - "url": "https://static.crates.io/crates/mio/1.0.2/download", - "sha256": "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" + "sha256": "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09", + "url": "https://static.crates.io/crates/mio/0.8.10/download" } }, "targets": [ { "Library": { "crate_name": "mio", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "mio", + "version": "0.8.10" + }, + "mio 1.0.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "crate_features": { "common": [ "net", @@ -48432,9 +37415,9 @@ ], "cfg(target_os = \"hermit\")": [ { + "alias": "libc", "id": "hermit-abi 0.3.9", - "target": "hermit_abi", - "alias": "libc" + "target": "hermit_abi" } ], "cfg(target_os = \"wasi\")": [ @@ -48473,1010 +37456,770 @@ ] } }, - "edition": "2021", - "version": "1.0.2" + "edition": "2021" }, + "library_target_name": "mio", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" + "name": "mio", + "package_url": "https://github.com/tokio-rs/mio", + "repository": { + "Http": { + "sha256": "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec", + "url": "https://static.crates.io/crates/mio/1.0.2/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "mio", + "crate_root": "src/lib.rs" + } + } + ], + "version": "1.0.2" }, "mockall 0.15.0": { + "build_script_attrs": {}, + "common_attrs": { + "deps": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "downcast 0.11.0", + "target": "downcast" + }, + { + "id": "fragile 2.0.0", + "target": "fragile" + }, + { + "id": "predicates 3.1.2", + "target": "predicates" + }, + { + "id": "predicates-tree 1.0.9", + "target": "predicates_tree" + } + ], + "edition": "2021", + "extra_deps": [ + ":build_script_build" + ], + "proc_macro_deps": [ + { + "id": "mockall_derive 0.15.0", + "target": "mockall_derive" + } + ] + }, + "library_target_name": "mockall", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", + "license_ids": [ + "Apache-2.0", + "MIT" + ], "name": "mockall", - "version": "0.15.0", "package_url": "https://github.com/asomers/mockall", "repository": { "Http": { - "url": "https://static.crates.io/crates/mockall/0.15.0/download", - "sha256": "1a6ceddfe3ce334925e96bf420fdb2dcee5bed6c632a168ece622676dadeaf8a" + "sha256": "1a6ceddfe3ce334925e96bf420fdb2dcee5bed6c632a168ece622676dadeaf8a", + "url": "https://static.crates.io/crates/mockall/0.15.0/download" } }, "targets": [ { "Library": { "crate_name": "mockall", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "mockall", + "version": "0.15.0" + }, + "mockall_derive 0.15.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "downcast 0.11.0", - "target": "downcast" - }, - { - "id": "fragile 2.0.0", - "target": "fragile" - }, - { - "id": "mockall 0.15.0", - "target": "build_script_build" - }, - { - "id": "predicates 3.1.2", - "target": "predicates" - }, - { - "id": "predicates-tree 1.0.9", - "target": "predicates_tree" - } - ], - "selects": {} - }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "mockall_derive 0.15.0", - "target": "mockall_derive" - } - ], - "selects": {} - }, - "version": "0.15.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "mockall_derive", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "mockall_derive 0.15.0": { "name": "mockall_derive", - "version": "0.15.0", "package_url": "https://github.com/asomers/mockall", "repository": { "Http": { - "url": "https://static.crates.io/crates/mockall_derive/0.15.0/download", - "sha256": "9cfe16fbe8a314aeec0b861ac24e60b1e123e97634bab045475b9d6a18416fd8" + "sha256": "9cfe16fbe8a314aeec0b861ac24e60b1e123e97634bab045475b9d6a18416fd8", + "url": "https://static.crates.io/crates/mockall_derive/0.15.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "mockall_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "mockall_derive", + "version": "0.15.0" + }, + "mockito 1.7.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "mockall_derive 0.15.0", - "target": "build_script_build" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.15.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "color", + "colored", + "default", + "parking_lot" ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "assert-json-diff 2.0.2", + "target": "assert_json_diff" + }, + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "colored 3.0.0", + "target": "colored" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "http-body 1.0.1", + "target": "http_body" + }, + { + "id": "http-body-util 0.1.3", + "target": "http_body_util" + }, + { + "id": "hyper 1.8.1", + "target": "hyper" + }, + { + "id": "hyper-util 0.1.20", + "target": "hyper_util" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "rand 0.9.4", + "target": "rand" + }, + { + "id": "regex 1.13.1", + "target": "regex" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + }, + { + "id": "serde_urlencoded 0.7.1", + "target": "serde_urlencoded" + }, + { + "id": "similar 2.2.1", + "target": "similar" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + } ], - "data_glob": [ - "**" - ] + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "mockito", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "mockito 1.7.0": { "name": "mockito", - "version": "1.7.0", "package_url": "https://github.com/lipanski/mockito", "repository": { "Http": { - "url": "https://static.crates.io/crates/mockito/1.7.0/download", - "sha256": "7760e0e418d9b7e5777c0374009ca4c93861b9066f18cb334a20ce50ab63aa48" + "sha256": "7760e0e418d9b7e5777c0374009ca4c93861b9066f18cb334a20ce50ab63aa48", + "url": "https://static.crates.io/crates/mockito/1.7.0/download" } }, "targets": [ { "Library": { "crate_name": "mockito", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "mockito", + "version": "1.7.0" + }, + "moka 0.12.15": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "future", + "sync" ], - "crate_features": { - "common": [ - "color", - "colored", - "default", - "parking_lot" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "assert-json-diff 2.0.2", - "target": "assert_json_diff" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "colored 3.0.0", - "target": "colored" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "http-body-util 0.1.3", - "target": "http_body_util" - }, - { - "id": "hyper 1.8.1", - "target": "hyper" - }, - { - "id": "hyper-util 0.1.20", - "target": "hyper_util" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "rand 0.9.4", - "target": "rand" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "serde_urlencoded 0.7.1", - "target": "serde_urlencoded" - }, - { - "id": "similar 2.2.1", - "target": "similar" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.7.0" + "deps": [ + { + "id": "async-lock 3.4.2", + "target": "async_lock" + }, + { + "id": "crossbeam-channel 0.5.15", + "target": "crossbeam_channel" + }, + { + "id": "crossbeam-epoch 0.9.18", + "target": "crossbeam_epoch" + }, + { + "id": "crossbeam-utils 0.8.21", + "target": "crossbeam_utils" + }, + { + "id": "equivalent 1.0.1", + "target": "equivalent" + }, + { + "id": "event-listener 5.3.1", + "target": "event_listener" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "parking_lot 0.12.5", + "target": "parking_lot" + }, + { + "id": "portable-atomic 1.11.0", + "target": "portable_atomic" + }, + { + "id": "smallvec 1.15.1", + "target": "smallvec" + }, + { + "id": "tagptr 0.2.0", + "target": "tagptr" + }, + { + "id": "uuid 1.12.1", + "target": "uuid" + } + ], + "edition": "2021" }, - "license": "MIT", + "library_target_name": "moka", + "license": "(MIT OR Apache-2.0) AND Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "moka 0.12.15": { "name": "moka", - "version": "0.12.15", "package_url": "https://github.com/moka-rs/moka", "repository": { "Http": { - "url": "https://static.crates.io/crates/moka/0.12.15/download", - "sha256": "957228ad12042ee839f93c8f257b62b4c0ab5eaae1d4fa60de53b27c9d7c5046" + "sha256": "957228ad12042ee839f93c8f257b62b4c0ab5eaae1d4fa60de53b27c9d7c5046", + "url": "https://static.crates.io/crates/moka/0.12.15/download" } }, "targets": [ { "Library": { "crate_name": "moka", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "moka", + "version": "0.12.15" + }, + "more-asserts 0.3.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "future", - "sync" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "async-lock 3.4.2", - "target": "async_lock" - }, - { - "id": "crossbeam-channel 0.5.15", - "target": "crossbeam_channel" - }, - { - "id": "crossbeam-epoch 0.9.18", - "target": "crossbeam_epoch" - }, - { - "id": "crossbeam-utils 0.8.21", - "target": "crossbeam_utils" - }, - { - "id": "equivalent 1.0.1", - "target": "equivalent" - }, - { - "id": "event-listener 5.3.1", - "target": "event_listener" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "parking_lot 0.12.5", - "target": "parking_lot" - }, - { - "id": "portable-atomic 1.11.0", - "target": "portable_atomic" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "tagptr 0.2.0", - "target": "tagptr" - }, - { - "id": "uuid 1.12.1", - "target": "uuid" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.12.15" + "edition": "2018" }, - "license": "(MIT OR Apache-2.0) AND Apache-2.0", + "library_target_name": "more_asserts", + "license": "Unlicense OR MIT OR Apache-2.0 OR CC0-1.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", - "MIT" + "CC0-1.0", + "MIT", + "Unlicense" ], - "license_file": "LICENSE-APACHE" - }, - "more-asserts 0.3.1": { "name": "more-asserts", - "version": "0.3.1", "package_url": "https://github.com/thomcc/rust-more-asserts", "repository": { "Http": { - "url": "https://static.crates.io/crates/more-asserts/0.3.1/download", - "sha256": "1fafa6961cabd9c63bcd77a45d7e3b7f3b552b70417831fb0f56db717e72407e" + "sha256": "1fafa6961cabd9c63bcd77a45d7e3b7f3b552b70417831fb0f56db717e72407e", + "url": "https://static.crates.io/crates/more-asserts/0.3.1/download" } }, "targets": [ { "Library": { "crate_name": "more_asserts", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "more_asserts", + "version": "0.3.1" + }, + "multimap 0.8.3": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.3.1" + "edition": "2015" }, - "license": "Unlicense OR MIT OR Apache-2.0 OR CC0-1.0", + "library_target_name": "multimap", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", - "CC0-1.0", - "MIT", - "Unlicense" + "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "multimap 0.8.3": { "name": "multimap", - "version": "0.8.3", "package_url": "https://github.com/havarnov/multimap", "repository": { "Http": { - "url": "https://static.crates.io/crates/multimap/0.8.3/download", - "sha256": "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" + "sha256": "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a", + "url": "https://static.crates.io/crates/multimap/0.8.3/download" } }, "targets": [ { "Library": { "crate_name": "multimap", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "multimap", + "version": "0.8.3" + }, + "munge 0.4.7": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.8.3" + "edition": "2021", + "proc_macro_deps": [ + { + "id": "munge_macro 0.4.7", + "target": "munge_macro" + } + ] }, - "license": "MIT/Apache-2.0", + "library_target_name": "munge", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "munge 0.4.7": { "name": "munge", - "version": "0.4.7", "package_url": "https://github.com/djkoloski/munge", "repository": { "Http": { - "url": "https://static.crates.io/crates/munge/0.4.7/download", - "sha256": "5e17401f259eba956ca16491461b6e8f72913a0a114e39736ce404410f915a0c" + "sha256": "5e17401f259eba956ca16491461b6e8f72913a0a114e39736ce404410f915a0c", + "url": "https://static.crates.io/crates/munge/0.4.7/download" } }, "targets": [ { "Library": { "crate_name": "munge", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "munge", + "version": "0.4.7" + }, + "munge_macro 0.4.7": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "munge_macro 0.4.7", - "target": "munge_macro" - } - ], - "selects": {} - }, - "version": "0.4.7" + "edition": "2021" }, + "library_target_name": "munge_macro", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "munge_macro 0.4.7": { "name": "munge_macro", - "version": "0.4.7", "package_url": "https://github.com/djkoloski/munge", "repository": { "Http": { - "url": "https://static.crates.io/crates/munge_macro/0.4.7/download", - "sha256": "4568f25ccbd45ab5d5603dc34318c1ec56b117531781260002151b8530a9f931" + "sha256": "4568f25ccbd45ab5d5603dc34318c1ec56b117531781260002151b8530a9f931", + "url": "https://static.crates.io/crates/munge_macro/0.4.7/download" } }, "targets": [ { "ProcMacro": { "crate_name": "munge_macro", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "munge_macro", + "version": "0.4.7" + }, + "ndk-context 0.1.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.7" + "edition": "2021" }, - "license": "MIT", + "library_target_name": "ndk_context", + "license": "MIT OR Apache-2.0", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "ndk-context 0.1.1": { "name": "ndk-context", - "version": "0.1.1", "package_url": "https://github.com/rust-windowing/android-ndk-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/ndk-context/0.1.1/download", - "sha256": "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" + "sha256": "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b", + "url": "https://static.crates.io/crates/ndk-context/0.1.1/download" } }, "targets": [ { "Library": { "crate_name": "ndk_context", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ndk_context", + "version": "0.1.1" + }, + "neli 0.7.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "parking_lot", + "sync" + ], + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "derive_builder 0.20.2", + "target": "derive_builder" + }, + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "parking_lot 0.12.5", + "target": "parking_lot" + } ], "edition": "2021", - "version": "0.1.1" + "proc_macro_deps": [ + { + "id": "getset 0.1.7", + "target": "getset" + }, + { + "id": "neli-proc-macros 0.2.2", + "target": "neli_proc_macros" + } + ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "neli", + "license": "BSD-3-Clause", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "BSD-3-Clause" ], - "license_file": null - }, - "neli 0.7.4": { "name": "neli", - "version": "0.7.4", "package_url": "https://github.com/jbaublitz/neli", "repository": { "Http": { - "url": "https://static.crates.io/crates/neli/0.7.4/download", - "sha256": "22f9786d56d972959e1408b6a93be6af13b9c1392036c5c1fafa08a1b0c6ee87" + "sha256": "22f9786d56d972959e1408b6a93be6af13b9c1392036c5c1fafa08a1b0c6ee87", + "url": "https://static.crates.io/crates/neli/0.7.4/download" } }, "targets": [ { "Library": { "crate_name": "neli", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "neli", + "version": "0.7.4" + }, + "neli-proc-macros 0.2.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "either 1.18.0", + "target": "either" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "crate_features": { - "common": [ - "default", - "parking_lot", - "sync" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "byteorder 1.5.0", - "target": "byteorder" - }, - { - "id": "derive_builder 0.20.2", - "target": "derive_builder" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "parking_lot 0.12.5", - "target": "parking_lot" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "getset 0.1.7", - "target": "getset" - }, - { - "id": "neli-proc-macros 0.2.2", - "target": "neli_proc_macros" - } - ], - "selects": {} - }, - "version": "0.7.4" + "edition": "2018" }, + "library_target_name": "neli_proc_macros", "license": "BSD-3-Clause", + "license_file": "LICENSE", "license_ids": [ "BSD-3-Clause" ], - "license_file": "LICENSE" - }, - "neli-proc-macros 0.2.2": { "name": "neli-proc-macros", - "version": "0.2.2", "package_url": "https://github.com/jbaublitz/neli", "repository": { "Http": { - "url": "https://static.crates.io/crates/neli-proc-macros/0.2.2/download", - "sha256": "05d8d08c6e98f20a62417478ebf7be8e1425ec9acecc6f63e22da633f6b71609" + "sha256": "05d8d08c6e98f20a62417478ebf7be8e1425ec9acecc6f63e22da633f6b71609", + "url": "https://static.crates.io/crates/neli-proc-macros/0.2.2/download" } }, "targets": [ { "ProcMacro": { "crate_name": "neli_proc_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "neli_proc_macros", + "version": "0.2.2" + }, + "new_debug_unreachable 1.0.4": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "either 1.18.0", - "target": "either" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.2" + "edition": "2018" }, - "license": "BSD-3-Clause", + "library_target_name": "debug_unreachable", + "license": "MIT", + "license_file": "LICENSE-MIT", "license_ids": [ - "BSD-3-Clause" + "MIT" ], - "license_file": "LICENSE" - }, - "new_debug_unreachable 1.0.4": { "name": "new_debug_unreachable", - "version": "1.0.4", "package_url": "https://github.com/mbrubeck/rust-debug-unreachable", "repository": { "Http": { - "url": "https://static.crates.io/crates/new_debug_unreachable/1.0.4/download", - "sha256": "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" + "sha256": "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54", + "url": "https://static.crates.io/crates/new_debug_unreachable/1.0.4/download" } }, "targets": [ { "Library": { "crate_name": "debug_unreachable", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "debug_unreachable", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.0.4" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE-MIT" + "version": "1.0.4" }, "nftables 0.4.1": { - "name": "nftables", - "version": "0.4.1", - "package_url": "https://github.com/namib-project/nftables-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/nftables/0.4.1/download", - "sha256": "3b5081f5cae4d24af558828494371be6672d02a693e9b4cbca4a0cbae5443e6f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "nftables", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "nftables", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "serde_path_to_error 0.1.14", - "target": "serde_path_to_error" - }, - { - "id": "strum 0.26.3", - "target": "strum" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, + "common_attrs": { + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + }, + { + "id": "serde_path_to_error 0.1.14", + "target": "serde_path_to_error" + }, + { + "id": "strum 0.26.3", + "target": "strum" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + } + ], "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "strum_macros 0.26.4", - "target": "strum_macros" - } - ], - "selects": {} - }, - "version": "0.4.1" + "proc_macro_deps": [ + { + "id": "strum_macros 0.26.4", + "target": "strum_macros" + } + ] }, + "library_target_name": "nftables", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "nix 0.27.1": { - "name": "nix", - "version": "0.27.1", - "package_url": "https://github.com/nix-rust/nix", + "name": "nftables", + "package_url": "https://github.com/namib-project/nftables-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/nix/0.27.1/download", - "sha256": "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" + "sha256": "3b5081f5cae4d24af558828494371be6672d02a693e9b4cbca4a0cbae5443e6f", + "url": "https://static.crates.io/crates/nftables/0.4.1/download" } }, "targets": [ { "Library": { - "crate_name": "nix", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "nftables", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "nix", + "version": "0.4.1" + }, + "nix 0.27.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "ioctl", + "memoffset", + "socket" ], - "crate_features": { - "common": [ - "default", - "ioctl", - "memoffset", - "socket" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "memoffset 0.9.0", - "target": "memoffset" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.27.1" + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "id": "memoffset 0.9.0", + "target": "memoffset" + } + ], + "edition": "2021" }, + "library_target_name": "nix", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "nix 0.29.0": { "name": "nix", - "version": "0.29.0", "package_url": "https://github.com/nix-rust/nix", "repository": { "Http": { - "url": "https://static.crates.io/crates/nix/0.29.0/download", - "sha256": "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" + "sha256": "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053", + "url": "https://static.crates.io/crates/nix/0.27.1/download" } }, "targets": [ { "Library": { "crate_name": "nix", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "nix", + "version": "0.27.1" + }, + "nix 0.29.0": { + "build_script_attrs": { + "deps": [ + { + "id": "cfg_aliases 0.2.1", + "target": "cfg_aliases" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" - ], "crate_features": { "common": [ "default", @@ -49504,812 +38247,566 @@ ] } }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "memoffset 0.9.0", - "target": "memoffset" - }, - { - "id": "nix 0.29.0", - "target": "build_script_build" - } - ], - "selects": {} - }, + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "id": "memoffset 0.9.0", + "target": "memoffset" + } + ], "edition": "2021", - "version": "0.29.0" + "extra_deps": [ + ":build_script_build" + ] + }, + "library_target_name": "nix", + "license": "MIT", + "license_file": "LICENSE", + "license_ids": [ + "MIT" + ], + "name": "nix", + "package_url": "https://github.com/nix-rust/nix", + "repository": { + "Http": { + "sha256": "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46", + "url": "https://static.crates.io/crates/nix/0.29.0/download" + } }, + "targets": [ + { + "Library": { + "crate_name": "nix", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" + } + } + ], + "version": "0.29.0" + }, + "nix 0.30.1": { "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "cfg_aliases 0.2.1", + "target": "cfg_aliases" + } + ] + }, + "common_attrs": { + "crate_features": [ + "default", + "fs", + "process", + "signal", + "term" ], - "data_glob": [ - "**" + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "libc 0.2.186", + "target": "libc" + } ], - "deps": { - "common": [ - { - "id": "cfg_aliases 0.2.1", - "target": "cfg_aliases" - } - ], - "selects": {} - } + "edition": "2021", + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "nix", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "nix 0.30.1": { "name": "nix", - "version": "0.30.1", "package_url": "https://github.com/nix-rust/nix", "repository": { "Http": { - "url": "https://static.crates.io/crates/nix/0.30.1/download", - "sha256": "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" + "sha256": "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6", + "url": "https://static.crates.io/crates/nix/0.30.1/download" } }, "targets": [ { "Library": { "crate_name": "nix", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "nix", + "version": "0.30.1" + }, + "nix 0.31.3": { + "build_script_attrs": { + "deps": [ + { + "id": "cfg_aliases 0.2.1", + "target": "cfg_aliases" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "feature", + "fs", + "ioctl", + "memoffset", + "mman", + "net", + "process", + "ptrace", + "signal", + "socket", + "time", + "uio", + "user", + "zerocopy" + ], + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "id": "memoffset 0.9.0", + "target": "memoffset" + } ], - "crate_features": { - "common": [ - "default", - "fs", - "process", - "signal", - "term" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "nix 0.30.1", - "target": "build_script_build" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.30.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg_aliases 0.2.1", - "target": "cfg_aliases" - } - ], - "selects": {} - } + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "nix", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "nix 0.31.3": { "name": "nix", - "version": "0.31.3", "package_url": "https://github.com/nix-rust/nix", "repository": { "Http": { - "url": "https://static.crates.io/crates/nix/0.31.3/download", - "sha256": "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d" + "sha256": "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d", + "url": "https://static.crates.io/crates/nix/0.31.3/download" } }, "targets": [ { "Library": { "crate_name": "nix", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "nix", + "version": "0.31.3" + }, + "no_std_io2 0.9.4": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "feature", - "fs", - "ioctl", - "memoffset", - "mman", - "net", - "process", - "ptrace", - "signal", - "socket", - "time", - "uio", - "user", - "zerocopy" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "memoffset 0.9.0", - "target": "memoffset" - }, - { - "id": "nix 0.31.3", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.31.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "crate_features": [ + "alloc", + "std" ], - "data_glob": [ - "**" + "deps": [ + { + "id": "memchr 2.7.4", + "target": "memchr" + } ], - "deps": { - "common": [ - { - "id": "cfg_aliases 0.2.1", - "target": "cfg_aliases" - } - ], - "selects": {} - } + "edition": "2021" }, - "license": "MIT", + "library_target_name": "no_std_io2", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "no_std_io2 0.9.4": { "name": "no_std_io2", - "version": "0.9.4", "package_url": "https://github.com/wcampbell0x2a/no-std-io2", "repository": { "Http": { - "url": "https://static.crates.io/crates/no_std_io2/0.9.4/download", - "sha256": "418abd1b6d34fbf6cae440dc874771b0525a604428704c76e48b29a5e67b8003" + "sha256": "418abd1b6d34fbf6cae440dc874771b0525a604428704c76e48b29a5e67b8003", + "url": "https://static.crates.io/crates/no_std_io2/0.9.4/download" } }, "targets": [ { "Library": { "crate_name": "no_std_io2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "no_std_io2", + "version": "0.9.4" + }, + "nohash 0.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "alloc", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "memchr 2.7.4", - "target": "memchr" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.4" + "edition": "2018" }, + "library_target_name": "nohash", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "nohash 0.2.0": { "name": "nohash", - "version": "0.2.0", "package_url": "https://github.com/tetcoin/nohash", "repository": { "Http": { - "url": "https://static.crates.io/crates/nohash/0.2.0/download", - "sha256": "a0f889fb66f7acdf83442c35775764b51fed3c606ab9cee51500dbde2cf528ca" + "sha256": "a0f889fb66f7acdf83442c35775764b51fed3c606ab9cee51500dbde2cf528ca", + "url": "https://static.crates.io/crates/nohash/0.2.0/download" } }, "targets": [ { "Library": { "crate_name": "nohash", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "nohash", + "version": "0.2.0" + }, + "nom 7.1.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.0" + "deps": [ + { + "id": "memchr 2.7.4", + "target": "memchr" + }, + { + "id": "minimal-lexical 0.2.1", + "target": "minimal_lexical" + } + ], + "edition": "2018" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "nom", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "nom 7.1.3": { "name": "nom", - "version": "7.1.3", "package_url": "https://github.com/Geal/nom", "repository": { "Http": { - "url": "https://static.crates.io/crates/nom/7.1.3/download", - "sha256": "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" + "sha256": "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a", + "url": "https://static.crates.io/crates/nom/7.1.3/download" } }, "targets": [ { "Library": { "crate_name": "nom", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "nom", + "version": "7.1.3" + }, + "nom 8.0.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "std" ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "minimal-lexical 0.2.1", - "target": "minimal_lexical" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "7.1.3" + "deps": [ + { + "id": "memchr 2.7.4", + "target": "memchr" + } + ], + "edition": "2021" }, + "library_target_name": "nom", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "nom 8.0.0": { "name": "nom", - "version": "8.0.0", "package_url": "https://github.com/rust-bakery/nom", "repository": { "Http": { - "url": "https://static.crates.io/crates/nom/8.0.0/download", - "sha256": "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405" + "sha256": "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405", + "url": "https://static.crates.io/crates/nom/8.0.0/download" } }, "targets": [ { "Library": { "crate_name": "nom", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "nom", + "version": "8.0.0" + }, + "nom-language 0.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "nom 8.0.0", + "target": "nom" + } ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "memchr 2.7.4", - "target": "memchr" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "8.0.0" + "edition": "2021" }, + "library_target_name": "nom_language", "license": "MIT", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "nom-language 0.1.0": { "name": "nom-language", - "version": "0.1.0", "package_url": "https://github.com/rust-bakery/nom", "repository": { "Http": { - "url": "https://static.crates.io/crates/nom-language/0.1.0/download", - "sha256": "2de2bc5b451bfedaef92c90b8939a8fff5770bdcc1fafd6239d086aab8fa6b29" + "sha256": "2de2bc5b451bfedaef92c90b8939a8fff5770bdcc1fafd6239d086aab8fa6b29", + "url": "https://static.crates.io/crates/nom-language/0.1.0/download" } }, "targets": [ { "Library": { "crate_name": "nom_language", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "nom_language", + "version": "0.1.0" + }, + "nonempty 0.7.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "nom 8.0.0", - "target": "nom" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.0" + "edition": "2018" }, + "library_target_name": "nonempty", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": null - }, - "nonempty 0.7.0": { "name": "nonempty", - "version": "0.7.0", "package_url": "https://github.com/cloudhead/nonempty", "repository": { "Http": { - "url": "https://static.crates.io/crates/nonempty/0.7.0/download", - "sha256": "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7" + "sha256": "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7", + "url": "https://static.crates.io/crates/nonempty/0.7.0/download" } }, "targets": [ { "Library": { "crate_name": "nonempty", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "nonempty", + "version": "0.7.0" + }, + "nonzero_ext 0.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "std" ], - "edition": "2018", - "version": "0.7.0" + "edition": "2015" }, - "license": "MIT", + "library_target_name": "nonzero_ext", + "license": "Apache-2.0", + "license_file": "LICENSE.txt", "license_ids": [ - "MIT" + "Apache-2.0" ], - "license_file": "LICENSE" - }, - "nonzero_ext 0.3.0": { "name": "nonzero_ext", - "version": "0.3.0", "package_url": "https://github.com/antifuchs/nonzero_ext", "repository": { "Http": { - "url": "https://static.crates.io/crates/nonzero_ext/0.3.0/download", - "sha256": "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" + "sha256": "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21", + "url": "https://static.crates.io/crates/nonzero_ext/0.3.0/download" } }, "targets": [ { "Library": { "crate_name": "nonzero_ext", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "nonzero_ext", + "version": "0.3.0" + }, + "normalize-line-endings 0.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "0.3.0" + "edition": "2015" }, + "library_target_name": "normalize_line_endings", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE.txt" - }, - "normalize-line-endings 0.3.0": { "name": "normalize-line-endings", - "version": "0.3.0", "package_url": "https://github.com/derekdreery/normalize-line-endings", "repository": { "Http": { - "url": "https://static.crates.io/crates/normalize-line-endings/0.3.0/download", - "sha256": "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" + "sha256": "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be", + "url": "https://static.crates.io/crates/normalize-line-endings/0.3.0/download" } }, "targets": [ { "Library": { "crate_name": "normalize_line_endings", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "normalize_line_endings", + "version": "0.3.0" + }, + "ntapi 0.4.1": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "winapi 0.3.9", + "target": "winapi" + } ], - "edition": "2015", - "version": "0.3.0" + "edition": "2018", + "extra_deps": [ + ":build_script_build" + ] }, - "license": "Apache-2.0", + "library_target_name": "ntapi", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ - "Apache-2.0" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" - }, - "ntapi 0.4.1": { "name": "ntapi", - "version": "0.4.1", "package_url": "https://github.com/MSxDOS/ntapi", "repository": { "Http": { - "url": "https://static.crates.io/crates/ntapi/0.4.1/download", - "sha256": "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" + "sha256": "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4", + "url": "https://static.crates.io/crates/ntapi/0.4.1/download" } }, "targets": [ { "Library": { "crate_name": "ntapi", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "ntapi", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "ntapi 0.4.1", - "target": "build_script_build" - }, - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" + "version": "0.4.1" }, "nu-ansi-term 0.50.1": { - "name": "nu-ansi-term", - "version": "0.50.1", - "package_url": "https://github.com/nushell/nu-ansi-term", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/nu-ansi-term/0.50.1/download", - "sha256": "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399" - } - }, - "targets": [ - { - "Library": { - "crate_name": "nu_ansi_term", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "nu_ansi_term", "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [], "selects": { "cfg(windows)": [ { + "alias": "windows", "id": "windows-sys 0.52.0", - "target": "windows_sys", - "alias": "windows" + "target": "windows_sys" } ] } }, - "edition": "2021", - "version": "0.50.1" + "edition": "2021" }, + "library_target_name": "nu_ansi_term", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "num 0.4.3": { - "name": "num", - "version": "0.4.3", - "package_url": "https://github.com/rust-num/num", + "name": "nu-ansi-term", + "package_url": "https://github.com/nushell/nu-ansi-term", "repository": { "Http": { - "url": "https://static.crates.io/crates/num/0.4.3/download", - "sha256": "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" + "sha256": "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399", + "url": "https://static.crates.io/crates/nu-ansi-term/0.50.1/download" } }, "targets": [ { "Library": { - "crate_name": "num", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "nu_ansi_term", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "num", + "version": "0.50.1" + }, + "num 0.4.3": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "crate_features": { "common": [ "num-bigint", @@ -50324,758 +38821,547 @@ ] } }, - "deps": { - "common": [ - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-complex 0.4.6", - "target": "num_complex" - }, - { - "id": "num-integer 0.1.46", - "target": "num_integer" - }, - { - "id": "num-iter 0.1.45", - "target": "num_iter" - }, - { - "id": "num-rational 0.4.2", - "target": "num_rational" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.3" + "deps": [ + { + "id": "num-bigint 0.4.6", + "target": "num_bigint" + }, + { + "id": "num-complex 0.4.6", + "target": "num_complex" + }, + { + "id": "num-integer 0.1.46", + "target": "num_integer" + }, + { + "id": "num-iter 0.1.45", + "target": "num_iter" + }, + { + "id": "num-rational 0.4.2", + "target": "num_rational" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + } + ], + "edition": "2021" + }, + "library_target_name": "num", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "name": "num", + "package_url": "https://github.com/rust-num/num", + "repository": { + "Http": { + "sha256": "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23", + "url": "https://static.crates.io/crates/num/0.4.3/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "num", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.4.3" + }, + "num-bigint 0.2.6": { + "build_script_attrs": { + "deps": [ + { + "id": "autocfg 1.5.0", + "target": "autocfg" + } + ] }, - "license": "MIT OR Apache-2.0", + "common_attrs": { + "crate_features": [ + "default", + "std" + ], + "deps": [ + { + "id": "num-integer 0.1.46", + "target": "num_integer" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + } + ], + "edition": "2015", + "extra_deps": [ + ":build_script_build" + ] + }, + "library_target_name": "num_bigint", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "num-bigint 0.2.6": { "name": "num-bigint", - "version": "0.2.6", "package_url": "https://github.com/rust-num/num-bigint", "repository": { "Http": { - "url": "https://static.crates.io/crates/num-bigint/0.2.6/download", - "sha256": "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304" + "sha256": "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304", + "url": "https://static.crates.io/crates/num-bigint/0.2.6/download" } }, "targets": [ { "Library": { "crate_name": "num_bigint", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "num_bigint", + "version": "0.2.6" + }, + "num-bigint 0.4.6": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-bigint 0.2.6", - "target": "build_script_build" - }, - { - "id": "num-integer 0.1.46", - "target": "num_integer" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.2.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "serde", + "std" ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "deps": [ + { + "id": "num-integer 0.1.46", + "target": "num_integer" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } ], - "deps": { - "common": [ - { - "id": "autocfg 1.5.0", - "target": "autocfg" - } - ], - "selects": {} - } + "edition": "2021" }, - "license": "MIT/Apache-2.0", + "library_target_name": "num_bigint", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "num-bigint 0.4.6": { "name": "num-bigint", - "version": "0.4.6", "package_url": "https://github.com/rust-num/num-bigint", "repository": { "Http": { - "url": "https://static.crates.io/crates/num-bigint/0.4.6/download", - "sha256": "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" + "sha256": "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9", + "url": "https://static.crates.io/crates/num-bigint/0.4.6/download" } }, "targets": [ { "Library": { "crate_name": "num_bigint", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "num_bigint", + "version": "0.4.6" + }, + "num-bigint 0.5.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "default", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-integer 0.1.46", - "target": "num_integer" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.6" + "deps": [ + { + "id": "num-integer 0.1.46", + "target": "num_integer" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + } + ], + "edition": "2021" }, + "library_target_name": "num_bigint", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "num-bigint 0.5.1": { "name": "num-bigint", - "version": "0.5.1", "package_url": "https://github.com/rust-num/num-bigint", "repository": { "Http": { - "url": "https://static.crates.io/crates/num-bigint/0.5.1/download", - "sha256": "93e7820bc0a80a0238e650327316f929ba18d5be054b647490a3a6a339f3e7c0" + "sha256": "93e7820bc0a80a0238e650327316f929ba18d5be054b647490a3a6a339f3e7c0", + "url": "https://static.crates.io/crates/num-bigint/0.5.1/download" } }, "targets": [ { "Library": { "crate_name": "num_bigint", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "num_bigint", - "common_attrs": { - "compile_data_glob": [ - "**" + "version": "0.5.1" + }, + "num-bigint-dig 0.8.6": { + "build_script_attrs": {}, + "common_attrs": { + "crate_features": [ + "i128", + "prime", + "rand", + "u64_digit", + "zeroize" + ], + "deps": [ + { + "id": "lazy_static 1.5.0", + "target": "lazy_static" + }, + { + "id": "libm 0.2.16", + "target": "libm" + }, + { + "id": "num-integer 0.1.46", + "target": "num_integer" + }, + { + "id": "num-iter 0.1.45", + "target": "num_iter" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "rand 0.8.6", + "target": "rand" + }, + { + "id": "smallvec 1.15.1", + "target": "smallvec" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-integer 0.1.46", - "target": "num_integer" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.5.1" + "extra_deps": [ + ":build_script_build" + ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "num_bigint_dig", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "num-bigint-dig 0.8.6": { "name": "num-bigint-dig", - "version": "0.8.6", "package_url": "https://github.com/dignifiedquire/num-bigint", "repository": { "Http": { - "url": "https://static.crates.io/crates/num-bigint-dig/0.8.6/download", - "sha256": "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" + "sha256": "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7", + "url": "https://static.crates.io/crates/num-bigint-dig/0.8.6/download" } }, "targets": [ { "Library": { "crate_name": "num_bigint_dig", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "num_bigint_dig", - "common_attrs": { - "compile_data_glob": [ - "**" + "version": "0.8.6" + }, + "num-bigint-dig 0.9.1": { + "build_script_attrs": {}, + "common_attrs": { + "crate_features": [ + "default", + "prime", + "rand", + "serde", + "std", + "u64_digit" + ], + "deps": [ + { + "id": "libm 0.2.16", + "target": "libm" + }, + { + "id": "num-integer 0.1.46", + "target": "num_integer" + }, + { + "id": "num-iter 0.1.45", + "target": "num_iter" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "rand 0.9.4", + "target": "rand" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "smallvec 1.15.1", + "target": "smallvec" + } ], - "crate_features": { - "common": [ - "i128", - "prime", - "rand", - "u64_digit", - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "libm 0.2.16", - "target": "libm" - }, - { - "id": "num-bigint-dig 0.8.6", - "target": "build_script_build" - }, - { - "id": "num-integer 0.1.46", - "target": "num_integer" - }, - { - "id": "num-iter 0.1.45", - "target": "num_iter" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "rand 0.8.6", - "target": "rand" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.8.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "num_bigint_dig", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "num-bigint-dig 0.9.1": { "name": "num-bigint-dig", - "version": "0.9.1", "package_url": "https://github.com/dignifiedquire/num-bigint", "repository": { "Http": { - "url": "https://static.crates.io/crates/num-bigint-dig/0.9.1/download", - "sha256": "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099" + "sha256": "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099", + "url": "https://static.crates.io/crates/num-bigint-dig/0.9.1/download" } }, "targets": [ { "Library": { "crate_name": "num_bigint_dig", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "num_bigint_dig", + "version": "0.9.1" + }, + "num-cmp 0.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "prime", - "rand", - "serde", - "std", - "u64_digit" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libm 0.2.16", - "target": "libm" - }, - { - "id": "num-bigint-dig 0.9.1", - "target": "build_script_build" - }, - { - "id": "num-integer 0.1.46", - "target": "num_integer" - }, - { - "id": "num-iter 0.1.45", - "target": "num_iter" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "rand 0.9.4", - "target": "rand" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] + "edition": "2015" }, + "library_target_name": "num_cmp", "license": "MIT/Apache-2.0", + "license_file": "LICENSE.txt", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "num-cmp 0.1.0": { "name": "num-cmp", - "version": "0.1.0", "package_url": "https://github.com/lifthrasiir/num-cmp", "repository": { "Http": { - "url": "https://static.crates.io/crates/num-cmp/0.1.0/download", - "sha256": "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa" + "sha256": "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa", + "url": "https://static.crates.io/crates/num-cmp/0.1.0/download" } }, "targets": [ { "Library": { "crate_name": "num_cmp", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "num_cmp", + "version": "0.1.0" + }, + "num-complex 0.4.6": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "std" ], - "edition": "2015", - "version": "0.1.0" + "deps": [ + { + "id": "num-traits 0.2.19", + "target": "num_traits" + } + ], + "edition": "2021" }, - "license": "MIT/Apache-2.0", + "library_target_name": "num_complex", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE.txt" - }, - "num-complex 0.4.6": { "name": "num-complex", - "version": "0.4.6", "package_url": "https://github.com/rust-num/num-complex", "repository": { "Http": { - "url": "https://static.crates.io/crates/num-complex/0.4.6/download", - "sha256": "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" + "sha256": "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495", + "url": "https://static.crates.io/crates/num-complex/0.4.6/download" } }, "targets": [ { "Library": { "crate_name": "num_complex", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "num_complex", + "version": "0.4.6" + }, + "num-conv 0.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-traits 0.2.19", - "target": "num_traits" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.6" + "edition": "2021" }, + "library_target_name": "num_conv", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-Apache", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "num-conv 0.2.0": { "name": "num-conv", - "version": "0.2.0", "package_url": "https://github.com/jhpratt/num-conv", "repository": { "Http": { - "url": "https://static.crates.io/crates/num-conv/0.2.0/download", - "sha256": "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" + "sha256": "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050", + "url": "https://static.crates.io/crates/num-conv/0.2.0/download" } }, "targets": [ { "Library": { "crate_name": "num_conv", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "num_conv", + "version": "0.2.0" + }, + "num-format 0.4.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "arrayvec 0.7.4", + "target": "arrayvec" + }, + { + "id": "itoa 1.0.17", + "target": "itoa" + } ], - "edition": "2021", - "version": "0.2.0" + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "num_format", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-Apache" - }, - "num-format 0.4.4": { "name": "num-format", - "version": "0.4.4", "package_url": "https://github.com/bcmyers/num-format", "repository": { "Http": { - "url": "https://static.crates.io/crates/num-format/0.4.4/download", - "sha256": "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" + "sha256": "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3", + "url": "https://static.crates.io/crates/num-format/0.4.4/download" } }, "targets": [ { "Library": { "crate_name": "num_format", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "num_format", + "version": "0.4.4" + }, + "num-integer 0.1.46": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "i128", + "std" ], - "deps": { - "common": [ - { - "id": "arrayvec 0.7.4", - "target": "arrayvec" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.4" + "deps": [ + { + "id": "num-traits 0.2.19", + "target": "num_traits" + } + ], + "edition": "2018" }, - "license": "MIT/Apache-2.0", + "library_target_name": "num_integer", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "num-integer 0.1.46": { "name": "num-integer", - "version": "0.1.46", "package_url": "https://github.com/rust-num/num-integer", "repository": { "Http": { - "url": "https://static.crates.io/crates/num-integer/0.1.46/download", - "sha256": "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" + "sha256": "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f", + "url": "https://static.crates.io/crates/num-integer/0.1.46/download" } }, "targets": [ { "Library": { "crate_name": "num_integer", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "num_integer", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "i128", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-traits 0.2.19", - "target": "num_traits" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.46" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" + "version": "0.1.46" }, "num-iter 0.1.45": { - "name": "num-iter", - "version": "0.1.45", - "package_url": "https://github.com/rust-num/num-iter", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/num-iter/0.1.45/download", - "sha256": "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" - } - }, - "targets": [ - { - "Library": { - "crate_name": "num_iter", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "num_iter", "common_attrs": { - "compile_data_glob": [ - "**" - ], "crate_features": { "common": [], "selects": { @@ -51097,306 +39383,216 @@ ] } }, - "deps": { - "common": [ - { - "id": "num-integer 0.1.46", - "target": "num_integer" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.45" + "deps": [ + { + "id": "num-integer 0.1.46", + "target": "num_integer" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + } + ], + "edition": "2018" }, + "library_target_name": "num_iter", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "num-modular 0.6.1": { - "name": "num-modular", - "version": "0.6.1", - "package_url": "https://github.com/cmpute/num-modular", + "name": "num-iter", + "package_url": "https://github.com/rust-num/num-iter", "repository": { "Http": { - "url": "https://static.crates.io/crates/num-modular/0.6.1/download", - "sha256": "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f" + "sha256": "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf", + "url": "https://static.crates.io/crates/num-iter/0.1.45/download" } }, "targets": [ { "Library": { - "crate_name": "num_modular", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "num_iter", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "num_modular", + "version": "0.1.45" + }, + "num-modular 0.6.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.6.1" + "edition": "2018" }, + "library_target_name": "num_modular", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "num-order 1.2.0": { - "name": "num-order", - "version": "1.2.0", - "package_url": "https://github.com/cmpute/num-order", + "name": "num-modular", + "package_url": "https://github.com/cmpute/num-modular", "repository": { "Http": { - "url": "https://static.crates.io/crates/num-order/1.2.0/download", - "sha256": "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6" + "sha256": "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f", + "url": "https://static.crates.io/crates/num-modular/0.6.1/download" } }, "targets": [ { "Library": { - "crate_name": "num_order", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "num_modular", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "num_order", + "version": "0.6.1" + }, + "num-order 1.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-modular 0.6.1", - "target": "num_modular" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.2.0" + "deps": [ + { + "id": "num-modular 0.6.1", + "target": "num_modular" + } + ], + "edition": "2018" }, + "library_target_name": "num_order", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "num-rational 0.4.2": { - "name": "num-rational", - "version": "0.4.2", - "package_url": "https://github.com/rust-num/num-rational", + "name": "num-order", + "package_url": "https://github.com/cmpute/num-order", "repository": { "Http": { - "url": "https://static.crates.io/crates/num-rational/0.4.2/download", - "sha256": "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" + "sha256": "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6", + "url": "https://static.crates.io/crates/num-order/1.2.0/download" } }, "targets": [ { "Library": { - "crate_name": "num_rational", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "num_order", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "num_rational", + "version": "1.2.0" + }, + "num-rational 0.4.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "num-bigint", + "num-bigint-std", + "std" ], - "crate_features": { - "common": [ - "num-bigint", - "num-bigint-std", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-integer 0.1.46", - "target": "num_integer" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.2" + "deps": [ + { + "id": "num-bigint 0.4.6", + "target": "num_bigint" + }, + { + "id": "num-integer 0.1.46", + "target": "num_integer" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + } + ], + "edition": "2021" }, + "library_target_name": "num_rational", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "num-traits 0.2.19": { - "name": "num-traits", - "version": "0.2.19", - "package_url": "https://github.com/rust-num/num-traits", + "name": "num-rational", + "package_url": "https://github.com/rust-num/num-rational", "repository": { "Http": { - "url": "https://static.crates.io/crates/num-traits/0.2.19/download", - "sha256": "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" + "sha256": "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824", + "url": "https://static.crates.io/crates/num-rational/0.4.2/download" } }, "targets": [ { "Library": { - "crate_name": "num_traits", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "num_rational", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "num_traits", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "i128", - "libm", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libm 0.2.16", - "target": "libm" - }, - { - "id": "num-traits 0.2.19", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.19" - }, + "version": "0.4.2" + }, + "num-traits 0.2.19": { "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "autocfg 1.5.0", + "target": "autocfg" + } + ] + }, + "common_attrs": { + "crate_features": [ + "default", + "i128", + "libm", + "std" ], - "data_glob": [ - "**" + "deps": [ + { + "id": "libm 0.2.16", + "target": "libm" + } ], - "deps": { - "common": [ - { - "id": "autocfg 1.5.0", - "target": "autocfg" - } - ], - "selects": {} - } + "edition": "2021", + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "num_traits", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "num_cpus 1.16.0": { - "name": "num_cpus", - "version": "1.16.0", - "package_url": "https://github.com/seanmonstar/num_cpus", + "name": "num-traits", + "package_url": "https://github.com/rust-num/num-traits", "repository": { "Http": { - "url": "https://static.crates.io/crates/num_cpus/1.16.0/download", - "sha256": "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" + "sha256": "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841", + "url": "https://static.crates.io/crates/num-traits/0.2.19/download" } }, "targets": [ { "Library": { - "crate_name": "num_cpus", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "num_traits", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "num_cpus", + "version": "0.2.19" + }, + "num_cpus 1.16.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [], "selects": { @@ -51414,45 +39610,35 @@ ] } }, - "edition": "2015", - "version": "1.16.0" + "edition": "2015" }, + "library_target_name": "num_cpus", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "num_threads 0.1.6": { - "name": "num_threads", - "version": "0.1.6", - "package_url": "https://github.com/jhpratt/num_threads", + "name": "num_cpus", + "package_url": "https://github.com/seanmonstar/num_cpus", "repository": { "Http": { - "url": "https://static.crates.io/crates/num_threads/0.1.6/download", - "sha256": "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" + "sha256": "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43", + "url": "https://static.crates.io/crates/num_cpus/1.16.0/download" } }, "targets": [ { "Library": { - "crate_name": "num_threads", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "num_cpus", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "num_threads", + "version": "1.16.0" + }, + "num_threads 0.1.6": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [], "selects": { @@ -51464,1248 +39650,877 @@ ] } }, - "edition": "2015", - "version": "0.1.6" + "edition": "2015" }, + "library_target_name": "num_threads", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-Apache", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-Apache" + "name": "num_threads", + "package_url": "https://github.com/jhpratt/num_threads", + "repository": { + "Http": { + "sha256": "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44", + "url": "https://static.crates.io/crates/num_threads/0.1.6/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "num_threads", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.1.6" }, "number_prefix 0.4.0": { + "common_attrs": { + "crate_features": [ + "default", + "std" + ], + "edition": "2015" + }, + "library_target_name": "number_prefix", + "license": "MIT", + "license_ids": [ + "MIT" + ], "name": "number_prefix", - "version": "0.4.0", "package_url": "https://github.com/ogham/rust-number-prefix", "repository": { "Http": { - "url": "https://static.crates.io/crates/number_prefix/0.4.0/download", - "sha256": "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" + "sha256": "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3", + "url": "https://static.crates.io/crates/number_prefix/0.4.0/download" } }, "targets": [ { "Library": { "crate_name": "number_prefix", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "number_prefix", + "version": "0.4.0" + }, + "nybbles 0.4.8": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "serde", + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "0.4.0" + "deps": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "ruint 1.20.0", + "target": "ruint" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "smallvec 1.15.1", + "target": "smallvec" + } + ], + "edition": "2024" }, - "license": "MIT", + "library_target_name": "nybbles", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": null - }, - "nybbles 0.4.8": { "name": "nybbles", - "version": "0.4.8", "package_url": "https://github.com/alloy-rs/nybbles", "repository": { "Http": { - "url": "https://static.crates.io/crates/nybbles/0.4.8/download", - "sha256": "0d49ff0c0d00d4a502b39df9af3a525e1efeb14b9dabb5bb83335284c1309210" + "sha256": "0d49ff0c0d00d4a502b39df9af3a525e1efeb14b9dabb5bb83335284c1309210", + "url": "https://static.crates.io/crates/nybbles/0.4.8/download" } }, "targets": [ { "Library": { "crate_name": "nybbles", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "nybbles", + "version": "0.4.8" + }, + "objc2-core-foundation 0.3.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "ruint 1.20.0", - "target": "ruint" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.4.8" + "crate_features": [ + "CFArray", + "CFBase", + "CFData", + "CFDictionary", + "CFError", + "CFNumber", + "CFPlugInCOM", + "CFRunLoop", + "CFString", + "CFURL", + "CFUUID", + "alloc", + "bitflags", + "std" + ], + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + } + ], + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "objc2_core_foundation", + "license": "Zlib OR Apache-2.0 OR MIT", "license_ids": [ "Apache-2.0", - "MIT" + "MIT", + "Zlib" ], - "license_file": "LICENSE-APACHE" - }, - "objc2-core-foundation 0.3.2": { "name": "objc2-core-foundation", - "version": "0.3.2", "package_url": "https://github.com/madsmtm/objc2", "repository": { "Http": { - "url": "https://static.crates.io/crates/objc2-core-foundation/0.3.2/download", - "sha256": "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" + "sha256": "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536", + "url": "https://static.crates.io/crates/objc2-core-foundation/0.3.2/download" } }, "targets": [ { "Library": { "crate_name": "objc2_core_foundation", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "objc2_core_foundation", + "version": "0.3.2" + }, + "objc2-io-kit 0.3.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "hidsystem", + "libc", + "std" ], - "crate_features": { - "common": [ - "CFArray", - "CFBase", - "CFData", - "CFDictionary", - "CFError", - "CFNumber", - "CFPlugInCOM", - "CFRunLoop", - "CFString", - "CFURL", - "CFUUID", - "alloc", - "bitflags", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.2" + "deps": [ + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "id": "objc2-core-foundation 0.3.2", + "target": "objc2_core_foundation" + } + ], + "edition": "2021" }, + "library_target_name": "objc2_io_kit", "license": "Zlib OR Apache-2.0 OR MIT", "license_ids": [ "Apache-2.0", "MIT", "Zlib" ], - "license_file": null - }, - "objc2-io-kit 0.3.2": { "name": "objc2-io-kit", - "version": "0.3.2", "package_url": "https://github.com/madsmtm/objc2", "repository": { "Http": { - "url": "https://static.crates.io/crates/objc2-io-kit/0.3.2/download", - "sha256": "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15" + "sha256": "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15", + "url": "https://static.crates.io/crates/objc2-io-kit/0.3.2/download" } }, "targets": [ { "Library": { "crate_name": "objc2_io_kit", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "objc2_io_kit", + "version": "0.3.2" + }, + "object 0.31.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "archive", + "coff", + "elf", + "macho", + "pe", + "read_core", + "unaligned" ], - "crate_features": { - "common": [ - "alloc", - "hidsystem", - "libc", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "objc2-core-foundation 0.3.2", - "target": "objc2_core_foundation" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.2" + "deps": [ + { + "id": "memchr 2.7.4", + "target": "memchr" + } + ], + "edition": "2018" }, - "license": "Zlib OR Apache-2.0 OR MIT", + "library_target_name": "object", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", - "MIT", - "Zlib" + "MIT" ], - "license_file": null - }, - "object 0.31.1": { "name": "object", - "version": "0.31.1", "package_url": "https://github.com/gimli-rs/object", "repository": { "Http": { - "url": "https://static.crates.io/crates/object/0.31.1/download", - "sha256": "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1" + "sha256": "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1", + "url": "https://static.crates.io/crates/object/0.31.1/download" } }, "targets": [ { "Library": { "crate_name": "object", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "object", - "common_attrs": { - "compile_data_glob": [ - "**" + "version": "0.31.1" + }, + "object 0.37.3": { + "build_script_attrs": {}, + "common_attrs": { + "crate_features": [ + "archive", + "coff", + "compression", + "default", + "elf", + "macho", + "pe", + "read", + "read_core", + "std", + "unaligned", + "xcoff" + ], + "deps": [ + { + "id": "flate2 1.1.5", + "target": "flate2" + }, + { + "id": "memchr 2.7.4", + "target": "memchr" + }, + { + "id": "ruzstd 0.8.1", + "target": "ruzstd" + } ], - "crate_features": { - "common": [ - "archive", - "coff", - "elf", - "macho", - "pe", - "read_core", - "unaligned" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "memchr 2.7.4", - "target": "memchr" - } - ], - "selects": {} - }, "edition": "2018", - "version": "0.31.1" + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "object", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "object 0.37.3": { "name": "object", - "version": "0.37.3", "package_url": "https://github.com/gimli-rs/object", "repository": { "Http": { - "url": "https://static.crates.io/crates/object/0.37.3/download", - "sha256": "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" + "sha256": "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe", + "url": "https://static.crates.io/crates/object/0.37.3/download" } }, "targets": [ { "Library": { "crate_name": "object", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "object", - "common_attrs": { - "compile_data_glob": [ - "**" + "version": "0.37.3" + }, + "object 0.39.1": { + "build_script_attrs": {}, + "common_attrs": { + "crate_features": [ + "coff", + "elf", + "macho", + "pe", + "read_core", + "std", + "unaligned", + "write", + "write_core", + "write_std", + "xcoff" + ], + "deps": [ + { + "id": "crc32fast 1.3.2", + "target": "crc32fast" + }, + { + "id": "hashbrown 0.17.0", + "target": "hashbrown" + }, + { + "id": "indexmap 2.14.0", + "target": "indexmap" + }, + { + "id": "memchr 2.7.4", + "target": "memchr" + } ], - "crate_features": { - "common": [ - "archive", - "coff", - "compression", - "default", - "elf", - "macho", - "pe", - "read", - "read_core", - "std", - "unaligned", - "xcoff" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "flate2 1.1.5", - "target": "flate2" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "object 0.37.3", - "target": "build_script_build" - }, - { - "id": "ruzstd 0.8.1", - "target": "ruzstd" - } - ], - "selects": {} - }, "edition": "2018", - "version": "0.37.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "object", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "object 0.39.1": { "name": "object", - "version": "0.39.1", "package_url": "https://github.com/gimli-rs/object", "repository": { "Http": { - "url": "https://static.crates.io/crates/object/0.39.1/download", - "sha256": "2e5a6c098c7a3b6547378093f5cc30bc54fd361ce711e05293a5cc589562739b" + "sha256": "2e5a6c098c7a3b6547378093f5cc30bc54fd361ce711e05293a5cc589562739b", + "url": "https://static.crates.io/crates/object/0.39.1/download" } }, "targets": [ { "Library": { "crate_name": "object", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "object", - "common_attrs": { - "compile_data_glob": [ - "**" + "version": "0.39.1" + }, + "oid-registry 0.7.1": { + "build_script_attrs": {}, + "common_attrs": { + "crate_features": [ + "crypto", + "default", + "kdf", + "nist_algs", + "pkcs1", + "pkcs12", + "pkcs7", + "pkcs9", + "registry", + "x509", + "x962" + ], + "deps": [ + { + "id": "asn1-rs 0.6.2", + "target": "asn1_rs" + } ], - "crate_features": { - "common": [ - "coff", - "elf", - "macho", - "pe", - "read_core", - "std", - "unaligned", - "write", - "write_core", - "write_std", - "xcoff" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crc32fast 1.3.2", - "target": "crc32fast" - }, - { - "id": "hashbrown 0.17.0", - "target": "hashbrown" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "object 0.39.1", - "target": "build_script_build" - } - ], - "selects": {} - }, "edition": "2018", - "version": "0.39.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "oid_registry", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "oid-registry 0.7.1": { "name": "oid-registry", - "version": "0.7.1", "package_url": "https://github.com/rusticata/oid-registry.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/oid-registry/0.7.1/download", - "sha256": "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9" + "sha256": "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9", + "url": "https://static.crates.io/crates/oid-registry/0.7.1/download" } }, "targets": [ { "Library": { "crate_name": "oid_registry", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "oid_registry", - "common_attrs": { - "compile_data_glob": [ - "**" + "version": "0.7.1" + }, + "oid-registry 0.8.1": { + "build_script_attrs": {}, + "common_attrs": { + "crate_features": [ + "crypto", + "default", + "kdf", + "nist_algs", + "pkcs1", + "pkcs12", + "pkcs7", + "pkcs9", + "registry", + "x509", + "x962" + ], + "deps": [ + { + "id": "asn1-rs 0.7.1", + "target": "asn1_rs" + } ], - "crate_features": { - "common": [ - "crypto", - "default", - "kdf", - "nist_algs", - "pkcs1", - "pkcs12", - "pkcs7", - "pkcs9", - "registry", - "x509", - "x962" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "asn1-rs 0.6.2", - "target": "asn1_rs" - }, - { - "id": "oid-registry 0.7.1", - "target": "build_script_build" - } - ], - "selects": {} - }, "edition": "2018", - "version": "0.7.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "oid_registry", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "oid-registry 0.8.1": { "name": "oid-registry", - "version": "0.8.1", "package_url": "https://github.com/rusticata/oid-registry.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/oid-registry/0.8.1/download", - "sha256": "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7" + "sha256": "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7", + "url": "https://static.crates.io/crates/oid-registry/0.8.1/download" } }, "targets": [ { "Library": { "crate_name": "oid_registry", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "oid_registry", + "version": "0.8.1" + }, + "once_cell 1.21.3": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "crypto", - "default", - "kdf", - "nist_algs", - "pkcs1", - "pkcs12", - "pkcs7", - "pkcs9", - "registry", - "x509", - "x962" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "asn1-rs 0.7.1", - "target": "asn1_rs" - }, - { - "id": "oid-registry 0.8.1", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.8.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "crate_features": [ + "alloc", + "critical-section", + "default", + "portable-atomic", + "race", + "std" + ], + "deps": [ + { + "id": "critical-section 1.2.0", + "target": "critical_section" + }, + { + "id": "portable-atomic 1.11.0", + "target": "portable_atomic" + } ], - "data_glob": [ - "**" - ] + "edition": "2021" }, + "library_target_name": "once_cell", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "once_cell 1.21.3": { "name": "once_cell", - "version": "1.21.3", "package_url": "https://github.com/matklad/once_cell", "repository": { "Http": { - "url": "https://static.crates.io/crates/once_cell/1.21.3/download", - "sha256": "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" + "sha256": "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d", + "url": "https://static.crates.io/crates/once_cell/1.21.3/download" } }, "targets": [ { "Library": { "crate_name": "once_cell", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "once_cell", + "version": "1.21.3" + }, + "oorandom 11.1.3": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "critical-section", - "default", - "portable-atomic", - "race", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "critical-section 1.2.0", - "target": "critical_section" - }, - { - "id": "portable-atomic 1.11.0", - "target": "portable_atomic" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.21.3" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "oorandom", + "license": "MIT", + "license_file": "LICENSE-MIT", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "oorandom 11.1.3": { "name": "oorandom", - "version": "11.1.3", "package_url": "https://sr.ht/~icefox/oorandom/", "repository": { "Http": { - "url": "https://static.crates.io/crates/oorandom/11.1.3/download", - "sha256": "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" + "sha256": "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575", + "url": "https://static.crates.io/crates/oorandom/11.1.3/download" } }, "targets": [ { "Library": { "crate_name": "oorandom", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "oorandom", + "version": "11.1.3" + }, + "opaque-debug 0.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "11.1.3" + "edition": "2018" }, - "license": "MIT", + "library_target_name": "opaque_debug", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE-MIT" - }, - "opaque-debug 0.3.0": { "name": "opaque-debug", - "version": "0.3.0", "package_url": "https://github.com/RustCrypto/utils", "repository": { "Http": { - "url": "https://static.crates.io/crates/opaque-debug/0.3.0/download", - "sha256": "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" + "sha256": "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5", + "url": "https://static.crates.io/crates/opaque-debug/0.3.0/download" } }, "targets": [ { "Library": { "crate_name": "opaque_debug", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "opaque_debug", + "version": "0.3.0" + }, + "openssl 0.10.80": { + "build_script_attrs": { + "link_deps": [ + { + "alias": "ffi", + "id": "openssl-sys 0.9.116", + "target": "openssl_sys" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "foreign-types 0.3.2", + "target": "foreign_types" + }, + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "alias": "ffi", + "id": "openssl-sys 0.9.116", + "target": "openssl_sys" + } ], - "edition": "2018", - "version": "0.3.0" + "edition": "2021", + "extra_deps": [ + ":build_script_build" + ], + "proc_macro_deps": [ + { + "id": "openssl-macros 0.1.1", + "target": "openssl_macros" + } + ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "openssl", + "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "Apache-2.0" ], - "license_file": "LICENSE-APACHE" - }, - "openssl 0.10.80": { "name": "openssl", - "version": "0.10.80", "package_url": "https://github.com/rust-openssl/rust-openssl", "repository": { "Http": { - "url": "https://static.crates.io/crates/openssl/0.10.80/download", - "sha256": "a45fa2aa886c42762255da344f0a0d313e254066c46aad76f300c3d3da62d967" + "sha256": "a45fa2aa886c42762255da344f0a0d313e254066c46aad76f300c3d3da62d967", + "url": "https://static.crates.io/crates/openssl/0.10.80/download" } }, "targets": [ { "Library": { "crate_name": "openssl", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "openssl", + "version": "0.10.80" + }, + "openssl-macros 0.1.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "foreign-types 0.3.2", - "target": "foreign_types" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "openssl 0.10.80", - "target": "build_script_build" - }, - { - "id": "openssl-sys 0.9.116", - "target": "openssl_sys", - "alias": "ffi" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "openssl-macros 0.1.1", - "target": "openssl_macros" - } - ], - "selects": {} - }, - "version": "0.10.80" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "link_deps": { - "common": [ - { - "id": "openssl-sys 0.9.116", - "target": "openssl_sys", - "alias": "ffi" - } - ], - "selects": {} - } + "edition": "2018" }, - "license": "Apache-2.0", + "library_target_name": "openssl_macros", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "Apache-2.0" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" - }, - "openssl-macros 0.1.1": { "name": "openssl-macros", - "version": "0.1.1", - "package_url": null, "repository": { "Http": { - "url": "https://static.crates.io/crates/openssl-macros/0.1.1/download", - "sha256": "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" + "sha256": "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c", + "url": "https://static.crates.io/crates/openssl-macros/0.1.1/download" } }, "targets": [ { "ProcMacro": { "crate_name": "openssl_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "openssl_macros", + "version": "0.1.1" + }, + "openssl-probe 0.1.5": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.1" + "edition": "2015" }, + "library_target_name": "openssl_probe", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "openssl-probe 0.1.5": { "name": "openssl-probe", - "version": "0.1.5", "package_url": "https://github.com/alexcrichton/openssl-probe", "repository": { "Http": { - "url": "https://static.crates.io/crates/openssl-probe/0.1.5/download", - "sha256": "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" + "sha256": "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf", + "url": "https://static.crates.io/crates/openssl-probe/0.1.5/download" } }, "targets": [ { "Library": { "crate_name": "openssl_probe", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "openssl_probe", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.1.5" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" + "version": "0.1.5" }, "openssl-src 300.4.1+3.4.0": { - "name": "openssl-src", - "version": "300.4.1+3.4.0", - "package_url": "https://github.com/alexcrichton/openssl-src-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/openssl-src/300.4.1+3.4.0/download", - "sha256": "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "openssl_src", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "openssl_src", "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "cc 1.2.48", + "target": "cc" + } ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "300.4.1+3.4.0" + "edition": "2021" }, + "library_target_name": "openssl_src", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "openssl-sys 0.9.116": { - "name": "openssl-sys", - "version": "0.9.116", - "package_url": "https://github.com/rust-openssl/rust-openssl", + "name": "openssl-src", + "package_url": "https://github.com/alexcrichton/openssl-src-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/openssl-sys/0.9.116/download", - "sha256": "f28a22dc7140cda5f096e5e7724a6962ca81a7f8bfd2979f9b18c11af56318c4" + "sha256": "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c", + "url": "https://static.crates.io/crates/openssl-src/300.4.1+3.4.0/download" } }, "targets": [ { "Library": { - "crate_name": "openssl_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_main", - "crate_root": "build/main.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "openssl_src", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "openssl_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "openssl-sys 0.9.116", - "target": "build_script_main" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.116" - }, + "version": "300.4.1+3.4.0" + }, + "openssl-sys 0.9.116": { "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data": { - "common": [ - "@openssl//:gen_dir" - ], - "selects": {} - }, - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - }, - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - }, - { - "id": "vcpkg 0.2.15", - "target": "vcpkg" - } - ], - "selects": {} - }, "build_script_env": { - "common": { - "OPENSSL_INCLUDE_DIR": "$(execpath @openssl//:gen_dir)/include", - "OPENSSL_LIB_DIR": "$(execpath @openssl//:gen_dir)/lib64", - "OPENSSL_NO_VENDOR": "1", - "OPENSSL_STATIC": "1" + "OPENSSL_INCLUDE_DIR": "$(execpath @openssl//:gen_dir)/include", + "OPENSSL_LIB_DIR": "$(execpath @openssl//:gen_dir)/lib64", + "OPENSSL_NO_VENDOR": "1", + "OPENSSL_STATIC": "1" + }, + "data": [ + "@openssl//:gen_dir" + ], + "deps": [ + { + "id": "cc 1.2.48", + "target": "cc" }, - "selects": {} - }, + { + "id": "pkg-config 0.3.32", + "target": "pkg_config" + }, + { + "id": "vcpkg 0.2.15", + "target": "vcpkg" + } + ], "links": "openssl" }, + "common_attrs": { + "deps": [ + { + "id": "libc 0.2.186", + "target": "libc" + } + ], + "edition": "2021", + "extra_deps": [ + ":build_script_main" + ] + }, + "library_target_name": "openssl_sys", "license": "MIT", + "license_file": "LICENSE-MIT", "license_ids": [ "MIT" ], - "license_file": "LICENSE-MIT" - }, - "opentelemetry 0.32.0": { - "name": "opentelemetry", - "version": "0.32.0", - "package_url": "https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry", + "name": "openssl-sys", + "package_url": "https://github.com/rust-openssl/rust-openssl", "repository": { "Http": { - "url": "https://static.crates.io/crates/opentelemetry/0.32.0/download", - "sha256": "b0142c63252a9e054e68a4c61a5778f7b14f576274d593f8ce883d191a099682" + "sha256": "f28a22dc7140cda5f096e5e7724a6962ca81a7f8bfd2979f9b18c11af56318c4", + "url": "https://static.crates.io/crates/openssl-sys/0.9.116/download" } }, "targets": [ { "Library": { - "crate_name": "opentelemetry", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "openssl_sys", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_main", + "crate_root": "build/main.rs" } } ], - "library_target_name": "opentelemetry", + "version": "0.9.116" + }, + "opentelemetry 0.32.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "futures", + "futures-core", + "futures-sink", + "internal-logs", + "logs", + "metrics", + "pin-project-lite", + "thiserror", + "trace", + "tracing" ], - "crate_features": { - "common": [ - "default", - "futures", - "futures-core", - "futures-sink", - "internal-logs", - "logs", - "metrics", - "pin-project-lite", - "thiserror", - "trace", - "tracing" - ], - "selects": {} - }, "deps": { "common": [ { @@ -52738,338 +40553,259 @@ ] } }, - "edition": "2021", - "version": "0.32.0" + "edition": "2021" }, + "library_target_name": "opentelemetry", "license": "Apache-2.0", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "opentelemetry-otlp 0.32.0": { - "name": "opentelemetry-otlp", - "version": "0.32.0", - "package_url": "https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-otlp", + "name": "opentelemetry", + "package_url": "https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry", "repository": { "Http": { - "url": "https://static.crates.io/crates/opentelemetry-otlp/0.32.0/download", - "sha256": "9966929966d17620d7c316c643ba62631826e10021409357772d5eea84f62c35" + "sha256": "b0142c63252a9e054e68a4c61a5778f7b14f576274d593f8ce883d191a099682", + "url": "https://static.crates.io/crates/opentelemetry/0.32.0/download" } }, "targets": [ { "Library": { - "crate_name": "opentelemetry_otlp", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "opentelemetry", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "opentelemetry_otlp", + "version": "0.32.0" + }, + "opentelemetry-otlp 0.32.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "grpc-tonic", + "http", + "prost", + "tokio", + "tonic", + "tonic-types", + "trace" + ], + "deps": [ + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "opentelemetry 0.32.0", + "target": "opentelemetry" + }, + { + "id": "opentelemetry-proto 0.32.0", + "target": "opentelemetry_proto" + }, + { + "id": "opentelemetry_sdk 0.32.1", + "target": "opentelemetry_sdk" + }, + { + "id": "prost 0.14.4", + "target": "prost" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "id": "tonic 0.14.6", + "target": "tonic" + }, + { + "id": "tonic-types 0.14.5", + "target": "tonic_types" + } ], - "crate_features": { - "common": [ - "grpc-tonic", - "http", - "prost", - "tokio", - "tonic", - "tonic-types", - "trace" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "opentelemetry 0.32.0", - "target": "opentelemetry" - }, - { - "id": "opentelemetry-proto 0.32.0", - "target": "opentelemetry_proto" - }, - { - "id": "opentelemetry_sdk 0.32.1", - "target": "opentelemetry_sdk" - }, - { - "id": "prost 0.14.4", - "target": "prost" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tonic 0.14.6", - "target": "tonic" - }, - { - "id": "tonic-types 0.14.5", - "target": "tonic_types" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.32.0" + "edition": "2021" }, + "library_target_name": "opentelemetry_otlp", "license": "Apache-2.0", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "opentelemetry-prometheus 0.32.0": { - "name": "opentelemetry-prometheus", - "version": "0.32.0", - "package_url": "https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-prometheus", + "name": "opentelemetry-otlp", + "package_url": "https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-otlp", "repository": { "Http": { - "url": "https://static.crates.io/crates/opentelemetry-prometheus/0.32.0/download", - "sha256": "2c0359983e7f79cf33c9abd89e5d7ddf67c46c419d0148598022d70e70c01aba" + "sha256": "9966929966d17620d7c316c643ba62631826e10021409357772d5eea84f62c35", + "url": "https://static.crates.io/crates/opentelemetry-otlp/0.32.0/download" } }, "targets": [ { "Library": { - "crate_name": "opentelemetry_prometheus", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "opentelemetry_otlp", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "opentelemetry_prometheus", + "version": "0.32.0" + }, + "opentelemetry-prometheus 0.32.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "internal-logs", + "tracing" ], - "crate_features": { - "common": [ - "default", - "internal-logs", - "tracing" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "opentelemetry 0.32.0", - "target": "opentelemetry" - }, - { - "id": "opentelemetry_sdk 0.32.1", - "target": "opentelemetry_sdk" - }, - { - "id": "prometheus 0.14.0", - "target": "prometheus" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.32.0" + "deps": [ + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "opentelemetry 0.32.0", + "target": "opentelemetry" + }, + { + "id": "opentelemetry_sdk 0.32.1", + "target": "opentelemetry_sdk" + }, + { + "id": "prometheus 0.14.0", + "target": "prometheus" + }, + { + "id": "tracing 0.1.44", + "target": "tracing" + } + ], + "edition": "2021" }, + "library_target_name": "opentelemetry_prometheus", "license": "Apache-2.0", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "opentelemetry-proto 0.32.0": { - "name": "opentelemetry-proto", - "version": "0.32.0", - "package_url": "https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-proto", + "name": "opentelemetry-prometheus", + "package_url": "https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-prometheus", "repository": { "Http": { - "url": "https://static.crates.io/crates/opentelemetry-proto/0.32.0/download", - "sha256": "56d658ba1faf63f7b9c492cfbe6e0ec365440a16132d3270c1065f7b33f1b638" + "sha256": "2c0359983e7f79cf33c9abd89e5d7ddf67c46c419d0148598022d70e70c01aba", + "url": "https://static.crates.io/crates/opentelemetry-prometheus/0.32.0/download" } }, "targets": [ { "Library": { - "crate_name": "opentelemetry_proto", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "opentelemetry_prometheus", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "opentelemetry_proto", + "version": "0.32.0" + }, + "opentelemetry-proto 0.32.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "gen-tonic", + "gen-tonic-messages", + "prost", + "tonic", + "tonic-prost", + "trace" + ], + "deps": [ + { + "id": "opentelemetry 0.32.0", + "target": "opentelemetry" + }, + { + "id": "opentelemetry_sdk 0.32.1", + "target": "opentelemetry_sdk" + }, + { + "id": "prost 0.14.4", + "target": "prost" + }, + { + "id": "tonic 0.14.6", + "target": "tonic" + }, + { + "id": "tonic-prost 0.14.5", + "target": "tonic_prost" + } ], - "crate_features": { - "common": [ - "gen-tonic", - "gen-tonic-messages", - "prost", - "tonic", - "tonic-prost", - "trace" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "opentelemetry 0.32.0", - "target": "opentelemetry" - }, - { - "id": "opentelemetry_sdk 0.32.1", - "target": "opentelemetry_sdk" - }, - { - "id": "prost 0.14.4", - "target": "prost" - }, - { - "id": "tonic 0.14.6", - "target": "tonic" - }, - { - "id": "tonic-prost 0.14.5", - "target": "tonic_prost" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.32.0" + "edition": "2021" }, + "library_target_name": "opentelemetry_proto", "license": "Apache-2.0", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "opentelemetry-semantic-conventions 0.32.1": { - "name": "opentelemetry-semantic-conventions", - "version": "0.32.1", - "package_url": "https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions", + "name": "opentelemetry-proto", + "package_url": "https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-proto", "repository": { "Http": { - "url": "https://static.crates.io/crates/opentelemetry-semantic-conventions/0.32.1/download", - "sha256": "c913ac17a6c451661ee255f4625d143e51647ae78ebd969b75e41c4442f4fe47" + "sha256": "56d658ba1faf63f7b9c492cfbe6e0ec365440a16132d3270c1065f7b33f1b638", + "url": "https://static.crates.io/crates/opentelemetry-proto/0.32.0/download" } }, "targets": [ { "Library": { - "crate_name": "opentelemetry_semantic_conventions", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "opentelemetry_proto", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "opentelemetry_semantic_conventions", + "version": "0.32.0" + }, + "opentelemetry-semantic-conventions 0.32.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "semconv_experimental" ], - "crate_features": { - "common": [ - "default", - "semconv_experimental" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.32.1" + "edition": "2021" }, + "library_target_name": "opentelemetry_semantic_conventions", "license": "Apache-2.0", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "opentelemetry_sdk 0.32.1": { - "name": "opentelemetry_sdk", - "version": "0.32.1", - "package_url": "https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk", + "name": "opentelemetry-semantic-conventions", + "package_url": "https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions", "repository": { "Http": { - "url": "https://static.crates.io/crates/opentelemetry_sdk/0.32.1/download", - "sha256": "9b59f80e1ac4d5ff7a2db8fb6c80badb7f0f3f858211fba08dd9aaec750894f9" + "sha256": "c913ac17a6c451661ee255f4625d143e51647ae78ebd969b75e41c4442f4fe47", + "url": "https://static.crates.io/crates/opentelemetry-semantic-conventions/0.32.1/download" } }, "targets": [ { "Library": { - "crate_name": "opentelemetry_sdk", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "opentelemetry_semantic_conventions", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "opentelemetry_sdk", + "version": "0.32.1" + }, + "opentelemetry_sdk 0.32.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "experimental_metrics_custom_reader", + "internal-logs", + "logs", + "metrics", + "percent-encoding", + "rand", + "trace" ], - "crate_features": { - "common": [ - "default", - "experimental_metrics_custom_reader", - "internal-logs", - "logs", - "metrics", - "percent-encoding", - "rand", - "trace" - ], - "selects": {} - }, "deps": { "common": [ { @@ -53110,787 +40846,579 @@ ] } }, - "edition": "2021", - "version": "0.32.1" + "edition": "2021" }, + "library_target_name": "opentelemetry_sdk", "license": "Apache-2.0", "license_ids": [ "Apache-2.0" ], - "license_file": null + "name": "opentelemetry_sdk", + "package_url": "https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk", + "repository": { + "Http": { + "sha256": "9b59f80e1ac4d5ff7a2db8fb6c80badb7f0f3f858211fba08dd9aaec750894f9", + "url": "https://static.crates.io/crates/opentelemetry_sdk/0.32.1/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "opentelemetry_sdk", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.32.1" }, "option-ext 0.2.0": { + "common_attrs": { + "edition": "2015" + }, + "library_target_name": "option_ext", + "license": "MPL-2.0", + "license_file": "LICENSE.txt", + "license_ids": [ + "MPL-2.0" + ], "name": "option-ext", - "version": "0.2.0", "package_url": "https://github.com/soc/option-ext.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/option-ext/0.2.0/download", - "sha256": "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" + "sha256": "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d", + "url": "https://static.crates.io/crates/option-ext/0.2.0/download" } }, "targets": [ { "Library": { "crate_name": "option_ext", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "option_ext", + "version": "0.2.0" + }, + "ordered-float 4.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "num-traits 0.2.19", + "target": "num_traits" + } ], - "edition": "2015", - "version": "0.2.0" + "edition": "2021" }, - "license": "MPL-2.0", + "library_target_name": "ordered_float", + "license": "MIT", + "license_file": "LICENSE-MIT", "license_ids": [ - "MPL-2.0" + "MIT" ], - "license_file": "LICENSE.txt" - }, - "ordered-float 4.2.0": { "name": "ordered-float", - "version": "4.2.0", "package_url": "https://github.com/reem/rust-ordered-float", "repository": { "Http": { - "url": "https://static.crates.io/crates/ordered-float/4.2.0/download", - "sha256": "a76df7075c7d4d01fdcb46c912dd17fba5b60c78ea480b475f2b6ab6f666584e" + "sha256": "a76df7075c7d4d01fdcb46c912dd17fba5b60c78ea480b475f2b6ab6f666584e", + "url": "https://static.crates.io/crates/ordered-float/4.2.0/download" } }, "targets": [ { "Library": { "crate_name": "ordered_float", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ordered_float", + "version": "4.2.0" + }, + "ordered-multimap 0.7.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "deps": { - "common": [ - { - "id": "num-traits 0.2.19", - "target": "num_traits" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "4.2.0" + "deps": [ + { + "id": "dlv-list 0.5.2", + "target": "dlv_list" + }, + { + "id": "hashbrown 0.14.5", + "target": "hashbrown" + } + ], + "edition": "2021" }, + "library_target_name": "ordered_multimap", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE-MIT" - }, - "ordered-multimap 0.7.3": { "name": "ordered-multimap", - "version": "0.7.3", "package_url": "https://github.com/sgodwincs/ordered-multimap-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/ordered-multimap/0.7.3/download", - "sha256": "49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79" + "sha256": "49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79", + "url": "https://static.crates.io/crates/ordered-multimap/0.7.3/download" } }, "targets": [ { "Library": { "crate_name": "ordered_multimap", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ordered_multimap", + "version": "0.7.3" + }, + "outref 0.5.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "dlv-list 0.5.2", - "target": "dlv_list" - }, - { - "id": "hashbrown 0.14.5", - "target": "hashbrown" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.3" + "edition": "2021" }, + "library_target_name": "outref", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "outref 0.5.2": { "name": "outref", - "version": "0.5.2", "package_url": "https://github.com/Nugine/outref", "repository": { "Http": { - "url": "https://static.crates.io/crates/outref/0.5.2/download", - "sha256": "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e" + "sha256": "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e", + "url": "https://static.crates.io/crates/outref/0.5.2/download" } }, "targets": [ { "Library": { "crate_name": "outref", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "outref", + "version": "0.5.2" + }, + "p256 0.13.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "arithmetic", + "default", + "digest", + "ecdsa", + "ecdsa-core", + "pem", + "pkcs8", + "sha2", + "sha256", + "std" + ], + "deps": [ + { + "alias": "ecdsa_core", + "id": "ecdsa 0.16.9", + "target": "ecdsa" + }, + { + "id": "elliptic-curve 0.13.8", + "target": "elliptic_curve" + }, + { + "id": "primeorder 0.13.2", + "target": "primeorder" + }, + { + "id": "sha2 0.10.9", + "target": "sha2" + } ], "edition": "2021", - "version": "0.5.2" + "rustc_flags": [ + "-C", + "opt-level=3" + ] }, - "license": "MIT", + "library_target_name": "p256", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "p256 0.13.2": { "name": "p256", - "version": "0.13.2", "package_url": "https://github.com/RustCrypto/elliptic-curves/tree/master/p256", "repository": { "Http": { - "url": "https://static.crates.io/crates/p256/0.13.2/download", - "sha256": "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" + "sha256": "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b", + "url": "https://static.crates.io/crates/p256/0.13.2/download" } }, "targets": [ { "Library": { "crate_name": "p256", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "p256", + "version": "0.13.2" + }, + "p384 0.13.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "arithmetic", + "default", + "digest", + "ecdh", + "ecdsa", + "ecdsa-core", + "pem", + "pkcs8", + "sha2", + "sha384", + "std" + ], + "deps": [ + { + "alias": "ecdsa_core", + "id": "ecdsa 0.16.9", + "target": "ecdsa" + }, + { + "id": "elliptic-curve 0.13.8", + "target": "elliptic_curve" + }, + { + "id": "primeorder 0.13.2", + "target": "primeorder" + }, + { + "id": "sha2 0.10.9", + "target": "sha2" + } ], - "crate_features": { - "common": [ - "alloc", - "arithmetic", - "default", - "digest", - "ecdsa", - "ecdsa-core", - "pem", - "pkcs8", - "sha2", - "sha256", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ecdsa 0.16.9", - "target": "ecdsa", - "alias": "ecdsa_core" - }, - { - "id": "elliptic-curve 0.13.8", - "target": "elliptic_curve" - }, - { - "id": "primeorder 0.13.2", - "target": "primeorder" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - } - ], - "selects": {} - }, - "edition": "2021", - "rustc_flags": { - "common": [ - "-C", - "opt-level=3" - ], - "selects": {} - }, - "version": "0.13.2" + "edition": "2021" }, + "library_target_name": "p384", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "p384 0.13.1": { "name": "p384", - "version": "0.13.1", "package_url": "https://github.com/RustCrypto/elliptic-curves/tree/master/p384", "repository": { "Http": { - "url": "https://static.crates.io/crates/p384/0.13.1/download", - "sha256": "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6" + "sha256": "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6", + "url": "https://static.crates.io/crates/p384/0.13.1/download" } }, "targets": [ { "Library": { "crate_name": "p384", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "p384", + "version": "0.13.1" + }, + "pairing 0.23.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "group 0.13.0", + "target": "group" + } ], - "crate_features": { - "common": [ - "alloc", - "arithmetic", - "default", - "digest", - "ecdh", - "ecdsa", - "ecdsa-core", - "pem", - "pkcs8", - "sha2", - "sha384", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ecdsa 0.16.9", - "target": "ecdsa", - "alias": "ecdsa_core" - }, - { - "id": "elliptic-curve 0.13.8", - "target": "elliptic_curve" - }, - { - "id": "primeorder 0.13.2", - "target": "primeorder" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.13.1" + "edition": "2021" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "pairing", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "pairing 0.23.0": { "name": "pairing", - "version": "0.23.0", "package_url": "https://github.com/zkcrypto/pairing", "repository": { "Http": { - "url": "https://static.crates.io/crates/pairing/0.23.0/download", - "sha256": "81fec4625e73cf41ef4bb6846cafa6d44736525f442ba45e407c4a000a13996f" + "sha256": "81fec4625e73cf41ef4bb6846cafa6d44736525f442ba45e407c4a000a13996f", + "url": "https://static.crates.io/crates/pairing/0.23.0/download" } }, "targets": [ { "Library": { "crate_name": "pairing", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "pairing", + "version": "0.23.0" + }, + "papergrid 0.17.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "fnv", + "std" ], - "deps": { - "common": [ - { - "id": "group 0.13.0", - "target": "group" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.23.0" + "deps": [ + { + "id": "bytecount 0.6.9", + "target": "bytecount" + }, + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "unicode-width 0.2.0", + "target": "unicode_width" + } + ], + "edition": "2018" }, - "license": "MIT/Apache-2.0", + "library_target_name": "papergrid", + "license": "MIT", + "license_file": "LICENSE-MIT", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "papergrid 0.17.0": { "name": "papergrid", - "version": "0.17.0", "package_url": "https://github.com/zhiburt/tabled", "repository": { "Http": { - "url": "https://static.crates.io/crates/papergrid/0.17.0/download", - "sha256": "6978128c8b51d8f4080631ceb2302ab51e32cc6e8615f735ee2f83fd269ae3f1" + "sha256": "6978128c8b51d8f4080631ceb2302ab51e32cc6e8615f735ee2f83fd269ae3f1", + "url": "https://static.crates.io/crates/papergrid/0.17.0/download" } }, "targets": [ { "Library": { "crate_name": "papergrid", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "papergrid", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "fnv", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytecount 0.6.9", - "target": "bytecount" - }, - { - "id": "fnv 1.0.7", - "target": "fnv" - }, - { - "id": "unicode-width 0.2.0", - "target": "unicode_width" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.17.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE-MIT" + "version": "0.17.0" }, "parity-scale-codec 3.6.3": { - "name": "parity-scale-codec", - "version": "3.6.3", - "package_url": "https://github.com/paritytech/parity-scale-codec", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/parity-scale-codec/3.6.3/download", - "sha256": "756d439303e94fae44f288ba881ad29670c65b0c4b0e05674ca81061bb65f2c5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "parity_scale_codec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "parity_scale_codec", "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "arrayvec 0.7.4", + "target": "arrayvec" + }, + { + "id": "byte-slice-cast 1.2.2", + "target": "byte_slice_cast" + } ], - "deps": { - "common": [ - { - "id": "arrayvec 0.7.4", - "target": "arrayvec" - }, - { - "id": "byte-slice-cast 1.2.2", - "target": "byte_slice_cast" - } - ], - "selects": {} - }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "impl-trait-for-tuples 0.2.2", - "target": "impl_trait_for_tuples" - } - ], - "selects": {} - }, - "version": "3.6.3" + "proc_macro_deps": [ + { + "id": "impl-trait-for-tuples 0.2.2", + "target": "impl_trait_for_tuples" + } + ] }, + "library_target_name": "parity_scale_codec", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "parity-scale-codec-derive 3.6.3": { - "name": "parity-scale-codec-derive", - "version": "3.6.3", - "package_url": null, + "name": "parity-scale-codec", + "package_url": "https://github.com/paritytech/parity-scale-codec", "repository": { "Http": { - "url": "https://static.crates.io/crates/parity-scale-codec-derive/3.6.3/download", - "sha256": "9d884d78fcf214d70b1e239fcd1c6e5e95aa3be1881918da2e488cc946c7a476" + "sha256": "756d439303e94fae44f288ba881ad29670c65b0c4b0e05674ca81061bb65f2c5", + "url": "https://static.crates.io/crates/parity-scale-codec/3.6.3/download" } }, "targets": [ { - "ProcMacro": { - "crate_name": "parity_scale_codec_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "Library": { + "crate_name": "parity_scale_codec", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "parity_scale_codec_derive", + "version": "3.6.3" + }, + "parity-scale-codec-derive 3.6.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro-crate 1.3.1", + "target": "proc_macro_crate" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 1.0.109", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "proc-macro-crate 1.3.1", - "target": "proc_macro_crate" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.6.3" + "edition": "2021" }, + "library_target_name": "parity_scale_codec_derive", "license": "Apache-2.0", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "parking 2.1.0": { - "name": "parking", - "version": "2.1.0", - "package_url": "https://github.com/smol-rs/parking", + "name": "parity-scale-codec-derive", "repository": { "Http": { - "url": "https://static.crates.io/crates/parking/2.1.0/download", - "sha256": "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e" + "sha256": "9d884d78fcf214d70b1e239fcd1c6e5e95aa3be1881918da2e488cc946c7a476", + "url": "https://static.crates.io/crates/parity-scale-codec-derive/3.6.3/download" } }, "targets": [ { - "Library": { - "crate_name": "parking", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "ProcMacro": { + "crate_name": "parity_scale_codec_derive", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "parking", + "version": "3.6.3" + }, + "parking 2.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "2.1.0" + "edition": "2018" }, + "library_target_name": "parking", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "parking_lot 0.11.2": { - "name": "parking_lot", - "version": "0.11.2", - "package_url": "https://github.com/Amanieu/parking_lot", + "name": "parking", + "package_url": "https://github.com/smol-rs/parking", "repository": { "Http": { - "url": "https://static.crates.io/crates/parking_lot/0.11.2/download", - "sha256": "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" + "sha256": "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e", + "url": "https://static.crates.io/crates/parking/2.1.0/download" } }, "targets": [ { "Library": { - "crate_name": "parking_lot", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "parking", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "parking_lot", + "version": "2.1.0" + }, + "parking_lot 0.11.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "instant 0.1.12", - "target": "instant" - }, - { - "id": "lock_api 0.4.14", - "target": "lock_api" - }, - { - "id": "parking_lot_core 0.8.6", - "target": "parking_lot_core" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.11.2" + "deps": [ + { + "id": "instant 0.1.12", + "target": "instant" + }, + { + "id": "lock_api 0.4.14", + "target": "lock_api" + }, + { + "id": "parking_lot_core 0.8.6", + "target": "parking_lot_core" + } + ], + "edition": "2018" }, + "library_target_name": "parking_lot", "license": "Apache-2.0/MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "parking_lot 0.12.5": { "name": "parking_lot", - "version": "0.12.5", "package_url": "https://github.com/Amanieu/parking_lot", "repository": { "Http": { - "url": "https://static.crates.io/crates/parking_lot/0.12.5/download", - "sha256": "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" + "sha256": "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99", + "url": "https://static.crates.io/crates/parking_lot/0.11.2/download" } }, "targets": [ { "Library": { "crate_name": "parking_lot", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "parking_lot", + "version": "0.11.2" + }, + "parking_lot 0.12.5": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "lock_api 0.4.14", - "target": "lock_api" - }, - { - "id": "parking_lot_core 0.9.12", - "target": "parking_lot_core" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.12.5" + "deps": [ + { + "id": "lock_api 0.4.14", + "target": "lock_api" + }, + { + "id": "parking_lot_core 0.9.12", + "target": "parking_lot_core" + } + ], + "edition": "2021" }, + "library_target_name": "parking_lot", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "parking_lot_core 0.8.6": { - "name": "parking_lot_core", - "version": "0.8.6", + "name": "parking_lot", "package_url": "https://github.com/Amanieu/parking_lot", "repository": { "Http": { - "url": "https://static.crates.io/crates/parking_lot_core/0.8.6/download", - "sha256": "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" + "sha256": "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a", + "url": "https://static.crates.io/crates/parking_lot/0.12.5/download" } }, "targets": [ { "Library": { - "crate_name": "parking_lot_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "parking_lot", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "parking_lot_core", + "version": "0.12.5" + }, + "parking_lot_core 0.8.6": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [ { @@ -53901,10 +41429,6 @@ "id": "instant 0.1.12", "target": "instant" }, - { - "id": "parking_lot_core 0.8.6", - "target": "build_script_build" - }, { "id": "smallvec 1.15.1", "target": "smallvec" @@ -53932,77 +41456,50 @@ } }, "edition": "2018", - "version": "0.8.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "parking_lot_core", "license": "Apache-2.0/MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "parking_lot_core 0.9.12": { "name": "parking_lot_core", - "version": "0.9.12", "package_url": "https://github.com/Amanieu/parking_lot", "repository": { "Http": { - "url": "https://static.crates.io/crates/parking_lot_core/0.9.12/download", - "sha256": "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" + "sha256": "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc", + "url": "https://static.crates.io/crates/parking_lot_core/0.8.6/download" } }, "targets": [ { "Library": { "crate_name": "parking_lot_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "parking_lot_core", + "version": "0.8.6" + }, + "parking_lot_core 0.9.12": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [ { "id": "cfg-if 1.0.0", "target": "cfg_if" }, - { - "id": "parking_lot_core 0.9.12", - "target": "build_script_build" - }, { "id": "smallvec 1.15.1", "target": "smallvec" @@ -54030,2160 +41527,1578 @@ } }, "edition": "2021", - "version": "0.9.12" + "extra_deps": [ + ":build_script_build" + ] }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "library_target_name": "parking_lot_core", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "name": "parking_lot_core", + "package_url": "https://github.com/Amanieu/parking_lot", + "repository": { + "Http": { + "sha256": "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1", + "url": "https://static.crates.io/crates/parking_lot_core/0.9.12/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "parking_lot_core", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" + } + } + ], + "version": "0.9.12" + }, + "parse-display 0.11.0": { + "common_attrs": { + "crate_features": [ + "default", + "regex", + "regex-syntax", + "std" ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "regex 1.13.1", + "target": "regex" + }, + { + "id": "regex-syntax 0.8.11", + "target": "regex_syntax" + } ], - "data_glob": [ - "**" + "edition": "2024", + "proc_macro_deps": [ + { + "id": "parse-display-derive 0.11.0", + "target": "parse_display_derive" + } ] }, + "library_target_name": "parse_display", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "parse-display 0.11.0": { "name": "parse-display", - "version": "0.11.0", "package_url": "https://github.com/frozenlib/parse-display", "repository": { "Http": { - "url": "https://static.crates.io/crates/parse-display/0.11.0/download", - "sha256": "e78deb158fb1d73b29efb4b7e9b9860b78059c670de06bd28df8d0b458ded0eb" + "sha256": "e78deb158fb1d73b29efb4b7e9b9860b78059c670de06bd28df8d0b458ded0eb", + "url": "https://static.crates.io/crates/parse-display/0.11.0/download" } }, "targets": [ { "Library": { "crate_name": "parse_display", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "parse_display", + "version": "0.11.0" + }, + "parse-display-derive 0.11.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "default", - "regex", - "regex-syntax", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "regex-syntax 0.8.11", - "target": "regex_syntax" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "parse-display-derive 0.11.0", - "target": "parse_display_derive" - } - ], - "selects": {} - }, - "version": "0.11.0" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "regex 1.13.1", + "target": "regex" + }, + { + "id": "regex-syntax 0.8.11", + "target": "regex_syntax" + }, + { + "id": "structmeta 0.3.0", + "target": "structmeta" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } + ], + "edition": "2024" }, + "library_target_name": "parse_display_derive", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "parse-display-derive 0.11.0": { "name": "parse-display-derive", - "version": "0.11.0", "package_url": "https://github.com/frozenlib/parse-display", "repository": { "Http": { - "url": "https://static.crates.io/crates/parse-display-derive/0.11.0/download", - "sha256": "8e95a50d1084dab562913062c4c34bb204b68fc6ec38a1395909ff5aaaf4f10a" + "sha256": "8e95a50d1084dab562913062c4c34bb204b68fc6ec38a1395909ff5aaaf4f10a", + "url": "https://static.crates.io/crates/parse-display-derive/0.11.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "parse_display_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "parse_display_derive", + "version": "0.11.0" + }, + "parse-size 1.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "regex-syntax 0.8.11", - "target": "regex_syntax" - }, - { - "id": "structmeta 0.3.0", - "target": "structmeta" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.11.0" + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "parse_size", + "license": "MIT", + "license_file": "LICENSE.txt", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": null - }, - "parse-size 1.1.0": { "name": "parse-size", - "version": "1.1.0", "package_url": "https://github.com/kennytm/parse-size", "repository": { "Http": { - "url": "https://static.crates.io/crates/parse-size/1.1.0/download", - "sha256": "487f2ccd1e17ce8c1bfab3a65c89525af41cfad4c8659021a1e9a2aacd73b89b" + "sha256": "487f2ccd1e17ce8c1bfab3a65c89525af41cfad4c8659021a1e9a2aacd73b89b", + "url": "https://static.crates.io/crates/parse-size/1.1.0/download" } }, "targets": [ { "Library": { "crate_name": "parse_size", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "parse_size", + "version": "1.1.0" + }, + "password-hash 0.4.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "rand_core", + "std" ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "1.1.0" + "deps": [ + { + "id": "base64ct 1.6.0", + "target": "base64ct" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "subtle 2.6.1", + "target": "subtle" + } + ], + "edition": "2021" }, - "license": "MIT", + "library_target_name": "password_hash", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE.txt" - }, - "password-hash 0.4.2": { "name": "password-hash", - "version": "0.4.2", "package_url": "https://github.com/RustCrypto/traits/tree/master/password-hash", "repository": { "Http": { - "url": "https://static.crates.io/crates/password-hash/0.4.2/download", - "sha256": "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700" + "sha256": "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700", + "url": "https://static.crates.io/crates/password-hash/0.4.2/download" } }, "targets": [ { "Library": { "crate_name": "password_hash", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "password_hash", + "version": "0.4.2" + }, + "paste 1.0.15": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "rand_core", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base64ct 1.6.0", - "target": "base64ct" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.2" + "edition": "2018", + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "paste", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "paste 1.0.15": { "name": "paste", - "version": "1.0.15", "package_url": "https://github.com/dtolnay/paste", "repository": { "Http": { - "url": "https://static.crates.io/crates/paste/1.0.15/download", - "sha256": "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" + "sha256": "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a", + "url": "https://static.crates.io/crates/paste/1.0.15/download" } }, "targets": [ { "ProcMacro": { "crate_name": "paste", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "paste", + "version": "1.0.15" + }, + "pbkdf2 0.12.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.15" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "hmac" ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "hmac 0.12.1", + "target": "hmac" + } ], - "data_glob": [ - "**" - ] + "edition": "2021" }, + "library_target_name": "pbkdf2", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "pbkdf2 0.12.2": { "name": "pbkdf2", - "version": "0.12.2", "package_url": "https://github.com/RustCrypto/password-hashes/tree/master/pbkdf2", "repository": { "Http": { - "url": "https://static.crates.io/crates/pbkdf2/0.12.2/download", - "sha256": "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" + "sha256": "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2", + "url": "https://static.crates.io/crates/pbkdf2/0.12.2/download" } }, "targets": [ { "Library": { "crate_name": "pbkdf2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "pbkdf2", + "version": "0.12.2" + }, + "pcre2 0.2.6": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "pcre2-sys 0.2.8", + "target": "pcre2_sys" + } ], - "crate_features": { - "common": [ - "default", - "hmac" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "hmac 0.12.1", - "target": "hmac" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.12.2" + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "pcre2", + "license": "Unlicense OR MIT", + "license_file": "LICENSE-MIT", "license_ids": [ - "Apache-2.0", - "MIT" + "MIT", + "Unlicense" ], - "license_file": "LICENSE-APACHE" - }, - "pcre2 0.2.6": { "name": "pcre2", - "version": "0.2.6", "package_url": "https://github.com/BurntSushi/rust-pcre2", "repository": { "Http": { - "url": "https://static.crates.io/crates/pcre2/0.2.6/download", - "sha256": "4c9d53a8ea5fc3d3568d3de4bebc12606fd0eb8234c602576f1f1ee4880488a7" + "sha256": "4c9d53a8ea5fc3d3568d3de4bebc12606fd0eb8234c602576f1f1ee4880488a7", + "url": "https://static.crates.io/crates/pcre2/0.2.6/download" } }, "targets": [ { "Library": { "crate_name": "pcre2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "pcre2", + "version": "0.2.6" + }, + "pcre2-sys 0.2.8": { + "build_script_attrs": { + "build_script_env": { + "PCRE2_SYS_STATIC": "1" + }, + "deps": [ + { + "id": "cc 1.2.48", + "target": "cc" + }, + { + "id": "pkg-config 0.3.32", + "target": "pkg_config" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "libc 0.2.186", + "target": "libc" + } ], - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "pcre2-sys 0.2.8", - "target": "pcre2_sys" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.2.6" + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "pcre2_sys", "license": "Unlicense OR MIT", + "license_file": "LICENSE-MIT", "license_ids": [ "MIT", "Unlicense" ], - "license_file": "LICENSE-MIT" - }, - "pcre2-sys 0.2.8": { "name": "pcre2-sys", - "version": "0.2.8", "package_url": "https://github.com/BurntSushi/rust-pcre2", "repository": { "Http": { - "url": "https://static.crates.io/crates/pcre2-sys/0.2.8/download", - "sha256": "25b8a7b5253a4465b873a21ee7e8d6ec561a57eed5d319621bec36bea35c86ae", "patch_args": [ "-p1" ], "patches": [ "@@//bazel:pcre2-sys.patch" - ] + ], + "sha256": "25b8a7b5253a4465b873a21ee7e8d6ec561a57eed5d319621bec36bea35c86ae", + "url": "https://static.crates.io/crates/pcre2-sys/0.2.8/download" } }, "targets": [ { "Library": { "crate_name": "pcre2_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "pcre2_sys", + "version": "0.2.8" + }, + "peeking_take_while 0.1.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "pcre2-sys 0.2.8", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.8" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - }, - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - } - ], - "selects": {} - }, - "build_script_env": { - "common": { - "PCRE2_SYS_STATIC": "1" - }, - "selects": {} - } + "edition": "2015" }, - "license": "Unlicense OR MIT", + "library_target_name": "peeking_take_while", + "license": "Apache-2.0/MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ - "MIT", - "Unlicense" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE-MIT" - }, - "peeking_take_while 0.1.2": { "name": "peeking_take_while", - "version": "0.1.2", "package_url": "https://github.com/fitzgen/peeking_take_while", "repository": { "Http": { - "url": "https://static.crates.io/crates/peeking_take_while/0.1.2/download", - "sha256": "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" + "sha256": "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099", + "url": "https://static.crates.io/crates/peeking_take_while/0.1.2/download" } }, "targets": [ { "Library": { "crate_name": "peeking_take_while", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "peeking_take_while", + "version": "0.1.2" + }, + "pem 3.0.6": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "edition": "2015", - "version": "0.1.2" + "deps": [ + { + "id": "base64 0.22.1", + "target": "base64" + } + ], + "edition": "2021" }, - "license": "Apache-2.0/MIT", + "library_target_name": "pem", + "license": "MIT", + "license_file": "LICENSE.md", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "pem 3.0.6": { "name": "pem", - "version": "3.0.6", "package_url": "https://github.com/jcreekmore/pem-rs.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/pem/3.0.6/download", - "sha256": "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be" + "sha256": "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be", + "url": "https://static.crates.io/crates/pem/3.0.6/download" } }, "targets": [ { "Library": { "crate_name": "pem", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "pem", + "version": "3.0.6" + }, + "pem 4.0.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base64 0.22.1", - "target": "base64" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.0.6" + "deps": [ + { + "id": "base64 0.23.1", + "target": "base64" + } + ], + "edition": "2021" }, + "library_target_name": "pem", "license": "MIT", + "license_file": "LICENSE.md", "license_ids": [ "MIT" ], - "license_file": "LICENSE.md" - }, - "pem 4.0.0": { "name": "pem", - "version": "4.0.0", "package_url": "https://github.com/jcreekmore/pem-rs.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/pem/4.0.0/download", - "sha256": "d354a98a3d1251555de99e8fdd8afda05573c31b82f59063a7b0a29b5527f120" + "sha256": "d354a98a3d1251555de99e8fdd8afda05573c31b82f59063a7b0a29b5527f120", + "url": "https://static.crates.io/crates/pem/4.0.0/download" } }, "targets": [ { "Library": { "crate_name": "pem", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "pem", + "version": "4.0.0" + }, + "pem-rfc7468 0.7.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base64 0.23.1", - "target": "base64" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "4.0.0" + "deps": [ + { + "id": "base64ct 1.6.0", + "target": "base64ct" + } + ], + "edition": "2021" }, - "license": "MIT", + "library_target_name": "pem_rfc7468", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE.md" - }, - "pem-rfc7468 0.7.0": { "name": "pem-rfc7468", - "version": "0.7.0", "package_url": "https://github.com/RustCrypto/formats/tree/master/pem-rfc7468", "repository": { "Http": { - "url": "https://static.crates.io/crates/pem-rfc7468/0.7.0/download", - "sha256": "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" + "sha256": "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412", + "url": "https://static.crates.io/crates/pem-rfc7468/0.7.0/download" } }, "targets": [ { "Library": { "crate_name": "pem_rfc7468", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "pem_rfc7468", + "version": "0.7.0" + }, + "per-thread-mutex 0.1.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "id": "log 0.4.33", + "target": "log" + } ], - "crate_features": { - "common": [ - "alloc" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base64ct 1.6.0", - "target": "base64ct" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.0" + "edition": "2021" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "per_thread_mutex", + "license": "MPL-2.0", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "MPL-2.0" ], - "license_file": "LICENSE-APACHE" - }, - "per-thread-mutex 0.1.4": { "name": "per-thread-mutex", - "version": "0.1.4", "package_url": "https://github.com/jbaublitz/per-thread-mutex", "repository": { "Http": { - "url": "https://static.crates.io/crates/per-thread-mutex/0.1.4/download", - "sha256": "b20d1aaa7fcf3cd5a7b4506c38594d25e122ad45dec6da7f85bac52f3a3e562c" + "sha256": "b20d1aaa7fcf3cd5a7b4506c38594d25e122ad45dec6da7f85bac52f3a3e562c", + "url": "https://static.crates.io/crates/per-thread-mutex/0.1.4/download" } }, "targets": [ { "Library": { "crate_name": "per_thread_mutex", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "per_thread_mutex", + "version": "0.1.4" + }, + "percent-encoding 2.3.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "std" ], - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "log 0.4.33", - "target": "log" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.4" + "edition": "2018" }, - "license": "MPL-2.0", + "library_target_name": "percent_encoding", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "MPL-2.0" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" - }, - "percent-encoding 2.3.1": { "name": "percent-encoding", - "version": "2.3.1", "package_url": "https://github.com/servo/rust-url/", "repository": { "Http": { - "url": "https://static.crates.io/crates/percent-encoding/2.3.1/download", - "sha256": "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" + "sha256": "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e", + "url": "https://static.crates.io/crates/percent-encoding/2.3.1/download" } }, "targets": [ { "Library": { "crate_name": "percent_encoding", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "percent_encoding", + "version": "2.3.1" + }, + "pest 2.7.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "2.3.1" + "deps": [ + { + "id": "thiserror 1.0.68", + "target": "thiserror" + }, + { + "id": "ucd-trie 0.1.6", + "target": "ucd_trie" + } + ], + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "pest", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "pest 2.7.1": { "name": "pest", - "version": "2.7.1", "package_url": "https://github.com/pest-parser/pest", "repository": { "Http": { - "url": "https://static.crates.io/crates/pest/2.7.1/download", - "sha256": "0d2d1d55045829d65aad9d389139882ad623b33b904e7c9f1b10c5b8927298e5" + "sha256": "0d2d1d55045829d65aad9d389139882ad623b33b904e7c9f1b10c5b8927298e5", + "url": "https://static.crates.io/crates/pest/2.7.1/download" } }, "targets": [ { "Library": { "crate_name": "pest", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "pest", + "version": "2.7.1" + }, + "pest_derive 2.7.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "ucd-trie 0.1.6", - "target": "ucd_trie" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.7.1" + "deps": [ + { + "id": "pest 2.7.1", + "target": "pest" + }, + { + "id": "pest_generator 2.7.1", + "target": "pest_generator" + } + ], + "edition": "2021" }, + "library_target_name": "pest_derive", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "pest_derive 2.7.1": { "name": "pest_derive", - "version": "2.7.1", "package_url": "https://github.com/pest-parser/pest", "repository": { "Http": { - "url": "https://static.crates.io/crates/pest_derive/2.7.1/download", - "sha256": "5f94bca7e7a599d89dea5dfa309e217e7906c3c007fb9c3299c40b10d6a315d3" + "sha256": "5f94bca7e7a599d89dea5dfa309e217e7906c3c007fb9c3299c40b10d6a315d3", + "url": "https://static.crates.io/crates/pest_derive/2.7.1/download" } }, "targets": [ { "ProcMacro": { "crate_name": "pest_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "pest_derive", + "version": "2.7.1" + }, + "pest_generator 2.7.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "pest 2.7.1", - "target": "pest" - }, - { - "id": "pest_generator 2.7.1", - "target": "pest_generator" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.7.1" + "deps": [ + { + "id": "pest 2.7.1", + "target": "pest" + }, + { + "id": "pest_meta 2.7.1", + "target": "pest_meta" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } + ], + "edition": "2021" }, + "library_target_name": "pest_generator", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "pest_generator 2.7.1": { "name": "pest_generator", - "version": "2.7.1", "package_url": "https://github.com/pest-parser/pest", "repository": { "Http": { - "url": "https://static.crates.io/crates/pest_generator/2.7.1/download", - "sha256": "99d490fe7e8556575ff6911e45567ab95e71617f43781e5c05490dc8d75c965c" + "sha256": "99d490fe7e8556575ff6911e45567ab95e71617f43781e5c05490dc8d75c965c", + "url": "https://static.crates.io/crates/pest_generator/2.7.1/download" } }, "targets": [ { "Library": { "crate_name": "pest_generator", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "pest_generator", + "version": "2.7.1" + }, + "pest_meta 2.7.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "pest 2.7.1", - "target": "pest" - }, - { - "id": "pest_meta 2.7.1", - "target": "pest_meta" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.7.1" + "deps": [ + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "pest 2.7.1", + "target": "pest" + } + ], + "edition": "2021" }, + "library_target_name": "pest_meta", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "pest_meta 2.7.1": { "name": "pest_meta", - "version": "2.7.1", "package_url": "https://github.com/pest-parser/pest", "repository": { "Http": { - "url": "https://static.crates.io/crates/pest_meta/2.7.1/download", - "sha256": "2674c66ebb4b4d9036012091b537aae5878970d6999f81a265034d85b136b341" + "sha256": "2674c66ebb4b4d9036012091b537aae5878970d6999f81a265034d85b136b341", + "url": "https://static.crates.io/crates/pest_meta/2.7.1/download" } }, "targets": [ { "Library": { "crate_name": "pest_meta", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "pest_meta", + "version": "2.7.1" + }, + "petgraph 0.6.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "fixedbitset 0.4.2", + "target": "fixedbitset" + }, + { + "id": "indexmap 1.9.3", + "target": "indexmap" + } ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "pest 2.7.1", - "target": "pest" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.7.1" + "edition": "2018" }, - "license": "MIT/Apache-2.0", + "library_target_name": "petgraph", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "petgraph 0.6.3": { "name": "petgraph", - "version": "0.6.3", "package_url": "https://github.com/petgraph/petgraph", "repository": { "Http": { - "url": "https://static.crates.io/crates/petgraph/0.6.3/download", - "sha256": "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4" + "sha256": "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4", + "url": "https://static.crates.io/crates/petgraph/0.6.3/download" } }, "targets": [ { "Library": { "crate_name": "petgraph", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "petgraph", + "version": "0.6.3" + }, + "petgraph 0.7.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "fixedbitset 0.5.7", + "target": "fixedbitset" + }, + { + "id": "indexmap 2.14.0", + "target": "indexmap" + } ], - "deps": { - "common": [ - { - "id": "fixedbitset 0.4.2", - "target": "fixedbitset" - }, - { - "id": "indexmap 1.9.3", - "target": "indexmap" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.6.3" + "edition": "2018" }, + "library_target_name": "petgraph", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "petgraph 0.7.1": { "name": "petgraph", - "version": "0.7.1", "package_url": "https://github.com/petgraph/petgraph", "repository": { "Http": { - "url": "https://static.crates.io/crates/petgraph/0.7.1/download", - "sha256": "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" + "sha256": "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772", + "url": "https://static.crates.io/crates/petgraph/0.7.1/download" } }, "targets": [ { "Library": { "crate_name": "petgraph", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "petgraph", + "version": "0.7.1" + }, + "petgraph 0.8.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "std" ], - "deps": { - "common": [ - { - "id": "fixedbitset 0.5.7", - "target": "fixedbitset" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.7.1" + "deps": [ + { + "id": "fixedbitset 0.5.7", + "target": "fixedbitset" + }, + { + "id": "hashbrown 0.15.2", + "target": "hashbrown" + }, + { + "id": "indexmap 2.14.0", + "target": "indexmap" + } + ], + "edition": "2021" }, + "library_target_name": "petgraph", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "petgraph 0.8.3": { "name": "petgraph", - "version": "0.8.3", "package_url": "https://github.com/petgraph/petgraph", "repository": { "Http": { - "url": "https://static.crates.io/crates/petgraph/0.8.3/download", - "sha256": "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455" + "sha256": "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455", + "url": "https://static.crates.io/crates/petgraph/0.8.3/download" } }, "targets": [ { "Library": { "crate_name": "petgraph", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "petgraph", + "version": "0.8.3" + }, + "phf 0.11.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "macros", + "phf_macros", + "std" + ], + "deps": [ + { + "id": "phf_shared 0.11.2", + "target": "phf_shared" + } ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "fixedbitset 0.5.7", - "target": "fixedbitset" - }, - { - "id": "hashbrown 0.15.2", - "target": "hashbrown" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.8.3" + "proc_macro_deps": [ + { + "id": "phf_macros 0.11.2", + "target": "phf_macros" + } + ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "phf", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "phf 0.11.2": { "name": "phf", - "version": "0.11.2", "package_url": "https://github.com/rust-phf/rust-phf", "repository": { "Http": { - "url": "https://static.crates.io/crates/phf/0.11.2/download", - "sha256": "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" + "sha256": "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc", + "url": "https://static.crates.io/crates/phf/0.11.2/download" } }, "targets": [ { "Library": { "crate_name": "phf", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "phf", + "version": "0.11.2" + }, + "phf_codegen 0.11.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "phf_generator 0.11.2", + "target": "phf_generator" + }, + { + "id": "phf_shared 0.11.2", + "target": "phf_shared" + } ], - "crate_features": { - "common": [ - "default", - "macros", - "phf_macros", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "phf_shared 0.11.2", - "target": "phf_shared" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "phf_macros 0.11.2", - "target": "phf_macros" - } - ], - "selects": {} - }, - "version": "0.11.2" + "edition": "2021" }, + "library_target_name": "phf_codegen", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "phf_codegen 0.11.3": { "name": "phf_codegen", - "version": "0.11.3", "package_url": "https://github.com/rust-phf/rust-phf", "repository": { "Http": { - "url": "https://static.crates.io/crates/phf_codegen/0.11.3/download", - "sha256": "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" + "sha256": "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a", + "url": "https://static.crates.io/crates/phf_codegen/0.11.3/download" } }, "targets": [ { "Library": { "crate_name": "phf_codegen", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "phf_codegen", + "version": "0.11.3" + }, + "phf_generator 0.11.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "phf_shared 0.11.2", + "target": "phf_shared" + }, + { + "id": "rand 0.8.6", + "target": "rand" + } ], - "deps": { - "common": [ - { - "id": "phf_generator 0.11.2", - "target": "phf_generator" - }, - { - "id": "phf_shared 0.11.2", - "target": "phf_shared" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.11.3" + "edition": "2021" }, + "library_target_name": "phf_generator", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "phf_generator 0.11.2": { "name": "phf_generator", - "version": "0.11.2", "package_url": "https://github.com/rust-phf/rust-phf", "repository": { "Http": { - "url": "https://static.crates.io/crates/phf_generator/0.11.2/download", - "sha256": "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" + "sha256": "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0", + "url": "https://static.crates.io/crates/phf_generator/0.11.2/download" } }, "targets": [ { "Library": { "crate_name": "phf_generator", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "phf_generator", + "version": "0.11.2" + }, + "phf_macros 0.11.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "phf_generator 0.11.2", + "target": "phf_generator" + }, + { + "id": "phf_shared 0.11.2", + "target": "phf_shared" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "phf_shared 0.11.2", - "target": "phf_shared" - }, - { - "id": "rand 0.8.6", - "target": "rand" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.11.2" + "edition": "2021" }, + "library_target_name": "phf_macros", "license": "MIT", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "phf_macros 0.11.2": { "name": "phf_macros", - "version": "0.11.2", "package_url": "https://github.com/rust-phf/rust-phf", "repository": { "Http": { - "url": "https://static.crates.io/crates/phf_macros/0.11.2/download", - "sha256": "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" + "sha256": "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b", + "url": "https://static.crates.io/crates/phf_macros/0.11.2/download" } }, "targets": [ { "ProcMacro": { "crate_name": "phf_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "phf_macros", + "version": "0.11.2" + }, + "phf_shared 0.11.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "deps": { - "common": [ - { - "id": "phf_generator 0.11.2", - "target": "phf_generator" - }, - { - "id": "phf_shared 0.11.2", - "target": "phf_shared" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.11.2" + "deps": [ + { + "id": "siphasher 0.3.11", + "target": "siphasher" + } + ], + "edition": "2021" }, + "library_target_name": "phf_shared", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": null - }, - "phf_shared 0.11.2": { "name": "phf_shared", - "version": "0.11.2", "package_url": "https://github.com/rust-phf/rust-phf", "repository": { "Http": { - "url": "https://static.crates.io/crates/phf_shared/0.11.2/download", - "sha256": "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" + "sha256": "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b", + "url": "https://static.crates.io/crates/phf_shared/0.11.2/download" } }, "targets": [ { "Library": { "crate_name": "phf_shared", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "phf_shared", + "version": "0.11.2" + }, + "pico-args 0.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "siphasher 0.3.11", - "target": "siphasher" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.11.2" + "edition": "2018" }, + "library_target_name": "pico_args", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "pico-args 0.5.0": { "name": "pico-args", - "version": "0.5.0", "package_url": "https://github.com/RazrFalcon/pico-args", "repository": { "Http": { - "url": "https://static.crates.io/crates/pico-args/0.5.0/download", - "sha256": "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" + "sha256": "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315", + "url": "https://static.crates.io/crates/pico-args/0.5.0/download" } }, "targets": [ { "Library": { "crate_name": "pico_args", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "pico_args", + "version": "0.5.0" + }, + "pin-project 1.1.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "edition": "2018", - "version": "0.5.0" + "proc_macro_deps": [ + { + "id": "pin-project-internal 1.1.2", + "target": "pin_project_internal" + } + ] }, - "license": "MIT", + "library_target_name": "pin_project", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "pin-project 1.1.2": { "name": "pin-project", - "version": "1.1.2", "package_url": "https://github.com/taiki-e/pin-project", "repository": { "Http": { - "url": "https://static.crates.io/crates/pin-project/1.1.2/download", - "sha256": "030ad2bc4db10a8944cb0d837f158bdfec4d4a4873ab701a95046770d11f8842" + "sha256": "030ad2bc4db10a8944cb0d837f158bdfec4d4a4873ab701a95046770d11f8842", + "url": "https://static.crates.io/crates/pin-project/1.1.2/download" } }, "targets": [ { "Library": { "crate_name": "pin_project", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "pin_project", + "version": "1.1.2" + }, + "pin-project-internal 1.1.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "pin-project-internal 1.1.2", - "target": "pin_project_internal" - } - ], - "selects": {} - }, - "version": "1.1.2" + "edition": "2018" }, + "library_target_name": "pin_project_internal", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "pin-project-internal 1.1.2": { "name": "pin-project-internal", - "version": "1.1.2", "package_url": "https://github.com/taiki-e/pin-project", "repository": { "Http": { - "url": "https://static.crates.io/crates/pin-project-internal/1.1.2/download", - "sha256": "ec2e072ecce94ec471b13398d5402c188e76ac03cf74dd1a975161b23a3f6d9c" + "sha256": "ec2e072ecce94ec471b13398d5402c188e76ac03cf74dd1a975161b23a3f6d9c", + "url": "https://static.crates.io/crates/pin-project-internal/1.1.2/download" } }, "targets": [ { "ProcMacro": { "crate_name": "pin_project_internal", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "pin_project_internal", + "version": "1.1.2" + }, + "pin-project-lite 0.2.17": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.1.2" + "edition": "2018" }, + "library_target_name": "pin_project_lite", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "pin-project-lite 0.2.17": { "name": "pin-project-lite", - "version": "0.2.17", "package_url": "https://github.com/taiki-e/pin-project-lite", "repository": { "Http": { - "url": "https://static.crates.io/crates/pin-project-lite/0.2.17/download", - "sha256": "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" + "sha256": "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd", + "url": "https://static.crates.io/crates/pin-project-lite/0.2.17/download" } }, "targets": [ { "Library": { "crate_name": "pin_project_lite", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "pin_project_lite", + "version": "0.2.17" + }, + "pin-utils 0.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.2.17" + "edition": "2018" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "pin_utils", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "pin-utils 0.1.0": { "name": "pin-utils", - "version": "0.1.0", "package_url": "https://github.com/rust-lang-nursery/pin-utils", "repository": { "Http": { - "url": "https://static.crates.io/crates/pin-utils/0.1.0/download", - "sha256": "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" + "sha256": "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184", + "url": "https://static.crates.io/crates/pin-utils/0.1.0/download" } }, "targets": [ { "Library": { "crate_name": "pin_utils", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "pin_utils", + "version": "0.1.0" + }, + "ping 0.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "rand 0.8.6", + "target": "rand" + }, + { + "id": "socket2 0.4.9", + "target": "socket2" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + } ], - "edition": "2018", - "version": "0.1.0" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "ping", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ping 0.5.0": { "name": "ping", - "version": "0.5.0", "package_url": "https://github.com/aisk/rust-ping", "repository": { "Http": { - "url": "https://static.crates.io/crates/ping/0.5.0/download", - "sha256": "985c8af0584bf35ecfb95a65b74a457782966e1ab8f2c94c01697a36432a5814" + "sha256": "985c8af0584bf35ecfb95a65b74a457782966e1ab8f2c94c01697a36432a5814", + "url": "https://static.crates.io/crates/ping/0.5.0/download" } }, "targets": [ { "Library": { "crate_name": "ping", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ping", + "version": "0.5.0" + }, + "piper 0.2.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "futures-io", + "std" ], - "deps": { - "common": [ - { - "id": "rand 0.8.6", - "target": "rand" - }, - { - "id": "socket2 0.4.9", - "target": "socket2" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.0" + "deps": [ + { + "id": "atomic-waker 1.1.2", + "target": "atomic_waker" + }, + { + "id": "fastrand 2.3.0", + "target": "fastrand" + }, + { + "id": "futures-io 0.3.31", + "target": "futures_io" + } + ], + "edition": "2018" }, - "license": "MIT", + "library_target_name": "piper", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "piper 0.2.4": { "name": "piper", - "version": "0.2.4", "package_url": "https://github.com/smol-rs/piper", "repository": { "Http": { - "url": "https://static.crates.io/crates/piper/0.2.4/download", - "sha256": "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" + "sha256": "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066", + "url": "https://static.crates.io/crates/piper/0.2.4/download" } }, "targets": [ { "Library": { "crate_name": "piper", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "piper", + "version": "0.2.4" + }, + "pkcs1 0.7.5": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "pem", + "pkcs8", + "std", + "zeroize" + ], + "deps": [ + { + "id": "der 0.7.7", + "target": "der" + }, + { + "id": "pkcs8 0.10.2", + "target": "pkcs8" + }, + { + "id": "spki 0.7.3", + "target": "spki" + } ], - "crate_features": { - "common": [ - "default", - "futures-io", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "atomic-waker 1.1.2", - "target": "atomic_waker" - }, - { - "id": "fastrand 2.3.0", - "target": "fastrand" - }, - { - "id": "futures-io 0.3.31", - "target": "futures_io" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.4" + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "pkcs1", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "pkcs1 0.7.5": { "name": "pkcs1", - "version": "0.7.5", "package_url": "https://github.com/RustCrypto/formats/tree/master/pkcs1", "repository": { "Http": { - "url": "https://static.crates.io/crates/pkcs1/0.7.5/download", - "sha256": "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" + "sha256": "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f", + "url": "https://static.crates.io/crates/pkcs1/0.7.5/download" } }, "targets": [ { "Library": { "crate_name": "pkcs1", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "pkcs1", + "version": "0.7.5" + }, + "pkcs11 0.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "libloading 0.5.2", + "target": "libloading" + }, + { + "id": "num-bigint 0.2.6", + "target": "num_bigint" + } ], - "crate_features": { - "common": [ - "alloc", - "pem", - "pkcs8", - "std", - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "der 0.7.7", - "target": "der" - }, - { - "id": "pkcs8 0.10.2", - "target": "pkcs8" - }, - { - "id": "spki 0.7.3", - "target": "spki" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.5" + "edition": "2015" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "pkcs11", + "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "Apache-2.0" ], - "license_file": "LICENSE-APACHE" - }, - "pkcs11 0.5.0": { "name": "pkcs11", - "version": "0.5.0", "package_url": "https://github.com/mheese/rust-pkcs11", "repository": { "Http": { - "url": "https://static.crates.io/crates/pkcs11/0.5.0/download", - "sha256": "3aca6d67e4c8613bfe455599d0233d00735f85df2001f6bfd9bb7ac0496b10af" + "sha256": "3aca6d67e4c8613bfe455599d0233d00735f85df2001f6bfd9bb7ac0496b10af", + "url": "https://static.crates.io/crates/pkcs11/0.5.0/download" } }, "targets": [ { "Library": { "crate_name": "pkcs11", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "pkcs11", + "version": "0.5.0" + }, + "pkcs8 0.10.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "pem", + "std" ], - "deps": { - "common": [ - { - "id": "libloading 0.5.2", - "target": "libloading" - }, - { - "id": "num-bigint 0.2.6", - "target": "num_bigint" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.5.0" + "deps": [ + { + "id": "der 0.7.7", + "target": "der" + }, + { + "id": "spki 0.7.3", + "target": "spki" + } + ], + "edition": "2021" }, - "license": "Apache-2.0", + "library_target_name": "pkcs8", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ - "Apache-2.0" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" - }, - "pkcs8 0.10.2": { "name": "pkcs8", - "version": "0.10.2", "package_url": "https://github.com/RustCrypto/formats/tree/master/pkcs8", "repository": { "Http": { - "url": "https://static.crates.io/crates/pkcs8/0.10.2/download", - "sha256": "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" + "sha256": "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7", + "url": "https://static.crates.io/crates/pkcs8/0.10.2/download" } }, "targets": [ { "Library": { "crate_name": "pkcs8", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "pkcs8", + "version": "0.10.2" + }, + "pkg-config 0.3.32": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "pem", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "der 0.7.7", - "target": "der" - }, - { - "id": "spki 0.7.3", - "target": "spki" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.10.2" + "edition": "2018" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "pkg_config", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "pkg-config 0.3.32": { "name": "pkg-config", - "version": "0.3.32", "package_url": "https://github.com/rust-lang/pkg-config-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/pkg-config/0.3.32/download", - "sha256": "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c", "patch_args": [ "-p1" ], "patches": [ "@@//bazel:pkg-config.patch" - ] + ], + "sha256": "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c", + "url": "https://static.crates.io/crates/pkg-config/0.3.32/download" } }, "targets": [ { "Library": { "crate_name": "pkg_config", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "pkg_config", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.3.32" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" + "version": "0.3.32" }, "plotters 0.3.5": { - "name": "plotters", - "version": "0.3.5", - "package_url": "https://github.com/plotters-rs/plotters", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/plotters/0.3.5/download", - "sha256": "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45" - } - }, - "targets": [ - { - "Library": { - "crate_name": "plotters", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "plotters", "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "area_series", + "line_series", + "plotters-svg", + "svg_backend" ], - "crate_features": { - "common": [ - "area_series", - "line_series", - "plotters-svg", - "svg_backend" - ], - "selects": {} - }, "deps": { "common": [ { @@ -56212,129 +43127,96 @@ ] } }, - "edition": "2018", - "version": "0.3.5" + "edition": "2018" }, + "library_target_name": "plotters", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "plotters-backend 0.3.5": { - "name": "plotters-backend", - "version": "0.3.5", + "name": "plotters", "package_url": "https://github.com/plotters-rs/plotters", "repository": { "Http": { - "url": "https://static.crates.io/crates/plotters-backend/0.3.5/download", - "sha256": "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609" + "sha256": "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45", + "url": "https://static.crates.io/crates/plotters/0.3.5/download" } }, "targets": [ { "Library": { - "crate_name": "plotters_backend", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "plotters", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "plotters_backend", + "version": "0.3.5" + }, + "plotters-backend 0.3.5": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.3.5" + "edition": "2018" }, + "library_target_name": "plotters_backend", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "plotters-svg 0.3.5": { - "name": "plotters-svg", - "version": "0.3.5", - "package_url": "https://github.com/plotters-rs/plotters.git", + "name": "plotters-backend", + "package_url": "https://github.com/plotters-rs/plotters", "repository": { "Http": { - "url": "https://static.crates.io/crates/plotters-svg/0.3.5/download", - "sha256": "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab" + "sha256": "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609", + "url": "https://static.crates.io/crates/plotters-backend/0.3.5/download" } }, "targets": [ { "Library": { - "crate_name": "plotters_svg", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "plotters_backend", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "plotters_svg", + "version": "0.3.5" + }, + "plotters-svg 0.3.5": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "plotters-backend 0.3.5", + "target": "plotters_backend" + } ], - "deps": { - "common": [ - { - "id": "plotters-backend 0.3.5", - "target": "plotters_backend" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.5" + "edition": "2018" }, + "library_target_name": "plotters_svg", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "polling 3.7.4": { - "name": "polling", - "version": "3.7.4", - "package_url": "https://github.com/smol-rs/polling", + "name": "plotters-svg", + "package_url": "https://github.com/plotters-rs/plotters.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/polling/3.7.4/download", - "sha256": "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f" + "sha256": "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab", + "url": "https://static.crates.io/crates/plotters-svg/0.3.5/download" } }, "targets": [ { "Library": { - "crate_name": "polling", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "plotters_svg", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "polling", + "version": "0.3.5" + }, + "polling 3.7.4": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [ { @@ -56375,45 +43257,35 @@ ] } }, - "edition": "2021", - "version": "3.7.4" + "edition": "2021" }, + "library_target_name": "polling", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "poly1305 0.8.0": { - "name": "poly1305", - "version": "0.8.0", - "package_url": "https://github.com/RustCrypto/universal-hashes", + "name": "polling", + "package_url": "https://github.com/smol-rs/polling", "repository": { "Http": { - "url": "https://static.crates.io/crates/poly1305/0.8.0/download", - "sha256": "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" + "sha256": "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f", + "url": "https://static.crates.io/crates/polling/3.7.4/download" } }, "targets": [ { "Library": { - "crate_name": "poly1305", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "polling", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "poly1305", + "version": "3.7.4" + }, + "poly1305 0.8.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [ { @@ -56434,45 +43306,35 @@ ] } }, - "edition": "2021", - "version": "0.8.0" + "edition": "2021" }, + "library_target_name": "poly1305", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "polyval 0.6.2": { - "name": "polyval", - "version": "0.6.2", + "name": "poly1305", "package_url": "https://github.com/RustCrypto/universal-hashes", "repository": { "Http": { - "url": "https://static.crates.io/crates/polyval/0.6.2/download", - "sha256": "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" + "sha256": "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf", + "url": "https://static.crates.io/crates/poly1305/0.8.0/download" } }, "targets": [ { "Library": { - "crate_name": "polyval", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "poly1305", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "polyval", + "version": "0.8.0" + }, + "polyval 0.6.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [ { @@ -56497,1568 +43359,1143 @@ ] } }, - "edition": "2021", - "version": "0.6.2" + "edition": "2021" }, + "library_target_name": "polyval", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" + "name": "polyval", + "package_url": "https://github.com/RustCrypto/universal-hashes", + "repository": { + "Http": { + "sha256": "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25", + "url": "https://static.crates.io/crates/polyval/0.6.2/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "polyval", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.6.2" }, "portable-atomic 1.11.0": { + "build_script_attrs": {}, + "common_attrs": { + "crate_features": [ + "default", + "fallback", + "require-cas" + ], + "edition": "2018", + "extra_deps": [ + ":build_script_build" + ] + }, + "library_target_name": "portable_atomic", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", + "license_ids": [ + "Apache-2.0", + "MIT" + ], "name": "portable-atomic", - "version": "1.11.0", "package_url": "https://github.com/taiki-e/portable-atomic", "repository": { "Http": { - "url": "https://static.crates.io/crates/portable-atomic/1.11.0/download", - "sha256": "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" + "sha256": "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e", + "url": "https://static.crates.io/crates/portable-atomic/1.11.0/download" } }, "targets": [ { "Library": { "crate_name": "portable_atomic", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "portable_atomic", + "version": "1.11.0" + }, + "postcard 1.1.3": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "fallback", - "require-cas" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "portable-atomic 1.11.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.11.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "use-std" ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "cobs 0.3.0", + "target": "cobs" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } ], - "data_glob": [ - "**" - ] + "edition": "2021" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "postcard", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "postcard 1.1.3": { "name": "postcard", - "version": "1.1.3", "package_url": "https://github.com/jamesmunns/postcard", "repository": { "Http": { - "url": "https://static.crates.io/crates/postcard/1.1.3/download", - "sha256": "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24" + "sha256": "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24", + "url": "https://static.crates.io/crates/postcard/1.1.3/download" } }, "targets": [ { "Library": { "crate_name": "postcard", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "postcard", + "version": "1.1.3" + }, + "powerfmt 0.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "use-std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cobs 0.3.0", - "target": "cobs" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.1.3" + "edition": "2021" }, + "library_target_name": "powerfmt", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-Apache", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "powerfmt 0.2.0": { "name": "powerfmt", - "version": "0.2.0", "package_url": "https://github.com/jhpratt/powerfmt", "repository": { "Http": { - "url": "https://static.crates.io/crates/powerfmt/0.2.0/download", - "sha256": "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" + "sha256": "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391", + "url": "https://static.crates.io/crates/powerfmt/0.2.0/download" } }, "targets": [ { "Library": { "crate_name": "powerfmt", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "powerfmt", + "version": "0.2.0" + }, + "ppp 2.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "edition": "2021", - "version": "0.2.0" + "deps": [ + { + "id": "thiserror 1.0.68", + "target": "thiserror" + } + ], + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "ppp", + "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "Apache-2.0" ], - "license_file": "LICENSE-Apache" - }, - "ppp 2.3.0": { "name": "ppp", - "version": "2.3.0", "package_url": "https://github.com/misalcedo/ppp", "repository": { "Http": { - "url": "https://static.crates.io/crates/ppp/2.3.0/download", - "sha256": "1a7a2049cd2570bd67bf0228e86bf850f8ceb5190a345c471d03a909da6049e0" + "sha256": "1a7a2049cd2570bd67bf0228e86bf850f8ceb5190a345c471d03a909da6049e0", + "url": "https://static.crates.io/crates/ppp/2.3.0/download" } }, "targets": [ { "Library": { "crate_name": "ppp", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ppp", + "version": "2.3.0" + }, + "pprof 0.15.0": { + "build_script_attrs": { + "build_script_env": { + "PROTOC": "$(execpath @@//bazel:protoc)" + }, + "data": [ + "@@//bazel:protoc" + ], + "deps": [ + { + "id": "prost-build 0.14.4", + "target": "prost_build" + }, + { + "id": "sha2 0.10.9", + "target": "sha2" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "_protobuf", + "criterion", + "flamegraph", + "inferno", + "prost", + "prost-build", + "prost-codec", + "sha2" + ], + "deps": [ + { + "id": "aligned-vec 0.6.1", + "target": "aligned_vec" + }, + { + "id": "backtrace 0.3.68", + "target": "backtrace" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "criterion 0.5.1", + "target": "criterion" + }, + { + "id": "findshlibs 0.10.2", + "target": "findshlibs" + }, + { + "id": "inferno 0.12.0", + "target": "inferno" + }, + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "nix 0.30.1", + "target": "nix" + }, + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "prost 0.14.4", + "target": "prost" + }, + { + "id": "smallvec 1.15.1", + "target": "smallvec" + }, + { + "id": "spin 0.9.8", + "target": "spin" + }, + { + "id": "symbolic-demangle 12.4.0", + "target": "symbolic_demangle" + }, + { + "id": "tempfile 3.23.0", + "target": "tempfile" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + } ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, "edition": "2021", - "version": "2.3.0" + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "pprof", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "pprof 0.15.0": { "name": "pprof", - "version": "0.15.0", "package_url": "https://github.com/tikv/pprof-rs", "repository": { "Git": { - "remote": "https://github.com/dfinity/pprof-rs", "commitish": { "Rev": "9159b45ecc3540d7fc44c6a6e70a173676cfa771" - } + }, + "remote": "https://github.com/dfinity/pprof-rs" } }, "targets": [ { "Library": { "crate_name": "pprof", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "pprof", + "version": "0.15.0" + }, + "ppv-lite86 0.2.17": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "_protobuf", - "criterion", - "flamegraph", - "inferno", - "prost", - "prost-build", - "prost-codec", - "sha2" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aligned-vec 0.6.1", - "target": "aligned_vec" - }, - { - "id": "backtrace 0.3.68", - "target": "backtrace" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "criterion 0.5.1", - "target": "criterion" - }, - { - "id": "findshlibs 0.10.2", - "target": "findshlibs" - }, - { - "id": "inferno 0.12.0", - "target": "inferno" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "nix 0.30.1", - "target": "nix" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "pprof 0.15.0", - "target": "build_script_build" - }, - { - "id": "prost 0.14.4", - "target": "prost" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "spin 0.9.8", - "target": "spin" - }, - { - "id": "symbolic-demangle 12.4.0", - "target": "symbolic_demangle" - }, - { - "id": "tempfile 3.23.0", - "target": "tempfile" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.15.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data": { - "common": [ - "@@//bazel:protoc" - ], - "selects": {} - }, - "data_glob": [ - "**" + "crate_features": [ + "simd", + "std" ], - "deps": { - "common": [ - { - "id": "prost-build 0.14.4", - "target": "prost_build" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - } - ], - "selects": {} - }, - "build_script_env": { - "common": { - "PROTOC": "$(execpath @@//bazel:protoc)" - }, - "selects": {} - } + "edition": "2018" }, - "license": "Apache-2.0", + "library_target_name": "ppv_lite86", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "Apache-2.0" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" - }, - "ppv-lite86 0.2.17": { "name": "ppv-lite86", - "version": "0.2.17", "package_url": "https://github.com/cryptocorrosion/cryptocorrosion", "repository": { "Http": { - "url": "https://static.crates.io/crates/ppv-lite86/0.2.17/download", - "sha256": "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" + "sha256": "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de", + "url": "https://static.crates.io/crates/ppv-lite86/0.2.17/download" } }, "targets": [ { "Library": { "crate_name": "ppv_lite86", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ppv_lite86", + "version": "0.2.17" + }, + "precomputed-hash 0.1.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "simd", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.17" + "edition": "2015" }, - "license": "MIT/Apache-2.0", + "library_target_name": "precomputed_hash", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "precomputed-hash 0.1.1": { "name": "precomputed-hash", - "version": "0.1.1", "package_url": "https://github.com/emilio/precomputed-hash", "repository": { "Http": { - "url": "https://static.crates.io/crates/precomputed-hash/0.1.1/download", - "sha256": "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" + "sha256": "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c", + "url": "https://static.crates.io/crates/precomputed-hash/0.1.1/download" } }, "targets": [ { "Library": { "crate_name": "precomputed_hash", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "precomputed_hash", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.1.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" + "version": "0.1.1" }, "predicates 3.1.2": { - "name": "predicates", - "version": "3.1.2", - "package_url": "https://github.com/assert-rs/predicates-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/predicates/3.1.2/download", - "sha256": "7e9086cc7640c29a356d1a29fd134380bee9d8f79a17410aa76e7ad295f42c97" - } - }, - "targets": [ - { - "Library": { - "crate_name": "predicates", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "predicates", "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "color", - "default", - "diff", - "float-cmp", - "normalize-line-endings", - "regex" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anstyle 1.0.8", - "target": "anstyle" - }, - { - "id": "difflib 0.4.0", - "target": "difflib" - }, - { - "id": "float-cmp 0.9.0", - "target": "float_cmp" - }, - { - "id": "normalize-line-endings 0.3.0", - "target": "normalize_line_endings" - }, - { - "id": "predicates-core 1.0.6", - "target": "predicates_core" - }, - { - "id": "regex 1.13.1", - "target": "regex" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.1.2" + "crate_features": [ + "color", + "default", + "diff", + "float-cmp", + "normalize-line-endings", + "regex" + ], + "deps": [ + { + "id": "anstyle 1.0.8", + "target": "anstyle" + }, + { + "id": "difflib 0.4.0", + "target": "difflib" + }, + { + "id": "float-cmp 0.9.0", + "target": "float_cmp" + }, + { + "id": "normalize-line-endings 0.3.0", + "target": "normalize_line_endings" + }, + { + "id": "predicates-core 1.0.6", + "target": "predicates_core" + }, + { + "id": "regex 1.13.1", + "target": "regex" + } + ], + "edition": "2021" }, + "library_target_name": "predicates", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" + "name": "predicates", + "package_url": "https://github.com/assert-rs/predicates-rs", + "repository": { + "Http": { + "sha256": "7e9086cc7640c29a356d1a29fd134380bee9d8f79a17410aa76e7ad295f42c97", + "url": "https://static.crates.io/crates/predicates/3.1.2/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "predicates", + "crate_root": "src/lib.rs" + } + } + ], + "version": "3.1.2" }, "predicates-core 1.0.6": { + "common_attrs": { + "edition": "2021" + }, + "library_target_name": "predicates_core", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", + "license_ids": [ + "Apache-2.0", + "MIT" + ], "name": "predicates-core", - "version": "1.0.6", "package_url": "https://github.com/assert-rs/predicates-rs/tree/master/crates/core", "repository": { "Http": { - "url": "https://static.crates.io/crates/predicates-core/1.0.6/download", - "sha256": "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" + "sha256": "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174", + "url": "https://static.crates.io/crates/predicates-core/1.0.6/download" } }, "targets": [ { "Library": { "crate_name": "predicates_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "predicates_core", + "version": "1.0.6" + }, + "predicates-tree 1.0.9": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "predicates-core 1.0.6", + "target": "predicates_core" + }, + { + "id": "termtree 0.4.1", + "target": "termtree" + } ], - "edition": "2021", - "version": "1.0.6" + "edition": "2021" }, + "library_target_name": "predicates_tree", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "predicates-tree 1.0.9": { "name": "predicates-tree", - "version": "1.0.9", "package_url": "https://github.com/assert-rs/predicates-rs/tree/master/crates/tree", "repository": { "Http": { - "url": "https://static.crates.io/crates/predicates-tree/1.0.9/download", - "sha256": "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" + "sha256": "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf", + "url": "https://static.crates.io/crates/predicates-tree/1.0.9/download" } }, "targets": [ { "Library": { "crate_name": "predicates_tree", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "predicates_tree", + "version": "1.0.9" + }, + "prefix-trie 0.8.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "ipnet" ], - "deps": { - "common": [ - { - "id": "predicates-core 1.0.6", - "target": "predicates_core" - }, - { - "id": "termtree 0.4.1", - "target": "termtree" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.9" + "deps": [ + { + "id": "either 1.18.0", + "target": "either" + }, + { + "id": "ipnet 2.10.1", + "target": "ipnet" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + } + ], + "edition": "2021" }, + "library_target_name": "prefix_trie", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "prefix-trie 0.8.4": { "name": "prefix-trie", - "version": "0.8.4", "package_url": "https://github.com/tiborschneider/prefix-trie", "repository": { "Http": { - "url": "https://static.crates.io/crates/prefix-trie/0.8.4/download", - "sha256": "4cf6e3177f0684016a5c209b00882e15f8bdd3f3bb48f0491df10cd102d0c6e7" + "sha256": "4cf6e3177f0684016a5c209b00882e15f8bdd3f3bb48f0491df10cd102d0c6e7", + "url": "https://static.crates.io/crates/prefix-trie/0.8.4/download" } }, "targets": [ { "Library": { "crate_name": "prefix_trie", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "prefix_trie", + "version": "0.8.4" + }, + "pretty 0.12.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "arrayvec 0.5.2", + "target": "arrayvec" + }, + { + "id": "typed-arena 2.0.2", + "target": "typed_arena" + }, + { + "id": "unicode-segmentation 1.12.0", + "target": "unicode_segmentation" + } ], - "crate_features": { - "common": [ - "default", - "ipnet" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "either 1.18.0", - "target": "either" - }, - { - "id": "ipnet 2.10.1", - "target": "ipnet" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.4" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "pretty", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "pretty 0.12.1": { "name": "pretty", - "version": "0.12.1", "package_url": "https://github.com/Marwes/pretty.rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/pretty/0.12.1/download", - "sha256": "563c9d701c3a31dfffaaf9ce23507ba09cbe0b9125ba176d15e629b0235e9acc" + "sha256": "563c9d701c3a31dfffaaf9ce23507ba09cbe0b9125ba176d15e629b0235e9acc", + "url": "https://static.crates.io/crates/pretty/0.12.1/download" } }, "targets": [ { "Library": { "crate_name": "pretty", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "pretty", + "version": "0.12.1" + }, + "pretty_assertions 1.4.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "deps": { - "common": [ - { - "id": "arrayvec 0.5.2", - "target": "arrayvec" - }, - { - "id": "typed-arena 2.0.2", - "target": "typed_arena" - }, - { - "id": "unicode-segmentation 1.12.0", - "target": "unicode_segmentation" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.12.1" + "deps": [ + { + "id": "diff 0.1.13", + "target": "diff" + }, + { + "id": "yansi 0.5.1", + "target": "yansi" + } + ], + "edition": "2018" }, - "license": "MIT", + "library_target_name": "pretty_assertions", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "pretty_assertions 1.4.0": { "name": "pretty_assertions", - "version": "1.4.0", "package_url": "https://github.com/rust-pretty-assertions/rust-pretty-assertions", "repository": { "Http": { - "url": "https://static.crates.io/crates/pretty_assertions/1.4.0/download", - "sha256": "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" + "sha256": "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66", + "url": "https://static.crates.io/crates/pretty_assertions/1.4.0/download" } }, "targets": [ { "Library": { "crate_name": "pretty_assertions", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "pretty_assertions", + "version": "1.4.0" + }, + "prettyplease 0.2.37": { + "build_script_attrs": { + "links": "prettyplease02" + }, "common_attrs": { - "compile_data_glob": [ - "**" - ], "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "diff 0.1.13", - "target": "diff" - }, - { - "id": "yansi 0.5.1", - "target": "yansi" - } - ], - "selects": {} + "common": [], + "selects": { + "aarch64-apple-darwin": [ + "verbatim" + ], + "aarch64-unknown-linux-gnu": [ + "verbatim" + ], + "x86_64-apple-darwin": [ + "verbatim" + ], + "x86_64-unknown-linux-gnu": [ + "verbatim" + ] + } }, - "edition": "2018", - "version": "1.4.0" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } + ], + "edition": "2021", + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "prettyplease", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "prettyplease 0.2.37": { "name": "prettyplease", - "version": "0.2.37", "package_url": "https://github.com/dtolnay/prettyplease", "repository": { "Http": { - "url": "https://static.crates.io/crates/prettyplease/0.2.37/download", - "sha256": "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" + "sha256": "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b", + "url": "https://static.crates.io/crates/prettyplease/0.2.37/download" } }, "targets": [ { "Library": { "crate_name": "prettyplease", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "prettyplease", + "version": "0.2.37" + }, + "primeorder 0.13.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [], - "selects": { - "aarch64-apple-darwin": [ - "verbatim" - ], - "aarch64-unknown-linux-gnu": [ - "verbatim" - ], - "x86_64-apple-darwin": [ - "verbatim" - ], - "x86_64-unknown-linux-gnu": [ - "verbatim" - ] + "deps": [ + { + "id": "elliptic-curve 0.13.8", + "target": "elliptic_curve" } - }, - "deps": { - "common": [ - { - "id": "prettyplease 0.2.37", - "target": "build_script_build" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.37" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" ], - "data_glob": [ - "**" - ], - "links": "prettyplease02" + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "primeorder", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "primeorder 0.13.2": { "name": "primeorder", - "version": "0.13.2", "package_url": "https://github.com/RustCrypto/elliptic-curves/tree/master/primeorder", "repository": { "Http": { - "url": "https://static.crates.io/crates/primeorder/0.13.2/download", - "sha256": "3c2fcef82c0ec6eefcc179b978446c399b3cdf73c392c35604e399eee6df1ee3" + "sha256": "3c2fcef82c0ec6eefcc179b978446c399b3cdf73c392c35604e399eee6df1ee3", + "url": "https://static.crates.io/crates/primeorder/0.13.2/download" } }, "targets": [ { "Library": { "crate_name": "primeorder", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "primeorder", + "version": "0.13.2" + }, + "primitive-types 0.12.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "fixed-hash 0.8.0", + "target": "fixed_hash" + }, + { + "id": "uint 0.9.5", + "target": "uint" + } ], - "deps": { - "common": [ - { - "id": "elliptic-curve 0.13.8", - "target": "elliptic_curve" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.13.2" + "edition": "2021" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "primitive_types", + "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "primitive-types 0.12.1": { "name": "primitive-types", - "version": "0.12.1", "package_url": "https://github.com/paritytech/parity-common", "repository": { "Http": { - "url": "https://static.crates.io/crates/primitive-types/0.12.1/download", - "sha256": "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66" + "sha256": "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66", + "url": "https://static.crates.io/crates/primitive-types/0.12.1/download" } }, "targets": [ { "Library": { "crate_name": "primitive_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "primitive_types", + "version": "0.12.1" + }, + "priority-queue 2.7.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "serde", + "std" ], - "deps": { - "common": [ - { - "id": "fixed-hash 0.8.0", - "target": "fixed_hash" - }, - { - "id": "uint 0.9.5", - "target": "uint" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.12.1" + "deps": [ + { + "id": "equivalent 1.0.1", + "target": "equivalent" + }, + { + "id": "indexmap 2.14.0", + "target": "indexmap" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "priority_queue", + "license": "LGPL-3.0-or-later OR MPL-2.0", "license_ids": [ - "Apache-2.0", - "MIT" + "LGPL-3.0", + "MPL-2.0" ], - "license_file": null - }, - "priority-queue 2.7.0": { "name": "priority-queue", - "version": "2.7.0", "package_url": "https://github.com/garro95/priority-queue", "repository": { "Http": { - "url": "https://static.crates.io/crates/priority-queue/2.7.0/download", - "sha256": "93980406f12d9f8140ed5abe7155acb10bb1e69ea55c88960b9c2f117445ef96" + "sha256": "93980406f12d9f8140ed5abe7155acb10bb1e69ea55c88960b9c2f117445ef96", + "url": "https://static.crates.io/crates/priority-queue/2.7.0/download" } }, "targets": [ { "Library": { "crate_name": "priority_queue", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "priority_queue", + "version": "2.7.0" + }, + "proc-macro-crate 1.3.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "toml_edit 0.19.14", + "target": "toml_edit" + } ], - "crate_features": { - "common": [ - "default", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "equivalent 1.0.1", - "target": "equivalent" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.7.0" + "edition": "2021" }, - "license": "LGPL-3.0-or-later OR MPL-2.0", + "library_target_name": "proc_macro_crate", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "LGPL-3.0", - "MPL-2.0" + "Apache-2.0", + "MIT" ], - "license_file": null - }, - "proc-macro-crate 1.3.1": { "name": "proc-macro-crate", - "version": "1.3.1", "package_url": "https://github.com/bkchr/proc-macro-crate", "repository": { "Http": { - "url": "https://static.crates.io/crates/proc-macro-crate/1.3.1/download", - "sha256": "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" + "sha256": "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919", + "url": "https://static.crates.io/crates/proc-macro-crate/1.3.1/download" } }, "targets": [ { "Library": { "crate_name": "proc_macro_crate", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "proc_macro_crate", + "version": "1.3.1" + }, + "proc-macro-crate 3.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "toml_edit 0.25.13+spec-1.1.0", + "target": "toml_edit" + } ], - "deps": { - "common": [ - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "toml_edit 0.19.14", - "target": "toml_edit" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.3.1" + "edition": "2021" }, + "library_target_name": "proc_macro_crate", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "proc-macro-crate 3.5.0": { "name": "proc-macro-crate", - "version": "3.5.0", "package_url": "https://github.com/bkchr/proc-macro-crate", "repository": { "Http": { - "url": "https://static.crates.io/crates/proc-macro-crate/3.5.0/download", - "sha256": "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" + "sha256": "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f", + "url": "https://static.crates.io/crates/proc-macro-crate/3.5.0/download" } }, "targets": [ { "Library": { "crate_name": "proc_macro_crate", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "proc_macro_crate", + "version": "3.5.0" + }, + "proc-macro-error-attr2 2.0.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + } ], - "deps": { - "common": [ - { - "id": "toml_edit 0.25.13+spec-1.1.0", - "target": "toml_edit" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.5.0" + "edition": "2021" }, + "library_target_name": "proc_macro_error_attr2", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "proc-macro-error-attr2 2.0.0": { "name": "proc-macro-error-attr2", - "version": "2.0.0", "package_url": "https://github.com/GnomedDev/proc-macro-error-2", "repository": { "Http": { - "url": "https://static.crates.io/crates/proc-macro-error-attr2/2.0.0/download", - "sha256": "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" + "sha256": "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5", + "url": "https://static.crates.io/crates/proc-macro-error-attr2/2.0.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "proc_macro_error_attr2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "proc_macro_error_attr2", + "version": "2.0.0" + }, + "proc-macro-error-attr3 3.0.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + } ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.0.0" + "edition": "2021" }, + "library_target_name": "proc_macro_error_attr3", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "proc-macro-error-attr3 3.0.1": { "name": "proc-macro-error-attr3", - "version": "3.0.1", "package_url": "https://github.com/gamma0987/proc-macro-error3", "repository": { "Http": { - "url": "https://static.crates.io/crates/proc-macro-error-attr3/3.0.1/download", - "sha256": "82366fd7d8b7a440d66d13418820c69df9b3908bcb1a0476d7f5ce5d12f5a04d" + "sha256": "82366fd7d8b7a440d66d13418820c69df9b3908bcb1a0476d7f5ce5d12f5a04d", + "url": "https://static.crates.io/crates/proc-macro-error-attr3/3.0.1/download" } }, "targets": [ { "ProcMacro": { "crate_name": "proc_macro_error_attr3", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "proc_macro_error_attr3", + "version": "3.0.1" + }, + "proc-macro-error2 2.0.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "syn-error" + ], + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - } - ], - "selects": {} - }, "edition": "2021", - "version": "3.0.1" + "proc_macro_deps": [ + { + "id": "proc-macro-error-attr2 2.0.0", + "target": "proc_macro_error_attr2" + } + ] }, + "library_target_name": "proc_macro_error2", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "proc-macro-error2 2.0.1": { "name": "proc-macro-error2", - "version": "2.0.1", "package_url": "https://github.com/GnomedDev/proc-macro-error-2", "repository": { "Http": { - "url": "https://static.crates.io/crates/proc-macro-error2/2.0.1/download", - "sha256": "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" + "sha256": "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802", + "url": "https://static.crates.io/crates/proc-macro-error2/2.0.1/download" } }, "targets": [ { "Library": { "crate_name": "proc_macro_error2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "proc_macro_error2", + "version": "2.0.1" + }, + "proc-macro-error3 3.0.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "syn-error" + ], + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "crate_features": { - "common": [ - "default", - "syn-error" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "proc-macro-error-attr2 2.0.0", - "target": "proc_macro_error_attr2" - } - ], - "selects": {} - }, - "version": "2.0.1" + "proc_macro_deps": [ + { + "id": "proc-macro-error-attr3 3.0.1", + "target": "proc_macro_error_attr3" + } + ] }, + "library_target_name": "proc_macro_error3", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "proc-macro-error3 3.0.1": { "name": "proc-macro-error3", - "version": "3.0.1", "package_url": "https://github.com/gamma0987/proc-macro-error3", "repository": { "Http": { - "url": "https://static.crates.io/crates/proc-macro-error3/3.0.1/download", - "sha256": "b511283ea8a74b4b39447b128c5d00f03a356b7424554b13e298a5550100d9ac" + "sha256": "b511283ea8a74b4b39447b128c5d00f03a356b7424554b13e298a5550100d9ac", + "url": "https://static.crates.io/crates/proc-macro-error3/3.0.1/download" } }, "targets": [ { "Library": { "crate_name": "proc_macro_error3", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "proc_macro_error3", + "version": "3.0.1" + }, + "proc-macro-utils 0.10.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "parser", + "proc-macro", + "proc-macro2", + "quote", + "smallvec" + ], + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "smallvec 1.15.1", + "target": "smallvec" + } ], - "crate_features": { - "common": [ - "default", - "syn-error" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "proc-macro-error-attr3 3.0.1", - "target": "proc_macro_error_attr3" - } - ], - "selects": {} - }, - "version": "3.0.1" + "edition": "2021" }, + "library_target_name": "proc_macro_utils", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "proc-macro-utils 0.10.0": { "name": "proc-macro-utils", - "version": "0.10.0", "package_url": "https://github.com/ModProg/proc-macro-utils", "repository": { "Http": { - "url": "https://static.crates.io/crates/proc-macro-utils/0.10.0/download", - "sha256": "eeaf08a13de400bc215877b5bdc088f241b12eb42f0a548d3390dc1c56bb7071" + "sha256": "eeaf08a13de400bc215877b5bdc088f241b12eb42f0a548d3390dc1c56bb7071", + "url": "https://static.crates.io/crates/proc-macro-utils/0.10.0/download" } }, "targets": [ { "Library": { "crate_name": "proc_macro_utils", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "proc_macro_utils", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "parser", - "proc-macro", - "proc-macro2", - "quote", - "smallvec" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.10.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" + "version": "0.10.0" }, "proc-macro2 1.0.106": { - "name": "proc-macro2", - "version": "1.0.106", - "package_url": "https://github.com/dtolnay/proc-macro2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/proc-macro2/1.0.106/download", - "sha256": "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" - } - }, - "targets": [ - { - "Library": { - "crate_name": "proc_macro2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "proc_macro2", + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], "crate_features": { "common": [ "default", @@ -58079,230 +44516,154 @@ ] } }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "build_script_build" - }, - { - "id": "unicode-ident 1.0.22", - "target": "unicode_ident" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.106" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "unicode-ident 1.0.22", + "target": "unicode_ident" + } ], - "data_glob": [ - "**" + "edition": "2021", + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "proc_macro2", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "procfs 0.17.0": { - "name": "procfs", - "version": "0.17.0", - "package_url": "https://github.com/eminence/procfs", + "name": "proc-macro2", + "package_url": "https://github.com/dtolnay/proc-macro2", "repository": { "Http": { - "url": "https://static.crates.io/crates/procfs/0.17.0/download", - "sha256": "cc5b72d8145275d844d4b5f6d4e1eef00c8cd889edb6035c21675d1bb1f45c9f" + "sha256": "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934", + "url": "https://static.crates.io/crates/proc-macro2/1.0.106/download" } }, "targets": [ { "Library": { - "crate_name": "procfs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "proc_macro2", + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "procfs", + "version": "1.0.106" + }, + "procfs 0.17.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "procfs-core 0.17.0", + "target": "procfs_core" + }, + { + "id": "rustix 0.38.44", + "target": "rustix" + } ], - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "procfs 0.17.0", - "target": "build_script_build" - }, - { - "id": "procfs-core 0.17.0", - "target": "procfs_core" - }, - { - "id": "rustix 0.38.44", - "target": "rustix" - } - ], - "selects": {} - }, "edition": "2018", - "version": "0.17.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "procfs", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "procfs-core 0.17.0": { - "name": "procfs-core", - "version": "0.17.0", + "name": "procfs", "package_url": "https://github.com/eminence/procfs", "repository": { "Http": { - "url": "https://static.crates.io/crates/procfs-core/0.17.0/download", - "sha256": "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec" + "sha256": "cc5b72d8145275d844d4b5f6d4e1eef00c8cd889edb6035c21675d1bb1f45c9f", + "url": "https://static.crates.io/crates/procfs/0.17.0/download" } }, "targets": [ { "Library": { - "crate_name": "procfs_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "procfs", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "procfs_core", + "version": "0.17.0" + }, + "procfs-core 0.17.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "hex 0.4.3", + "target": "hex" + } ], - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "hex 0.4.3", - "target": "hex" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.17.0" + "edition": "2018" }, + "library_target_name": "procfs_core", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "prometheus 0.14.0": { - "name": "prometheus", - "version": "0.14.0", - "package_url": "https://github.com/tikv/rust-prometheus", + "name": "procfs-core", + "package_url": "https://github.com/eminence/procfs", "repository": { "Http": { - "url": "https://static.crates.io/crates/prometheus/0.14.0/download", - "sha256": "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a" + "sha256": "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec", + "url": "https://static.crates.io/crates/procfs-core/0.17.0/download" } }, "targets": [ { "Library": { - "crate_name": "prometheus", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "procfs_core", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "prometheus", + "version": "0.17.0" + }, + "prometheus 0.14.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "libc", + "process", + "procfs", + "protobuf" ], - "crate_features": { - "common": [ - "default", - "libc", - "process", - "procfs", - "protobuf" - ], - "selects": {} - }, "deps": { "common": [ { @@ -58329,10 +44690,6 @@ "id": "parking_lot 0.12.5", "target": "parking_lot" }, - { - "id": "prometheus 0.14.0", - "target": "build_script_build" - }, { "id": "protobuf 3.7.2", "target": "protobuf" @@ -58358,1315 +44715,965 @@ } }, "edition": "2018", - "version": "0.14.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "prometheus", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" + "name": "prometheus", + "package_url": "https://github.com/tikv/rust-prometheus", + "repository": { + "Http": { + "sha256": "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a", + "url": "https://static.crates.io/crates/prometheus/0.14.0/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "prometheus", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" + } + } + ], + "version": "0.14.0" }, "prometheus-parse 0.2.4": { + "common_attrs": { + "deps": [ + { + "id": "chrono 0.4.42", + "target": "chrono" + }, + { + "id": "itertools 0.10.5", + "target": "itertools" + }, + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "regex 1.13.1", + "target": "regex" + } + ], + "edition": "2018" + }, + "library_target_name": "prometheus_parse", + "license": "Apache-2.0", + "license_file": "LICENSE", + "license_ids": [ + "Apache-2.0" + ], "name": "prometheus-parse", - "version": "0.2.4", "package_url": "https://github.com/ccakes/prometheus-parse-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/prometheus-parse/0.2.4/download", - "sha256": "0c2aa5feb83bf4b2c8919eaf563f51dbab41183de73ba2353c0e03cd7b6bd892" + "sha256": "0c2aa5feb83bf4b2c8919eaf563f51dbab41183de73ba2353c0e03cd7b6bd892", + "url": "https://static.crates.io/crates/prometheus-parse/0.2.4/download" } }, "targets": [ { "Library": { "crate_name": "prometheus_parse", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "prometheus_parse", + "version": "0.2.4" + }, + "proptest 1.6.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "bit-set", + "default", + "fork", + "lazy_static", + "regex-syntax", + "rusty-fork", + "std", + "tempfile", + "timeout" + ], + "deps": [ + { + "id": "bit-set 0.8.0", + "target": "bit_set" + }, + { + "id": "bit-vec 0.8.0", + "target": "bit_vec" + }, + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "lazy_static 1.5.0", + "target": "lazy_static" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "rand 0.8.6", + "target": "rand" + }, + { + "id": "rand_chacha 0.3.1", + "target": "rand_chacha" + }, + { + "id": "rand_xorshift 0.3.0", + "target": "rand_xorshift" + }, + { + "id": "regex-syntax 0.8.11", + "target": "regex_syntax" + }, + { + "id": "rusty-fork 0.3.0", + "target": "rusty_fork" + }, + { + "id": "tempfile 3.23.0", + "target": "tempfile" + }, + { + "id": "unarray 0.1.4", + "target": "unarray" + } ], - "deps": { - "common": [ - { - "id": "chrono 0.4.42", - "target": "chrono" - }, - { - "id": "itertools 0.10.5", - "target": "itertools" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "regex 1.13.1", - "target": "regex" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.4" + "edition": "2018" }, - "license": "Apache-2.0", + "library_target_name": "proptest", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "Apache-2.0" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" - }, - "proptest 1.6.0": { "name": "proptest", - "version": "1.6.0", "package_url": "https://github.com/proptest-rs/proptest", "repository": { "Http": { - "url": "https://static.crates.io/crates/proptest/1.6.0/download", - "sha256": "14cae93065090804185d3b75f0bf93b8eeda30c7a9b4a33d3bdb3988d6229e50" + "sha256": "14cae93065090804185d3b75f0bf93b8eeda30c7a9b4a33d3bdb3988d6229e50", + "url": "https://static.crates.io/crates/proptest/1.6.0/download" } }, "targets": [ { "Library": { "crate_name": "proptest", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "proptest", + "version": "1.6.0" + }, + "proptest-derive 0.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "crate_features": { - "common": [ - "bit-set", - "default", - "fork", - "lazy_static", - "regex-syntax", - "rusty-fork", - "std", - "tempfile", - "timeout" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bit-set 0.8.0", - "target": "bit_set" - }, - { - "id": "bit-vec 0.8.0", - "target": "bit_vec" - }, - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "rand 0.8.6", - "target": "rand" - }, - { - "id": "rand_chacha 0.3.1", - "target": "rand_chacha" - }, - { - "id": "rand_xorshift 0.3.0", - "target": "rand_xorshift" - }, - { - "id": "regex-syntax 0.8.11", - "target": "regex_syntax" - }, - { - "id": "rusty-fork 0.3.0", - "target": "rusty_fork" - }, - { - "id": "tempfile 3.23.0", - "target": "tempfile" - }, - { - "id": "unarray 0.1.4", - "target": "unarray" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.6.0" + "edition": "2018" }, + "library_target_name": "proptest_derive", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "proptest-derive 0.5.0": { "name": "proptest-derive", - "version": "0.5.0", "package_url": "https://github.com/proptest-rs/proptest", "repository": { "Http": { - "url": "https://static.crates.io/crates/proptest-derive/0.5.0/download", - "sha256": "6ff7ff745a347b87471d859a377a9a404361e7efc2a971d73424a6d183c0fc77" + "sha256": "6ff7ff745a347b87471d859a377a9a404361e7efc2a971d73424a6d183c0fc77", + "url": "https://static.crates.io/crates/proptest-derive/0.5.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "proptest_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "proptest_derive", + "version": "0.5.0" + }, + "prost 0.14.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "derive", + "std" ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.0" + "deps": [ + { + "id": "bytes 1.11.1", + "target": "bytes" + } + ], + "edition": "2021", + "proc_macro_deps": [ + { + "id": "prost-derive 0.14.4", + "target": "prost_derive" + } + ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "prost", + "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "Apache-2.0" ], - "license_file": "LICENSE-APACHE" - }, - "prost 0.14.4": { "name": "prost", - "version": "0.14.4", "package_url": "https://github.com/tokio-rs/prost", "repository": { "Http": { - "url": "https://static.crates.io/crates/prost/0.14.4/download", - "sha256": "528ac67416ff8646872a3c02cad9cc4ee5dc9f9540c9b10771855c95cb2e5ae1" + "sha256": "528ac67416ff8646872a3c02cad9cc4ee5dc9f9540c9b10771855c95cb2e5ae1", + "url": "https://static.crates.io/crates/prost/0.14.4/download" } }, "targets": [ { "Library": { "crate_name": "prost", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "prost", + "version": "0.14.4" + }, + "prost-build 0.14.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "cleanup-markdown", + "default", + "format" ], - "crate_features": { - "common": [ - "default", - "derive", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "prost-derive 0.14.4", - "target": "prost_derive" - } - ], - "selects": {} - }, - "version": "0.14.4" + "deps": [ + { + "id": "heck 0.5.0", + "target": "heck" + }, + { + "id": "itertools 0.14.0", + "target": "itertools" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "multimap 0.8.3", + "target": "multimap" + }, + { + "id": "petgraph 0.8.3", + "target": "petgraph" + }, + { + "id": "prettyplease 0.2.37", + "target": "prettyplease" + }, + { + "id": "prost 0.14.4", + "target": "prost" + }, + { + "id": "prost-types 0.14.4", + "target": "prost_types" + }, + { + "id": "pulldown-cmark 0.13.4", + "target": "pulldown_cmark" + }, + { + "id": "pulldown-cmark-to-cmark 22.0.0", + "target": "pulldown_cmark_to_cmark" + }, + { + "id": "regex 1.13.1", + "target": "regex" + }, + { + "id": "syn 2.0.119", + "target": "syn" + }, + { + "id": "tempfile 3.23.0", + "target": "tempfile" + } + ], + "edition": "2021" }, + "library_target_name": "prost_build", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "prost-build 0.14.4": { "name": "prost-build", - "version": "0.14.4", "package_url": "https://github.com/tokio-rs/prost", "repository": { "Http": { - "url": "https://static.crates.io/crates/prost-build/0.14.4/download", - "sha256": "03da047801ff44bb6a4d407d4860c05fd70bb81714e6b2f3812603d5b145b042" + "sha256": "03da047801ff44bb6a4d407d4860c05fd70bb81714e6b2f3812603d5b145b042", + "url": "https://static.crates.io/crates/prost-build/0.14.4/download" } }, "targets": [ { "Library": { "crate_name": "prost_build", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "prost_build", + "version": "0.14.4" + }, + "prost-derive 0.14.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "anyhow 1.0.104", + "target": "anyhow" + }, + { + "id": "itertools 0.14.0", + "target": "itertools" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "crate_features": { - "common": [ - "cleanup-markdown", - "default", - "format" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "heck 0.5.0", - "target": "heck" - }, - { - "id": "itertools 0.14.0", - "target": "itertools" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "multimap 0.8.3", - "target": "multimap" - }, - { - "id": "petgraph 0.8.3", - "target": "petgraph" - }, - { - "id": "prettyplease 0.2.37", - "target": "prettyplease" - }, - { - "id": "prost 0.14.4", - "target": "prost" - }, - { - "id": "prost-types 0.14.4", - "target": "prost_types" - }, - { - "id": "pulldown-cmark 0.13.4", - "target": "pulldown_cmark" - }, - { - "id": "pulldown-cmark-to-cmark 22.0.0", - "target": "pulldown_cmark_to_cmark" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "tempfile 3.23.0", - "target": "tempfile" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.14.4" + "edition": "2021" }, + "library_target_name": "prost_derive", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "prost-derive 0.14.4": { "name": "prost-derive", - "version": "0.14.4", "package_url": "https://github.com/tokio-rs/prost", "repository": { "Http": { - "url": "https://static.crates.io/crates/prost-derive/0.14.4/download", - "sha256": "b570b25f7617e43d59005d0990ccb79e950a423952cea19671b7a876da390adf" + "sha256": "b570b25f7617e43d59005d0990ccb79e950a423952cea19671b7a876da390adf", + "url": "https://static.crates.io/crates/prost-derive/0.14.4/download" } }, "targets": [ { "ProcMacro": { "crate_name": "prost_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "prost_derive", + "version": "0.14.4" + }, + "prost-types 0.14.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "itertools 0.14.0", - "target": "itertools" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.14.4" + "deps": [ + { + "id": "prost 0.14.4", + "target": "prost" + } + ], + "edition": "2021" }, + "library_target_name": "prost_types", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "prost-types 0.14.4": { "name": "prost-types", - "version": "0.14.4", "package_url": "https://github.com/tokio-rs/prost", "repository": { "Http": { - "url": "https://static.crates.io/crates/prost-types/0.14.4/download", - "sha256": "f94967dc7688f3054c7fac87473ffae4cc4c3904800e2d9f5b857246d8963b0a" + "sha256": "f94967dc7688f3054c7fac87473ffae4cc4c3904800e2d9f5b857246d8963b0a", + "url": "https://static.crates.io/crates/prost-types/0.14.4/download" } }, "targets": [ { "Library": { "crate_name": "prost_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "prost_types", + "version": "0.14.4" + }, + "protobuf 3.7.2": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" + ], + "deps": [ + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "protobuf-support 3.7.2", + "target": "protobuf_support" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + } ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "prost 0.14.4", - "target": "prost" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.14.4" + "extra_deps": [ + ":build_script_build" + ] }, - "license": "Apache-2.0", + "library_target_name": "protobuf", + "license": "MIT", + "license_file": "LICENSE.txt", "license_ids": [ - "Apache-2.0" + "MIT" ], - "license_file": "LICENSE" - }, - "protobuf 3.7.2": { "name": "protobuf", - "version": "3.7.2", "package_url": "https://github.com/stepancheg/rust-protobuf/", "repository": { "Http": { - "url": "https://static.crates.io/crates/protobuf/3.7.2/download", - "sha256": "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4" + "sha256": "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4", + "url": "https://static.crates.io/crates/protobuf/3.7.2/download" } }, "targets": [ { "Library": { "crate_name": "protobuf", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "protobuf", + "version": "3.7.2" + }, + "protobuf-support 3.7.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "protobuf 3.7.2", - "target": "build_script_build" - }, - { - "id": "protobuf-support 3.7.2", - "target": "protobuf_support" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.7.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "thiserror 1.0.68", + "target": "thiserror" + } ], - "data_glob": [ - "**" - ] + "edition": "2021" }, + "library_target_name": "protobuf_support", "license": "MIT", + "license_file": "LICENSE.txt", "license_ids": [ "MIT" ], - "license_file": "LICENSE.txt" - }, - "protobuf-support 3.7.2": { "name": "protobuf-support", - "version": "3.7.2", "package_url": "https://github.com/stepancheg/rust-protobuf/", "repository": { "Http": { - "url": "https://static.crates.io/crates/protobuf-support/3.7.2/download", - "sha256": "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6" + "sha256": "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6", + "url": "https://static.crates.io/crates/protobuf-support/3.7.2/download" } }, "targets": [ { "Library": { "crate_name": "protobuf_support", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "protobuf_support", + "version": "3.7.2" + }, + "psl-types 2.0.11": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.7.2" + "edition": "2018" }, - "license": "MIT", + "library_target_name": "psl_types", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE.txt" - }, - "psl-types 2.0.11": { "name": "psl-types", - "version": "2.0.11", "package_url": "https://github.com/addr-rs/psl-types", "repository": { "Http": { - "url": "https://static.crates.io/crates/psl-types/2.0.11/download", - "sha256": "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac" + "sha256": "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac", + "url": "https://static.crates.io/crates/psl-types/2.0.11/download" } }, "targets": [ { "Library": { "crate_name": "psl_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "psl_types", + "version": "2.0.11" + }, + "psm 0.1.21": { + "build_script_attrs": { + "deps": [ + { + "id": "cc 1.2.48", + "target": "cc" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "2.0.11" + "edition": "2015", + "extra_deps": [ + ":build_script_build" + ] }, - "license": "MIT/Apache-2.0", + "library_target_name": "psm", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "psm 0.1.21": { "name": "psm", - "version": "0.1.21", "package_url": "https://github.com/rust-lang/stacker/", "repository": { "Http": { - "url": "https://static.crates.io/crates/psm/0.1.21/download", - "sha256": "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" + "sha256": "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874", + "url": "https://static.crates.io/crates/psm/0.1.21/download" } }, "targets": [ { "Library": { "crate_name": "psm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "psm", + "version": "0.1.21" + }, + "ptr_meta 0.3.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "psm 0.1.21", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.1.21" + "edition": "2021" }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - } - }, - "license": "MIT OR Apache-2.0", + "library_target_name": "ptr_meta", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ptr_meta 0.3.1": { "name": "ptr_meta", - "version": "0.3.1", "package_url": "https://github.com/rkyv/ptr_meta", "repository": { "Http": { - "url": "https://static.crates.io/crates/ptr_meta/0.3.1/download", - "sha256": "0b9a0cf95a1196af61d4f1cbdab967179516d9a4a4312af1f31948f8f6224a79" + "sha256": "0b9a0cf95a1196af61d4f1cbdab967179516d9a4a4312af1f31948f8f6224a79", + "url": "https://static.crates.io/crates/ptr_meta/0.3.1/download" } }, "targets": [ { "Library": { "crate_name": "ptr_meta", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ptr_meta", + "version": "0.3.1" + }, + "ptr_meta_derive 0.3.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "edition": "2021", - "version": "0.3.1" + "edition": "2021" }, + "library_target_name": "ptr_meta_derive", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "ptr_meta_derive 0.3.1": { "name": "ptr_meta_derive", - "version": "0.3.1", "package_url": "https://github.com/rkyv/ptr_meta", "repository": { "Http": { - "url": "https://static.crates.io/crates/ptr_meta_derive/0.3.1/download", - "sha256": "7347867d0a7e1208d93b46767be83e2b8f978c3dad35f775ac8d8847551d6fe1" + "sha256": "7347867d0a7e1208d93b46767be83e2b8f978c3dad35f775ac8d8847551d6fe1", + "url": "https://static.crates.io/crates/ptr_meta_derive/0.3.1/download" } }, "targets": [ { "ProcMacro": { "crate_name": "ptr_meta_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ptr_meta_derive", + "version": "0.3.1" + }, + "publicsuffix 2.2.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "idna", + "punycode" ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.1" + "deps": [ + { + "id": "idna 0.3.0", + "target": "idna" + }, + { + "id": "psl-types 2.0.11", + "target": "psl_types" + } + ], + "edition": "2018" }, - "license": "MIT", + "library_target_name": "publicsuffix", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "publicsuffix 2.2.3": { "name": "publicsuffix", - "version": "2.2.3", "package_url": "https://github.com/rushmorem/publicsuffix", "repository": { "Http": { - "url": "https://static.crates.io/crates/publicsuffix/2.2.3/download", - "sha256": "96a8c1bda5ae1af7f99a2962e49df150414a43d62404644d98dd5c3a93d07457" + "sha256": "96a8c1bda5ae1af7f99a2962e49df150414a43d62404644d98dd5c3a93d07457", + "url": "https://static.crates.io/crates/publicsuffix/2.2.3/download" } }, "targets": [ { "Library": { "crate_name": "publicsuffix", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "publicsuffix", + "version": "2.2.3" + }, + "pulldown-cmark 0.13.4": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "memchr 2.7.4", + "target": "memchr" + }, + { + "id": "unicase 2.6.0", + "target": "unicase" + } ], - "crate_features": { - "common": [ - "default", - "idna", - "punycode" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "idna 0.3.0", - "target": "idna" - }, - { - "id": "psl-types 2.0.11", - "target": "psl_types" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.2.3" + "edition": "2021", + "extra_deps": [ + ":build_script_build" + ] }, - "license": "MIT/Apache-2.0", + "library_target_name": "pulldown_cmark", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "pulldown-cmark 0.13.4": { "name": "pulldown-cmark", - "version": "0.13.4", "package_url": "https://github.com/raphlinus/pulldown-cmark", "repository": { "Http": { - "url": "https://static.crates.io/crates/pulldown-cmark/0.13.4/download", - "sha256": "e9f068eba8e7071c5f9511831b44f32c740d5adf574e990f946ddb53db2f314e" + "sha256": "e9f068eba8e7071c5f9511831b44f32c740d5adf574e990f946ddb53db2f314e", + "url": "https://static.crates.io/crates/pulldown-cmark/0.13.4/download" } }, "targets": [ { "Library": { "crate_name": "pulldown_cmark", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "pulldown_cmark", + "version": "0.13.4" + }, + "pulldown-cmark-to-cmark 22.0.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "pulldown-cmark 0.13.4", - "target": "build_script_build" - }, - { - "id": "unicase 2.6.0", - "target": "unicase" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.13.4" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "pulldown-cmark 0.13.4", + "target": "pulldown_cmark" + } ], - "data_glob": [ - "**" - ] + "edition": "2018" }, - "license": "MIT", + "library_target_name": "pulldown_cmark_to_cmark", + "license": "Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "MIT" + "Apache-2.0" ], - "license_file": "LICENSE" - }, - "pulldown-cmark-to-cmark 22.0.0": { "name": "pulldown-cmark-to-cmark", - "version": "22.0.0", "package_url": "https://github.com/Byron/pulldown-cmark-to-cmark", "repository": { "Http": { - "url": "https://static.crates.io/crates/pulldown-cmark-to-cmark/22.0.0/download", - "sha256": "50793def1b900256624a709439404384204a5dc3a6ec580281bfaac35e882e90" + "sha256": "50793def1b900256624a709439404384204a5dc3a6ec580281bfaac35e882e90", + "url": "https://static.crates.io/crates/pulldown-cmark-to-cmark/22.0.0/download" } }, "targets": [ { "Library": { "crate_name": "pulldown_cmark_to_cmark", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "pulldown_cmark_to_cmark", + "version": "22.0.0" + }, + "pulley-interpreter 47.0.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "decode", + "disas", + "encode", + "interp", + "std" + ], + "deps": [ + { + "id": "cranelift-bitset 0.134.3", + "target": "cranelift_bitset" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "alias": "wasmtime_core", + "id": "wasmtime-internal-core 47.0.3", + "target": "wasmtime_internal_core" + } ], - "deps": { - "common": [ - { - "id": "pulldown-cmark 0.13.4", - "target": "pulldown_cmark" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "22.0.0" + "edition": "2024", + "proc_macro_deps": [ + { + "id": "pulley-macros 47.0.3", + "target": "pulley_macros" + } + ] }, - "license": "Apache-2.0", + "library_target_name": "pulley_interpreter", + "license": "Apache-2.0 WITH LLVM-exception", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE-APACHE" - }, - "pulley-interpreter 47.0.3": { "name": "pulley-interpreter", - "version": "47.0.3", "package_url": "https://github.com/bytecodealliance/wasmtime/tree/main/pulley", "repository": { "Http": { - "url": "https://static.crates.io/crates/pulley-interpreter/47.0.3/download", - "sha256": "bc5c8c21ea032e4efbdf2d067dc45171779dbe0c8ecf20ef4a57efa7474f2b0a" + "sha256": "bc5c8c21ea032e4efbdf2d067dc45171779dbe0c8ecf20ef4a57efa7474f2b0a", + "url": "https://static.crates.io/crates/pulley-interpreter/47.0.3/download" } }, "targets": [ { "Library": { "crate_name": "pulley_interpreter", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "pulley_interpreter", + "version": "47.0.3" + }, + "pulley-macros 47.0.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "crate_features": { - "common": [ - "decode", - "disas", - "encode", - "interp", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cranelift-bitset 0.134.3", - "target": "cranelift_bitset" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "wasmtime-internal-core 47.0.3", - "target": "wasmtime_internal_core", - "alias": "wasmtime_core" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "pulley-macros 47.0.3", - "target": "pulley_macros" - } - ], - "selects": {} - }, - "version": "47.0.3" + "edition": "2024" }, + "library_target_name": "pulley_macros", "license": "Apache-2.0 WITH LLVM-exception", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "pulley-macros 47.0.3": { "name": "pulley-macros", - "version": "47.0.3", "package_url": "https://github.com/bytecodealliance/wasmtime/tree/main/pulley/macros", "repository": { "Http": { - "url": "https://static.crates.io/crates/pulley-macros/47.0.3/download", - "sha256": "9f10925455d5dde962e3604eade797ba5488644c8ee14a44191e2f2b58980574" + "sha256": "9f10925455d5dde962e3604eade797ba5488644c8ee14a44191e2f2b58980574", + "url": "https://static.crates.io/crates/pulley-macros/47.0.3/download" } }, "targets": [ { "ProcMacro": { "crate_name": "pulley_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "pulley_macros", + "version": "47.0.3" + }, + "punycode 0.4.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "47.0.3" + "edition": "2015" }, - "license": "Apache-2.0 WITH LLVM-exception", + "library_target_name": "punycode", + "license": "MIT", + "license_file": "LICENSE.md", "license_ids": [ - "Apache-2.0" + "MIT" ], - "license_file": null - }, - "punycode 0.4.1": { "name": "punycode", - "version": "0.4.1", "package_url": "https://github.com/mcarton/rust-punycode.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/punycode/0.4.1/download", - "sha256": "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe" + "sha256": "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe", + "url": "https://static.crates.io/crates/punycode/0.4.1/download" } }, "targets": [ { "Library": { "crate_name": "punycode", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "punycode", + "version": "0.4.1" + }, + "qrcode 0.14.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2015", - "version": "0.4.1" + "edition": "2021" }, - "license": "MIT", + "library_target_name": "qrcode", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE.txt", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE.md" - }, - "qrcode 0.14.1": { "name": "qrcode", - "version": "0.14.1", "package_url": "https://github.com/kennytm/qrcode-rust", "repository": { "Http": { - "url": "https://static.crates.io/crates/qrcode/0.14.1/download", - "sha256": "d68782463e408eb1e668cf6152704bd856c78c5b6417adaee3203d8f4c1fc9ec" + "sha256": "d68782463e408eb1e668cf6152704bd856c78c5b6417adaee3203d8f4c1fc9ec", + "url": "https://static.crates.io/crates/qrcode/0.14.1/download" } }, "targets": [ { "Library": { "crate_name": "qrcode", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "qrcode", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.14.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE.txt" + "version": "0.14.1" }, "quanta 0.12.3": { - "name": "quanta", - "version": "0.12.3", - "package_url": "https://github.com/metrics-rs/quanta", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/quanta/0.12.3/download", - "sha256": "8e5167a477619228a0b284fac2674e3c388cba90631d7b7de620e6f1fcd08da5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "quanta", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "quanta", "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "flaky_tests" ], - "crate_features": { - "common": [ - "default", - "flaky_tests" - ], - "selects": {} - }, "deps": { "common": [ { @@ -59717,217 +45724,161 @@ ] } }, - "edition": "2021", - "version": "0.12.3" + "edition": "2021" }, + "library_target_name": "quanta", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "quick-error 1.2.3": { - "name": "quick-error", - "version": "1.2.3", - "package_url": "http://github.com/tailhook/quick-error", + "name": "quanta", + "package_url": "https://github.com/metrics-rs/quanta", "repository": { "Http": { - "url": "https://static.crates.io/crates/quick-error/1.2.3/download", - "sha256": "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" + "sha256": "8e5167a477619228a0b284fac2674e3c388cba90631d7b7de620e6f1fcd08da5", + "url": "https://static.crates.io/crates/quanta/0.12.3/download" } }, "targets": [ { "Library": { - "crate_name": "quick_error", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "quanta", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "quick_error", + "version": "0.12.3" + }, + "quick-error 1.2.3": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "1.2.3" + "edition": "2015" }, + "library_target_name": "quick_error", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "quick-xml 0.37.1": { - "name": "quick-xml", - "version": "0.37.1", - "package_url": "https://github.com/tafia/quick-xml", + "name": "quick-error", + "package_url": "http://github.com/tailhook/quick-error", "repository": { "Http": { - "url": "https://static.crates.io/crates/quick-xml/0.37.1/download", - "sha256": "f22f29bdff3987b4d8632ef95fd6424ec7e4e0a57e2f4fc63e489e75357f6a03" + "sha256": "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0", + "url": "https://static.crates.io/crates/quick-error/1.2.3/download" } }, "targets": [ { "Library": { - "crate_name": "quick_xml", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "quick_error", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "quick_xml", + "version": "1.2.3" + }, + "quick-xml 0.37.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "memchr 2.7.4", + "target": "memchr" + } ], - "deps": { - "common": [ - { - "id": "memchr 2.7.4", - "target": "memchr" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.37.1" + "edition": "2021" }, + "library_target_name": "quick_xml", "license": "MIT", + "license_file": "LICENSE-MIT.md", "license_ids": [ "MIT" ], - "license_file": "LICENSE-MIT.md" - }, - "quickcheck 1.0.3": { - "name": "quickcheck", - "version": "1.0.3", - "package_url": "https://github.com/BurntSushi/quickcheck", + "name": "quick-xml", + "package_url": "https://github.com/tafia/quick-xml", "repository": { "Http": { - "url": "https://static.crates.io/crates/quickcheck/1.0.3/download", - "sha256": "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6" + "sha256": "f22f29bdff3987b4d8632ef95fd6424ec7e4e0a57e2f4fc63e489e75357f6a03", + "url": "https://static.crates.io/crates/quick-xml/0.37.1/download" } }, "targets": [ { "Library": { - "crate_name": "quickcheck", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "quick_xml", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "quickcheck", + "version": "0.37.1" + }, + "quickcheck 1.0.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "env_logger", + "log", + "regex", + "use_logging" + ], + "deps": [ + { + "id": "env_logger 0.8.4", + "target": "env_logger" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "rand 0.8.6", + "target": "rand" + } ], - "crate_features": { - "common": [ - "default", - "env_logger", - "log", - "regex", - "use_logging" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "env_logger 0.8.4", - "target": "env_logger" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "rand 0.8.6", - "target": "rand" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.3" + "edition": "2018" }, + "library_target_name": "quickcheck", "license": "Unlicense/MIT", + "license_file": "LICENSE-MIT", "license_ids": [ "MIT", "Unlicense" ], - "license_file": "LICENSE-MIT" - }, - "quinn 0.11.11": { - "name": "quinn", - "version": "0.11.11", - "package_url": "https://github.com/quinn-rs/quinn", + "name": "quickcheck", + "package_url": "https://github.com/BurntSushi/quickcheck", "repository": { "Http": { - "url": "https://static.crates.io/crates/quinn/0.11.11/download", - "sha256": "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8" + "sha256": "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6", + "url": "https://static.crates.io/crates/quickcheck/1.0.3/download" } }, "targets": [ { "Library": { - "crate_name": "quinn", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "quickcheck", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "quinn", + "version": "1.0.3" + }, + "quinn 0.11.11": { + "build_script_attrs": { + "deps": [ + { + "id": "cfg_aliases 0.2.1", + "target": "cfg_aliases" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "aws-lc-rs", + "log", + "runtime-tokio", + "rustls-aws-lc-rs" ], - "crate_features": { - "common": [ - "aws-lc-rs", - "log", - "runtime-tokio", - "rustls-aws-lc-rs" - ], - "selects": {} - }, "deps": { "common": [ { @@ -59939,18 +45890,14 @@ "target": "pin_project_lite" }, { - "id": "quinn 0.11.11", - "target": "build_script_build" - }, - { + "alias": "proto", "id": "quinn-proto 0.11.15", - "target": "quinn_proto", - "alias": "proto" + "target": "quinn_proto" }, { + "alias": "udp", "id": "quinn-udp 0.5.5", - "target": "quinn_udp", - "alias": "udp" + "target": "quinn_udp" }, { "id": "rustc-hash 2.1.1", @@ -59989,72 +45936,48 @@ } }, "edition": "2021", - "version": "0.11.11" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg_aliases 0.2.1", - "target": "cfg_aliases" - } - ], - "selects": {} - } + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "quinn", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "quinn-proto 0.11.15": { - "name": "quinn-proto", - "version": "0.11.15", + "name": "quinn", "package_url": "https://github.com/quinn-rs/quinn", "repository": { "Http": { - "url": "https://static.crates.io/crates/quinn-proto/0.11.15/download", - "sha256": "4fcb935c5bec503c2f0e306bdd3e58bb9029dcb14fa8d9ac76e3a5256ac0763e" + "sha256": "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8", + "url": "https://static.crates.io/crates/quinn/0.11.11/download" } }, "targets": [ { "Library": { - "crate_name": "quinn_proto", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "quinn", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "quinn_proto", + "version": "0.11.11" + }, + "quinn-proto 0.11.15": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "aws-lc-rs", + "log", + "rustls-aws-lc-rs" ], - "crate_features": { - "common": [ - "aws-lc-rs", - "log", - "rustls-aws-lc-rs" - ], - "selects": {} - }, "deps": { "common": [ { @@ -60119,53 +46042,40 @@ ] } }, - "edition": "2021", - "version": "0.11.15" + "edition": "2021" }, + "library_target_name": "quinn_proto", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "quinn-udp 0.5.5": { - "name": "quinn-udp", - "version": "0.5.5", + "name": "quinn-proto", "package_url": "https://github.com/quinn-rs/quinn", "repository": { "Http": { - "url": "https://static.crates.io/crates/quinn-udp/0.5.5/download", - "sha256": "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b" + "sha256": "4fcb935c5bec503c2f0e306bdd3e58bb9029dcb14fa8d9ac76e3a5256ac0763e", + "url": "https://static.crates.io/crates/quinn-proto/0.11.15/download" } }, "targets": [ { "Library": { - "crate_name": "quinn_udp", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "quinn_proto", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "quinn_udp", + "version": "0.11.15" + }, + "quinn-udp 0.5.5": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "log", + "tracing" ], - "crate_features": { - "common": [ - "default", - "log", - "tracing" - ], - "selects": {} - }, "deps": { "common": [ { @@ -60194,337 +46104,275 @@ ] } }, - "edition": "2021", - "version": "0.5.5" + "edition": "2021" }, + "library_target_name": "quinn_udp", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" + "name": "quinn-udp", + "package_url": "https://github.com/quinn-rs/quinn", + "repository": { + "Http": { + "sha256": "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b", + "url": "https://static.crates.io/crates/quinn-udp/0.5.5/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "quinn_udp", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.5.5" }, "quote 1.0.47": { + "build_script_attrs": {}, + "common_attrs": { + "crate_features": [ + "default", + "proc-macro" + ], + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + } + ], + "edition": "2021", + "extra_deps": [ + ":build_script_build" + ] + }, + "library_target_name": "quote", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", + "license_ids": [ + "Apache-2.0", + "MIT" + ], "name": "quote", - "version": "1.0.47", "package_url": "https://github.com/dtolnay/quote", "repository": { "Http": { - "url": "https://static.crates.io/crates/quote/1.0.47/download", - "sha256": "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001" + "sha256": "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001", + "url": "https://static.crates.io/crates/quote/1.0.47/download" } }, "targets": [ { "Library": { "crate_name": "quote", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "quote", + "version": "1.0.47" + }, + "r-efi 5.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "proc-macro" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.47" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "r_efi", + "license": "MIT OR Apache-2.0 OR LGPL-2.1-or-later", "license_ids": [ "Apache-2.0", + "LGPL-2.1", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "r-efi 5.3.0": { "name": "r-efi", - "version": "5.3.0", "package_url": "https://github.com/r-efi/r-efi", "repository": { "Http": { - "url": "https://static.crates.io/crates/r-efi/5.3.0/download", - "sha256": "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" + "sha256": "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f", + "url": "https://static.crates.io/crates/r-efi/5.3.0/download" } }, "targets": [ { "Library": { "crate_name": "r_efi", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "r_efi", + "version": "5.3.0" + }, + "r-efi 6.0.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "5.3.0" + "edition": "2018" }, + "library_target_name": "r_efi", "license": "MIT OR Apache-2.0 OR LGPL-2.1-or-later", "license_ids": [ "Apache-2.0", "LGPL-2.1", "MIT" ], - "license_file": null - }, - "r-efi 6.0.0": { "name": "r-efi", - "version": "6.0.0", "package_url": "https://github.com/r-efi/r-efi", "repository": { "Http": { - "url": "https://static.crates.io/crates/r-efi/6.0.0/download", - "sha256": "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" + "sha256": "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf", + "url": "https://static.crates.io/crates/r-efi/6.0.0/download" } }, "targets": [ { "Library": { "crate_name": "r_efi", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "r_efi", + "version": "6.0.0" + }, + "radium 0.7.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], "edition": "2018", - "version": "6.0.0" + "extra_deps": [ + ":build_script_build" + ] }, - "license": "MIT OR Apache-2.0 OR LGPL-2.1-or-later", + "library_target_name": "radium", + "license": "MIT", + "license_file": "LICENSE.txt", "license_ids": [ - "Apache-2.0", - "LGPL-2.1", "MIT" ], - "license_file": null - }, - "radium 0.7.0": { "name": "radium", - "version": "0.7.0", "package_url": "https://github.com/bitvecto-rs/radium", "repository": { "Http": { - "url": "https://static.crates.io/crates/radium/0.7.0/download", - "sha256": "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" + "sha256": "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09", + "url": "https://static.crates.io/crates/radium/0.7.0/download" } }, "targets": [ { "Library": { "crate_name": "radium", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "radium", + "version": "0.7.0" + }, + "rancor 0.1.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "radium 0.7.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.7.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "ptr_meta 0.3.1", + "target": "ptr_meta" + } ], - "data_glob": [ - "**" - ] + "edition": "2021" }, + "library_target_name": "rancor", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE.txt" - }, - "rancor 0.1.1": { "name": "rancor", - "version": "0.1.1", "package_url": "https://github.com/rkyv/rancor", "repository": { "Http": { - "url": "https://static.crates.io/crates/rancor/0.1.1/download", - "sha256": "a063ea72381527c2a0561da9c80000ef822bdd7c3241b1cc1b12100e3df081ee" + "sha256": "a063ea72381527c2a0561da9c80000ef822bdd7c3241b1cc1b12100e3df081ee", + "url": "https://static.crates.io/crates/rancor/0.1.1/download" } }, "targets": [ { "Library": { "crate_name": "rancor", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rancor", + "version": "0.1.1" + }, + "rand 0.10.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "std", + "std_rng", + "sys_rng", + "thread_rng" + ], + "deps": [ + { + "id": "chacha20 0.10.0", + "target": "chacha20" + }, + { + "id": "getrandom 0.4.2", + "target": "getrandom" + }, + { + "id": "rand_core 0.10.1", + "target": "rand_core" + } ], - "deps": { - "common": [ - { - "id": "ptr_meta 0.3.1", - "target": "ptr_meta" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.1" + "edition": "2024" }, - "license": "MIT", + "library_target_name": "rand", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "rand 0.8.6": { "name": "rand", - "version": "0.8.6", "package_url": "https://github.com/rust-random/rand", "repository": { "Http": { - "url": "https://static.crates.io/crates/rand/0.8.6/download", - "sha256": "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" + "sha256": "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207", + "url": "https://static.crates.io/crates/rand/0.10.1/download" } }, "targets": [ { "Library": { "crate_name": "rand", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rand", + "version": "0.10.1" + }, + "rand 0.8.6": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "getrandom", + "libc", + "rand_chacha", + "small_rng", + "std", + "std_rng" ], - "crate_features": { - "common": [ - "alloc", - "default", - "getrandom", - "libc", - "rand_chacha", - "small_rng", - "std", - "std_rng" - ], - "selects": {} - }, "deps": { "common": [ { @@ -60563,1537 +46411,1083 @@ ] } }, - "edition": "2018", - "version": "0.8.6" + "edition": "2018" }, + "library_target_name": "rand", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rand 0.9.4": { "name": "rand", - "version": "0.9.4", "package_url": "https://github.com/rust-random/rand", "repository": { "Http": { - "url": "https://static.crates.io/crates/rand/0.9.4/download", - "sha256": "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" + "sha256": "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a", + "url": "https://static.crates.io/crates/rand/0.8.6/download" } }, "targets": [ { "Library": { "crate_name": "rand", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rand", + "version": "0.8.6" + }, + "rand 0.9.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "os_rng", + "small_rng", + "std", + "std_rng", + "thread_rng" + ], + "deps": [ + { + "id": "rand_chacha 0.9.0", + "target": "rand_chacha" + }, + { + "id": "rand_core 0.9.3", + "target": "rand_core" + } ], - "crate_features": { - "common": [ - "alloc", - "default", - "os_rng", - "small_rng", - "std", - "std_rng", - "thread_rng" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "rand_chacha 0.9.0", - "target": "rand_chacha" - }, - { - "id": "rand_core 0.9.3", - "target": "rand_core" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.4" + "edition": "2021" }, + "library_target_name": "rand", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rand 0.10.1": { "name": "rand", - "version": "0.10.1", "package_url": "https://github.com/rust-random/rand", "repository": { "Http": { - "url": "https://static.crates.io/crates/rand/0.10.1/download", - "sha256": "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" + "sha256": "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea", + "url": "https://static.crates.io/crates/rand/0.9.4/download" } }, "targets": [ { "Library": { "crate_name": "rand", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rand", + "version": "0.9.4" + }, + "rand_chacha 0.3.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "alloc", - "default", - "std", - "std_rng", - "sys_rng", - "thread_rng" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "chacha20 0.10.0", - "target": "chacha20" - }, - { - "id": "getrandom 0.4.2", - "target": "getrandom" - }, - { - "id": "rand_core 0.10.1", - "target": "rand_core" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.10.1" + "deps": [ + { + "id": "ppv-lite86 0.2.17", + "target": "ppv_lite86" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + } + ], + "edition": "2018" }, + "library_target_name": "rand_chacha", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rand_chacha 0.3.1": { "name": "rand_chacha", - "version": "0.3.1", "package_url": "https://github.com/rust-random/rand", "repository": { "Http": { - "url": "https://static.crates.io/crates/rand_chacha/0.3.1/download", - "sha256": "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" + "sha256": "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88", + "url": "https://static.crates.io/crates/rand_chacha/0.3.1/download" } }, "targets": [ { "Library": { "crate_name": "rand_chacha", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rand_chacha", + "version": "0.3.1" + }, + "rand_chacha 0.9.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ppv-lite86 0.2.17", - "target": "ppv_lite86" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.1" + "deps": [ + { + "id": "ppv-lite86 0.2.17", + "target": "ppv_lite86" + }, + { + "id": "rand_core 0.9.3", + "target": "rand_core" + } + ], + "edition": "2021" }, + "library_target_name": "rand_chacha", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rand_chacha 0.9.0": { "name": "rand_chacha", - "version": "0.9.0", "package_url": "https://github.com/rust-random/rand", "repository": { "Http": { - "url": "https://static.crates.io/crates/rand_chacha/0.9.0/download", - "sha256": "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" + "sha256": "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb", + "url": "https://static.crates.io/crates/rand_chacha/0.9.0/download" } }, "targets": [ { "Library": { "crate_name": "rand_chacha", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rand_chacha", + "version": "0.9.0" + }, + "rand_core 0.10.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ppv-lite86 0.2.17", - "target": "ppv_lite86" - }, - { - "id": "rand_core 0.9.3", - "target": "rand_core" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.0" + "edition": "2024" }, + "library_target_name": "rand_core", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rand_core 0.6.4": { "name": "rand_core", - "version": "0.6.4", - "package_url": "https://github.com/rust-random/rand", + "package_url": "https://github.com/rust-random/rand_core", "repository": { "Http": { - "url": "https://static.crates.io/crates/rand_core/0.6.4/download", - "sha256": "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" + "sha256": "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69", + "url": "https://static.crates.io/crates/rand_core/0.10.1/download" } }, "targets": [ { "Library": { "crate_name": "rand_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rand_core", + "version": "0.10.1" + }, + "rand_core 0.6.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "getrandom", + "std" ], - "crate_features": { - "common": [ - "alloc", - "getrandom", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "getrandom 0.2.10", - "target": "getrandom" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.6.4" + "deps": [ + { + "id": "getrandom 0.2.10", + "target": "getrandom" + } + ], + "edition": "2018" }, + "library_target_name": "rand_core", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rand_core 0.9.3": { "name": "rand_core", - "version": "0.9.3", "package_url": "https://github.com/rust-random/rand", "repository": { "Http": { - "url": "https://static.crates.io/crates/rand_core/0.9.3/download", - "sha256": "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" + "sha256": "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c", + "url": "https://static.crates.io/crates/rand_core/0.6.4/download" } }, "targets": [ { "Library": { "crate_name": "rand_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rand_core", + "version": "0.6.4" + }, + "rand_core 0.9.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "os_rng", + "std" ], - "crate_features": { - "common": [ - "os_rng", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "getrandom 0.3.4", - "target": "getrandom" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.3" + "deps": [ + { + "id": "getrandom 0.3.4", + "target": "getrandom" + } + ], + "edition": "2021" }, + "library_target_name": "rand_core", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rand_core 0.10.1": { "name": "rand_core", - "version": "0.10.1", - "package_url": "https://github.com/rust-random/rand_core", + "package_url": "https://github.com/rust-random/rand", "repository": { "Http": { - "url": "https://static.crates.io/crates/rand_core/0.10.1/download", - "sha256": "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" + "sha256": "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38", + "url": "https://static.crates.io/crates/rand_core/0.9.3/download" } }, "targets": [ { "Library": { "crate_name": "rand_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rand_core", + "version": "0.9.3" + }, + "rand_distr 0.4.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "std" ], - "edition": "2024", - "version": "0.10.1" + "deps": [ + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "rand 0.8.6", + "target": "rand" + } + ], + "edition": "2018" }, + "library_target_name": "rand_distr", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rand_distr 0.4.3": { "name": "rand_distr", - "version": "0.4.3", "package_url": "https://github.com/rust-random/rand", "repository": { "Http": { - "url": "https://static.crates.io/crates/rand_distr/0.4.3/download", - "sha256": "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" + "sha256": "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31", + "url": "https://static.crates.io/crates/rand_distr/0.4.3/download" } }, "targets": [ { "Library": { "crate_name": "rand_distr", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rand_distr", + "version": "0.4.3" + }, + "rand_pcg 0.3.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "rand_core 0.6.4", + "target": "rand_core" + } ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "rand 0.8.6", - "target": "rand" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.3" + "edition": "2018" }, + "library_target_name": "rand_pcg", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rand_pcg 0.3.1": { "name": "rand_pcg", - "version": "0.3.1", "package_url": "https://github.com/rust-random/rand", "repository": { "Http": { - "url": "https://static.crates.io/crates/rand_pcg/0.3.1/download", - "sha256": "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e" + "sha256": "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e", + "url": "https://static.crates.io/crates/rand_pcg/0.3.1/download" } }, "targets": [ { "Library": { "crate_name": "rand_pcg", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rand_pcg", + "version": "0.3.1" + }, + "rand_xorshift 0.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "rand_core 0.6.4", + "target": "rand_core" + } ], - "deps": { - "common": [ - { - "id": "rand_core 0.6.4", - "target": "rand_core" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.1" + "edition": "2018" }, + "library_target_name": "rand_xorshift", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rand_xorshift 0.3.0": { "name": "rand_xorshift", - "version": "0.3.0", "package_url": "https://github.com/rust-random/rngs", "repository": { "Http": { - "url": "https://static.crates.io/crates/rand_xorshift/0.3.0/download", - "sha256": "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" + "sha256": "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f", + "url": "https://static.crates.io/crates/rand_xorshift/0.3.0/download" } }, "targets": [ { "Library": { "crate_name": "rand_xorshift", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rand_xorshift", + "version": "0.3.0" + }, + "rangemap 1.7.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "rand_core 0.6.4", - "target": "rand_core" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.0" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "rangemap", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rangemap 1.7.1": { "name": "rangemap", - "version": "1.7.1", "package_url": "https://github.com/jeffparsons/rangemap", "repository": { "Http": { - "url": "https://static.crates.io/crates/rangemap/1.7.1/download", - "sha256": "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68" + "sha256": "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68", + "url": "https://static.crates.io/crates/rangemap/1.7.1/download" } }, "targets": [ { "Library": { "crate_name": "rangemap", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rangemap", + "version": "1.7.1" + }, + "rapidhash 4.5.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.7.1" + "edition": "2021", + "proc_macro_deps": [ + { + "id": "rustversion 1.0.14", + "target": "rustversion" + } + ] }, - "license": "MIT/Apache-2.0", + "library_target_name": "rapidhash", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rapidhash 4.5.1": { "name": "rapidhash", - "version": "4.5.1", "package_url": "https://github.com/hoxxep/rapidhash", "repository": { "Http": { - "url": "https://static.crates.io/crates/rapidhash/4.5.1/download", - "sha256": "5da7e78a036ce858e8d55b7e7dc8ba3a88b78350fd2155d3591bbd966b58589e" + "sha256": "5da7e78a036ce858e8d55b7e7dc8ba3a88b78350fd2155d3591bbd966b58589e", + "url": "https://static.crates.io/crates/rapidhash/4.5.1/download" } }, "targets": [ { "Library": { "crate_name": "rapidhash", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rapidhash", + "version": "4.5.1" + }, + "ratatui 0.29.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "crossterm", + "default", + "underline-color" + ], + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "cassowary 0.3.0", + "target": "cassowary" + }, + { + "id": "compact_str 0.8.1", + "target": "compact_str" + }, + { + "id": "crossterm 0.28.1", + "target": "crossterm" + }, + { + "id": "itertools 0.13.0", + "target": "itertools" + }, + { + "id": "lru 0.12.5", + "target": "lru" + }, + { + "id": "strum 0.26.3", + "target": "strum" + }, + { + "id": "unicode-segmentation 1.12.0", + "target": "unicode_segmentation" + }, + { + "id": "unicode-truncate 1.1.0", + "target": "unicode_truncate" + }, + { + "id": "unicode-width 0.2.0", + "target": "unicode_width" + } ], "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "rustversion 1.0.14", - "target": "rustversion" - } - ], - "selects": {} - }, - "version": "4.5.1" + "proc_macro_deps": [ + { + "id": "indoc 2.0.7", + "target": "indoc" + }, + { + "id": "instability 0.3.9", + "target": "instability" + }, + { + "id": "paste 1.0.15", + "target": "paste" + } + ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "ratatui", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ratatui 0.29.0": { "name": "ratatui", - "version": "0.29.0", "package_url": "https://github.com/ratatui/ratatui", "repository": { "Http": { - "url": "https://static.crates.io/crates/ratatui/0.29.0/download", - "sha256": "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b" + "sha256": "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b", + "url": "https://static.crates.io/crates/ratatui/0.29.0/download" } }, "targets": [ { "Library": { "crate_name": "ratatui", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ratatui", + "version": "0.29.0" + }, + "ratelimit 0.9.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "clocksource 0.8.1", + "target": "clocksource" + }, + { + "id": "parking_lot 0.12.5", + "target": "parking_lot" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + } ], - "crate_features": { - "common": [ - "crossterm", - "default", - "underline-color" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "cassowary 0.3.0", - "target": "cassowary" - }, - { - "id": "compact_str 0.8.1", - "target": "compact_str" - }, - { - "id": "crossterm 0.28.1", - "target": "crossterm" - }, - { - "id": "itertools 0.13.0", - "target": "itertools" - }, - { - "id": "lru 0.12.5", - "target": "lru" - }, - { - "id": "strum 0.26.3", - "target": "strum" - }, - { - "id": "unicode-segmentation 1.12.0", - "target": "unicode_segmentation" - }, - { - "id": "unicode-truncate 1.1.0", - "target": "unicode_truncate" - }, - { - "id": "unicode-width 0.2.0", - "target": "unicode_width" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "indoc 2.0.7", - "target": "indoc" - }, - { - "id": "instability 0.3.9", - "target": "instability" - }, - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "0.29.0" + "edition": "2021" }, - "license": "MIT", + "library_target_name": "ratelimit", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "ratelimit 0.9.1": { "name": "ratelimit", - "version": "0.9.1", "package_url": "https://github.com/pelikan-io/rustcommon", "repository": { "Http": { - "url": "https://static.crates.io/crates/ratelimit/0.9.1/download", - "sha256": "6c1bb13e2dcfa2232ac6887157aad8d9b3fe4ca57f7c8d4938ff5ea9be742300" + "sha256": "6c1bb13e2dcfa2232ac6887157aad8d9b3fe4ca57f7c8d4938ff5ea9be742300", + "url": "https://static.crates.io/crates/ratelimit/0.9.1/download" } }, "targets": [ { "Library": { "crate_name": "ratelimit", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ratelimit", + "version": "0.9.1" + }, + "raw-cpuid 11.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + } ], - "deps": { - "common": [ - { - "id": "clocksource 0.8.1", - "target": "clocksource" - }, - { - "id": "parking_lot 0.12.5", - "target": "parking_lot" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.1" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "raw_cpuid", + "license": "MIT", + "license_file": "LICENSE.md", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "raw-cpuid 11.5.0": { "name": "raw-cpuid", - "version": "11.5.0", "package_url": "https://github.com/gz/rust-cpuid", "repository": { "Http": { - "url": "https://static.crates.io/crates/raw-cpuid/11.5.0/download", - "sha256": "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146" + "sha256": "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146", + "url": "https://static.crates.io/crates/raw-cpuid/11.5.0/download" } }, "targets": [ { "Library": { "crate_name": "raw_cpuid", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "raw_cpuid", + "version": "11.5.0" + }, + "rayon 1.10.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "either 1.18.0", + "target": "either" + }, + { + "id": "rayon-core 1.12.1", + "target": "rayon_core" + } ], - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "11.5.0" + "edition": "2021" }, - "license": "MIT", + "library_target_name": "rayon", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE.md" - }, - "rayon 1.10.0": { "name": "rayon", - "version": "1.10.0", "package_url": "https://github.com/rayon-rs/rayon", "repository": { "Http": { - "url": "https://static.crates.io/crates/rayon/1.10.0/download", - "sha256": "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" + "sha256": "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa", + "url": "https://static.crates.io/crates/rayon/1.10.0/download" } }, "targets": [ { "Library": { "crate_name": "rayon", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rayon", + "version": "1.10.0" + }, + "rayon-core 1.12.1": { + "build_script_attrs": { + "links": "rayon-core" + }, "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "crossbeam-deque 0.8.5", + "target": "crossbeam_deque" + }, + { + "id": "crossbeam-utils 0.8.21", + "target": "crossbeam_utils" + } ], - "deps": { - "common": [ - { - "id": "either 1.18.0", - "target": "either" - }, - { - "id": "rayon-core 1.12.1", - "target": "rayon_core" - } - ], - "selects": {} - }, "edition": "2021", - "version": "1.10.0" + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "rayon_core", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rayon-core 1.12.1": { "name": "rayon-core", - "version": "1.12.1", "package_url": "https://github.com/rayon-rs/rayon", "repository": { "Http": { - "url": "https://static.crates.io/crates/rayon-core/1.12.1/download", - "sha256": "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" + "sha256": "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2", + "url": "https://static.crates.io/crates/rayon-core/1.12.1/download" } }, "targets": [ { "Library": { "crate_name": "rayon_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "rayon_core", + "version": "1.12.1" + }, + "rcgen 0.13.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "crossbeam-deque 0.8.5", - "target": "crossbeam_deque" - }, - { - "id": "crossbeam-utils 0.8.21", - "target": "crossbeam_utils" - }, - { - "id": "rayon-core 1.12.1", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.12.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "crate_features": [ + "aws_lc_rs", + "crypto", + "default", + "pem", + "ring", + "x509-parser", + "zeroize" + ], + "deps": [ + { + "id": "aws-lc-rs 1.17.3", + "target": "aws_lc_rs" + }, + { + "id": "pem 3.0.6", + "target": "pem" + }, + { + "id": "ring 0.17.14", + "target": "ring" + }, + { + "alias": "pki_types", + "id": "rustls-pki-types 1.12.0", + "target": "rustls_pki_types" + }, + { + "id": "time 0.3.47", + "target": "time" + }, + { + "id": "x509-parser 0.16.0", + "target": "x509_parser" + }, + { + "id": "yasna 0.5.2", + "target": "yasna" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } ], - "links": "rayon-core" + "edition": "2021" }, + "library_target_name": "rcgen", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rcgen 0.13.1": { "name": "rcgen", - "version": "0.13.1", "package_url": "https://github.com/rustls/rcgen", "repository": { "Http": { - "url": "https://static.crates.io/crates/rcgen/0.13.1/download", - "sha256": "54077e1872c46788540de1ea3d7f4ccb1983d12f9aa909b234468676c1a36779" + "sha256": "54077e1872c46788540de1ea3d7f4ccb1983d12f9aa909b234468676c1a36779", + "url": "https://static.crates.io/crates/rcgen/0.13.1/download" } }, "targets": [ { "Library": { "crate_name": "rcgen", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rcgen", + "version": "0.13.1" + }, + "rcgen 0.14.5": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "aws_lc_rs", + "crypto", + "pem" ], - "crate_features": { - "common": [ - "aws_lc_rs", - "crypto", - "default", - "pem", - "ring", - "x509-parser", - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aws-lc-rs 1.17.3", - "target": "aws_lc_rs" - }, - { - "id": "pem 3.0.6", - "target": "pem" - }, - { - "id": "ring 0.17.14", - "target": "ring" - }, - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types", - "alias": "pki_types" - }, - { - "id": "time 0.3.47", - "target": "time" - }, - { - "id": "x509-parser 0.16.0", - "target": "x509_parser" - }, - { - "id": "yasna 0.5.2", - "target": "yasna" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.13.1" + "deps": [ + { + "id": "aws-lc-rs 1.17.3", + "target": "aws_lc_rs" + }, + { + "id": "pem 3.0.6", + "target": "pem" + }, + { + "alias": "pki_types", + "id": "rustls-pki-types 1.12.0", + "target": "rustls_pki_types" + }, + { + "id": "time 0.3.47", + "target": "time" + }, + { + "id": "yasna 0.5.2", + "target": "yasna" + } + ], + "edition": "2021" }, + "library_target_name": "rcgen", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "rcgen 0.14.5": { "name": "rcgen", - "version": "0.14.5", "package_url": "https://github.com/rustls/rcgen", "repository": { "Http": { - "url": "https://static.crates.io/crates/rcgen/0.14.5/download", - "sha256": "5fae430c6b28f1ad601274e78b7dffa0546de0b73b4cd32f46723c0c2a16f7a5" + "sha256": "5fae430c6b28f1ad601274e78b7dffa0546de0b73b4cd32f46723c0c2a16f7a5", + "url": "https://static.crates.io/crates/rcgen/0.14.5/download" } }, "targets": [ { "Library": { "crate_name": "rcgen", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rcgen", + "version": "0.14.5" + }, + "redox_syscall 0.2.16": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + } ], - "crate_features": { - "common": [ - "aws_lc_rs", - "crypto", - "pem" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aws-lc-rs 1.17.3", - "target": "aws_lc_rs" - }, - { - "id": "pem 3.0.6", - "target": "pem" - }, - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types", - "alias": "pki_types" - }, - { - "id": "time 0.3.47", - "target": "time" - }, - { - "id": "yasna 0.5.2", - "target": "yasna" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.14.5" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "syscall", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "redox_syscall 0.2.16": { "name": "redox_syscall", - "version": "0.2.16", "package_url": "https://gitlab.redox-os.org/redox-os/syscall", "repository": { "Http": { - "url": "https://static.crates.io/crates/redox_syscall/0.2.16/download", - "sha256": "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" + "sha256": "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a", + "url": "https://static.crates.io/crates/redox_syscall/0.2.16/download" } }, "targets": [ { "Library": { "crate_name": "syscall", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "syscall", + "version": "0.2.16" + }, + "redox_syscall 0.5.18": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + } ], - "deps": { - "common": [ - { - "id": "bitflags 1.3.2", - "target": "bitflags" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.16" + "edition": "2021" }, + "library_target_name": "syscall", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "redox_syscall 0.5.18": { "name": "redox_syscall", - "version": "0.5.18", "package_url": "https://gitlab.redox-os.org/redox-os/syscall", "repository": { "Http": { - "url": "https://static.crates.io/crates/redox_syscall/0.5.18/download", - "sha256": "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" + "sha256": "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d", + "url": "https://static.crates.io/crates/redox_syscall/0.5.18/download" } }, "targets": [ { "Library": { "crate_name": "syscall", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "syscall", + "version": "0.5.18" + }, + "redox_users 0.4.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "getrandom 0.2.10", + "target": "getrandom" + }, + { + "id": "redox_syscall 0.2.16", + "target": "syscall" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + } ], - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.18" + "edition": "2018" }, + "library_target_name": "redox_users", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "redox_users 0.4.3": { "name": "redox_users", - "version": "0.4.3", "package_url": "https://gitlab.redox-os.org/redox-os/users", "repository": { "Http": { - "url": "https://static.crates.io/crates/redox_users/0.4.3/download", - "sha256": "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" + "sha256": "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b", + "url": "https://static.crates.io/crates/redox_users/0.4.3/download" } }, "targets": [ { "Library": { "crate_name": "redox_users", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "redox_users", + "version": "0.4.3" + }, + "redox_users 0.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "getrandom 0.2.10", + "target": "getrandom" + }, + { + "id": "libredox 0.1.4", + "target": "libredox" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + } ], - "deps": { - "common": [ - { - "id": "getrandom 0.2.10", - "target": "getrandom" - }, - { - "id": "redox_syscall 0.2.16", - "target": "syscall" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.3" + "edition": "2021" }, + "library_target_name": "redox_users", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "redox_users 0.5.0": { "name": "redox_users", - "version": "0.5.0", "package_url": "https://gitlab.redox-os.org/redox-os/users", "repository": { "Http": { - "url": "https://static.crates.io/crates/redox_users/0.5.0/download", - "sha256": "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b" + "sha256": "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b", + "url": "https://static.crates.io/crates/redox_users/0.5.0/download" } }, "targets": [ { "Library": { "crate_name": "redox_users", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "redox_users", + "version": "0.5.0" + }, + "ref-cast 1.0.25": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "getrandom 0.2.10", - "target": "getrandom" - }, - { - "id": "libredox 0.1.4", - "target": "libredox" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.5.0" + "extra_deps": [ + ":build_script_build" + ], + "proc_macro_deps": [ + { + "id": "ref-cast-impl 1.0.25", + "target": "ref_cast_impl" + } + ] }, - "license": "MIT", + "library_target_name": "ref_cast", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "ref-cast 1.0.25": { "name": "ref-cast", - "version": "1.0.25", "package_url": "https://github.com/dtolnay/ref-cast", "repository": { "Http": { - "url": "https://static.crates.io/crates/ref-cast/1.0.25/download", - "sha256": "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" + "sha256": "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d", + "url": "https://static.crates.io/crates/ref-cast/1.0.25/download" } }, "targets": [ { "Library": { "crate_name": "ref_cast", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "ref_cast", + "version": "1.0.25" + }, + "ref-cast-impl 1.0.25": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "ref-cast 1.0.25", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "ref-cast-impl 1.0.25", - "target": "ref_cast_impl" - } - ], - "selects": {} - }, - "version": "1.0.25" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "data_glob": [ - "**" - ] + "edition": "2021" }, + "library_target_name": "ref_cast_impl", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ref-cast-impl 1.0.25": { "name": "ref-cast-impl", - "version": "1.0.25", "package_url": "https://github.com/dtolnay/ref-cast", "repository": { "Http": { - "url": "https://static.crates.io/crates/ref-cast-impl/1.0.25/download", - "sha256": "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" + "sha256": "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da", + "url": "https://static.crates.io/crates/ref-cast-impl/1.0.25/download" } }, "targets": [ { "ProcMacro": { "crate_name": "ref_cast_impl", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ref_cast_impl", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.25" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" + "version": "1.0.25" }, "referencing 0.38.1": { - "name": "referencing", - "version": "0.38.1", - "package_url": "https://github.com/Stranger6667/jsonschema", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/referencing/0.38.1/download", - "sha256": "15a8af0c6bb8eaf8b07cb06fc31ff30ca6fe19fb99afa476c276d8b24f365b0b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "referencing", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "referencing", "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, "deps": { "common": [ { @@ -62130,291 +47524,226 @@ ] } }, - "edition": "2021", - "version": "0.38.1" + "edition": "2021" }, + "library_target_name": "referencing", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "regalloc2 0.15.1": { - "name": "regalloc2", - "version": "0.15.1", - "package_url": "https://github.com/bytecodealliance/regalloc2", + "name": "referencing", + "package_url": "https://github.com/Stranger6667/jsonschema", "repository": { "Http": { - "url": "https://static.crates.io/crates/regalloc2/0.15.1/download", - "sha256": "de2c52737737f8609e94f975dee22854a2d5c125772d4b1cf292120f4d45c186" + "sha256": "15a8af0c6bb8eaf8b07cb06fc31ff30ca6fe19fb99afa476c276d8b24f365b0b", + "url": "https://static.crates.io/crates/referencing/0.38.1/download" } }, "targets": [ { "Library": { - "crate_name": "regalloc2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "referencing", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "regalloc2", + "version": "0.38.1" + }, + "regalloc2 0.15.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "checker", + "default", + "enable-serde", + "serde", + "std" + ], + "deps": [ + { + "id": "allocator-api2 0.2.21", + "target": "allocator_api2" + }, + { + "id": "bumpalo 3.20.2", + "target": "bumpalo" + }, + { + "id": "hashbrown 0.17.0", + "target": "hashbrown" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "rustc-hash 2.1.1", + "target": "rustc_hash" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "smallvec 1.15.1", + "target": "smallvec" + } ], - "crate_features": { - "common": [ - "checker", - "default", - "enable-serde", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "allocator-api2 0.2.21", - "target": "allocator_api2" - }, - { - "id": "bumpalo 3.20.2", - "target": "bumpalo" - }, - { - "id": "hashbrown 0.17.0", - "target": "hashbrown" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "rustc-hash 2.1.1", - "target": "rustc_hash" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.15.1" + "edition": "2018" }, + "library_target_name": "regalloc2", "license": "Apache-2.0 WITH LLVM-exception", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "regex 1.13.1": { - "name": "regex", - "version": "1.13.1", - "package_url": "https://github.com/rust-lang/regex", + "name": "regalloc2", + "package_url": "https://github.com/bytecodealliance/regalloc2", "repository": { "Http": { - "url": "https://static.crates.io/crates/regex/1.13.1/download", - "sha256": "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d" + "sha256": "de2c52737737f8609e94f975dee22854a2d5c125772d4b1cf292120f4d45c186", + "url": "https://static.crates.io/crates/regalloc2/0.15.1/download" } }, "targets": [ { "Library": { - "crate_name": "regex", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "regalloc2", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "regex", + "version": "0.15.1" + }, + "regex 1.13.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "perf", + "perf-backtrack", + "perf-cache", + "perf-dfa", + "perf-inline", + "perf-literal", + "perf-onepass", + "std", + "unicode", + "unicode-age", + "unicode-bool", + "unicode-case", + "unicode-gencat", + "unicode-perl", + "unicode-script", + "unicode-segment" + ], + "deps": [ + { + "id": "aho-corasick 1.1.3", + "target": "aho_corasick" + }, + { + "id": "memchr 2.7.4", + "target": "memchr" + }, + { + "id": "regex-automata 0.4.16", + "target": "regex_automata" + }, + { + "id": "regex-syntax 0.8.11", + "target": "regex_syntax" + } ], - "crate_features": { - "common": [ - "default", - "perf", - "perf-backtrack", - "perf-cache", - "perf-dfa", - "perf-inline", - "perf-literal", - "perf-onepass", - "std", - "unicode", - "unicode-age", - "unicode-bool", - "unicode-case", - "unicode-gencat", - "unicode-perl", - "unicode-script", - "unicode-segment" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aho-corasick 1.1.3", - "target": "aho_corasick" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "regex-automata 0.4.16", - "target": "regex_automata" - }, - { - "id": "regex-syntax 0.8.11", - "target": "regex_syntax" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.13.1" + "edition": "2021" }, + "library_target_name": "regex", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "regex-automata 0.1.10": { - "name": "regex-automata", - "version": "0.1.10", - "package_url": "https://github.com/BurntSushi/regex-automata", + "name": "regex", + "package_url": "https://github.com/rust-lang/regex", "repository": { "Http": { - "url": "https://static.crates.io/crates/regex-automata/0.1.10/download", - "sha256": "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" + "sha256": "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d", + "url": "https://static.crates.io/crates/regex/1.13.1/download" } }, "targets": [ { "Library": { - "crate_name": "regex_automata", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "regex", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "regex_automata", + "version": "1.13.1" + }, + "regex-automata 0.1.10": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.1.10" + "edition": "2015" }, + "library_target_name": "regex_automata", "license": "Unlicense/MIT", + "license_file": "LICENSE-MIT", "license_ids": [ "MIT", "Unlicense" ], - "license_file": "LICENSE-MIT" - }, - "regex-automata 0.3.3": { "name": "regex-automata", - "version": "0.3.3", - "package_url": "https://github.com/rust-lang/regex/tree/master/regex-automata", + "package_url": "https://github.com/BurntSushi/regex-automata", "repository": { "Http": { - "url": "https://static.crates.io/crates/regex-automata/0.3.3/download", - "sha256": "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310" + "sha256": "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132", + "url": "https://static.crates.io/crates/regex-automata/0.1.10/download" } }, "targets": [ { "Library": { "crate_name": "regex_automata", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "regex_automata", + "version": "0.1.10" + }, + "regex-automata 0.3.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "dfa-search" ], - "crate_features": { - "common": [ - "dfa-search" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.3" + "edition": "2021" }, + "library_target_name": "regex_automata", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "regex-automata 0.4.16": { "name": "regex-automata", - "version": "0.4.16", - "package_url": "https://github.com/rust-lang/regex", + "package_url": "https://github.com/rust-lang/regex/tree/master/regex-automata", "repository": { "Http": { - "url": "https://static.crates.io/crates/regex-automata/0.4.16/download", - "sha256": "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad" + "sha256": "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310", + "url": "https://static.crates.io/crates/regex-automata/0.3.3/download" } }, "targets": [ { "Library": { "crate_name": "regex_automata", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "regex_automata", + "version": "0.3.3" + }, + "regex-automata 0.4.16": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "crate_features": { "common": [ "alloc", @@ -62465,436 +47794,331 @@ ] } }, - "deps": { - "common": [ - { - "id": "aho-corasick 1.1.3", - "target": "aho_corasick" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "regex-syntax 0.8.11", - "target": "regex_syntax" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.16" + "deps": [ + { + "id": "aho-corasick 1.1.3", + "target": "aho_corasick" + }, + { + "id": "memchr 2.7.4", + "target": "memchr" + }, + { + "id": "regex-syntax 0.8.11", + "target": "regex_syntax" + } + ], + "edition": "2021" }, + "library_target_name": "regex_automata", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "regex-filtered 0.2.0": { - "name": "regex-filtered", - "version": "0.2.0", - "package_url": "https://github.com/ua-parser/uap-rust/", + "name": "regex-automata", + "package_url": "https://github.com/rust-lang/regex", "repository": { "Http": { - "url": "https://static.crates.io/crates/regex-filtered/0.2.0/download", - "sha256": "4c11639076bf147be211b90e47790db89f4c22b6c8a9ca6e960833869da67166" + "sha256": "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad", + "url": "https://static.crates.io/crates/regex-automata/0.4.16/download" } }, "targets": [ { "Library": { - "crate_name": "regex_filtered", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "regex_automata", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "regex_filtered", + "version": "0.4.16" + }, + "regex-filtered 0.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "aho-corasick 1.1.3", + "target": "aho_corasick" + }, + { + "id": "indexmap 2.14.0", + "target": "indexmap" + }, + { + "id": "itertools 0.13.0", + "target": "itertools" + }, + { + "id": "nohash 0.2.0", + "target": "nohash" + }, + { + "id": "regex 1.13.1", + "target": "regex" + }, + { + "id": "regex-syntax 0.8.11", + "target": "regex_syntax" + } ], - "deps": { - "common": [ - { - "id": "aho-corasick 1.1.3", - "target": "aho_corasick" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "itertools 0.13.0", - "target": "itertools" - }, - { - "id": "nohash 0.2.0", - "target": "nohash" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "regex-syntax 0.8.11", - "target": "regex_syntax" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" + "edition": "2021" }, + "library_target_name": "regex_filtered", "license": "BSD-3-Clause", + "license_file": "LICENSE", "license_ids": [ "BSD-3-Clause" ], - "license_file": "LICENSE" - }, - "regex-lite 0.1.8": { - "name": "regex-lite", - "version": "0.1.8", - "package_url": "https://github.com/rust-lang/regex", + "name": "regex-filtered", + "package_url": "https://github.com/ua-parser/uap-rust/", "repository": { "Http": { - "url": "https://static.crates.io/crates/regex-lite/0.1.8/download", - "sha256": "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da" + "sha256": "4c11639076bf147be211b90e47790db89f4c22b6c8a9ca6e960833869da67166", + "url": "https://static.crates.io/crates/regex-filtered/0.2.0/download" } }, "targets": [ { "Library": { - "crate_name": "regex_lite", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "regex_filtered", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "regex_lite", + "version": "0.2.0" + }, + "regex-lite 0.1.8": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std", + "string" ], - "crate_features": { - "common": [ - "default", - "std", - "string" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.8" + "edition": "2021" }, + "library_target_name": "regex_lite", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "regex-syntax 0.6.29": { - "name": "regex-syntax", - "version": "0.6.29", + "name": "regex-lite", "package_url": "https://github.com/rust-lang/regex", "repository": { "Http": { - "url": "https://static.crates.io/crates/regex-syntax/0.6.29/download", - "sha256": "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" + "sha256": "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da", + "url": "https://static.crates.io/crates/regex-lite/0.1.8/download" } }, "targets": [ { "Library": { - "crate_name": "regex_syntax", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "regex_lite", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "regex_syntax", + "version": "0.1.8" + }, + "regex-syntax 0.6.29": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "unicode", + "unicode-age", + "unicode-bool", + "unicode-case", + "unicode-gencat", + "unicode-perl", + "unicode-script", + "unicode-segment" ], - "crate_features": { - "common": [ - "default", - "unicode", - "unicode-age", - "unicode-bool", - "unicode-case", - "unicode-gencat", - "unicode-perl", - "unicode-script", - "unicode-segment" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.6.29" + "edition": "2018" }, + "library_target_name": "regex_syntax", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "regex-syntax 0.7.4": { "name": "regex-syntax", - "version": "0.7.4", - "package_url": "https://github.com/rust-lang/regex/tree/master/regex-syntax", + "package_url": "https://github.com/rust-lang/regex", "repository": { "Http": { - "url": "https://static.crates.io/crates/regex-syntax/0.7.4/download", - "sha256": "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" + "sha256": "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1", + "url": "https://static.crates.io/crates/regex-syntax/0.6.29/download" } }, "targets": [ { "Library": { "crate_name": "regex_syntax", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "regex_syntax", + "version": "0.6.29" + }, + "regex-syntax 0.7.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "unicode", + "unicode-age", + "unicode-bool", + "unicode-case", + "unicode-gencat", + "unicode-perl", + "unicode-script", + "unicode-segment" ], - "crate_features": { - "common": [ - "unicode", - "unicode-age", - "unicode-bool", - "unicode-case", - "unicode-gencat", - "unicode-perl", - "unicode-script", - "unicode-segment" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.4" + "edition": "2021" }, + "library_target_name": "regex_syntax", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "regex-syntax 0.8.11": { "name": "regex-syntax", - "version": "0.8.11", - "package_url": "https://github.com/rust-lang/regex", + "package_url": "https://github.com/rust-lang/regex/tree/master/regex-syntax", "repository": { "Http": { - "url": "https://static.crates.io/crates/regex-syntax/0.8.11/download", - "sha256": "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" + "sha256": "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2", + "url": "https://static.crates.io/crates/regex-syntax/0.7.4/download" } }, "targets": [ { "Library": { "crate_name": "regex_syntax", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "regex_syntax", + "version": "0.7.4" + }, + "regex-syntax 0.8.11": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std", + "unicode", + "unicode-age", + "unicode-bool", + "unicode-case", + "unicode-gencat", + "unicode-perl", + "unicode-script", + "unicode-segment" ], - "crate_features": { - "common": [ - "default", - "std", - "unicode", - "unicode-age", - "unicode-bool", - "unicode-case", - "unicode-gencat", - "unicode-perl", - "unicode-script", - "unicode-segment" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.11" + "edition": "2021" }, + "library_target_name": "regex_syntax", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "relative-path 1.9.3": { - "name": "relative-path", - "version": "1.9.3", - "package_url": "https://github.com/udoprog/relative-path", + "name": "regex-syntax", + "package_url": "https://github.com/rust-lang/regex", "repository": { "Http": { - "url": "https://static.crates.io/crates/relative-path/1.9.3/download", - "sha256": "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2" + "sha256": "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4", + "url": "https://static.crates.io/crates/regex-syntax/0.8.11/download" } }, "targets": [ { "Library": { - "crate_name": "relative_path", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "regex_syntax", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "relative_path", + "version": "0.8.11" + }, + "relative-path 1.9.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2021", - "version": "1.9.3" + "edition": "2021" }, + "library_target_name": "relative_path", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "rend 0.5.3": { - "name": "rend", - "version": "0.5.3", - "package_url": "https://github.com/djkoloski/rend", + "name": "relative-path", + "package_url": "https://github.com/udoprog/relative-path", "repository": { "Http": { - "url": "https://static.crates.io/crates/rend/0.5.3/download", - "sha256": "cadadef317c2f20755a64d7fdc48f9e7178ee6b0e1f7fce33fa60f1d68a276e6" + "sha256": "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2", + "url": "https://static.crates.io/crates/relative-path/1.9.3/download" } }, "targets": [ { "Library": { - "crate_name": "rend", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "relative_path", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rend", + "version": "1.9.3" + }, + "rend 0.5.3": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.5.3" + "edition": "2021" }, + "library_target_name": "rend", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "reqwest 0.13.4": { - "name": "reqwest", - "version": "0.13.4", - "package_url": "https://github.com/seanmonstar/reqwest", + "name": "rend", + "package_url": "https://github.com/djkoloski/rend", "repository": { "Http": { - "url": "https://static.crates.io/crates/reqwest/0.13.4/download", - "sha256": "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" + "sha256": "cadadef317c2f20755a64d7fdc48f9e7178ee6b0e1f7fce33fa60f1d68a276e6", + "url": "https://static.crates.io/crates/rend/0.5.3/download" } }, "targets": [ { "Library": { - "crate_name": "reqwest", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "rend", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "reqwest", + "version": "0.5.3" + }, + "reqwest 0.13.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "__rustls", + "__rustls-aws-lc-rs", + "__tls", + "blocking", + "gzip", + "hickory-dns", + "http2", + "json", + "multipart", + "query", + "rustls", + "socks", + "stream" ], - "crate_features": { - "common": [ - "__rustls", - "__rustls-aws-lc-rs", - "__tls", - "blocking", - "gzip", - "hickory-dns", - "http2", - "json", - "multipart", - "query", - "rustls", - "socks", - "stream" - ], - "selects": {} - }, "deps": { "common": [ { @@ -63183,331 +48407,250 @@ ] } }, - "edition": "2021", - "version": "0.13.4" + "edition": "2021" }, + "library_target_name": "reqwest", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "resolv-conf 0.7.0": { - "name": "resolv-conf", - "version": "0.7.0", - "package_url": "http://github.com/tailhook/resolv-conf", + "name": "reqwest", + "package_url": "https://github.com/seanmonstar/reqwest", "repository": { "Http": { - "url": "https://static.crates.io/crates/resolv-conf/0.7.0/download", - "sha256": "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" + "sha256": "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3", + "url": "https://static.crates.io/crates/reqwest/0.13.4/download" } }, "targets": [ { "Library": { - "crate_name": "resolv_conf", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "reqwest", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "resolv_conf", + "version": "0.13.4" + }, + "resolv-conf 0.7.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "hostname", + "system" ], - "crate_features": { - "common": [ - "hostname", - "system" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "hostname 0.3.1", - "target": "hostname" - }, - { - "id": "quick-error 1.2.3", - "target": "quick_error" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.7.0" + "deps": [ + { + "id": "hostname 0.3.1", + "target": "hostname" + }, + { + "id": "quick-error 1.2.3", + "target": "quick_error" + } + ], + "edition": "2015" }, + "library_target_name": "resolv_conf", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "retry 2.1.0": { - "name": "retry", - "version": "2.1.0", - "package_url": "https://github.com/jimmycuadra/retry", + "name": "resolv-conf", + "package_url": "http://github.com/tailhook/resolv-conf", "repository": { "Http": { - "url": "https://static.crates.io/crates/retry/2.1.0/download", - "sha256": "a1e211f878258887b3e65dd3c8ff9f530fe109f441a117ee0cdc27f341355032" + "sha256": "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00", + "url": "https://static.crates.io/crates/resolv-conf/0.7.0/download" } }, "targets": [ { "Library": { - "crate_name": "retry", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "resolv_conf", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "retry", + "version": "0.7.0" + }, + "retry 2.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "2.1.0" + "edition": "2018" }, + "library_target_name": "retry", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "rexpect 0.6.2": { - "name": "rexpect", - "version": "0.6.2", - "package_url": "https://github.com/rust-cli/rexpect", + "name": "retry", + "package_url": "https://github.com/jimmycuadra/retry", "repository": { "Http": { - "url": "https://static.crates.io/crates/rexpect/0.6.2/download", - "sha256": "2c1bcd4ac488e9d2d726d147031cceff5cff6425011ff1914049739770fa4726" + "sha256": "a1e211f878258887b3e65dd3c8ff9f530fe109f441a117ee0cdc27f341355032", + "url": "https://static.crates.io/crates/retry/2.1.0/download" } }, "targets": [ { "Library": { - "crate_name": "rexpect", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "retry", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rexpect", + "version": "2.1.0" + }, + "rexpect 0.6.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "comma 1.0.0", - "target": "comma" - }, - { - "id": "nix 0.30.1", - "target": "nix" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "tempfile 3.23.0", - "target": "tempfile" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.2" + "deps": [ + { + "id": "comma 1.0.0", + "target": "comma" + }, + { + "id": "nix 0.30.1", + "target": "nix" + }, + { + "id": "regex 1.13.1", + "target": "regex" + }, + { + "id": "tempfile 3.23.0", + "target": "tempfile" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + } + ], + "edition": "2021" }, + "library_target_name": "rexpect", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "rfc6979 0.4.0": { - "name": "rfc6979", - "version": "0.4.0", - "package_url": "https://github.com/RustCrypto/signatures/tree/master/rfc6979", + "name": "rexpect", + "package_url": "https://github.com/rust-cli/rexpect", "repository": { "Http": { - "url": "https://static.crates.io/crates/rfc6979/0.4.0/download", - "sha256": "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" + "sha256": "2c1bcd4ac488e9d2d726d147031cceff5cff6425011ff1914049739770fa4726", + "url": "https://static.crates.io/crates/rexpect/0.6.2/download" } }, "targets": [ { "Library": { - "crate_name": "rfc6979", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "rexpect", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rfc6979", + "version": "0.6.2" + }, + "rfc6979 0.4.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "hmac 0.12.1", + "target": "hmac" + }, + { + "id": "subtle 2.6.1", + "target": "subtle" + } ], - "deps": { - "common": [ - { - "id": "hmac 0.12.1", - "target": "hmac" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.0" + "edition": "2021" }, + "library_target_name": "rfc6979", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rgb 0.8.37": { - "name": "rgb", - "version": "0.8.37", - "package_url": "https://github.com/kornelski/rust-rgb", + "name": "rfc6979", + "package_url": "https://github.com/RustCrypto/signatures/tree/master/rfc6979", "repository": { "Http": { - "url": "https://static.crates.io/crates/rgb/0.8.37/download", - "sha256": "05aaa8004b64fd573fc9d002f4e632d51ad4f026c2b5ba95fcb6c2f32c2c47d8" + "sha256": "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2", + "url": "https://static.crates.io/crates/rfc6979/0.4.0/download" } }, "targets": [ { "Library": { - "crate_name": "rgb", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "rfc6979", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rgb", + "version": "0.4.0" + }, + "rgb 0.8.37": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "as-bytes", + "bytemuck", + "default" ], - "crate_features": { - "common": [ - "as-bytes", - "bytemuck", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytemuck 1.13.1", - "target": "bytemuck" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.8.37" + "deps": [ + { + "id": "bytemuck 1.13.1", + "target": "bytemuck" + } + ], + "edition": "2018" }, + "library_target_name": "rgb", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "ring 0.17.14": { - "name": "ring", - "version": "0.17.14", - "package_url": "https://github.com/briansmith/ring", + "name": "rgb", + "package_url": "https://github.com/kornelski/rust-rgb", "repository": { "Http": { - "url": "https://static.crates.io/crates/ring/0.17.14/download", - "sha256": "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" + "sha256": "05aaa8004b64fd573fc9d002f4e632d51ad4f026c2b5ba95fcb6c2f32c2c47d8", + "url": "https://static.crates.io/crates/rgb/0.8.37/download" } }, "targets": [ { "Library": { - "crate_name": "ring", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "rgb", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ring", - "common_attrs": { - "compile_data_glob": [ - "**" + "version": "0.8.37" + }, + "ring 0.17.14": { + "build_script_attrs": { + "build_script_env": { + "CFLAGS": "-fdebug-prefix-map=$${pwd}=/source" + }, + "deps": [ + { + "id": "cc 1.2.48", + "target": "cc" + } ], + "links": "ring_core_0_17_14_" + }, + "common_attrs": { "crate_features": { "common": [ "alloc", @@ -63531,10 +48674,6 @@ "id": "getrandom 0.2.10", "target": "getrandom" }, - { - "id": "ring 0.17.14", - "target": "build_script_build" - }, { "id": "untrusted 0.9.0", "target": "untrusted" @@ -63562,1549 +48701,1107 @@ } }, "edition": "2021", - "version": "0.17.14" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - }, - "build_script_env": { - "common": { - "CFLAGS": "-fdebug-prefix-map=$${pwd}=/source" - }, - "selects": {} - }, - "links": "ring_core_0_17_14_" + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "ring", "license": "Apache-2.0 AND ISC", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0", "ISC" ], - "license_file": "LICENSE" + "name": "ring", + "package_url": "https://github.com/briansmith/ring", + "repository": { + "Http": { + "sha256": "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7", + "url": "https://static.crates.io/crates/ring/0.17.14/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "ring", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" + } + } + ], + "version": "0.17.14" }, "ripemd 0.1.3": { + "common_attrs": { + "crate_features": [ + "default", + "std" + ], + "deps": [ + { + "id": "digest 0.10.7", + "target": "digest" + } + ], + "edition": "2018" + }, + "library_target_name": "ripemd", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", + "license_ids": [ + "Apache-2.0", + "MIT" + ], "name": "ripemd", - "version": "0.1.3", "package_url": "https://github.com/RustCrypto/hashes", "repository": { "Http": { - "url": "https://static.crates.io/crates/ripemd/0.1.3/download", - "sha256": "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f" + "sha256": "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f", + "url": "https://static.crates.io/crates/ripemd/0.1.3/download" } }, "targets": [ { "Library": { "crate_name": "ripemd", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ripemd", + "version": "0.1.3" + }, + "rkyv 0.8.16": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "munge 0.4.7", + "target": "munge" + }, + { + "id": "ptr_meta 0.3.1", + "target": "ptr_meta" + }, + { + "id": "rancor 0.1.1", + "target": "rancor" + }, + { + "id": "rend 0.5.3", + "target": "rend" + } ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "digest 0.10.7", - "target": "digest" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.3" + "edition": "2021", + "proc_macro_deps": [ + { + "id": "rkyv_derive 0.8.16", + "target": "rkyv_derive" + } + ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "rkyv", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rkyv 0.8.16": { "name": "rkyv", - "version": "0.8.16", "package_url": "https://github.com/rkyv/rkyv", "repository": { "Http": { - "url": "https://static.crates.io/crates/rkyv/0.8.16/download", - "sha256": "73389e0c99e664f919275ab5b5b0471391fe9a8de61e1dff9b1eaf56a90f16e3" + "sha256": "73389e0c99e664f919275ab5b5b0471391fe9a8de61e1dff9b1eaf56a90f16e3", + "url": "https://static.crates.io/crates/rkyv/0.8.16/download" } }, "targets": [ { "Library": { "crate_name": "rkyv", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rkyv", + "version": "0.8.16" + }, + "rkyv_derive 0.8.16": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "munge 0.4.7", - "target": "munge" - }, - { - "id": "ptr_meta 0.3.1", - "target": "ptr_meta" - }, - { - "id": "rancor 0.1.1", - "target": "rancor" - }, - { - "id": "rend 0.5.3", - "target": "rend" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "rkyv_derive 0.8.16", - "target": "rkyv_derive" - } - ], - "selects": {} - }, - "version": "0.8.16" + "edition": "2021" }, + "library_target_name": "rkyv_derive", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "rkyv_derive 0.8.16": { "name": "rkyv_derive", - "version": "0.8.16", "package_url": "https://github.com/rkyv/rkyv", "repository": { "Http": { - "url": "https://static.crates.io/crates/rkyv_derive/0.8.16/download", - "sha256": "5d2ed0b54125315fb36bd021e82d314d1c126548f871634b483f46b31d13cac6" + "sha256": "5d2ed0b54125315fb36bd021e82d314d1c126548f871634b483f46b31d13cac6", + "url": "https://static.crates.io/crates/rkyv_derive/0.8.16/download" } }, "targets": [ { "ProcMacro": { "crate_name": "rkyv_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rkyv_derive", + "version": "0.8.16" + }, + "rle-decode-fast 1.0.3": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.16" + "edition": "2015" }, - "license": "MIT", + "library_target_name": "rle_decode_fast", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "rle-decode-fast 1.0.3": { "name": "rle-decode-fast", - "version": "1.0.3", "package_url": "https://github.com/WanzenBug/rle-decode-helper", "repository": { "Http": { - "url": "https://static.crates.io/crates/rle-decode-fast/1.0.3/download", - "sha256": "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" + "sha256": "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422", + "url": "https://static.crates.io/crates/rle-decode-fast/1.0.3/download" } }, "targets": [ { "Library": { "crate_name": "rle_decode_fast", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rle_decode_fast", + "version": "1.0.3" + }, + "rlp 0.5.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "edition": "2015", - "version": "1.0.3" + "deps": [ + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "rustc-hex 2.1.0", + "target": "rustc_hex" + } + ], + "edition": "2018" }, + "library_target_name": "rlp", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rlp 0.5.2": { "name": "rlp", - "version": "0.5.2", "package_url": "https://github.com/paritytech/parity-common", "repository": { "Http": { - "url": "https://static.crates.io/crates/rlp/0.5.2/download", - "sha256": "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec" + "sha256": "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec", + "url": "https://static.crates.io/crates/rlp/0.5.2/download" } }, "targets": [ { "Library": { "crate_name": "rlp", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rlp", + "version": "0.5.2" + }, + "rocksdb 0.22.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "id": "librocksdb-sys 0.16.0+8.10.0", + "target": "librocksdb_sys" + } ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "rustc-hex 2.1.0", - "target": "rustc_hex" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.2" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "rocksdb", + "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "Apache-2.0" ], - "license_file": null - }, - "rocksdb 0.22.0": { "name": "rocksdb", - "version": "0.22.0", "package_url": "https://github.com/rust-rocksdb/rust-rocksdb", "repository": { "Http": { - "url": "https://static.crates.io/crates/rocksdb/0.22.0/download", - "sha256": "6bd13e55d6d7b8cd0ea569161127567cd587676c99f4472f779a0279aa60a7a7" + "sha256": "6bd13e55d6d7b8cd0ea569161127567cd587676c99f4472f779a0279aa60a7a7", + "url": "https://static.crates.io/crates/rocksdb/0.22.0/download" } }, "targets": [ { "Library": { "crate_name": "rocksdb", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rocksdb", + "version": "0.22.0" + }, + "rolling-file 0.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "chrono 0.4.42", + "target": "chrono" + } ], - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "librocksdb-sys 0.16.0+8.10.0", - "target": "librocksdb_sys" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.22.0" + "edition": "2018" }, - "license": "Apache-2.0", + "library_target_name": "rolling_file", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" - }, - "rolling-file 0.2.0": { "name": "rolling-file", - "version": "0.2.0", "package_url": "https://github.com/Axcient/rolling-file-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/rolling-file/0.2.0/download", - "sha256": "8395b4f860856b740f20a296ea2cd4d823e81a2658cf05ef61be22916026a906" + "sha256": "8395b4f860856b740f20a296ea2cd4d823e81a2658cf05ef61be22916026a906", + "url": "https://static.crates.io/crates/rolling-file/0.2.0/download" } }, "targets": [ { "Library": { "crate_name": "rolling_file", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rolling_file", + "version": "0.2.0" + }, + "rsa 0.9.10": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "getrandom", + "pem", + "sha2", + "std", + "u64_digit" + ], + "deps": [ + { + "id": "const-oid 0.9.4", + "target": "const_oid" + }, + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "alias": "num_bigint", + "id": "num-bigint-dig 0.8.6", + "target": "num_bigint_dig" + }, + { + "id": "num-integer 0.1.46", + "target": "num_integer" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "pkcs1 0.7.5", + "target": "pkcs1" + }, + { + "id": "pkcs8 0.10.2", + "target": "pkcs8" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + }, + { + "id": "sha2 0.10.9", + "target": "sha2" + }, + { + "id": "signature 2.2.0", + "target": "signature" + }, + { + "id": "spki 0.7.3", + "target": "spki" + }, + { + "id": "subtle 2.6.1", + "target": "subtle" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } ], - "deps": { - "common": [ - { - "id": "chrono 0.4.42", - "target": "chrono" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.0" + "edition": "2021" }, - "license": "MIT/Apache-2.0", + "library_target_name": "rsa", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "rsa 0.9.10": { "name": "rsa", - "version": "0.9.10", "package_url": "https://github.com/RustCrypto/RSA", "repository": { "Http": { - "url": "https://static.crates.io/crates/rsa/0.9.10/download", - "sha256": "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" + "sha256": "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d", + "url": "https://static.crates.io/crates/rsa/0.9.10/download" } }, "targets": [ { "Library": { "crate_name": "rsa", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rsa", + "version": "0.9.10" + }, + "rstest 0.19.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "async-timeout", + "default" + ], + "deps": [ + { + "id": "futures 0.3.31", + "target": "futures" + }, + { + "id": "futures-timer 3.0.3", + "target": "futures_timer" + } ], - "crate_features": { - "common": [ - "default", - "getrandom", - "pem", - "sha2", - "std", - "u64_digit" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "const-oid 0.9.4", - "target": "const_oid" - }, - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "num-bigint-dig 0.8.6", - "target": "num_bigint_dig", - "alias": "num_bigint" - }, - { - "id": "num-integer 0.1.46", - "target": "num_integer" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "pkcs1 0.7.5", - "target": "pkcs1" - }, - { - "id": "pkcs8 0.10.2", - "target": "pkcs8" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "signature 2.2.0", - "target": "signature" - }, - { - "id": "spki 0.7.3", - "target": "spki" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.9.10" + "proc_macro_deps": [ + { + "id": "rstest_macros 0.19.0", + "target": "rstest_macros" + } + ] }, + "library_target_name": "rstest", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "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" + "sha256": "9d5316d2a1479eeef1ea21e7f9ddc67c191d497abc8fc3ba2467857abbb68330", + "url": "https://static.crates.io/crates/rstest/0.19.0/download" } }, "targets": [ { "Library": { "crate_name": "rstest", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rstest", + "version": "0.19.0" + }, + "rstest_macros 0.19.0": { + "build_script_attrs": { + "deps": [ + { + "id": "rustc_version 0.4.0", + "target": "rustc_version" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "async-timeout" + ], + "deps": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "glob 0.3.1", + "target": "glob" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "regex 1.13.1", + "target": "regex" + }, + { + "id": "relative-path 1.9.3", + "target": "relative_path" + }, + { + "id": "syn 2.0.119", + "target": "syn" + }, + { + "id": "unicode-ident 1.0.22", + "target": "unicode_ident" + } ], - "crate_features": { - "common": [ - "async-timeout", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures 0.3.31", - "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" + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "rstest_macros", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "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" + "sha256": "04a9df72cc1f67020b0d63ad9bfe4a323e459ea7eb68e03bd9824db49f9a4c25", + "url": "https://static.crates.io/crates/rstest_macros/0.19.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "rstest_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "rstest_macros", + "version": "0.19.0" + }, + "ruint 1.20.0": { "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.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "regex 1.13.1", - "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.119", - "target": "syn" - }, - { - "id": "unicode-ident 1.0.22", - "target": "unicode_ident" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.19.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "alloy-rlp", + "serde", + "std" ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "deps": [ + { + "id": "alloy-rlp 0.3.16", + "target": "alloy_rlp" + }, + { + "id": "serde_core 1.0.228", + "target": "serde_core" + } ], - "deps": { - "common": [ - { - "id": "rustc_version 0.4.0", - "target": "rustc_version" - } - ], - "selects": {} - } + "edition": "2024", + "proc_macro_deps": [ + { + "id": "ruint-macro 1.2.1", + "target": "ruint_macro" + } + ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "ruint", + "license": "MIT", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ruint 1.20.0": { "name": "ruint", - "version": "1.20.0", "package_url": "https://github.com/alloy-rs/ruint", "repository": { "Http": { - "url": "https://static.crates.io/crates/ruint/1.20.0/download", - "sha256": "f5e99bff0393163bb25029a6af25d3d8d202ba5b5438a74d1bd8789f5c822970" + "sha256": "f5e99bff0393163bb25029a6af25d3d8d202ba5b5438a74d1bd8789f5c822970", + "url": "https://static.crates.io/crates/ruint/1.20.0/download" } }, "targets": [ { "Library": { "crate_name": "ruint", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ruint", + "version": "1.20.0" + }, + "ruint-macro 1.2.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "alloy-rlp", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloy-rlp 0.3.16", - "target": "alloy_rlp" - }, - { - "id": "serde_core 1.0.228", - "target": "serde_core" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "ruint-macro 1.2.1", - "target": "ruint_macro" - } - ], - "selects": {} - }, - "version": "1.20.0" + "edition": "2021" }, + "library_target_name": "ruint_macro", "license": "MIT", "license_ids": [ "MIT" ], - "license_file": null - }, - "ruint-macro 1.2.1": { "name": "ruint-macro", - "version": "1.2.1", "package_url": "https://github.com/recmo/uint", "repository": { "Http": { - "url": "https://static.crates.io/crates/ruint-macro/1.2.1/download", - "sha256": "48fd7bd8a6377e15ad9d42a8ec25371b94ddc67abe7c8b9127bec79bebaaae18" + "sha256": "48fd7bd8a6377e15ad9d42a8ec25371b94ddc67abe7c8b9127bec79bebaaae18", + "url": "https://static.crates.io/crates/ruint-macro/1.2.1/download" } }, "targets": [ { "ProcMacro": { "crate_name": "ruint_macro", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ruint_macro", + "version": "1.2.1" + }, + "rusb 0.9.4": { + "build_script_attrs": { + "link_deps": [ + { + "id": "libusb1-sys 0.7.0", + "target": "libusb1_sys" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "vendored" ], - "edition": "2021", - "version": "1.2.1" + "deps": [ + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "id": "libusb1-sys 0.7.0", + "target": "libusb1_sys" + } + ], + "edition": "2018", + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "rusb", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": null - }, - "rusb 0.9.4": { "name": "rusb", - "version": "0.9.4", "package_url": "https://github.com/a1ien/rusb.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/rusb/0.9.4/download", - "sha256": "ab9f9ff05b63a786553a4c02943b74b34a988448671001e9a27e2f0565cc05a4" + "sha256": "ab9f9ff05b63a786553a4c02943b74b34a988448671001e9a27e2f0565cc05a4", + "url": "https://static.crates.io/crates/rusb/0.9.4/download" } }, "targets": [ { "Library": { "crate_name": "rusb", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "rusb", + "version": "0.9.4" + }, + "rusqlite 0.37.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "vendored" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "libusb1-sys 0.7.0", - "target": "libusb1_sys" - }, - { - "id": "rusb 0.9.4", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.9.4" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "crate_features": [ + "bundled", + "hooks", + "modern_sqlite" ], - "data_glob": [ - "**" + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "fallible-iterator 0.3.0", + "target": "fallible_iterator" + }, + { + "id": "fallible-streaming-iterator 0.1.9", + "target": "fallible_streaming_iterator" + }, + { + "id": "hashlink 0.10.0", + "target": "hashlink" + }, + { + "id": "libsqlite3-sys 0.35.0", + "target": "libsqlite3_sys" + }, + { + "id": "smallvec 1.15.1", + "target": "smallvec" + } ], - "link_deps": { - "common": [ - { - "id": "libusb1-sys 0.7.0", - "target": "libusb1_sys" - } - ], - "selects": {} - } + "edition": "2021" }, + "library_target_name": "rusqlite", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "rusqlite 0.37.0": { "name": "rusqlite", - "version": "0.37.0", "package_url": "https://github.com/rusqlite/rusqlite", "repository": { "Http": { - "url": "https://static.crates.io/crates/rusqlite/0.37.0/download", - "sha256": "165ca6e57b20e1351573e3729b958bc62f0e48025386970b6e4d29e7a7e71f3f" + "sha256": "165ca6e57b20e1351573e3729b958bc62f0e48025386970b6e4d29e7a7e71f3f", + "url": "https://static.crates.io/crates/rusqlite/0.37.0/download" } }, "targets": [ { "Library": { "crate_name": "rusqlite", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rusqlite", + "version": "0.37.0" + }, + "rust-ini 0.21.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "bundled", - "hooks", - "modern_sqlite" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "fallible-iterator 0.3.0", - "target": "fallible_iterator" - }, - { - "id": "fallible-streaming-iterator 0.1.9", - "target": "fallible_streaming_iterator" - }, - { - "id": "hashlink 0.10.0", - "target": "hashlink" - }, - { - "id": "libsqlite3-sys 0.35.0", - "target": "libsqlite3_sys" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.37.0" + "deps": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "ordered-multimap 0.7.3", + "target": "ordered_multimap" + } + ], + "edition": "2018" }, + "library_target_name": "ini", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "rust-ini 0.21.2": { "name": "rust-ini", - "version": "0.21.2", "package_url": "https://github.com/zonyitoo/rust-ini", "repository": { "Http": { - "url": "https://static.crates.io/crates/rust-ini/0.21.2/download", - "sha256": "e7295b7ce3bf4806b419dc3420745998b447178b7005e2011947b38fc5aa6791" + "sha256": "e7295b7ce3bf4806b419dc3420745998b447178b7005e2011947b38fc5aa6791", + "url": "https://static.crates.io/crates/rust-ini/0.21.2/download" } }, "targets": [ { "Library": { "crate_name": "ini", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ini", + "version": "0.21.2" + }, + "rust_decimal 1.42.1": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "serde" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "ordered-multimap 0.7.3", - "target": "ordered_multimap" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.21.2" + "deps": [ + { + "id": "arrayvec 0.7.4", + "target": "arrayvec" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2021", + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "rust_decimal", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "rust_decimal 1.42.1": { "name": "rust_decimal", - "version": "1.42.1", "package_url": "https://github.com/paupino/rust-decimal", "repository": { "Http": { - "url": "https://static.crates.io/crates/rust_decimal/1.42.1/download", - "sha256": "be2a24f50780bc85f09cc6ac299bdf1424302742d77221106859c9d8b102126a" + "sha256": "be2a24f50780bc85f09cc6ac299bdf1424302742d77221106859c9d8b102126a", + "url": "https://static.crates.io/crates/rust_decimal/1.42.1/download" } }, "targets": [ { "Library": { "crate_name": "rust_decimal", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "rust_decimal", + "version": "1.42.1" + }, + "rust_decimal_macros 1.40.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "arrayvec 0.7.4", - "target": "arrayvec" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "rust_decimal 1.42.1", - "target": "build_script_build" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.42.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "data_glob": [ - "**" - ] + "edition": "2021" }, + "library_target_name": "rust_decimal_macros", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "rust_decimal_macros 1.40.0": { "name": "rust_decimal_macros", - "version": "1.40.0", "package_url": "https://github.com/paupino/rust-decimal", "repository": { "Http": { - "url": "https://static.crates.io/crates/rust_decimal_macros/1.40.0/download", - "sha256": "74a5a6f027e892c7a035c6fddb50435a1fbf5a734ffc0c2a9fed4d0221440519" + "sha256": "74a5a6f027e892c7a035c6fddb50435a1fbf5a734ffc0c2a9fed4d0221440519", + "url": "https://static.crates.io/crates/rust_decimal_macros/1.40.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "rust_decimal_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rust_decimal_macros", + "version": "1.40.0" + }, + "rustc-demangle 0.1.26": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.40.0" + "edition": "2015" }, - "license": "MIT", + "library_target_name": "rustc_demangle", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "rustc-demangle 0.1.26": { "name": "rustc-demangle", - "version": "0.1.26", "package_url": "https://github.com/rust-lang/rustc-demangle", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustc-demangle/0.1.26/download", - "sha256": "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" + "sha256": "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace", + "url": "https://static.crates.io/crates/rustc-demangle/0.1.26/download" } }, "targets": [ { "Library": { "crate_name": "rustc_demangle", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rustc_demangle", + "version": "0.1.26" + }, + "rustc-hash 1.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "edition": "2015", - "version": "0.1.26" + "edition": "2015" }, - "license": "MIT/Apache-2.0", + "library_target_name": "rustc_hash", + "license": "Apache-2.0/MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rustc-hash 1.1.0": { "name": "rustc-hash", - "version": "1.1.0", "package_url": "https://github.com/rust-lang-nursery/rustc-hash", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustc-hash/1.1.0/download", - "sha256": "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" + "sha256": "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2", + "url": "https://static.crates.io/crates/rustc-hash/1.1.0/download" } }, "targets": [ { "Library": { "crate_name": "rustc_hash", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rustc_hash", + "version": "1.1.0" + }, + "rustc-hash 2.1.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "1.1.0" + "edition": "2021" }, - "license": "Apache-2.0/MIT", + "library_target_name": "rustc_hash", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rustc-hash 2.1.1": { "name": "rustc-hash", - "version": "2.1.1", "package_url": "https://github.com/rust-lang/rustc-hash", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustc-hash/2.1.1/download", - "sha256": "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" + "sha256": "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d", + "url": "https://static.crates.io/crates/rustc-hash/2.1.1/download" } }, "targets": [ { "Library": { "crate_name": "rustc_hash", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rustc_hash", + "version": "2.1.1" + }, + "rustc-hex 2.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "2.1.1" + "edition": "2018" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "rustc_hex", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rustc-hex 2.1.0": { "name": "rustc-hex", - "version": "2.1.0", "package_url": "https://github.com/debris/rustc-hex", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustc-hex/2.1.0/download", - "sha256": "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6" + "sha256": "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6", + "url": "https://static.crates.io/crates/rustc-hex/2.1.0/download" } }, "targets": [ { "Library": { "crate_name": "rustc_hex", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rustc_hex", + "version": "2.1.0" + }, + "rustc_version 0.3.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "semver 0.11.0", + "target": "semver" + } ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "2.1.0" + "edition": "2018" }, + "library_target_name": "rustc_version", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rustc_version 0.3.3": { "name": "rustc_version", - "version": "0.3.3", "package_url": "https://github.com/Kimundi/rustc-version-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustc_version/0.3.3/download", - "sha256": "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee" + "sha256": "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee", + "url": "https://static.crates.io/crates/rustc_version/0.3.3/download" } }, "targets": [ { "Library": { "crate_name": "rustc_version", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rustc_version", + "version": "0.3.3" + }, + "rustc_version 0.4.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "semver 1.0.27", + "target": "semver" + } ], - "deps": { - "common": [ - { - "id": "semver 0.11.0", - "target": "semver" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.3" + "edition": "2018" }, + "library_target_name": "rustc_version", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "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" + "sha256": "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366", + "url": "https://static.crates.io/crates/rustc_version/0.4.0/download" } }, "targets": [ { "Library": { "crate_name": "rustc_version", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rustc_version", + "version": "0.4.0" + }, + "rusticata-macros 4.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "nom 7.1.3", + "target": "nom" + } ], - "deps": { - "common": [ - { - "id": "semver 1.0.27", - "target": "semver" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.0" + "edition": "2018" }, + "library_target_name": "rusticata_macros", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rusticata-macros 4.1.0": { "name": "rusticata-macros", - "version": "4.1.0", "package_url": "https://github.com/rusticata/rusticata-macros.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/rusticata-macros/4.1.0/download", - "sha256": "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" + "sha256": "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632", + "url": "https://static.crates.io/crates/rusticata-macros/4.1.0/download" } }, "targets": [ { "Library": { "crate_name": "rusticata_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rusticata_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "nom 7.1.3", - "target": "nom" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "4.1.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" + "version": "4.1.0" }, "rustix 0.38.44": { - "name": "rustix", - "version": "0.38.44", - "package_url": "https://github.com/bytecodealliance/rustix", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustix/0.38.44/download", - "sha256": "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rustix", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rustix", + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], "crate_features": { "common": [ "alloc", @@ -65155,18 +49852,14 @@ { "id": "bitflags 2.10.0", "target": "bitflags" - }, - { - "id": "rustix 0.38.44", - "target": "build_script_build" } ], "selects": { "aarch64-apple-darwin": [ { + "alias": "libc_errno", "id": "errno 0.3.10", - "target": "errno", - "alias": "libc_errno" + "target": "errno" }, { "id": "libc 0.2.186", @@ -65187,9 +49880,9 @@ ], "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), 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 = \"s390x\"), 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\")))))))": [ { + "alias": "libc_errno", "id": "errno 0.3.10", - "target": "errno", - "alias": "libc_errno" + "target": "errno" }, { "id": "libc 0.2.186", @@ -65198,9 +49891,9 @@ ], "cfg(windows)": [ { + "alias": "libc_errno", "id": "errno 0.3.10", - "target": "errno", - "alias": "libc_errno" + "target": "errno" }, { "id": "windows-sys 0.59.0", @@ -65209,9 +49902,9 @@ ], "wasm32-unknown-unknown": [ { + "alias": "libc_errno", "id": "errno 0.3.10", - "target": "errno", - "alias": "libc_errno" + "target": "errno" }, { "id": "libc 0.2.186", @@ -65220,9 +49913,9 @@ ], "x86_64-apple-darwin": [ { + "alias": "libc_errno", "id": "errno 0.3.10", - "target": "errno", - "alias": "libc_errno" + "target": "errno" }, { "id": "libc 0.2.186", @@ -65232,73 +49925,44 @@ } }, "edition": "2021", - "version": "0.38.44" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "rustix", "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rustix 1.1.4": { "name": "rustix", - "version": "1.1.4", "package_url": "https://github.com/bytecodealliance/rustix", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustix/1.1.4/download", - "sha256": "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190", - "patch_args": [ - "-p1" - ], - "patches": [ - "@@//bazel:rustix.patch" - ] + "sha256": "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154", + "url": "https://static.crates.io/crates/rustix/0.38.44/download" } }, "targets": [ { "Library": { "crate_name": "rustix", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "rustix", + "version": "0.38.44" + }, + "rustix 1.1.4": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], "crate_features": { "common": [ "alloc", @@ -65334,18 +49998,14 @@ { "id": "bitflags 2.10.0", "target": "bitflags" - }, - { - "id": "rustix 1.1.4", - "target": "build_script_build" } ], "selects": { "aarch64-apple-darwin": [ { + "alias": "libc_errno", "id": "errno 0.3.10", - "target": "errno", - "alias": "libc_errno" + "target": "errno" }, { "id": "libc 0.2.186", @@ -65366,9 +50026,9 @@ ], "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), 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\")))))))": [ { + "alias": "libc_errno", "id": "errno 0.3.10", - "target": "errno", - "alias": "libc_errno" + "target": "errno" }, { "id": "libc 0.2.186", @@ -65377,9 +50037,9 @@ ], "cfg(windows)": [ { + "alias": "libc_errno", "id": "errno 0.3.10", - "target": "errno", - "alias": "libc_errno" + "target": "errno" }, { "id": "windows-sys 0.61.2", @@ -65388,9 +50048,9 @@ ], "wasm32-unknown-unknown": [ { + "alias": "libc_errno", "id": "errno 0.3.10", - "target": "errno", - "alias": "libc_errno" + "target": "errno" }, { "id": "libc 0.2.186", @@ -65399,9 +50059,9 @@ ], "x86_64-apple-darwin": [ { + "alias": "libc_errno", "id": "errno 0.3.10", - "target": "errno", - "alias": "libc_errno" + "target": "errno" }, { "id": "libc 0.2.186", @@ -65411,314 +50071,254 @@ } }, "edition": "2021", - "version": "1.1.4" + "extra_deps": [ + ":build_script_build" + ] + }, + "library_target_name": "rustix", + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "name": "rustix", + "package_url": "https://github.com/bytecodealliance/rustix", + "repository": { + "Http": { + "patch_args": [ + "-p1" + ], + "patches": [ + "@@//bazel:rustix.patch" + ], + "sha256": "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190", + "url": "https://static.crates.io/crates/rustix/1.1.4/download" + } }, + "targets": [ + { + "Library": { + "crate_name": "rustix", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" + } + } + ], + "version": "1.1.4" + }, + "rustls 0.23.27": { "build_script_attrs": { - "compile_data_glob": [ - "**" + "link_deps": [ + { + "id": "aws-lc-rs 1.17.3", + "target": "aws_lc_rs" + } + ] + }, + "common_attrs": { + "crate_features": [ + "aws-lc-rs", + "aws_lc_rs", + "brotli", + "log", + "logging", + "std", + "tls12" ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "aws-lc-rs 1.17.3", + "target": "aws_lc_rs" + }, + { + "id": "brotli 8.0.1", + "target": "brotli" + }, + { + "id": "brotli-decompressor 5.0.0", + "target": "brotli_decompressor" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "alias": "pki_types", + "id": "rustls-pki-types 1.12.0", + "target": "rustls_pki_types" + }, + { + "id": "rustls-webpki 0.103.13", + "target": "webpki" + }, + { + "id": "subtle 2.6.1", + "target": "subtle" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } ], - "data_glob": [ - "**" + "edition": "2021", + "extra_deps": [ + ":build_script_build" ] }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "library_target_name": "rustls", + "license": "Apache-2.0 OR ISC OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", + "ISC", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rustls 0.23.27": { "name": "rustls", - "version": "0.23.27", "package_url": "https://github.com/rustls/rustls", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustls/0.23.27/download", - "sha256": "730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321" + "sha256": "730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321", + "url": "https://static.crates.io/crates/rustls/0.23.27/download" } }, "targets": [ { "Library": { "crate_name": "rustls", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "rustls", + "version": "0.23.27" + }, + "rustls-acme 0.15.4": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "aws-lc-rs", - "aws_lc_rs", - "brotli", - "log", - "logging", - "std", - "tls12" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aws-lc-rs 1.17.3", - "target": "aws_lc_rs" - }, - { - "id": "brotli 8.0.1", - "target": "brotli" - }, - { - "id": "brotli-decompressor 5.0.0", - "target": "brotli_decompressor" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "rustls 0.23.27", - "target": "build_script_build" - }, - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types", - "alias": "pki_types" - }, - { - "id": "rustls-webpki 0.103.13", - "target": "webpki" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.23.27" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "aws-lc-rs", + "tls12", + "webpki-roots" ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "deps": [ + { + "id": "async-io 2.4.0", + "target": "async_io" + }, + { + "id": "async-web-client 0.6.3", + "target": "async_web_client" + }, + { + "id": "aws-lc-rs 1.17.3", + "target": "aws_lc_rs" + }, + { + "id": "base64 0.22.1", + "target": "base64" + }, + { + "id": "blocking 1.6.1", + "target": "blocking" + }, + { + "id": "chrono 0.4.42", + "target": "chrono" + }, + { + "id": "futures 0.3.31", + "target": "futures" + }, + { + "id": "futures-rustls 0.26.0", + "target": "futures_rustls" + }, + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "pem 3.0.6", + "target": "pem" + }, + { + "id": "rcgen 0.13.1", + "target": "rcgen" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + }, + { + "id": "webpki-roots 1.0.6", + "target": "webpki_roots" + }, + { + "id": "x509-parser 0.18.1", + "target": "x509_parser" + } ], - "link_deps": { - "common": [ - { - "id": "aws-lc-rs 1.17.3", - "target": "aws_lc_rs" - } - ], - "selects": {} - } + "edition": "2018", + "proc_macro_deps": [ + { + "id": "async-trait 0.1.89", + "target": "async_trait" + } + ] }, - "license": "Apache-2.0 OR ISC OR MIT", + "library_target_name": "rustls_acme", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", - "ISC", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rustls-acme 0.15.4": { "name": "rustls-acme", - "version": "0.15.4", "package_url": "https://github.com/FlorianUekermann/rustls-acme", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustls-acme/0.15.4/download", - "sha256": "64f24daec4ed0dfe6327bcb2b8045bf1d1cb4835e4f824d4cf487140f4b0cee4" + "sha256": "64f24daec4ed0dfe6327bcb2b8045bf1d1cb4835e4f824d4cf487140f4b0cee4", + "url": "https://static.crates.io/crates/rustls-acme/0.15.4/download" } }, "targets": [ { "Library": { "crate_name": "rustls_acme", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rustls_acme", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "aws-lc-rs", - "tls12", - "webpki-roots" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "async-io 2.4.0", - "target": "async_io" - }, - { - "id": "async-web-client 0.6.3", - "target": "async_web_client" - }, - { - "id": "aws-lc-rs 1.17.3", - "target": "aws_lc_rs" - }, - { - "id": "base64 0.22.1", - "target": "base64" - }, - { - "id": "blocking 1.6.1", - "target": "blocking" - }, - { - "id": "chrono 0.4.42", - "target": "chrono" - }, - { - "id": "futures 0.3.31", - "target": "futures" - }, - { - "id": "futures-rustls 0.26.0", - "target": "futures_rustls" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "pem 3.0.6", - "target": "pem" - }, - { - "id": "rcgen 0.13.1", - "target": "rcgen" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "webpki-roots 1.0.6", - "target": "webpki_roots" - }, - { - "id": "x509-parser 0.18.1", - "target": "x509_parser" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.89", - "target": "async_trait" - } - ], - "selects": {} - }, - "version": "0.15.4" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" + "version": "0.15.4" }, "rustls-native-certs 0.8.0": { - "name": "rustls-native-certs", - "version": "0.8.0", - "package_url": "https://github.com/rustls/rustls-native-certs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustls-native-certs/0.8.0/download", - "sha256": "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rustls_native_certs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rustls_native_certs", "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [ { @@ -65726,9 +50326,9 @@ "target": "rustls_pemfile" }, { + "alias": "pki_types", "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types", - "alias": "pki_types" + "target": "rustls_pki_types" } ], "selects": { @@ -65752,103 +50352,77 @@ ] } }, - "edition": "2021", - "version": "0.8.0" + "edition": "2021" }, + "library_target_name": "rustls_native_certs", "license": "Apache-2.0 OR ISC OR MIT", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0", "ISC", "MIT" ], - "license_file": "LICENSE" - }, - "rustls-pemfile 2.2.0": { - "name": "rustls-pemfile", - "version": "2.2.0", - "package_url": "https://github.com/rustls/pemfile", + "name": "rustls-native-certs", + "package_url": "https://github.com/rustls/rustls-native-certs", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustls-pemfile/2.2.0/download", - "sha256": "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" + "sha256": "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a", + "url": "https://static.crates.io/crates/rustls-native-certs/0.8.0/download" } }, "targets": [ { "Library": { - "crate_name": "rustls_pemfile", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "rustls_native_certs", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rustls_pemfile", + "version": "0.8.0" + }, + "rustls-pemfile 2.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types", - "alias": "pki_types" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.2.0" + "deps": [ + { + "alias": "pki_types", + "id": "rustls-pki-types 1.12.0", + "target": "rustls_pki_types" + } + ], + "edition": "2018" }, + "library_target_name": "rustls_pemfile", "license": "Apache-2.0 OR ISC OR MIT", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0", "ISC", "MIT" ], - "license_file": "LICENSE" - }, - "rustls-pki-types 1.12.0": { - "name": "rustls-pki-types", - "version": "1.12.0", - "package_url": "https://github.com/rustls/pki-types", + "name": "rustls-pemfile", + "package_url": "https://github.com/rustls/pemfile", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustls-pki-types/1.12.0/download", - "sha256": "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" + "sha256": "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50", + "url": "https://static.crates.io/crates/rustls-pemfile/2.2.0/download" } }, "targets": [ { "Library": { - "crate_name": "rustls_pki_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "rustls_pemfile", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rustls_pki_types", + "version": "2.2.0" + }, + "rustls-pki-types 1.12.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "crate_features": { "common": [ "alloc", @@ -65878,45 +50452,35 @@ ] } }, - "edition": "2021", - "version": "1.12.0" + "edition": "2021" }, + "library_target_name": "rustls_pki_types", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rustls-platform-verifier 0.6.2": { - "name": "rustls-platform-verifier", - "version": "0.6.2", - "package_url": "https://github.com/rustls/rustls-platform-verifier", + "name": "rustls-pki-types", + "package_url": "https://github.com/rustls/pki-types", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustls-platform-verifier/0.6.2/download", - "sha256": "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784" + "sha256": "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79", + "url": "https://static.crates.io/crates/rustls-pki-types/1.12.0/download" } }, "targets": [ { "Library": { - "crate_name": "rustls_platform_verifier", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "rustls_pki_types", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rustls_platform_verifier", + "version": "1.12.0" + }, + "rustls-platform-verifier 0.6.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [ { @@ -65993,45 +50557,35 @@ ] } }, - "edition": "2021", - "version": "0.6.2" + "edition": "2021" }, + "library_target_name": "rustls_platform_verifier", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rustls-platform-verifier 0.7.0": { "name": "rustls-platform-verifier", - "version": "0.7.0", "package_url": "https://github.com/rustls/rustls-platform-verifier", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustls-platform-verifier/0.7.0/download", - "sha256": "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0" + "sha256": "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784", + "url": "https://static.crates.io/crates/rustls-platform-verifier/0.6.2/download" } }, "targets": [ { "Library": { "crate_name": "rustls_platform_verifier", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rustls_platform_verifier", + "version": "0.6.2" + }, + "rustls-platform-verifier 0.7.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [ { @@ -66108,2479 +50662,1779 @@ ] } }, - "edition": "2021", - "version": "0.7.0" + "edition": "2021" }, + "library_target_name": "rustls_platform_verifier", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rustls-platform-verifier-android 0.1.1": { - "name": "rustls-platform-verifier-android", - "version": "0.1.1", + "name": "rustls-platform-verifier", "package_url": "https://github.com/rustls/rustls-platform-verifier", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustls-platform-verifier-android/0.1.1/download", - "sha256": "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" + "sha256": "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0", + "url": "https://static.crates.io/crates/rustls-platform-verifier/0.7.0/download" } }, "targets": [ { "Library": { - "crate_name": "rustls_platform_verifier_android", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "rustls_platform_verifier", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rustls_platform_verifier_android", + "version": "0.7.0" + }, + "rustls-platform-verifier-android 0.1.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.1.1" + "edition": "2021" }, + "library_target_name": "rustls_platform_verifier_android", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "rustls-webpki 0.103.13": { - "name": "rustls-webpki", - "version": "0.103.13", - "package_url": "https://github.com/rustls/webpki", + "name": "rustls-platform-verifier-android", + "package_url": "https://github.com/rustls/rustls-platform-verifier", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustls-webpki/0.103.13/download", - "sha256": "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" + "sha256": "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f", + "url": "https://static.crates.io/crates/rustls-platform-verifier-android/0.1.1/download" } }, "targets": [ { "Library": { - "crate_name": "webpki", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "rustls_platform_verifier_android", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "webpki", + "version": "0.1.1" + }, + "rustls-webpki 0.103.13": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "aws-lc-rs", + "std" ], - "crate_features": { - "common": [ - "alloc", - "aws-lc-rs", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aws-lc-rs 1.17.3", - "target": "aws_lc_rs" - }, - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types", - "alias": "pki_types" - }, - { - "id": "untrusted 0.9.0", - "target": "untrusted" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.103.13" + "deps": [ + { + "id": "aws-lc-rs 1.17.3", + "target": "aws_lc_rs" + }, + { + "alias": "pki_types", + "id": "rustls-pki-types 1.12.0", + "target": "rustls_pki_types" + }, + { + "id": "untrusted 0.9.0", + "target": "untrusted" + } + ], + "edition": "2021" }, + "library_target_name": "webpki", "license": "ISC", + "license_file": "LICENSE", "license_ids": [ "ISC" ], - "license_file": "LICENSE" + "name": "rustls-webpki", + "package_url": "https://github.com/rustls/webpki", + "repository": { + "Http": { + "sha256": "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e", + "url": "https://static.crates.io/crates/rustls-webpki/0.103.13/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "webpki", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.103.13" }, "rustversion 1.0.14": { + "build_script_attrs": {}, + "common_attrs": { + "edition": "2018", + "extra_deps": [ + ":build_script_build" + ] + }, + "library_target_name": "rustversion", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", + "license_ids": [ + "Apache-2.0", + "MIT" + ], "name": "rustversion", - "version": "1.0.14", "package_url": "https://github.com/dtolnay/rustversion", "repository": { "Http": { - "url": "https://static.crates.io/crates/rustversion/1.0.14/download", - "sha256": "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" + "sha256": "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4", + "url": "https://static.crates.io/crates/rustversion/1.0.14/download" } }, "targets": [ { "ProcMacro": { "crate_name": "rustversion", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build/build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build/build.rs" } } ], - "library_target_name": "rustversion", + "version": "1.0.14" + }, + "rusty-fork 0.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "rustversion 1.0.14", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.14" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "timeout", + "wait-timeout" ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "quick-error 1.2.3", + "target": "quick_error" + }, + { + "id": "tempfile 3.23.0", + "target": "tempfile" + }, + { + "id": "wait-timeout 0.2.0", + "target": "wait_timeout" + } ], - "data_glob": [ - "**" - ] + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "rusty_fork", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "rusty-fork 0.3.0": { "name": "rusty-fork", - "version": "0.3.0", "package_url": "https://github.com/altsysrq/rusty-fork", "repository": { "Http": { - "url": "https://static.crates.io/crates/rusty-fork/0.3.0/download", - "sha256": "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f" + "sha256": "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f", + "url": "https://static.crates.io/crates/rusty-fork/0.3.0/download" } }, "targets": [ { "Library": { "crate_name": "rusty_fork", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "rusty_fork", + "version": "0.3.0" + }, + "ruzstd 0.8.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "hash", + "std" ], - "crate_features": { - "common": [ - "default", - "timeout", - "wait-timeout" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "fnv 1.0.7", - "target": "fnv" - }, - { - "id": "quick-error 1.2.3", - "target": "quick_error" - }, - { - "id": "tempfile 3.23.0", - "target": "tempfile" - }, - { - "id": "wait-timeout 0.2.0", - "target": "wait_timeout" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.0" + "deps": [ + { + "id": "twox-hash 2.1.1", + "target": "twox_hash" + } + ], + "edition": "2018" }, - "license": "MIT/Apache-2.0", + "library_target_name": "ruzstd", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ruzstd 0.8.1": { "name": "ruzstd", - "version": "0.8.1", "package_url": "https://github.com/KillingSpark/zstd-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/ruzstd/0.8.1/download", - "sha256": "3640bec8aad418d7d03c72ea2de10d5c646a598f9883c7babc160d91e3c1b26c" + "sha256": "3640bec8aad418d7d03c72ea2de10d5c646a598f9883c7babc160d91e3c1b26c", + "url": "https://static.crates.io/crates/ruzstd/0.8.1/download" } }, "targets": [ { "Library": { "crate_name": "ruzstd", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ruzstd", + "version": "0.8.1" + }, + "ryu 1.0.15": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "hash", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "twox-hash 2.1.1", - "target": "twox_hash" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.8.1" + "edition": "2018" }, - "license": "MIT", + "library_target_name": "ryu", + "license": "Apache-2.0 OR BSL-1.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "MIT" + "Apache-2.0", + "BSL-1.0" ], - "license_file": "LICENSE" - }, - "ryu 1.0.15": { "name": "ryu", - "version": "1.0.15", "package_url": "https://github.com/dtolnay/ryu", "repository": { "Http": { - "url": "https://static.crates.io/crates/ryu/1.0.15/download", - "sha256": "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" + "sha256": "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741", + "url": "https://static.crates.io/crates/ryu/1.0.15/download" } }, "targets": [ { "Library": { "crate_name": "ryu", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ryu", + "version": "1.0.15" + }, + "salsa20 0.10.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "cipher 0.4.4", + "target": "cipher" + } ], - "edition": "2018", - "version": "1.0.15" + "edition": "2021" }, - "license": "Apache-2.0 OR BSL-1.0", + "library_target_name": "salsa20", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", - "BSL-1.0" + "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "salsa20 0.10.2": { "name": "salsa20", - "version": "0.10.2", "package_url": "https://github.com/RustCrypto/stream-ciphers", "repository": { "Http": { - "url": "https://static.crates.io/crates/salsa20/0.10.2/download", - "sha256": "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213" + "sha256": "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213", + "url": "https://static.crates.io/crates/salsa20/0.10.2/download" } }, "targets": [ { "Library": { "crate_name": "salsa20", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "salsa20", + "version": "0.10.2" + }, + "same-file 1.0.6": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { - "common": [ - { - "id": "cipher 0.4.4", - "target": "cipher" - } - ], - "selects": {} + "common": [], + "selects": { + "cfg(windows)": [ + { + "id": "winapi-util 0.1.5", + "target": "winapi_util" + } + ] + } }, - "edition": "2021", - "version": "0.10.2" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "same_file", + "license": "Unlicense/MIT", + "license_file": "LICENSE-MIT", "license_ids": [ - "Apache-2.0", - "MIT" + "MIT", + "Unlicense" ], - "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" + "sha256": "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502", + "url": "https://static.crates.io/crates/same-file/1.0.6/download" } }, "targets": [ { "Library": { "crate_name": "same_file", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "same_file", + "version": "1.0.6" + }, + "schannel 0.1.22": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(windows)": [ - { - "id": "winapi-util 0.1.5", - "target": "winapi_util" - } - ] + "deps": [ + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" } - }, - "edition": "2018", - "version": "1.0.6" + ], + "edition": "2018" }, - "license": "Unlicense/MIT", + "library_target_name": "schannel", + "license": "MIT", + "license_file": "LICENSE.md", "license_ids": [ - "MIT", - "Unlicense" + "MIT" ], - "license_file": "LICENSE-MIT" - }, - "schannel 0.1.22": { "name": "schannel", - "version": "0.1.22", "package_url": "https://github.com/steffengy/schannel-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/schannel/0.1.22/download", - "sha256": "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" + "sha256": "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88", + "url": "https://static.crates.io/crates/schannel/0.1.22/download" } }, "targets": [ { "Library": { "crate_name": "schannel", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "schannel", - "common_attrs": { - "compile_data_glob": [ - "**" + "version": "0.1.22" + }, + "schemars 0.8.21": { + "build_script_attrs": {}, + "common_attrs": { + "crate_features": [ + "default", + "derive", + "impl_json_schema", + "indexmap2", + "schemars_derive" + ], + "deps": [ + { + "id": "dyn-clone 1.0.20", + "target": "dyn_clone" + }, + { + "alias": "indexmap2", + "id": "indexmap 2.14.0", + "target": "indexmap" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + } ], - "deps": { - "common": [ - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.22" + "edition": "2021", + "extra_deps": [ + ":build_script_build" + ], + "proc_macro_deps": [ + { + "id": "schemars_derive 0.8.21", + "target": "schemars_derive" + } + ] }, + "library_target_name": "schemars", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE.md" - }, - "schemars 0.8.21": { "name": "schemars", - "version": "0.8.21", "package_url": "https://github.com/GREsau/schemars", "repository": { "Http": { - "url": "https://static.crates.io/crates/schemars/0.8.21/download", - "sha256": "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92" + "sha256": "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92", + "url": "https://static.crates.io/crates/schemars/0.8.21/download" } }, "targets": [ { "Library": { "crate_name": "schemars", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "schemars", + "version": "0.8.21" + }, + "schemars 0.9.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "derive", - "impl_json_schema", - "indexmap2", - "schemars_derive" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "dyn-clone 1.0.20", - "target": "dyn_clone" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap", - "alias": "indexmap2" - }, - { - "id": "schemars 0.8.21", - "target": "build_script_build" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "schemars_derive 0.8.21", - "target": "schemars_derive" - } - ], - "selects": {} - }, - "version": "0.8.21" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "dyn-clone 1.0.20", + "target": "dyn_clone" + }, + { + "id": "ref-cast 1.0.25", + "target": "ref_cast" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + } ], - "data_glob": [ - "**" - ] + "edition": "2021" }, + "library_target_name": "schemars", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "schemars 0.9.0": { "name": "schemars", - "version": "0.9.0", "package_url": "https://github.com/GREsau/schemars", "repository": { "Http": { - "url": "https://static.crates.io/crates/schemars/0.9.0/download", - "sha256": "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" + "sha256": "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f", + "url": "https://static.crates.io/crates/schemars/0.9.0/download" } }, "targets": [ { "Library": { "crate_name": "schemars", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "schemars", + "version": "0.9.0" + }, + "schemars 1.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "dyn-clone 1.0.20", + "target": "dyn_clone" + }, + { + "id": "ref-cast 1.0.25", + "target": "ref_cast" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + } ], - "deps": { - "common": [ - { - "id": "dyn-clone 1.0.20", - "target": "dyn_clone" - }, - { - "id": "ref-cast 1.0.25", - "target": "ref_cast" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.0" + "edition": "2021" }, + "library_target_name": "schemars", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "schemars 1.1.0": { "name": "schemars", - "version": "1.1.0", "package_url": "https://github.com/GREsau/schemars", "repository": { "Http": { - "url": "https://static.crates.io/crates/schemars/1.1.0/download", - "sha256": "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289" + "sha256": "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289", + "url": "https://static.crates.io/crates/schemars/1.1.0/download" } }, "targets": [ { "Library": { "crate_name": "schemars", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "schemars", + "version": "1.1.0" + }, + "schemars_derive 0.8.21": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "serde_derive_internals 0.29.1", + "target": "serde_derive_internals" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "dyn-clone 1.0.20", - "target": "dyn_clone" - }, - { - "id": "ref-cast 1.0.25", - "target": "ref_cast" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.1.0" + "edition": "2021" }, + "library_target_name": "schemars_derive", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "schemars_derive 0.8.21": { "name": "schemars_derive", - "version": "0.8.21", "package_url": "https://github.com/GREsau/schemars", "repository": { "Http": { - "url": "https://static.crates.io/crates/schemars_derive/0.8.21/download", - "sha256": "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e" + "sha256": "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e", + "url": "https://static.crates.io/crates/schemars_derive/0.8.21/download" } }, "targets": [ { "ProcMacro": { "crate_name": "schemars_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "schemars_derive", + "version": "0.8.21" + }, + "scoped-tls 1.0.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "serde_derive_internals 0.29.1", - "target": "serde_derive_internals" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.21" + "edition": "2015" }, - "license": "MIT", + "library_target_name": "scoped_tls", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "scoped-tls 1.0.1": { "name": "scoped-tls", - "version": "1.0.1", "package_url": "https://github.com/alexcrichton/scoped-tls", "repository": { "Http": { - "url": "https://static.crates.io/crates/scoped-tls/1.0.1/download", - "sha256": "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" + "sha256": "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294", + "url": "https://static.crates.io/crates/scoped-tls/1.0.1/download" } }, "targets": [ { "Library": { "crate_name": "scoped_tls", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "scoped_tls", + "version": "1.0.1" + }, + "scoped_threadpool 0.1.9": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "1.0.1" + "edition": "2015" }, - "license": "MIT/Apache-2.0", + "library_target_name": "scoped_threadpool", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "scoped_threadpool 0.1.9": { "name": "scoped_threadpool", - "version": "0.1.9", "package_url": "https://github.com/Kimundi/scoped-threadpool-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/scoped_threadpool/0.1.9/download", - "sha256": "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8" + "sha256": "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8", + "url": "https://static.crates.io/crates/scoped_threadpool/0.1.9/download" } }, "targets": [ { "Library": { "crate_name": "scoped_threadpool", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "scoped_threadpool", + "version": "0.1.9" + }, + "scopeguard 1.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "use_std" ], - "edition": "2015", - "version": "0.1.9" + "edition": "2015" }, - "license": "MIT", + "library_target_name": "scopeguard", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "scopeguard 1.2.0": { "name": "scopeguard", - "version": "1.2.0", "package_url": "https://github.com/bluss/scopeguard", "repository": { "Http": { - "url": "https://static.crates.io/crates/scopeguard/1.2.0/download", - "sha256": "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" + "sha256": "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49", + "url": "https://static.crates.io/crates/scopeguard/1.2.0/download" } }, "targets": [ { "Library": { "crate_name": "scopeguard", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "scopeguard", + "version": "1.2.0" + }, + "scraper 0.24.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "errors", + "getopts", + "main" ], - "crate_features": { - "common": [ - "default", - "use_std" - ], - "selects": {} - }, - "edition": "2015", - "version": "1.2.0" + "deps": [ + { + "id": "cssparser 0.35.0", + "target": "cssparser" + }, + { + "id": "ego-tree 0.10.0", + "target": "ego_tree" + }, + { + "id": "getopts 0.2.24", + "target": "getopts" + }, + { + "id": "html5ever 0.35.0", + "target": "html5ever" + }, + { + "id": "precomputed-hash 0.1.1", + "target": "precomputed_hash" + }, + { + "id": "selectors 0.31.0", + "target": "selectors" + }, + { + "id": "tendril 0.4.3", + "target": "tendril" + } + ], + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "scraper", + "license": "ISC", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "ISC" ], - "license_file": "LICENSE-APACHE" - }, - "scraper 0.24.0": { "name": "scraper", - "version": "0.24.0", "package_url": "https://github.com/causal-agent/scraper", "repository": { "Http": { - "url": "https://static.crates.io/crates/scraper/0.24.0/download", - "sha256": "e5f3a24d916e78954af99281a455168d4a9515d65eca99a18da1b813689c4ad9" + "sha256": "e5f3a24d916e78954af99281a455168d4a9515d65eca99a18da1b813689c4ad9", + "url": "https://static.crates.io/crates/scraper/0.24.0/download" } }, "targets": [ { "Library": { "crate_name": "scraper", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "scraper", + "version": "0.24.0" + }, + "scrypt 0.11.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "pbkdf2 0.12.2", + "target": "pbkdf2" + }, + { + "id": "salsa20 0.10.2", + "target": "salsa20" + }, + { + "id": "sha2 0.10.9", + "target": "sha2" + } ], - "crate_features": { - "common": [ - "default", - "errors", - "getopts", - "main" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cssparser 0.35.0", - "target": "cssparser" - }, - { - "id": "ego-tree 0.10.0", - "target": "ego_tree" - }, - { - "id": "getopts 0.2.24", - "target": "getopts" - }, - { - "id": "html5ever 0.35.0", - "target": "html5ever" - }, - { - "id": "precomputed-hash 0.1.1", - "target": "precomputed_hash" - }, - { - "id": "selectors 0.31.0", - "target": "selectors" - }, - { - "id": "tendril 0.4.3", - "target": "tendril" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.24.0" + "edition": "2021" }, - "license": "ISC", + "library_target_name": "scrypt", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "ISC" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" - }, - "scrypt 0.11.0": { "name": "scrypt", - "version": "0.11.0", "package_url": "https://github.com/RustCrypto/password-hashes/tree/master/scrypt", "repository": { "Http": { - "url": "https://static.crates.io/crates/scrypt/0.11.0/download", - "sha256": "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f" + "sha256": "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f", + "url": "https://static.crates.io/crates/scrypt/0.11.0/download" } }, "targets": [ { "Library": { "crate_name": "scrypt", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "scrypt", + "version": "0.11.0" + }, + "sec1 0.7.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "der", + "pem", + "pkcs8", + "point", + "serde", + "std", + "subtle", + "zeroize" + ], + "deps": [ + { + "id": "base16ct 0.2.0", + "target": "base16ct" + }, + { + "id": "der 0.7.7", + "target": "der" + }, + { + "id": "generic-array 0.14.7", + "target": "generic_array" + }, + { + "id": "pkcs8 0.10.2", + "target": "pkcs8" + }, + { + "id": "serdect 0.2.0", + "target": "serdect" + }, + { + "id": "subtle 2.6.1", + "target": "subtle" + }, + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } ], - "deps": { - "common": [ - { - "id": "pbkdf2 0.12.2", - "target": "pbkdf2" - }, - { - "id": "salsa20 0.10.2", - "target": "salsa20" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.11.0" + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "sec1", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "sec1 0.7.3": { "name": "sec1", - "version": "0.7.3", "package_url": "https://github.com/RustCrypto/formats/tree/master/sec1", "repository": { "Http": { - "url": "https://static.crates.io/crates/sec1/0.7.3/download", - "sha256": "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" + "sha256": "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc", + "url": "https://static.crates.io/crates/sec1/0.7.3/download" } }, "targets": [ { "Library": { "crate_name": "sec1", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "sec1", + "version": "0.7.3" + }, + "secp256k1 0.22.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "recovery", + "std" ], - "crate_features": { - "common": [ - "alloc", - "default", - "der", - "pem", - "pkcs8", - "point", - "serde", - "std", - "subtle", - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base16ct 0.2.0", - "target": "base16ct" - }, - { - "id": "der 0.7.7", - "target": "der" - }, - { - "id": "generic-array 0.14.7", - "target": "generic_array" - }, - { - "id": "pkcs8 0.10.2", - "target": "pkcs8" - }, - { - "id": "serdect 0.2.0", - "target": "serdect" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.3" + "deps": [ + { + "id": "secp256k1-sys 0.5.2", + "target": "secp256k1_sys" + } + ], + "edition": "2015" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "secp256k1", + "license": "CC0-1.0", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "CC0-1.0" ], - "license_file": "LICENSE-APACHE" - }, - "secp256k1 0.22.2": { "name": "secp256k1", - "version": "0.22.2", "package_url": "https://github.com/rust-bitcoin/rust-secp256k1/", "repository": { "Http": { - "url": "https://static.crates.io/crates/secp256k1/0.22.2/download", - "sha256": "295642060261c80709ac034f52fca8e5a9fa2c7d341ded5cdb164b7c33768b2a" + "sha256": "295642060261c80709ac034f52fca8e5a9fa2c7d341ded5cdb164b7c33768b2a", + "url": "https://static.crates.io/crates/secp256k1/0.22.2/download" } }, "targets": [ { "Library": { "crate_name": "secp256k1", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "secp256k1", + "version": "0.22.2" + }, + "secp256k1 0.29.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "global-context", + "hashes", + "rand", + "recovery", + "serde", + "std" + ], + "deps": [ + { + "alias": "hashes", + "id": "bitcoin_hashes 0.14.0", + "target": "bitcoin_hashes" + }, + { + "id": "rand 0.8.6", + "target": "rand" + }, + { + "id": "secp256k1-sys 0.10.0", + "target": "secp256k1_sys" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } ], - "crate_features": { - "common": [ - "recovery", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "secp256k1-sys 0.5.2", - "target": "secp256k1_sys" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.22.2" + "edition": "2021" }, + "library_target_name": "secp256k1", "license": "CC0-1.0", + "license_file": "LICENSE", "license_ids": [ "CC0-1.0" ], - "license_file": "LICENSE" - }, - "secp256k1 0.29.0": { "name": "secp256k1", - "version": "0.29.0", "package_url": "https://github.com/rust-bitcoin/rust-secp256k1/", "repository": { "Http": { - "url": "https://static.crates.io/crates/secp256k1/0.29.0/download", - "sha256": "0e0cc0f1cf93f4969faf3ea1c7d8a9faed25918d96affa959720823dfe86d4f3" + "sha256": "0e0cc0f1cf93f4969faf3ea1c7d8a9faed25918d96affa959720823dfe86d4f3", + "url": "https://static.crates.io/crates/secp256k1/0.29.0/download" } }, "targets": [ { "Library": { "crate_name": "secp256k1", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "secp256k1", + "version": "0.29.0" + }, + "secp256k1 0.30.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "secp256k1-sys 0.10.0", + "target": "secp256k1_sys" + } ], - "crate_features": { - "common": [ - "alloc", - "default", - "global-context", - "hashes", - "rand", - "recovery", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitcoin_hashes 0.14.0", - "target": "bitcoin_hashes", - "alias": "hashes" - }, - { - "id": "rand 0.8.6", - "target": "rand" - }, - { - "id": "secp256k1-sys 0.10.0", - "target": "secp256k1_sys" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.29.0" + "edition": "2021" }, + "library_target_name": "secp256k1", "license": "CC0-1.0", + "license_file": "LICENSE", "license_ids": [ "CC0-1.0" ], - "license_file": "LICENSE" - }, - "secp256k1 0.30.0": { "name": "secp256k1", - "version": "0.30.0", "package_url": "https://github.com/rust-bitcoin/rust-secp256k1/", "repository": { "Http": { - "url": "https://static.crates.io/crates/secp256k1/0.30.0/download", - "sha256": "b50c5943d326858130af85e049f2661ba3c78b26589b8ab98e65e80ae44a1252" + "sha256": "b50c5943d326858130af85e049f2661ba3c78b26589b8ab98e65e80ae44a1252", + "url": "https://static.crates.io/crates/secp256k1/0.30.0/download" } }, "targets": [ { "Library": { "crate_name": "secp256k1", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "secp256k1", + "version": "0.30.0" + }, + "secp256k1 0.31.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "secp256k1-sys 0.11.0", + "target": "secp256k1_sys" + } ], - "deps": { - "common": [ - { - "id": "secp256k1-sys 0.10.0", - "target": "secp256k1_sys" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.30.0" + "edition": "2021" }, + "library_target_name": "secp256k1", "license": "CC0-1.0", + "license_file": "LICENSE", "license_ids": [ "CC0-1.0" ], - "license_file": "LICENSE" - }, - "secp256k1 0.31.1": { "name": "secp256k1", - "version": "0.31.1", "package_url": "https://github.com/rust-bitcoin/rust-secp256k1/", "repository": { "Http": { - "url": "https://static.crates.io/crates/secp256k1/0.31.1/download", - "sha256": "2c3c81b43dc2d8877c216a3fccf76677ee1ebccd429566d3e67447290d0c42b2" + "sha256": "2c3c81b43dc2d8877c216a3fccf76677ee1ebccd429566d3e67447290d0c42b2", + "url": "https://static.crates.io/crates/secp256k1/0.31.1/download" } }, "targets": [ { "Library": { "crate_name": "secp256k1", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "secp256k1", + "version": "0.31.1" + }, + "secp256k1-sys 0.10.0": { + "build_script_attrs": { + "deps": [ + { + "id": "cc 1.2.48", + "target": "cc" + } + ], + "links": "rustsecp256k1_v0_10_0" + }, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "recovery", + "std" ], - "deps": { - "common": [ - { - "id": "secp256k1-sys 0.11.0", - "target": "secp256k1_sys" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.31.1" + "extra_deps": [ + ":build_script_build" + ], + "rustc_flags": { + "common": [], + "selects": { + "wasm32-unknown-unknown": [ + "--cfg=rust_secp_no_symbol_renaming" + ] + } + } }, + "library_target_name": "secp256k1_sys", "license": "CC0-1.0", + "license_file": "LICENSE", "license_ids": [ "CC0-1.0" ], - "license_file": "LICENSE" - }, - "secp256k1-sys 0.5.2": { "name": "secp256k1-sys", - "version": "0.5.2", "package_url": "https://github.com/rust-bitcoin/rust-secp256k1/", "repository": { "Http": { - "url": "https://static.crates.io/crates/secp256k1-sys/0.5.2/download", - "sha256": "152e20a0fd0519390fc43ab404663af8a0b794273d2a91d60ad4a39f13ffe110" + "sha256": "1433bd67156263443f14d603720b082dd3121779323fce20cba2aa07b874bc1b", + "url": "https://static.crates.io/crates/secp256k1-sys/0.10.0/download" } }, "targets": [ { "Library": { "crate_name": "secp256k1_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "secp256k1_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "recovery", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "secp256k1-sys 0.5.2", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.5.2" - }, + "version": "0.10.0" + }, + "secp256k1-sys 0.11.0": { "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "deps": [ + { + "id": "cc 1.2.48", + "target": "cc" + } ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - }, - "links": "rustsecp256k1_v0_5_0" + "links": "rustsecp256k1_v0_11" + }, + "common_attrs": { + "edition": "2021", + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "secp256k1_sys", "license": "CC0-1.0", + "license_file": "LICENSE", "license_ids": [ "CC0-1.0" ], - "license_file": "LICENSE" - }, - "secp256k1-sys 0.10.0": { "name": "secp256k1-sys", - "version": "0.10.0", "package_url": "https://github.com/rust-bitcoin/rust-secp256k1/", "repository": { "Http": { - "url": "https://static.crates.io/crates/secp256k1-sys/0.10.0/download", - "sha256": "1433bd67156263443f14d603720b082dd3121779323fce20cba2aa07b874bc1b" + "sha256": "dcb913707158fadaf0d8702c2db0e857de66eb003ccfdda5924b5f5ac98efb38", + "url": "https://static.crates.io/crates/secp256k1-sys/0.11.0/download" } }, "targets": [ { "Library": { "crate_name": "secp256k1_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "secp256k1_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "recovery", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "secp256k1-sys 0.10.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "rustc_flags": { - "common": [], - "selects": { - "wasm32-unknown-unknown": [ - "--cfg=rust_secp_no_symbol_renaming" - ] - } - }, - "version": "0.10.0" - }, + "version": "0.11.0" + }, + "secp256k1-sys 0.5.2": { "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "cc 1.2.48", + "target": "cc" + } ], - "data_glob": [ - "**" + "links": "rustsecp256k1_v0_5_0" + }, + "common_attrs": { + "crate_features": [ + "recovery", + "std" ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - }, - "links": "rustsecp256k1_v0_10_0" + "edition": "2015", + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "secp256k1_sys", "license": "CC0-1.0", + "license_file": "LICENSE", "license_ids": [ "CC0-1.0" ], - "license_file": "LICENSE" - }, - "secp256k1-sys 0.11.0": { "name": "secp256k1-sys", - "version": "0.11.0", "package_url": "https://github.com/rust-bitcoin/rust-secp256k1/", "repository": { "Http": { - "url": "https://static.crates.io/crates/secp256k1-sys/0.11.0/download", - "sha256": "dcb913707158fadaf0d8702c2db0e857de66eb003ccfdda5924b5f5ac98efb38" + "sha256": "152e20a0fd0519390fc43ab404663af8a0b794273d2a91d60ad4a39f13ffe110", + "url": "https://static.crates.io/crates/secp256k1-sys/0.5.2/download" } }, "targets": [ { "Library": { "crate_name": "secp256k1_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "secp256k1_sys", + "version": "0.5.2" + }, + "securefmt 0.1.5": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "secp256k1-sys 0.11.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.11.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - }, - "links": "rustsecp256k1_v0_11" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + } + ], + "edition": "2021" }, - "license": "CC0-1.0", + "library_target_name": "securefmt", + "license": "BSD-3-Clause", + "license_file": "License", "license_ids": [ - "CC0-1.0" + "BSD-3-Clause" ], - "license_file": "LICENSE" - }, - "securefmt 0.1.5": { "name": "securefmt", - "version": "0.1.5", "package_url": "https://gitlab.com/pfouilloux/securefmt", "repository": { "Http": { - "url": "https://static.crates.io/crates/securefmt/0.1.5/download", - "sha256": "95d159bf5e6b8c35033c3742a00cb8e7370a217af82e5d304a0d3ce4930e41fe" + "sha256": "95d159bf5e6b8c35033c3742a00cb8e7370a217af82e5d304a0d3ce4930e41fe", + "url": "https://static.crates.io/crates/securefmt/0.1.5/download" } }, "targets": [ { "ProcMacro": { "crate_name": "securefmt", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "securefmt", + "version": "0.1.5" + }, + "security-framework 2.11.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "OSX_10_10", + "OSX_10_11", + "OSX_10_12", + "OSX_10_9", + "default" + ], + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "core-foundation 0.9.4", + "target": "core_foundation" + }, + { + "id": "core-foundation-sys 0.8.7", + "target": "core_foundation_sys" + }, + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "id": "security-framework-sys 2.15.0", + "target": "security_framework_sys" + } ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.5" + "edition": "2021" }, - "license": "BSD-3-Clause", + "library_target_name": "security_framework", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "BSD-3-Clause" + "Apache-2.0", + "MIT" ], - "license_file": "License" - }, - "security-framework 2.11.1": { "name": "security-framework", - "version": "2.11.1", "package_url": "https://github.com/kornelski/rust-security-framework", "repository": { "Http": { - "url": "https://static.crates.io/crates/security-framework/2.11.1/download", - "sha256": "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" + "sha256": "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02", + "url": "https://static.crates.io/crates/security-framework/2.11.1/download" } }, "targets": [ { "Library": { "crate_name": "security_framework", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "security_framework", + "version": "2.11.1" + }, + "security-framework 3.5.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "OSX_10_12", + "default" ], - "crate_features": { - "common": [ - "OSX_10_10", - "OSX_10_11", - "OSX_10_12", - "OSX_10_9", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "core-foundation 0.9.4", - "target": "core_foundation" - }, - { - "id": "core-foundation-sys 0.8.7", - "target": "core_foundation_sys" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "security-framework-sys 2.15.0", - "target": "security_framework_sys" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.11.1" + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "core-foundation 0.10.0", + "target": "core_foundation" + }, + { + "id": "core-foundation-sys 0.8.7", + "target": "core_foundation_sys" + }, + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "id": "security-framework-sys 2.15.0", + "target": "security_framework_sys" + } + ], + "edition": "2021" }, + "library_target_name": "security_framework", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "security-framework 3.5.1": { "name": "security-framework", - "version": "3.5.1", "package_url": "https://github.com/kornelski/rust-security-framework", "repository": { "Http": { - "url": "https://static.crates.io/crates/security-framework/3.5.1/download", - "sha256": "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef" + "sha256": "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef", + "url": "https://static.crates.io/crates/security-framework/3.5.1/download" } }, "targets": [ { "Library": { "crate_name": "security_framework", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "security_framework", + "version": "3.5.1" + }, + "security-framework-sys 2.15.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "crate_features": { "common": [ + "OSX_10_10", + "OSX_10_11", "OSX_10_12", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "core-foundation 0.10.0", - "target": "core_foundation" - }, - { - "id": "core-foundation-sys 0.8.7", - "target": "core_foundation_sys" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "security-framework-sys 2.15.0", - "target": "security_framework_sys" - } + "OSX_10_9" ], - "selects": {} + "selects": { + "aarch64-apple-darwin": [ + "default" + ], + "x86_64-apple-darwin": [ + "default" + ] + } }, - "edition": "2021", - "version": "3.5.1" + "deps": [ + { + "id": "core-foundation-sys 0.8.7", + "target": "core_foundation_sys" + }, + { + "id": "libc 0.2.186", + "target": "libc" + } + ], + "edition": "2021" }, + "library_target_name": "security_framework_sys", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "security-framework-sys 2.15.0": { "name": "security-framework-sys", - "version": "2.15.0", "package_url": "https://github.com/kornelski/rust-security-framework", "repository": { "Http": { - "url": "https://static.crates.io/crates/security-framework-sys/2.15.0/download", - "sha256": "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" + "sha256": "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0", + "url": "https://static.crates.io/crates/security-framework-sys/2.15.0/download" } }, "targets": [ { "Library": { "crate_name": "security_framework_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "security_framework_sys", + "version": "2.15.0" + }, + "selectors 0.31.0": { + "build_script_attrs": { + "deps": [ + { + "id": "phf_codegen 0.11.3", + "target": "phf_codegen" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "OSX_10_10", - "OSX_10_11", - "OSX_10_12", - "OSX_10_9" - ], - "selects": { - "aarch64-apple-darwin": [ - "default" - ], - "x86_64-apple-darwin": [ - "default" - ] + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "cssparser 0.35.0", + "target": "cssparser" + }, + { + "id": "derive_more 2.1.1", + "target": "derive_more" + }, + { + "id": "fxhash 0.2.1", + "target": "fxhash" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "new_debug_unreachable 1.0.4", + "target": "debug_unreachable" + }, + { + "id": "phf 0.11.2", + "target": "phf" + }, + { + "id": "precomputed-hash 0.1.1", + "target": "precomputed_hash" + }, + { + "id": "servo_arc 0.4.3", + "target": "servo_arc" + }, + { + "id": "smallvec 1.15.1", + "target": "smallvec" } - }, - "deps": { - "common": [ - { - "id": "core-foundation-sys 0.8.7", - "target": "core_foundation_sys" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": {} - }, + ], "edition": "2021", - "version": "2.15.0" + "extra_deps": [ + ":build_script_build" + ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "selectors", + "license": "MPL-2.0", "license_ids": [ - "Apache-2.0", - "MIT" + "MPL-2.0" ], - "license_file": "LICENSE-APACHE" - }, - "selectors 0.31.0": { "name": "selectors", - "version": "0.31.0", "package_url": "https://github.com/servo/stylo", "repository": { "Http": { - "url": "https://static.crates.io/crates/selectors/0.31.0/download", - "sha256": "5685b6ae43bfcf7d2e7dfcfb5d8e8f61b46442c902531e41a32a9a8bf0ee0fb6" + "sha256": "5685b6ae43bfcf7d2e7dfcfb5d8e8f61b46442c902531e41a32a9a8bf0ee0fb6", + "url": "https://static.crates.io/crates/selectors/0.31.0/download" } }, "targets": [ { "Library": { "crate_name": "selectors", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "selectors", + "version": "0.31.0" + }, + "semver 0.11.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "cssparser 0.35.0", - "target": "cssparser" - }, - { - "id": "derive_more 2.1.1", - "target": "derive_more" - }, - { - "id": "fxhash 0.2.1", - "target": "fxhash" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "new_debug_unreachable 1.0.4", - "target": "debug_unreachable" - }, - { - "id": "phf 0.11.2", - "target": "phf" - }, - { - "id": "precomputed-hash 0.1.1", - "target": "precomputed_hash" - }, - { - "id": "selectors 0.31.0", - "target": "build_script_build" - }, - { - "id": "servo_arc 0.4.3", - "target": "servo_arc" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.31.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "deps": [ + { + "id": "semver-parser 0.10.3", + "target": "semver_parser" + } ], - "deps": { - "common": [ - { - "id": "phf_codegen 0.11.3", - "target": "phf_codegen" - } - ], - "selects": {} - } + "edition": "2015" }, - "license": "MPL-2.0", + "library_target_name": "semver", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "MPL-2.0" + "Apache-2.0", + "MIT" ], - "license_file": null - }, - "semver 0.11.0": { "name": "semver", - "version": "0.11.0", "package_url": "https://github.com/steveklabnik/semver", "repository": { "Http": { - "url": "https://static.crates.io/crates/semver/0.11.0/download", - "sha256": "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" + "sha256": "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6", + "url": "https://static.crates.io/crates/semver/0.11.0/download" } }, "targets": [ { "Library": { "crate_name": "semver", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "semver", + "version": "0.11.0" + }, + "semver 1.0.27": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "serde", + "std" ], - "deps": { - "common": [ - { - "id": "semver-parser 0.10.3", - "target": "semver_parser" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.11.0" + "deps": [ + { + "alias": "serde", + "id": "serde_core 1.0.228", + "target": "serde_core" + } + ], + "edition": "2018" }, - "license": "MIT/Apache-2.0", + "library_target_name": "semver", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "semver 1.0.27": { "name": "semver", - "version": "1.0.27", "package_url": "https://github.com/dtolnay/semver", "repository": { "Http": { - "url": "https://static.crates.io/crates/semver/1.0.27/download", - "sha256": "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" + "sha256": "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2", + "url": "https://static.crates.io/crates/semver/1.0.27/download" } }, "targets": [ { "Library": { "crate_name": "semver", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "semver", + "version": "1.0.27" + }, + "semver-parser 0.10.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "pest 2.7.1", + "target": "pest" + } ], - "crate_features": { - "common": [ - "default", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde_core 1.0.228", - "target": "serde_core", - "alias": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.27" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "semver_parser", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "semver-parser 0.10.3": { "name": "semver-parser", - "version": "0.10.3", "package_url": "https://github.com/steveklabnik/semver-parser", "repository": { "Http": { - "url": "https://static.crates.io/crates/semver-parser/0.10.3/download", - "sha256": "9900206b54a3527fdc7b8a938bffd94a568bac4f4aa8113b209df75a09c0dec2" + "sha256": "9900206b54a3527fdc7b8a938bffd94a568bac4f4aa8113b209df75a09c0dec2", + "url": "https://static.crates.io/crates/semver-parser/0.10.3/download" } }, "targets": [ { "Library": { "crate_name": "semver_parser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "semver_parser", + "version": "0.10.3" + }, + "serde 1.0.228": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "derive", + "rc", + "serde_derive", + "std" ], - "deps": { - "common": [ - { - "id": "pest 2.7.1", - "target": "pest" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.10.3" + "deps": [ + { + "id": "serde_core 1.0.228", + "target": "serde_core" + } + ], + "edition": "2021", + "extra_deps": [ + ":build_script_build" + ], + "proc_macro_deps": [ + { + "id": "serde_derive 1.0.228", + "target": "serde_derive" + } + ] }, - "license": "MIT/Apache-2.0", + "library_target_name": "serde", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "serde 1.0.228": { "name": "serde", - "version": "1.0.228", "package_url": "https://github.com/serde-rs/serde", "repository": { "Http": { - "url": "https://static.crates.io/crates/serde/1.0.228/download", - "sha256": "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" + "sha256": "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e", + "url": "https://static.crates.io/crates/serde/1.0.228/download" } }, "targets": [ { "Library": { "crate_name": "serde", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "serde", + "version": "1.0.228" + }, + "serde-bytes-repr 0.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "derive", - "rc", - "serde_derive", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "build_script_build" - }, - { - "id": "serde_core 1.0.228", - "target": "serde_core" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "serde_derive 1.0.228", - "target": "serde_derive" - } - ], - "selects": {} - }, - "version": "1.0.228" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "base64 0.22.1", + "target": "base64" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } ], - "data_glob": [ - "**" - ] + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "serde_bytes_repr", + "license": "MIT", + "license_file": "LICENSE.md", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "serde-bytes-repr 0.3.0": { "name": "serde-bytes-repr", - "version": "0.3.0", "package_url": "https://github.com/cfsamson/rfi-serde-byte-repr", "repository": { "Http": { - "url": "https://static.crates.io/crates/serde-bytes-repr/0.3.0/download", - "sha256": "011bbe7d7ea2cad78c139dc465355a3965254def5d20d54ce59c358341fa7bd9" + "sha256": "011bbe7d7ea2cad78c139dc465355a3965254def5d20d54ce59c358341fa7bd9", + "url": "https://static.crates.io/crates/serde-bytes-repr/0.3.0/download" } }, "targets": [ { "Library": { "crate_name": "serde_bytes_repr", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "serde_bytes_repr", + "version": "0.3.0" + }, + "serde_bytes 0.11.15": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "deps": { - "common": [ - { - "id": "base64 0.22.1", - "target": "base64" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.0" + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2018" }, - "license": "MIT", + "library_target_name": "serde_bytes", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE.md" - }, - "serde_bytes 0.11.15": { "name": "serde_bytes", - "version": "0.11.15", "package_url": "https://github.com/serde-rs/bytes", "repository": { "Http": { - "url": "https://static.crates.io/crates/serde_bytes/0.11.15/download", - "sha256": "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" + "sha256": "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a", + "url": "https://static.crates.io/crates/serde_bytes/0.11.15/download" } }, "targets": [ { "Library": { "crate_name": "serde_bytes", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "serde_bytes", + "version": "0.11.15" + }, + "serde_cbor 0.11.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.11.15" + "deps": [ + { + "id": "half 1.8.2", + "target": "half" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "serde_cbor", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "serde_cbor 0.11.2": { "name": "serde_cbor", - "version": "0.11.2", "package_url": "https://github.com/pyfisch/cbor", "repository": { "Http": { - "url": "https://static.crates.io/crates/serde_cbor/0.11.2/download", - "sha256": "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5" + "sha256": "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5", + "url": "https://static.crates.io/crates/serde_cbor/0.11.2/download" } }, "targets": [ { "Library": { "crate_name": "serde_cbor", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "serde_cbor", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "half 1.8.2", - "target": "half" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.11.2" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" + "version": "0.11.2" }, "serde_core 1.0.228": { - "name": "serde_core", - "version": "1.0.228", - "package_url": "https://github.com/serde-rs/serde", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde_core/1.0.228/download", - "sha256": "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" - } - }, - "targets": [ - { - "Library": { - "crate_name": "serde_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "serde_core", + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "rc", + "result", + "std" ], - "crate_features": { - "common": [ - "alloc", - "default", - "rc", - "result", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde_core 1.0.228", - "target": "build_script_build" - } - ], - "selects": {} - }, "edition": "2021", + "extra_deps": [ + ":build_script_build" + ], "proc_macro_deps": { "common": [], "selects": { @@ -68591,196 +52445,138 @@ } ] } - }, - "version": "1.0.228" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] + } }, + "library_target_name": "serde_core", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "serde_derive 1.0.228": { - "name": "serde_derive", - "version": "1.0.228", + "name": "serde_core", "package_url": "https://github.com/serde-rs/serde", "repository": { "Http": { - "url": "https://static.crates.io/crates/serde_derive/1.0.228/download", - "sha256": "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" + "sha256": "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad", + "url": "https://static.crates.io/crates/serde_core/1.0.228/download" } }, "targets": [ { - "ProcMacro": { - "crate_name": "serde_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "Library": { + "crate_name": "serde_core", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "serde_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.228" + "version": "1.0.228" + }, + "serde_derive 1.0.228": { + "common_attrs": { + "crate_features": [ + "default" + ], + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } + ], + "edition": "2021" }, + "library_target_name": "serde_derive", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "serde_derive_internals 0.29.1": { - "name": "serde_derive_internals", - "version": "0.29.1", + "name": "serde_derive", "package_url": "https://github.com/serde-rs/serde", "repository": { "Http": { - "url": "https://static.crates.io/crates/serde_derive_internals/0.29.1/download", - "sha256": "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" + "sha256": "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79", + "url": "https://static.crates.io/crates/serde_derive/1.0.228/download" } }, "targets": [ { - "Library": { - "crate_name": "serde_derive_internals", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "ProcMacro": { + "crate_name": "serde_derive", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "serde_derive_internals", + "version": "1.0.228" + }, + "serde_derive_internals 0.29.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.29.1" + "edition": "2015" }, + "library_target_name": "serde_derive_internals", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "serde_json 1.0.145": { - "name": "serde_json", - "version": "1.0.145", - "package_url": "https://github.com/serde-rs/json", + "name": "serde_derive_internals", + "package_url": "https://github.com/serde-rs/serde", "repository": { "Http": { - "url": "https://static.crates.io/crates/serde_json/1.0.145/download", - "sha256": "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" + "sha256": "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711", + "url": "https://static.crates.io/crates/serde_derive_internals/0.29.1/download" } }, "targets": [ { "Library": { - "crate_name": "serde_json", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "serde_derive_internals", + "crate_root": "lib.rs" } } ], - "library_target_name": "serde_json", + "version": "0.29.1" + }, + "serde_json 1.0.145": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "raw_value", + "std", + "unbounded_depth" ], - "crate_features": { - "common": [ - "alloc", - "default", - "raw_value", - "std", - "unbounded_depth" - ], - "selects": {} - }, "deps": { "common": [ { @@ -68798,10 +52594,6 @@ { "id": "serde_core 1.0.228", "target": "serde_core" - }, - { - "id": "serde_json 1.0.145", - "target": "build_script_build" } ], "selects": { @@ -68814,770 +52606,573 @@ } }, "edition": "2021", - "version": "1.0.145" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "serde_json", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" + "name": "serde_json", + "package_url": "https://github.com/serde-rs/json", + "repository": { + "Http": { + "sha256": "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c", + "url": "https://static.crates.io/crates/serde_json/1.0.145/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "serde_json", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" + } + } + ], + "version": "1.0.145" }, "serde_path_to_error 0.1.14": { + "common_attrs": { + "deps": [ + { + "id": "itoa 1.0.17", + "target": "itoa" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2021" + }, + "library_target_name": "serde_path_to_error", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", + "license_ids": [ + "Apache-2.0", + "MIT" + ], "name": "serde_path_to_error", - "version": "0.1.14", "package_url": "https://github.com/dtolnay/path-to-error", "repository": { "Http": { - "url": "https://static.crates.io/crates/serde_path_to_error/0.1.14/download", - "sha256": "4beec8bce849d58d06238cb50db2e1c417cfeafa4c63f692b15c82b7c80f8335" + "sha256": "4beec8bce849d58d06238cb50db2e1c417cfeafa4c63f692b15c82b7c80f8335", + "url": "https://static.crates.io/crates/serde_path_to_error/0.1.14/download" } }, "targets": [ { "Library": { "crate_name": "serde_path_to_error", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "serde_path_to_error", + "version": "0.1.14" + }, + "serde_qs 0.14.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "percent-encoding 2.3.1", + "target": "percent_encoding" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + } ], - "deps": { - "common": [ - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.14" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "serde_qs", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "serde_qs 0.14.0": { "name": "serde_qs", - "version": "0.14.0", "package_url": "https://github.com/samscott89/serde_qs", "repository": { "Http": { - "url": "https://static.crates.io/crates/serde_qs/0.14.0/download", - "sha256": "8b417bedc008acbdf6d6b4bc482d29859924114bbe2650b7921fb68a261d0aa6" + "sha256": "8b417bedc008acbdf6d6b4bc482d29859924114bbe2650b7921fb68a261d0aa6", + "url": "https://static.crates.io/crates/serde_qs/0.14.0/download" } }, "targets": [ { "Library": { "crate_name": "serde_qs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "serde_qs", + "version": "0.14.0" + }, + "serde_regex 1.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "regex 1.13.1", + "target": "regex" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } ], - "deps": { - "common": [ - { - "id": "percent-encoding 2.3.1", - "target": "percent_encoding" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.14.0" + "edition": "2018" }, + "library_target_name": "serde_regex", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "serde_regex 1.1.0": { "name": "serde_regex", - "version": "1.1.0", "package_url": "https://github.com/tailhook/serde-regex", "repository": { "Http": { - "url": "https://static.crates.io/crates/serde_regex/1.1.0/download", - "sha256": "a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf" + "sha256": "a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf", + "url": "https://static.crates.io/crates/serde_regex/1.1.0/download" } }, "targets": [ { "Library": { "crate_name": "serde_regex", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "serde_regex", + "version": "1.1.0" + }, + "serde_repr 0.1.19": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.1.0" + "edition": "2021" }, - "license": "MIT/Apache-2.0", + "library_target_name": "serde_repr", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "serde_repr 0.1.19": { "name": "serde_repr", - "version": "0.1.19", "package_url": "https://github.com/dtolnay/serde-repr", "repository": { "Http": { - "url": "https://static.crates.io/crates/serde_repr/0.1.19/download", - "sha256": "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" + "sha256": "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9", + "url": "https://static.crates.io/crates/serde_repr/0.1.19/download" } }, "targets": [ { "ProcMacro": { "crate_name": "serde_repr", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "serde_repr", + "version": "0.1.19" + }, + "serde_spanned 0.6.9": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "serde" ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.19" + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2021" }, + "library_target_name": "serde_spanned", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "serde_spanned 0.6.9": { "name": "serde_spanned", - "version": "0.6.9", "package_url": "https://github.com/toml-rs/toml", "repository": { "Http": { - "url": "https://static.crates.io/crates/serde_spanned/0.6.9/download", - "sha256": "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" + "sha256": "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3", + "url": "https://static.crates.io/crates/serde_spanned/0.6.9/download" } }, "targets": [ { "Library": { "crate_name": "serde_spanned", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "serde_spanned", + "version": "0.6.9" + }, + "serde_urlencoded 0.7.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "form_urlencoded 1.2.1", + "target": "form_urlencoded" + }, + { + "id": "itoa 1.0.17", + "target": "itoa" + }, + { + "id": "ryu 1.0.15", + "target": "ryu" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } ], - "crate_features": { - "common": [ - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.9" + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "serde_urlencoded", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "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" + "sha256": "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd", + "url": "https://static.crates.io/crates/serde_urlencoded/0.7.1/download" } }, "targets": [ { "Library": { "crate_name": "serde_urlencoded", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "serde_urlencoded", + "version": "0.7.1" + }, + "serde_with 3.21.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "macros", + "std" ], - "deps": { - "common": [ - { - "id": "form_urlencoded 1.2.1", - "target": "form_urlencoded" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "ryu 1.0.15", - "target": "ryu" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.7.1" + "deps": [ + { + "id": "serde_core 1.0.228", + "target": "serde_core" + } + ], + "edition": "2021", + "proc_macro_deps": [ + { + "id": "serde_with_macros 3.21.0", + "target": "serde_with_macros" + } + ] }, - "license": "MIT/Apache-2.0", + "library_target_name": "serde_with", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "serde_with 3.21.0": { "name": "serde_with", - "version": "3.21.0", "package_url": "https://github.com/jonasbb/serde_with/", "repository": { "Http": { - "url": "https://static.crates.io/crates/serde_with/3.21.0/download", - "sha256": "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c" + "sha256": "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c", + "url": "https://static.crates.io/crates/serde_with/3.21.0/download" } }, "targets": [ { "Library": { "crate_name": "serde_with", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "serde_with", + "version": "3.21.0" + }, + "serde_with_macros 3.21.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "darling 0.23.0", + "target": "darling" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "crate_features": { - "common": [ - "alloc", - "default", - "macros", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde_core 1.0.228", - "target": "serde_core" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "serde_with_macros 3.21.0", - "target": "serde_with_macros" - } - ], - "selects": {} - }, - "version": "3.21.0" + "edition": "2021" }, + "library_target_name": "serde_with_macros", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "serde_with_macros 3.21.0": { "name": "serde_with_macros", - "version": "3.21.0", "package_url": "https://github.com/jonasbb/serde_with/", "repository": { "Http": { - "url": "https://static.crates.io/crates/serde_with_macros/3.21.0/download", - "sha256": "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660" + "sha256": "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660", + "url": "https://static.crates.io/crates/serde_with_macros/3.21.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "serde_with_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "serde_with_macros", + "version": "3.21.0" + }, + "serde_yaml 0.9.34+deprecated": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "indexmap 2.14.0", + "target": "indexmap" + }, + { + "id": "itoa 1.0.17", + "target": "itoa" + }, + { + "id": "ryu 1.0.15", + "target": "ryu" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "unsafe-libyaml 0.2.11", + "target": "unsafe_libyaml" + } ], - "deps": { - "common": [ - { - "id": "darling 0.23.0", - "target": "darling" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.21.0" + "edition": "2021" }, + "library_target_name": "serde_yaml", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "serde_yaml 0.9.34+deprecated": { "name": "serde_yaml", - "version": "0.9.34+deprecated", "package_url": "https://github.com/dtolnay/serde-yaml", "repository": { "Http": { - "url": "https://static.crates.io/crates/serde_yaml/0.9.34+deprecated/download", - "sha256": "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" + "sha256": "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47", + "url": "https://static.crates.io/crates/serde_yaml/0.9.34+deprecated/download" } }, "targets": [ { "Library": { "crate_name": "serde_yaml", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "serde_yaml", + "version": "0.9.34+deprecated" + }, + "serde_yaml_ng 0.10.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "indexmap 2.14.0", + "target": "indexmap" + }, + { + "id": "itoa 1.0.17", + "target": "itoa" + }, + { + "id": "ryu 1.0.15", + "target": "ryu" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "unsafe-libyaml 0.2.11", + "target": "unsafe_libyaml" + } ], - "deps": { - "common": [ - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "ryu 1.0.15", - "target": "ryu" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "unsafe-libyaml 0.2.11", - "target": "unsafe_libyaml" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.34+deprecated" + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "serde_yaml_ng", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "serde_yaml_ng 0.10.0": { "name": "serde_yaml_ng", - "version": "0.10.0", "package_url": "https://github.com/acatton/serde-yaml-ng", "repository": { "Http": { - "url": "https://static.crates.io/crates/serde_yaml_ng/0.10.0/download", - "sha256": "7b4db627b98b36d4203a7b458cf3573730f2bb591b28871d916dfa9efabfd41f" + "sha256": "7b4db627b98b36d4203a7b458cf3573730f2bb591b28871d916dfa9efabfd41f", + "url": "https://static.crates.io/crates/serde_yaml_ng/0.10.0/download" } }, "targets": [ { "Library": { "crate_name": "serde_yaml_ng", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "serde_yaml_ng", + "version": "0.10.0" + }, + "serdect 0.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc" ], - "deps": { - "common": [ - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "ryu 1.0.15", - "target": "ryu" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "unsafe-libyaml 0.2.11", - "target": "unsafe_libyaml" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.10.0" + "deps": [ + { + "id": "base16ct 0.2.0", + "target": "base16ct" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2021" }, - "license": "MIT", + "library_target_name": "serdect", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "serdect 0.2.0": { "name": "serdect", - "version": "0.2.0", "package_url": "https://github.com/RustCrypto/formats/tree/master/serdect", "repository": { "Http": { - "url": "https://static.crates.io/crates/serdect/0.2.0/download", - "sha256": "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177" + "sha256": "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177", + "url": "https://static.crates.io/crates/serdect/0.2.0/download" } }, "targets": [ { "Library": { "crate_name": "serdect", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "serdect", + "version": "0.2.0" + }, + "servo_arc 0.4.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "track_alloc_size" ], - "crate_features": { - "common": [ - "alloc" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base16ct 0.2.0", - "target": "base16ct" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" + "deps": [ + { + "id": "stable_deref_trait 1.2.0", + "target": "stable_deref_trait" + } + ], + "edition": "2021" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "servo_arc", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "servo_arc 0.4.3": { "name": "servo_arc", - "version": "0.4.3", "package_url": "https://github.com/servo/stylo", "repository": { "Http": { - "url": "https://static.crates.io/crates/servo_arc/0.4.3/download", - "sha256": "170fb83ab34de17dc69aa7c67482b22218ddb85da56546f9bd6b929e32a05930" + "sha256": "170fb83ab34de17dc69aa7c67482b22218ddb85da56546f9bd6b929e32a05930", + "url": "https://static.crates.io/crates/servo_arc/0.4.3/download" } }, "targets": [ { "Library": { "crate_name": "servo_arc", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "lib.rs" } } ], - "library_target_name": "servo_arc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "track_alloc_size" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "stable_deref_trait 1.2.0", - "target": "stable_deref_trait" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" + "version": "0.4.3" }, "sev 7.1.0": { - "name": "sev", - "version": "7.1.0", - "package_url": "https://github.com/virtee/sev", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/sev/7.1.0/download", - "sha256": "c2ff74d7e7d1cc172f3a45adec74fbeee928d71df095b85aaaf66eb84e1e31e6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "sev", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "sev", + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "crypto_nossl", + "snp" ], - "crate_features": { - "common": [ - "crypto_nossl", - "snp" - ], - "selects": {} - }, "deps": { "common": [ { @@ -69620,10 +53215,6 @@ "id": "rsa 0.9.10", "target": "rsa" }, - { - "id": "sev 7.1.0", - "target": "build_script_build" - }, { "id": "sha2 0.10.9", "target": "sha2" @@ -69651,61 +53242,46 @@ } }, "edition": "2018", - "version": "7.1.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "sev", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "sha1 0.10.6": { - "name": "sha1", - "version": "0.10.6", - "package_url": "https://github.com/RustCrypto/hashes", + "name": "sev", + "package_url": "https://github.com/virtee/sev", "repository": { "Http": { - "url": "https://static.crates.io/crates/sha1/0.10.6/download", - "sha256": "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" + "sha256": "c2ff74d7e7d1cc172f3a45adec74fbeee928d71df095b85aaaf66eb84e1e31e6", + "url": "https://static.crates.io/crates/sev/7.1.0/download" } }, "targets": [ { "Library": { - "crate_name": "sha1", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "sev", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "sha1", + "version": "7.1.0" + }, + "sha1 0.10.6": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, "deps": { "common": [ { @@ -69726,53 +53302,40 @@ ] } }, - "edition": "2018", - "version": "0.10.6" + "edition": "2018" }, + "library_target_name": "sha1", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "sha1 0.11.0": { "name": "sha1", - "version": "0.11.0", "package_url": "https://github.com/RustCrypto/hashes", "repository": { "Http": { - "url": "https://static.crates.io/crates/sha1/0.11.0/download", - "sha256": "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214" + "sha256": "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba", + "url": "https://static.crates.io/crates/sha1/0.10.6/download" } }, "targets": [ { "Library": { "crate_name": "sha1", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "sha1", + "version": "0.10.6" + }, + "sha1 0.11.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "oid" ], - "crate_features": { - "common": [ - "alloc", - "default", - "oid" - ], - "selects": {} - }, "deps": { "common": [ { @@ -69793,62 +53356,49 @@ ] } }, - "edition": "2024", - "version": "0.11.0" + "edition": "2024" }, + "library_target_name": "sha1", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "sha2 0.9.9": { - "name": "sha2", - "version": "0.9.9", + "name": "sha1", "package_url": "https://github.com/RustCrypto/hashes", "repository": { "Http": { - "url": "https://static.crates.io/crates/sha2/0.9.9/download", - "sha256": "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" + "sha256": "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214", + "url": "https://static.crates.io/crates/sha1/0.11.0/download" } }, "targets": [ { "Library": { - "crate_name": "sha2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "sha1", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "sha2", + "version": "0.11.0" + }, + "sha2 0.10.9": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "oid", + "std" ], "deps": { "common": [ - { - "id": "block-buffer 0.9.0", - "target": "block_buffer" - }, { "id": "cfg-if 1.0.0", "target": "cfg_if" }, { - "id": "digest 0.9.0", + "id": "digest 0.10.7", "target": "digest" - }, - { - "id": "opaque-debug 0.3.0", - "target": "opaque_debug" } ], "selects": { @@ -69861,59 +53411,43 @@ } }, "edition": "2018", - "rustc_flags": { - "common": [ - "-C", - "opt-level=3" - ], - "selects": {} - }, - "version": "0.9.9" + "rustc_flags": [ + "-C", + "opt-level=3" + ] }, + "library_target_name": "sha2", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "sha2 0.10.9": { "name": "sha2", - "version": "0.10.9", "package_url": "https://github.com/RustCrypto/hashes", "repository": { "Http": { - "url": "https://static.crates.io/crates/sha2/0.10.9/download", - "sha256": "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" + "sha256": "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283", + "url": "https://static.crates.io/crates/sha2/0.10.9/download" } }, "targets": [ { "Library": { "crate_name": "sha2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "sha2", + "version": "0.10.9" + }, + "sha2 0.11.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "oid" ], - "crate_features": { - "common": [ - "default", - "oid", - "std" - ], - "selects": {} - }, "deps": { "common": [ { @@ -69921,1192 +53455,863 @@ "target": "cfg_if" }, { - "id": "digest 0.10.7", + "id": "digest 0.11.3", "target": "digest" } ], "selects": { "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ { - "id": "cpufeatures 0.2.9", + "id": "cpufeatures 0.3.0", "target": "cpufeatures" } ] } }, - "edition": "2018", - "rustc_flags": { - "common": [ - "-C", - "opt-level=3" - ], - "selects": {} - }, - "version": "0.10.9" + "edition": "2024", + "rustc_flags": [ + "-C", + "opt-level=3" + ] }, + "library_target_name": "sha2", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "sha2 0.11.0": { "name": "sha2", - "version": "0.11.0", "package_url": "https://github.com/RustCrypto/hashes", "repository": { "Http": { - "url": "https://static.crates.io/crates/sha2/0.11.0/download", - "sha256": "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4" + "sha256": "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4", + "url": "https://static.crates.io/crates/sha2/0.11.0/download" } }, "targets": [ { "Library": { "crate_name": "sha2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "sha2", + "version": "0.11.0" + }, + "sha2 0.9.9": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "oid" - ], - "selects": {} - }, "deps": { "common": [ + { + "id": "block-buffer 0.9.0", + "target": "block_buffer" + }, { "id": "cfg-if 1.0.0", "target": "cfg_if" }, { - "id": "digest 0.11.3", + "id": "digest 0.9.0", "target": "digest" + }, + { + "id": "opaque-debug 0.3.0", + "target": "opaque_debug" } ], "selects": { "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ { - "id": "cpufeatures 0.3.0", + "id": "cpufeatures 0.2.9", "target": "cpufeatures" } ] } }, - "edition": "2024", - "rustc_flags": { - "common": [ - "-C", - "opt-level=3" - ], - "selects": {} - }, - "version": "0.11.0" + "edition": "2018", + "rustc_flags": [ + "-C", + "opt-level=3" + ] }, + "library_target_name": "sha2", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "sha3 0.10.8": { - "name": "sha3", - "version": "0.10.8", + "name": "sha2", "package_url": "https://github.com/RustCrypto/hashes", "repository": { "Http": { - "url": "https://static.crates.io/crates/sha3/0.10.8/download", - "sha256": "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" + "sha256": "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800", + "url": "https://static.crates.io/crates/sha2/0.9.9/download" } }, "targets": [ { "Library": { - "crate_name": "sha3", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "sha2", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "sha3", + "version": "0.9.9" + }, + "sha3 0.10.8": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "keccak 0.1.6", - "target": "keccak" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.10.8" + "deps": [ + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "keccak 0.1.6", + "target": "keccak" + } + ], + "edition": "2018" }, + "library_target_name": "sha3", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "sha3 0.11.0": { "name": "sha3", - "version": "0.11.0", "package_url": "https://github.com/RustCrypto/hashes", "repository": { "Http": { - "url": "https://static.crates.io/crates/sha3/0.11.0/download", - "sha256": "be176f1a57ce4e3d31c1a166222d9768de5954f811601fb7ca06fc8203905ce1" + "sha256": "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60", + "url": "https://static.crates.io/crates/sha3/0.10.8/download" } }, "targets": [ { "Library": { "crate_name": "sha3", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "sha3", + "version": "0.10.8" + }, + "sha3 0.11.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "digest 0.11.3", + "target": "digest" + }, + { + "id": "keccak 0.2.2", + "target": "keccak" + } ], - "deps": { - "common": [ - { - "id": "digest 0.11.3", - "target": "digest" - }, - { - "id": "keccak 0.2.2", - "target": "keccak" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.11.0" + "edition": "2024" }, + "library_target_name": "sha3", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" + "name": "sha3", + "package_url": "https://github.com/RustCrypto/hashes", + "repository": { + "Http": { + "sha256": "be176f1a57ce4e3d31c1a166222d9768de5954f811601fb7ca06fc8203905ce1", + "url": "https://static.crates.io/crates/sha3/0.11.0/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "sha3", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.11.0" }, "sha3-asm 0.1.8": { + "build_script_attrs": { + "deps": [ + { + "id": "cc 1.2.48", + "target": "cc" + } + ] + }, + "common_attrs": { + "deps": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + } + ], + "edition": "2021", + "extra_deps": [ + ":build_script_build" + ] + }, + "library_target_name": "sha3_asm", + "license": "BSD-3-Clause", + "license_ids": [ + "BSD-3-Clause" + ], "name": "sha3-asm", - "version": "0.1.8", "package_url": "https://github.com/danipopes/keccak-asm", "repository": { "Http": { - "url": "https://static.crates.io/crates/sha3-asm/0.1.8/download", - "sha256": "a6287fd675f713484342a89cbf0a386abef5f15919cfad607e5e1f19e1e15331" + "sha256": "a6287fd675f713484342a89cbf0a386abef5f15919cfad607e5e1f19e1e15331", + "url": "https://static.crates.io/crates/sha3-asm/0.1.8/download" } }, "targets": [ { "Library": { "crate_name": "sha3_asm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "sha3_asm", + "version": "0.1.8" + }, + "sharded-slab 0.1.4": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "sha3-asm 0.1.8", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.8" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "deps": [ + { + "id": "lazy_static 1.5.0", + "target": "lazy_static" + } ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - } + "edition": "2018" }, - "license": "BSD-3-Clause", + "library_target_name": "sharded_slab", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "BSD-3-Clause" + "MIT" ], - "license_file": null - }, - "sharded-slab 0.1.4": { "name": "sharded-slab", - "version": "0.1.4", "package_url": "https://github.com/hawkw/sharded-slab", "repository": { "Http": { - "url": "https://static.crates.io/crates/sharded-slab/0.1.4/download", - "sha256": "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" + "sha256": "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31", + "url": "https://static.crates.io/crates/sharded-slab/0.1.4/download" } }, "targets": [ { "Library": { "crate_name": "sharded_slab", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "sharded_slab", + "version": "0.1.4" + }, + "shell-escape 0.1.5": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.4" + "edition": "2015" }, - "license": "MIT", + "library_target_name": "shell_escape", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "shell-escape 0.1.5": { "name": "shell-escape", - "version": "0.1.5", "package_url": "https://github.com/sfackler/shell-escape", "repository": { "Http": { - "url": "https://static.crates.io/crates/shell-escape/0.1.5/download", - "sha256": "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" + "sha256": "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f", + "url": "https://static.crates.io/crates/shell-escape/0.1.5/download" } }, "targets": [ { "Library": { "crate_name": "shell_escape", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "shell_escape", + "version": "0.1.5" + }, + "shell-words 1.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "edition": "2015", - "version": "0.1.5" + "edition": "2015" }, + "library_target_name": "shell_words", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "shell-words 1.1.0": { "name": "shell-words", - "version": "1.1.0", "package_url": "https://github.com/tmiasko/shell-words", "repository": { "Http": { - "url": "https://static.crates.io/crates/shell-words/1.1.0/download", - "sha256": "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" + "sha256": "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde", + "url": "https://static.crates.io/crates/shell-words/1.1.0/download" } }, "targets": [ { "Library": { "crate_name": "shell_words", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "shell_words", + "version": "1.1.0" + }, + "shlex 1.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "1.1.0" + "edition": "2015" }, - "license": "MIT/Apache-2.0", + "library_target_name": "shlex", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "shlex 1.3.0": { "name": "shlex", - "version": "1.3.0", "package_url": "https://github.com/comex/rust-shlex", "repository": { "Http": { - "url": "https://static.crates.io/crates/shlex/1.3.0/download", - "sha256": "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" + "sha256": "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64", + "url": "https://static.crates.io/crates/shlex/1.3.0/download" } }, "targets": [ { "Library": { "crate_name": "shlex", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "shlex", + "version": "1.3.0" + }, + "show-option 0.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "macro" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "1.3.0" + "deps": [ + { + "id": "lazy_format 2.0.3", + "target": "lazy_format" + } + ], + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "show_option", + "license": "MIT", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "show-option 0.2.0": { "name": "show-option", - "version": "0.2.0", "package_url": "https://github.com/kriomant/show-option.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/show-option/0.2.0/download", - "sha256": "a9280e580b9ef1357f96294fb79e645398d24e17cbf525e9184ecbeb13eef457" + "sha256": "a9280e580b9ef1357f96294fb79e645398d24e17cbf525e9184ecbeb13eef457", + "url": "https://static.crates.io/crates/show-option/0.2.0/download" } }, "targets": [ { "Library": { "crate_name": "show_option", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "show_option", + "version": "0.2.0" + }, + "signal-hook 0.3.17": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "channel", + "default", + "iterator" ], - "crate_features": { - "common": [ - "default", - "macro" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "lazy_format 2.0.3", - "target": "lazy_format" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" + "deps": [ + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "id": "signal-hook-registry 1.4.1", + "target": "signal_hook_registry" + } + ], + "edition": "2018", + "extra_deps": [ + ":build_script_build" + ] }, - "license": "MIT", + "library_target_name": "signal_hook", + "license": "Apache-2.0/MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": null - }, - "signal-hook 0.3.17": { "name": "signal-hook", - "version": "0.3.17", "package_url": "https://github.com/vorner/signal-hook", "repository": { "Http": { - "url": "https://static.crates.io/crates/signal-hook/0.3.17/download", - "sha256": "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" + "sha256": "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801", + "url": "https://static.crates.io/crates/signal-hook/0.3.17/download" } }, "targets": [ { "Library": { "crate_name": "signal_hook", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "signal_hook", + "version": "0.3.17" + }, + "signal-hook-mio 0.2.5": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "channel", - "default", - "iterator" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "signal-hook 0.3.17", - "target": "build_script_build" - }, - { - "id": "signal-hook-registry 1.4.1", - "target": "signal_hook_registry" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.17" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "mio-1_0", + "support-v1_0" ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "alias": "mio_1_0", + "id": "mio 1.0.2", + "target": "mio" + }, + { + "id": "signal-hook 0.3.17", + "target": "signal_hook" + } ], - "data_glob": [ - "**" - ] + "edition": "2018" }, - "license": "Apache-2.0/MIT", + "library_target_name": "signal_hook_mio", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "signal-hook-mio 0.2.5": { "name": "signal-hook-mio", - "version": "0.2.5", "package_url": "https://github.com/vorner/signal-hook", "repository": { "Http": { - "url": "https://static.crates.io/crates/signal-hook-mio/0.2.5/download", - "sha256": "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" + "sha256": "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc", + "url": "https://static.crates.io/crates/signal-hook-mio/0.2.5/download" } }, "targets": [ { "Library": { "crate_name": "signal_hook_mio", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "signal_hook_mio", + "version": "0.2.5" + }, + "signal-hook-registry 1.4.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "libc 0.2.186", + "target": "libc" + } ], - "crate_features": { - "common": [ - "mio-1_0", - "support-v1_0" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "mio 1.0.2", - "target": "mio", - "alias": "mio_1_0" - }, - { - "id": "signal-hook 0.3.17", - "target": "signal_hook" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.5" + "edition": "2015" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "signal_hook_registry", + "license": "Apache-2.0/MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "signal-hook-registry 1.4.1": { "name": "signal-hook-registry", - "version": "1.4.1", "package_url": "https://github.com/vorner/signal-hook", "repository": { "Http": { - "url": "https://static.crates.io/crates/signal-hook-registry/1.4.1/download", - "sha256": "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" + "sha256": "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1", + "url": "https://static.crates.io/crates/signal-hook-registry/1.4.1/download" } }, "targets": [ { "Library": { "crate_name": "signal_hook_registry", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "signal_hook_registry", + "version": "1.4.1" + }, + "signature 2.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "digest", + "rand_core", + "std" ], - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "1.4.1" + "deps": [ + { + "id": "digest 0.10.7", + "target": "digest" + }, + { + "id": "rand_core 0.6.4", + "target": "rand_core" + } + ], + "edition": "2021" }, - "license": "Apache-2.0/MIT", + "library_target_name": "signature", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "signature 2.2.0": { "name": "signature", - "version": "2.2.0", "package_url": "https://github.com/RustCrypto/traits/tree/master/signature", "repository": { "Http": { - "url": "https://static.crates.io/crates/signature/2.2.0/download", - "sha256": "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" + "sha256": "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de", + "url": "https://static.crates.io/crates/signature/2.2.0/download" } }, "targets": [ { "Library": { "crate_name": "signature", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "signature", + "version": "2.2.0" + }, + "simd-adler32 0.3.7": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "digest", - "rand_core", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.2.0" + "edition": "2018" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "simd_adler32", + "license": "MIT", + "license_file": "LICENSE.md", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "simd-adler32 0.3.7": { "name": "simd-adler32", - "version": "0.3.7", "package_url": "https://github.com/mcountryman/simd-adler32", "repository": { "Http": { - "url": "https://static.crates.io/crates/simd-adler32/0.3.7/download", - "sha256": "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" + "sha256": "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe", + "url": "https://static.crates.io/crates/simd-adler32/0.3.7/download" } }, "targets": [ { "Library": { "crate_name": "simd_adler32", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "simd_adler32", + "version": "0.3.7" + }, + "simd_cesu8 1.1.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "edition": "2018", - "version": "0.3.7" + "deps": [ + { + "id": "simdutf8 0.1.5", + "target": "simdutf8" + } + ], + "edition": "2021" }, - "license": "MIT", + "library_target_name": "simd_cesu8", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE.md" - }, - "simd_cesu8 1.1.1": { "name": "simd_cesu8", - "version": "1.1.1", "package_url": "https://github.com/seancroach/simd_cesu8", "repository": { "Http": { - "url": "https://static.crates.io/crates/simd_cesu8/1.1.1/download", - "sha256": "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33" + "sha256": "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33", + "url": "https://static.crates.io/crates/simd_cesu8/1.1.1/download" } }, "targets": [ { "Library": { "crate_name": "simd_cesu8", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "simd_cesu8", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "simdutf8 0.1.5", - "target": "simdutf8" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.1.1" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" + "version": "1.1.1" }, "simdutf8 0.1.5": { - "name": "simdutf8", - "version": "0.1.5", - "package_url": "https://github.com/rusticstuff/simdutf8", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/simdutf8/0.1.5/download", - "sha256": "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "simdutf8", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "simdutf8", "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.5" + "edition": "2018" }, + "library_target_name": "simdutf8", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-Apache", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-Apache" - }, - "similar 2.2.1": { - "name": "similar", - "version": "2.2.1", - "package_url": "https://github.com/mitsuhiko/similar", + "name": "simdutf8", + "package_url": "https://github.com/rusticstuff/simdutf8", "repository": { "Http": { - "url": "https://static.crates.io/crates/similar/2.2.1/download", - "sha256": "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf" + "sha256": "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e", + "url": "https://static.crates.io/crates/simdutf8/0.1.5/download" } }, "targets": [ { "Library": { - "crate_name": "similar", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "similar", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "bstr", - "default", - "inline", - "text", - "unicode", - "unicode-segmentation" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bstr 0.2.17", - "target": "bstr" - }, - { - "id": "unicode-segmentation 1.12.0", - "target": "unicode_segmentation" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.2.1" + "crate_name": "simdutf8", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.1.5" + }, + "similar 2.2.1": { + "common_attrs": { + "crate_features": [ + "bstr", + "default", + "inline", + "text", + "unicode", + "unicode-segmentation" + ], + "deps": [ + { + "id": "bstr 0.2.17", + "target": "bstr" + }, + { + "id": "unicode-segmentation 1.12.0", + "target": "unicode_segmentation" + } + ], + "edition": "2018" }, + "library_target_name": "similar", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "similar-asserts 1.7.0": { - "name": "similar-asserts", - "version": "1.7.0", - "package_url": "https://github.com/mitsuhiko/similar-asserts", + "name": "similar", + "package_url": "https://github.com/mitsuhiko/similar", "repository": { "Http": { - "url": "https://static.crates.io/crates/similar-asserts/1.7.0/download", - "sha256": "b5b441962c817e33508847a22bd82f03a30cff43642dc2fae8b050566121eb9a" + "sha256": "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf", + "url": "https://static.crates.io/crates/similar/2.2.1/download" } }, "targets": [ { "Library": { - "crate_name": "similar_asserts", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "similar", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "similar_asserts", + "version": "2.2.1" + }, + "similar-asserts 1.7.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "unicode" ], - "crate_features": { - "common": [ - "default", - "unicode" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "console 0.15.7", - "target": "console" - }, - { - "id": "similar 2.2.1", - "target": "similar" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.7.0" + "deps": [ + { + "id": "console 0.15.7", + "target": "console" + }, + { + "id": "similar 2.2.1", + "target": "similar" + } + ], + "edition": "2018" }, + "library_target_name": "similar_asserts", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "simple-bytes 0.2.14": { - "name": "simple-bytes", - "version": "0.2.14", - "package_url": "https://github.com/soerenmeier/simple-bytes", + "name": "similar-asserts", + "package_url": "https://github.com/mitsuhiko/similar-asserts", "repository": { "Http": { - "url": "https://static.crates.io/crates/simple-bytes/0.2.14/download", - "sha256": "c11532d9d241904f095185f35dcdaf930b1427a94d5b01d7002d74ba19b44cc4" + "sha256": "b5b441962c817e33508847a22bd82f03a30cff43642dc2fae8b050566121eb9a", + "url": "https://static.crates.io/crates/similar-asserts/1.7.0/download" } }, "targets": [ { "Library": { - "crate_name": "simple_bytes", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "similar_asserts", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "simple_bytes", + "version": "1.7.0" + }, + "simple-bytes 0.2.14": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.2.14" + "edition": "2021" }, + "library_target_name": "simple_bytes", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "simple_asn1 0.6.2": { - "name": "simple_asn1", - "version": "0.6.2", - "package_url": "https://github.com/acw/simple_asn1", + "name": "simple-bytes", + "package_url": "https://github.com/soerenmeier/simple-bytes", "repository": { "Http": { - "url": "https://static.crates.io/crates/simple_asn1/0.6.2/download", - "sha256": "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085" + "sha256": "c11532d9d241904f095185f35dcdaf930b1427a94d5b01d7002d74ba19b44cc4", + "url": "https://static.crates.io/crates/simple-bytes/0.2.14/download" } }, "targets": [ { "Library": { - "crate_name": "simple_asn1", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "simple_bytes", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "simple_asn1", + "version": "0.2.14" + }, + "simple_asn1 0.6.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "num-bigint 0.4.6", + "target": "num_bigint" + }, + { + "id": "num-traits 0.2.19", + "target": "num_traits" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + }, + { + "id": "time 0.3.47", + "target": "time" + } ], - "deps": { - "common": [ - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "time 0.3.47", - "target": "time" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.6.2" + "edition": "2018" }, + "library_target_name": "simple_asn1", "license": "ISC", + "license_file": "LICENSE", "license_ids": [ "ISC" ], - "license_file": "LICENSE" - }, - "simple_logger 4.3.3": { - "name": "simple_logger", - "version": "4.3.3", - "package_url": "https://github.com/borntyping/rust-simple_logger", + "name": "simple_asn1", + "package_url": "https://github.com/acw/simple_asn1", "repository": { "Http": { - "url": "https://static.crates.io/crates/simple_logger/4.3.3/download", - "sha256": "8e7e46c8c90251d47d08b28b8a419ffb4aede0f87c2eea95e17d1d5bacbf3ef1" + "sha256": "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085", + "url": "https://static.crates.io/crates/simple_asn1/0.6.2/download" } }, "targets": [ { "Library": { - "crate_name": "simple_logger", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "simple_asn1", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "simple_logger", + "version": "0.6.2" + }, + "simple_logger 4.3.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "colored", + "colors", + "default", + "time", + "timestamps" ], - "crate_features": { - "common": [ - "colored", - "colors", - "default", - "time", - "timestamps" - ], - "selects": {} - }, "deps": { "common": [ { @@ -71131,1184 +54336,837 @@ ] } }, - "edition": "2018", - "version": "4.3.3" + "edition": "2018" }, + "library_target_name": "simple_logger", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" + "name": "simple_logger", + "package_url": "https://github.com/borntyping/rust-simple_logger", + "repository": { + "Http": { + "sha256": "8e7e46c8c90251d47d08b28b8a419ffb4aede0f87c2eea95e17d1d5bacbf3ef1", + "url": "https://static.crates.io/crates/simple_logger/4.3.3/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "simple_logger", + "crate_root": "src/lib.rs" + } + } + ], + "version": "4.3.3" }, "simple_moving_average 1.0.2": { + "common_attrs": { + "deps": [ + { + "id": "num-traits 0.2.19", + "target": "num_traits" + } + ], + "edition": "2018" + }, + "library_target_name": "simple_moving_average", + "license": "MIT", + "license_file": "LICENSE", + "license_ids": [ + "MIT" + ], "name": "simple_moving_average", - "version": "1.0.2", "package_url": "https://github.com/oskargustafsson/moving_average", "repository": { "Http": { - "url": "https://static.crates.io/crates/simple_moving_average/1.0.2/download", - "sha256": "3a4b144ad185430cd033299e2c93e465d5a7e65fbb858593dc57181fa13cd310" + "sha256": "3a4b144ad185430cd033299e2c93e465d5a7e65fbb858593dc57181fa13cd310", + "url": "https://static.crates.io/crates/simple_moving_average/1.0.2/download" } }, "targets": [ { "Library": { "crate_name": "simple_moving_average", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "simple_moving_average", + "version": "1.0.2" + }, + "siphasher 0.3.11": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "deps": { - "common": [ - { - "id": "num-traits 0.2.19", - "target": "num_traits" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.2" + "edition": "2018" }, - "license": "MIT", + "library_target_name": "siphasher", + "license": "MIT/Apache-2.0", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "siphasher 0.3.11": { "name": "siphasher", - "version": "0.3.11", "package_url": "https://github.com/jedisct1/rust-siphash", "repository": { "Http": { - "url": "https://static.crates.io/crates/siphasher/0.3.11/download", - "sha256": "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" + "sha256": "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d", + "url": "https://static.crates.io/crates/siphasher/0.3.11/download" } }, "targets": [ { "Library": { "crate_name": "siphasher", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "siphasher", + "version": "0.3.11" + }, + "slab 0.4.8": { + "build_script_attrs": { + "deps": [ + { + "id": "autocfg 1.5.0", + "target": "autocfg" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, "edition": "2018", - "version": "0.3.11" + "extra_deps": [ + ":build_script_build" + ] }, - "license": "MIT/Apache-2.0", + "library_target_name": "slab", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": null - }, - "slab 0.4.8": { "name": "slab", - "version": "0.4.8", "package_url": "https://github.com/tokio-rs/slab", "repository": { "Http": { - "url": "https://static.crates.io/crates/slab/0.4.8/download", - "sha256": "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" + "sha256": "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d", + "url": "https://static.crates.io/crates/slab/0.4.8/download" } }, "targets": [ { "Library": { "crate_name": "slab", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "slab", + "version": "0.4.8" + }, + "slog 2.7.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "slab 0.4.8", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.8" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "crate_features": [ + "default", + "erased-serde", + "max_level_trace", + "nested-values", + "release_max_level_trace", + "std" ], - "data_glob": [ - "**" + "deps": [ + { + "id": "erased-serde 0.3.28", + "target": "erased_serde" + } ], - "deps": { - "common": [ - { - "id": "autocfg 1.5.0", - "target": "autocfg" - } - ], - "selects": {} - } + "edition": "2015", + "extra_deps": [ + ":build_script_build" + ] }, - "license": "MIT", + "library_target_name": "slog", + "license": "MPL-2.0 OR MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "MIT" + "Apache-2.0", + "MIT", + "MPL-2.0" ], - "license_file": "LICENSE" - }, - "slog 2.7.0": { "name": "slog", - "version": "2.7.0", "package_url": "https://github.com/slog-rs/slog", "repository": { "Http": { - "url": "https://static.crates.io/crates/slog/2.7.0/download", - "sha256": "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06" + "sha256": "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06", + "url": "https://static.crates.io/crates/slog/2.7.0/download" } }, "targets": [ { "Library": { "crate_name": "slog", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "slog", + "version": "2.7.0" + }, + "slog-async 2.8.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "nested-values" ], - "crate_features": { - "common": [ - "default", - "erased-serde", - "max_level_trace", - "nested-values", - "release_max_level_trace", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "erased-serde 0.3.28", - "target": "erased_serde" - }, - { - "id": "slog 2.7.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "2.7.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "crossbeam-channel 0.5.15", + "target": "crossbeam_channel" + }, + { + "id": "slog 2.7.0", + "target": "slog" + }, + { + "id": "take_mut 0.2.2", + "target": "take_mut" + }, + { + "id": "thread_local 1.1.7", + "target": "thread_local" + } ], - "data_glob": [ - "**" + "edition": "2015", + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "slog_async", "license": "MPL-2.0 OR MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT", "MPL-2.0" ], - "license_file": "LICENSE-APACHE" - }, - "slog-async 2.8.0": { "name": "slog-async", - "version": "2.8.0", "package_url": "https://github.com/slog-rs/async", "repository": { "Http": { - "url": "https://static.crates.io/crates/slog-async/2.8.0/download", - "sha256": "72c8038f898a2c79507940990f05386455b3a317d8f18d4caea7cbc3d5096b84" + "sha256": "72c8038f898a2c79507940990f05386455b3a317d8f18d4caea7cbc3d5096b84", + "url": "https://static.crates.io/crates/slog-async/2.8.0/download" } }, "targets": [ { "Library": { "crate_name": "slog_async", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "slog_async", + "version": "2.8.0" + }, + "slog-envlogger 2.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "regex" ], - "crate_features": { - "common": [ - "default", - "nested-values" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crossbeam-channel 0.5.15", - "target": "crossbeam_channel" - }, - { - "id": "slog 2.7.0", - "target": "slog" - }, - { - "id": "slog-async 2.8.0", - "target": "build_script_build" - }, - { - "id": "take_mut 0.2.2", - "target": "take_mut" - }, - { - "id": "thread_local 1.1.7", - "target": "thread_local" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "2.8.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "regex 1.13.1", + "target": "regex" + }, + { + "id": "slog 2.7.0", + "target": "slog" + }, + { + "id": "slog-async 2.8.0", + "target": "slog_async" + }, + { + "id": "slog-scope 4.4.0", + "target": "slog_scope" + }, + { + "id": "slog-stdlog 4.1.1", + "target": "slog_stdlog" + }, + { + "id": "slog-term 2.9.1", + "target": "slog_term" + } ], - "data_glob": [ - "**" - ] + "edition": "2015" }, - "license": "MPL-2.0 OR MIT OR Apache-2.0", + "library_target_name": "slog_envlogger", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", - "MIT", - "MPL-2.0" + "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "slog-envlogger 2.2.0": { "name": "slog-envlogger", - "version": "2.2.0", "package_url": "https://github.com/slog-rs/envlogger", "repository": { "Http": { - "url": "https://static.crates.io/crates/slog-envlogger/2.2.0/download", - "sha256": "906a1a0bc43fed692df4b82a5e2fbfc3733db8dad8bb514ab27a4f23ad04f5c0" + "sha256": "906a1a0bc43fed692df4b82a5e2fbfc3733db8dad8bb514ab27a4f23ad04f5c0", + "url": "https://static.crates.io/crates/slog-envlogger/2.2.0/download" } }, "targets": [ { "Library": { "crate_name": "slog_envlogger", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "slog_envlogger", + "version": "2.2.0" + }, + "slog-json 2.6.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "erased-serde", + "nested-values" ], - "crate_features": { - "common": [ - "default", - "regex" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "slog 2.7.0", - "target": "slog" - }, - { - "id": "slog-async 2.8.0", - "target": "slog_async" - }, - { - "id": "slog-scope 4.4.0", - "target": "slog_scope" - }, - { - "id": "slog-stdlog 4.1.1", - "target": "slog_stdlog" - }, - { - "id": "slog-term 2.9.1", - "target": "slog_term" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "2.2.0" + "deps": [ + { + "id": "erased-serde 0.3.28", + "target": "erased_serde" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + }, + { + "id": "slog 2.7.0", + "target": "slog" + }, + { + "id": "time 0.3.47", + "target": "time" + } + ], + "edition": "2018" }, - "license": "MIT/Apache-2.0", + "library_target_name": "slog_json", + "license": "MPL-2.0 OR MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", - "MIT" + "MIT", + "MPL-2.0" ], - "license_file": "LICENSE-APACHE" - }, - "slog-json 2.6.1": { "name": "slog-json", - "version": "2.6.1", "package_url": "https://github.com/slog-rs/json", "repository": { "Http": { - "url": "https://static.crates.io/crates/slog-json/2.6.1/download", - "sha256": "3e1e53f61af1e3c8b852eef0a9dee29008f55d6dd63794f3f12cef786cf0f219" + "sha256": "3e1e53f61af1e3c8b852eef0a9dee29008f55d6dd63794f3f12cef786cf0f219", + "url": "https://static.crates.io/crates/slog-json/2.6.1/download" } }, "targets": [ { "Library": { "crate_name": "slog_json", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "slog_json", + "version": "2.6.1" + }, + "slog-scope 4.4.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "arc-swap 1.7.1", + "target": "arc_swap" + }, + { + "id": "lazy_static 1.5.0", + "target": "lazy_static" + }, + { + "id": "slog 2.7.0", + "target": "slog" + } ], - "crate_features": { - "common": [ - "default", - "erased-serde", - "nested-values" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "erased-serde 0.3.28", - "target": "erased_serde" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "slog 2.7.0", - "target": "slog" - }, - { - "id": "time 0.3.47", - "target": "time" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.6.1" + "edition": "2015" }, - "license": "MPL-2.0 OR MIT OR Apache-2.0", + "library_target_name": "slog_scope", + "license": "MPL-2.0/MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT", "MPL-2.0" ], - "license_file": "LICENSE-APACHE" - }, - "slog-scope 4.4.0": { "name": "slog-scope", - "version": "4.4.0", "package_url": "https://github.com/slog-rs/scope", "repository": { "Http": { - "url": "https://static.crates.io/crates/slog-scope/4.4.0/download", - "sha256": "2f95a4b4c3274cd2869549da82b57ccc930859bdbf5bcea0424bc5f140b3c786" + "sha256": "2f95a4b4c3274cd2869549da82b57ccc930859bdbf5bcea0424bc5f140b3c786", + "url": "https://static.crates.io/crates/slog-scope/4.4.0/download" } }, "targets": [ { "Library": { "crate_name": "slog_scope", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "lib.rs" } } ], - "library_target_name": "slog_scope", + "version": "4.4.0" + }, + "slog-stdlog 4.1.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "deps": { - "common": [ - { - "id": "arc-swap 1.7.1", - "target": "arc_swap" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "slog 2.7.0", - "target": "slog" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "4.4.0" + "deps": [ + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "slog 2.7.0", + "target": "slog" + }, + { + "id": "slog-scope 4.4.0", + "target": "slog_scope" + } + ], + "edition": "2018" }, - "license": "MPL-2.0/MIT/Apache-2.0", + "library_target_name": "slog_stdlog", + "license": "MPL-2.0 OR MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT", "MPL-2.0" ], - "license_file": "LICENSE-APACHE" - }, - "slog-stdlog 4.1.1": { "name": "slog-stdlog", - "version": "4.1.1", "package_url": "https://github.com/slog-rs/stdlog", "repository": { "Http": { - "url": "https://static.crates.io/crates/slog-stdlog/4.1.1/download", - "sha256": "6706b2ace5bbae7291d3f8d2473e2bfab073ccd7d03670946197aec98471fa3e" + "sha256": "6706b2ace5bbae7291d3f8d2473e2bfab073ccd7d03670946197aec98471fa3e", + "url": "https://static.crates.io/crates/slog-stdlog/4.1.1/download" } }, "targets": [ { "Library": { "crate_name": "slog_stdlog", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "lib.rs" } } ], - "library_target_name": "slog_stdlog", + "version": "4.1.1" + }, + "slog-term 2.9.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "is-terminal 0.4.9", + "target": "is_terminal" + }, + { + "id": "slog 2.7.0", + "target": "slog" + }, + { + "id": "term 0.7.0", + "target": "term" + }, + { + "id": "thread_local 1.1.7", + "target": "thread_local" + }, + { + "id": "time 0.3.47", + "target": "time" + } ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "slog 2.7.0", - "target": "slog" - }, - { - "id": "slog-scope 4.4.0", - "target": "slog_scope" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "4.1.1" + "edition": "2018" }, + "library_target_name": "slog_term", "license": "MPL-2.0 OR MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT", "MPL-2.0" ], - "license_file": "LICENSE-APACHE" - }, - "slog-term 2.9.1": { "name": "slog-term", - "version": "2.9.1", "package_url": "https://github.com/slog-rs/term", "repository": { "Http": { - "url": "https://static.crates.io/crates/slog-term/2.9.1/download", - "sha256": "b6e022d0b998abfe5c3782c1f03551a596269450ccd677ea51c56f8b214610e8" + "sha256": "b6e022d0b998abfe5c3782c1f03551a596269450ccd677ea51c56f8b214610e8", + "url": "https://static.crates.io/crates/slog-term/2.9.1/download" } }, "targets": [ { "Library": { "crate_name": "slog_term", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "slog_term", + "version": "2.9.1" + }, + "slotmap 1.0.7": { + "build_script_attrs": { + "deps": [ + { + "id": "version_check 0.9.4", + "target": "version_check" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "deps": { - "common": [ - { - "id": "is-terminal 0.4.9", - "target": "is_terminal" - }, - { - "id": "slog 2.7.0", - "target": "slog" - }, - { - "id": "term 0.7.0", - "target": "term" - }, - { - "id": "thread_local 1.1.7", - "target": "thread_local" - }, - { - "id": "time 0.3.47", - "target": "time" - } - ], - "selects": {} - }, "edition": "2018", - "version": "2.9.1" + "extra_deps": [ + ":build_script_build" + ] }, - "license": "MPL-2.0 OR MIT OR Apache-2.0", + "library_target_name": "slotmap", + "license": "Zlib", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT", - "MPL-2.0" + "Zlib" ], - "license_file": "LICENSE-APACHE" - }, - "slotmap 1.0.7": { "name": "slotmap", - "version": "1.0.7", "package_url": "https://github.com/orlp/slotmap", "repository": { "Http": { - "url": "https://static.crates.io/crates/slotmap/1.0.7/download", - "sha256": "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" + "sha256": "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a", + "url": "https://static.crates.io/crates/slotmap/1.0.7/download" } }, "targets": [ { "Library": { "crate_name": "slotmap", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "slotmap", + "version": "1.0.7" + }, + "smallvec 1.15.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "slotmap 1.0.7", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.7" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "const_generics", + "const_new", + "serde", + "union", + "write" ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + } ], - "deps": { - "common": [ - { - "id": "version_check 0.9.4", - "target": "version_check" - } - ], - "selects": {} - } + "edition": "2018" }, - "license": "Zlib", + "library_target_name": "smallvec", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "Zlib" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" - }, - "smallvec 1.15.1": { "name": "smallvec", - "version": "1.15.1", "package_url": "https://github.com/servo/rust-smallvec", "repository": { "Http": { - "url": "https://static.crates.io/crates/smallvec/1.15.1/download", - "sha256": "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" + "sha256": "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03", + "url": "https://static.crates.io/crates/smallvec/1.15.1/download" } }, "targets": [ { "Library": { "crate_name": "smallvec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "smallvec", + "version": "1.15.1" + }, + "smallvec-wrapper 0.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "const_generics", - "const_new", - "serde", - "union", - "write" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.15.1" + "deps": [ + { + "id": "either 1.18.0", + "target": "either" + }, + { + "id": "smallvec 1.15.1", + "target": "smallvec" + } + ], + "edition": "2021", + "proc_macro_deps": [ + { + "id": "paste 1.0.15", + "target": "paste" + } + ] }, + "library_target_name": "smallvec_wrapper", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "smallvec-wrapper 0.3.0": { "name": "smallvec-wrapper", - "version": "0.3.0", "package_url": "https://github.com/al8n/smallvec-wrapper", "repository": { "Http": { - "url": "https://static.crates.io/crates/smallvec-wrapper/0.3.0/download", - "sha256": "71a120c9f2941389140711334f4aec8f54544cffd18b86bc20eb1230cd73191b" + "sha256": "71a120c9f2941389140711334f4aec8f54544cffd18b86bc20eb1230cd73191b", + "url": "https://static.crates.io/crates/smallvec-wrapper/0.3.0/download" } }, "targets": [ { "Library": { "crate_name": "smallvec_wrapper", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "smallvec_wrapper", + "version": "0.3.0" + }, + "smart-default 0.7.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "either 1.18.0", - "target": "either" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "0.3.0" + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "smart_default", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "smart-default 0.7.1": { "name": "smart-default", - "version": "0.7.1", "package_url": "https://github.com/idanarye/rust-smart-default", "repository": { "Http": { - "url": "https://static.crates.io/crates/smart-default/0.7.1/download", - "sha256": "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1" + "sha256": "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1", + "url": "https://static.crates.io/crates/smart-default/0.7.1/download" } }, "targets": [ { "ProcMacro": { "crate_name": "smart_default", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "smart_default", + "version": "0.7.1" + }, + "smol_str 0.3.6": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.1" + "edition": "2024" }, - "license": "MIT", + "library_target_name": "smol_str", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "smol_str 0.3.6": { "name": "smol_str", - "version": "0.3.6", "package_url": "https://github.com/rust-lang/rust-analyzer/tree/master/lib/smol_str", "repository": { "Http": { - "url": "https://static.crates.io/crates/smol_str/0.3.6/download", - "sha256": "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523" + "sha256": "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523", + "url": "https://static.crates.io/crates/smol_str/0.3.6/download" } }, "targets": [ { "Library": { "crate_name": "smol_str", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "smol_str", + "version": "0.3.6" + }, + "snafu 0.8.5": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "rust_1_61", + "rust_1_65", + "std" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2024", - "version": "0.3.6" + "edition": "2018", + "proc_macro_deps": [ + { + "id": "snafu-derive 0.8.5", + "target": "snafu_derive" + } + ] }, + "library_target_name": "snafu", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "snafu 0.8.5": { "name": "snafu", - "version": "0.8.5", "package_url": "https://github.com/shepmaster/snafu", "repository": { "Http": { - "url": "https://static.crates.io/crates/snafu/0.8.5/download", - "sha256": "223891c85e2a29c3fe8fb900c1fae5e69c2e42415e3177752e8718475efa5019" + "sha256": "223891c85e2a29c3fe8fb900c1fae5e69c2e42415e3177752e8718475efa5019", + "url": "https://static.crates.io/crates/snafu/0.8.5/download" } }, "targets": [ { "Library": { "crate_name": "snafu", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "snafu", + "version": "0.8.5" + }, + "snafu-derive 0.8.5": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "rust_1_61" ], - "crate_features": { - "common": [ - "default", - "rust_1_61", - "rust_1_65", - "std" - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "snafu-derive 0.8.5", - "target": "snafu_derive" - } - ], - "selects": {} - }, - "version": "0.8.5" + "deps": [ + { + "id": "heck 0.5.0", + "target": "heck" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } + ], + "edition": "2018" }, + "library_target_name": "snafu_derive", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "snafu-derive 0.8.5": { "name": "snafu-derive", - "version": "0.8.5", "package_url": "https://github.com/shepmaster/snafu", "repository": { "Http": { - "url": "https://static.crates.io/crates/snafu-derive/0.8.5/download", - "sha256": "03c3c6b7927ffe7ecaa769ee0e3994da3b8cafc8f444578982c83ecb161af917" + "sha256": "03c3c6b7927ffe7ecaa769ee0e3994da3b8cafc8f444578982c83ecb161af917", + "url": "https://static.crates.io/crates/snafu-derive/0.8.5/download" } }, "targets": [ { "ProcMacro": { "crate_name": "snafu_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "snafu_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "rust_1_61" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "heck 0.5.0", - "target": "heck" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.8.5" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" + "version": "0.8.5" }, "socket2 0.4.9": { - "name": "socket2", - "version": "0.4.9", - "package_url": "https://github.com/rust-lang/socket2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/socket2/0.4.9/download", - "sha256": "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" - } - }, - "targets": [ - { - "Library": { - "crate_name": "socket2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "socket2", "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "all" ], - "crate_features": { - "common": [ - "all" - ], - "selects": {} - }, "deps": { "common": [], "selects": { @@ -72326,51 +55184,38 @@ ] } }, - "edition": "2018", - "version": "0.4.9" + "edition": "2018" }, + "library_target_name": "socket2", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "socket2 0.5.9": { "name": "socket2", - "version": "0.5.9", "package_url": "https://github.com/rust-lang/socket2", "repository": { "Http": { - "url": "https://static.crates.io/crates/socket2/0.5.9/download", - "sha256": "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef" + "sha256": "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662", + "url": "https://static.crates.io/crates/socket2/0.4.9/download" } }, "targets": [ { "Library": { "crate_name": "socket2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "socket2", + "version": "0.4.9" + }, + "socket2 0.5.9": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "all" ], - "crate_features": { - "common": [ - "all" - ], - "selects": {} - }, "deps": { "common": [], "selects": { @@ -72388,51 +55233,38 @@ ] } }, - "edition": "2021", - "version": "0.5.9" + "edition": "2021" }, + "library_target_name": "socket2", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "socket2 0.6.1": { "name": "socket2", - "version": "0.6.1", "package_url": "https://github.com/rust-lang/socket2", "repository": { "Http": { - "url": "https://static.crates.io/crates/socket2/0.6.1/download", - "sha256": "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" + "sha256": "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef", + "url": "https://static.crates.io/crates/socket2/0.5.9/download" } }, "targets": [ { "Library": { "crate_name": "socket2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "socket2", + "version": "0.5.9" + }, + "socket2 0.6.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "all" ], - "crate_features": { - "common": [ - "all" - ], - "selects": {} - }, "deps": { "common": [], "selects": { @@ -72450,412 +55282,308 @@ ] } }, - "edition": "2021", - "version": "0.6.1" + "edition": "2021" }, + "library_target_name": "socket2", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "socks5-impl 0.6.1": { - "name": "socks5-impl", - "version": "0.6.1", - "package_url": "https://github.com/ssrlive/socks5-impl", + "name": "socket2", + "package_url": "https://github.com/rust-lang/socket2", "repository": { "Http": { - "url": "https://static.crates.io/crates/socks5-impl/0.6.1/download", - "sha256": "16c081d915d229c8e86edd9bfc784fbbee0e9ae6f2a338d791b22c5ec45dc00f" + "sha256": "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881", + "url": "https://static.crates.io/crates/socket2/0.6.1/download" } }, "targets": [ { "Library": { - "crate_name": "socks5_impl", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "socket2", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "socks5_impl", + "version": "0.6.1" + }, + "socks5-impl 0.6.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "tokio" + ], + "deps": [ + { + "id": "as-any 0.3.2", + "target": "as_any" + }, + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "percent-encoding 2.3.1", + "target": "percent_encoding" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + } ], - "crate_features": { - "common": [ - "tokio" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "as-any 0.3.2", - "target": "as_any" - }, - { - "id": "byteorder 1.5.0", - "target": "byteorder" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "percent-encoding 2.3.1", - "target": "percent_encoding" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "selects": {} - }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.89", - "target": "async_trait" - } - ], - "selects": {} - }, - "version": "0.6.1" + "proc_macro_deps": [ + { + "id": "async-trait 0.1.89", + "target": "async_trait" + } + ] }, + "library_target_name": "socks5_impl", "license": "GPL-3.0-or-later", + "license_file": "LICENSE", "license_ids": [ "GPL-3.0" ], - "license_file": "LICENSE" - }, - "spin 0.9.8": { - "name": "spin", - "version": "0.9.8", - "package_url": "https://github.com/mvdnes/spin-rs.git", + "name": "socks5-impl", + "package_url": "https://github.com/ssrlive/socks5-impl", "repository": { "Http": { - "url": "https://static.crates.io/crates/spin/0.9.8/download", - "sha256": "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" + "sha256": "16c081d915d229c8e86edd9bfc784fbbee0e9ae6f2a338d791b22c5ec45dc00f", + "url": "https://static.crates.io/crates/socks5-impl/0.6.1/download" } }, "targets": [ { "Library": { - "crate_name": "spin", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "socks5_impl", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "spin", + "version": "0.6.1" + }, + "spin 0.9.8": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "barrier", + "default", + "lazy", + "lock_api", + "lock_api_crate", + "mutex", + "once", + "rwlock", + "spin_mutex" ], - "crate_features": { - "common": [ - "barrier", - "default", - "lazy", - "lock_api", - "lock_api_crate", - "mutex", - "once", - "rwlock", - "spin_mutex" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "lock_api 0.4.14", - "target": "lock_api", - "alias": "lock_api_crate" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.9.8" + "deps": [ + { + "alias": "lock_api_crate", + "id": "lock_api 0.4.14", + "target": "lock_api" + } + ], + "edition": "2015" }, + "library_target_name": "spin", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "spinning_top 0.3.0": { - "name": "spinning_top", - "version": "0.3.0", - "package_url": "https://github.com/rust-osdev/spinning_top", + "name": "spin", + "package_url": "https://github.com/mvdnes/spin-rs.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/spinning_top/0.3.0/download", - "sha256": "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300" + "sha256": "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67", + "url": "https://static.crates.io/crates/spin/0.9.8/download" } }, "targets": [ { "Library": { - "crate_name": "spinning_top", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "spin", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "spinning_top", + "version": "0.9.8" + }, + "spinning_top 0.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "lock_api 0.4.14", + "target": "lock_api" + } ], - "deps": { - "common": [ - { - "id": "lock_api 0.4.14", - "target": "lock_api" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.0" + "edition": "2018" }, + "library_target_name": "spinning_top", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "spki 0.7.3": { - "name": "spki", - "version": "0.7.3", - "package_url": "https://github.com/RustCrypto/formats/tree/master/spki", + "name": "spinning_top", + "package_url": "https://github.com/rust-osdev/spinning_top", "repository": { "Http": { - "url": "https://static.crates.io/crates/spki/0.7.3/download", - "sha256": "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" + "sha256": "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300", + "url": "https://static.crates.io/crates/spinning_top/0.3.0/download" } }, "targets": [ { "Library": { - "crate_name": "spki", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "spinning_top", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "spki", + "version": "0.3.0" + }, + "spki 0.7.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "pem", + "std" ], - "crate_features": { - "common": [ - "alloc", - "pem", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "der 0.7.7", - "target": "der" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.3" + "deps": [ + { + "id": "der 0.7.7", + "target": "der" + } + ], + "edition": "2021" }, + "library_target_name": "spki", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "ssh2 0.9.4": { - "name": "ssh2", - "version": "0.9.4", - "package_url": "https://github.com/alexcrichton/ssh2-rs", + "name": "spki", + "package_url": "https://github.com/RustCrypto/formats/tree/master/spki", "repository": { "Http": { - "url": "https://static.crates.io/crates/ssh2/0.9.4/download", - "sha256": "e7fe461910559f6d5604c3731d00d2aafc4a83d1665922e280f42f9a168d5455" + "sha256": "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d", + "url": "https://static.crates.io/crates/spki/0.7.3/download" } }, "targets": [ { "Library": { - "crate_name": "ssh2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "spki", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ssh2", + "version": "0.7.3" + }, + "ssh2 0.9.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "bitflags 1.3.2", + "target": "bitflags" + }, + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "id": "libssh2-sys 0.3.0", + "target": "libssh2_sys" + }, + { + "id": "parking_lot 0.11.2", + "target": "parking_lot" + } ], - "deps": { - "common": [ - { - "id": "bitflags 1.3.2", - "target": "bitflags" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "libssh2-sys 0.3.0", - "target": "libssh2_sys" - }, - { - "id": "parking_lot 0.11.2", - "target": "parking_lot" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.9.4" + "edition": "2015" }, + "library_target_name": "ssh2", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "stable_deref_trait 1.2.0": { - "name": "stable_deref_trait", - "version": "1.2.0", - "package_url": "https://github.com/storyyeller/stable_deref_trait", + "name": "ssh2", + "package_url": "https://github.com/alexcrichton/ssh2-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/stable_deref_trait/1.2.0/download", - "sha256": "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" + "sha256": "e7fe461910559f6d5604c3731d00d2aafc4a83d1665922e280f42f9a168d5455", + "url": "https://static.crates.io/crates/ssh2/0.9.4/download" } }, "targets": [ { "Library": { - "crate_name": "stable_deref_trait", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "ssh2", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "stable_deref_trait", + "version": "0.9.4" + }, + "stable_deref_trait 1.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "std" ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "1.2.0" + "edition": "2015" }, + "library_target_name": "stable_deref_trait", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "stacker 0.1.15": { - "name": "stacker", - "version": "0.1.15", - "package_url": "https://github.com/rust-lang/stacker", + "name": "stable_deref_trait", + "package_url": "https://github.com/storyyeller/stable_deref_trait", "repository": { "Http": { - "url": "https://static.crates.io/crates/stacker/0.1.15/download", - "sha256": "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce" + "sha256": "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3", + "url": "https://static.crates.io/crates/stable_deref_trait/1.2.0/download" } }, "targets": [ { "Library": { - "crate_name": "stacker", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "stable_deref_trait", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "stacker", + "version": "1.2.0" + }, + "stacker 0.1.15": { + "build_script_attrs": { + "deps": [ + { + "id": "cc 1.2.48", + "target": "cc" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [ { @@ -72869,10 +55597,6 @@ { "id": "psm 0.1.21", "target": "psm" - }, - { - "id": "stacker 0.1.15", - "target": "build_script_build" } ], "selects": { @@ -72885,1276 +55609,931 @@ } }, "edition": "2015", - "version": "0.1.15" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - } + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "stacker", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "static_assertions 1.1.0": { - "name": "static_assertions", - "version": "1.1.0", - "package_url": "https://github.com/nvzqz/static-assertions-rs", + "name": "stacker", + "package_url": "https://github.com/rust-lang/stacker", "repository": { "Http": { - "url": "https://static.crates.io/crates/static_assertions/1.1.0/download", - "sha256": "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" + "sha256": "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce", + "url": "https://static.crates.io/crates/stacker/0.1.15/download" } }, "targets": [ { "Library": { - "crate_name": "static_assertions", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "stacker", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "static_assertions", + "version": "0.1.15" + }, + "static_assertions 1.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "1.1.0" + "edition": "2015" }, + "library_target_name": "static_assertions", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "stop-token 0.7.0": { - "name": "stop-token", - "version": "0.7.0", - "package_url": "https://github.com/async-rs/stop-token", + "name": "static_assertions", + "package_url": "https://github.com/nvzqz/static-assertions-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/stop-token/0.7.0/download", - "sha256": "af91f480ee899ab2d9f8435bfdfc14d08a5754bd9d3fef1f1a1c23336aad6c8b" + "sha256": "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f", + "url": "https://static.crates.io/crates/static_assertions/1.1.0/download" } }, "targets": [ { "Library": { - "crate_name": "stop_token", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "static_assertions", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "stop_token", + "version": "1.1.0" + }, + "stop-token 0.7.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "async-channel 1.9.0", + "target": "async_channel" + }, + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + } ], - "deps": { - "common": [ - { - "id": "async-channel 1.9.0", - "target": "async_channel" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.7.0" + "edition": "2018" + }, + "library_target_name": "stop_token", + "license": "MIT OR Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], + "name": "stop-token", + "package_url": "https://github.com/async-rs/stop-token", + "repository": { + "Http": { + "sha256": "af91f480ee899ab2d9f8435bfdfc14d08a5754bd9d3fef1f1a1c23336aad6c8b", + "url": "https://static.crates.io/crates/stop-token/0.7.0/download" + } }, - "license": "MIT OR Apache-2.0", + "targets": [ + { + "Library": { + "crate_name": "stop_token", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.7.0" + }, + "str_stack 0.1.0": { + "common_attrs": { + "edition": "2015" + }, + "library_target_name": "str_stack", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "str_stack 0.1.0": { "name": "str_stack", - "version": "0.1.0", "package_url": "https://github.com/Stebalien/str_stack", "repository": { "Http": { - "url": "https://static.crates.io/crates/str_stack/0.1.0/download", - "sha256": "9091b6114800a5f2141aee1d1b9d6ca3592ac062dc5decb3764ec5895a47b4eb" + "sha256": "9091b6114800a5f2141aee1d1b9d6ca3592ac062dc5decb3764ec5895a47b4eb", + "url": "https://static.crates.io/crates/str_stack/0.1.0/download" } }, "targets": [ { "Library": { "crate_name": "str_stack", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "str_stack", + "version": "0.1.0" + }, + "strfmt 0.2.4": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.1.0" + "edition": "2015" }, - "license": "MIT/Apache-2.0", + "library_target_name": "strfmt", + "license": "MIT", + "license_file": "LICENSE.txt", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "strfmt 0.2.4": { "name": "strfmt", - "version": "0.2.4", "package_url": "https://github.com/vitiral/strfmt", "repository": { "Http": { - "url": "https://static.crates.io/crates/strfmt/0.2.4/download", - "sha256": "7a8348af2d9fc3258c8733b8d9d8db2e56f54b2363a4b5b81585c7875ed65e65" + "sha256": "7a8348af2d9fc3258c8733b8d9d8db2e56f54b2363a4b5b81585c7875ed65e65", + "url": "https://static.crates.io/crates/strfmt/0.2.4/download" } }, "targets": [ { "Library": { "crate_name": "strfmt", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "strfmt", + "version": "0.2.4" + }, + "string_cache 0.8.9": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "serde", + "serde_support" ], - "edition": "2015", - "version": "0.2.4" + "deps": [ + { + "id": "new_debug_unreachable 1.0.4", + "target": "debug_unreachable" + }, + { + "id": "parking_lot 0.12.5", + "target": "parking_lot" + }, + { + "id": "phf_shared 0.11.2", + "target": "phf_shared" + }, + { + "id": "precomputed-hash 0.1.1", + "target": "precomputed_hash" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2018" }, - "license": "MIT", + "library_target_name": "string_cache", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE.txt" - }, - "string_cache 0.8.9": { "name": "string_cache", - "version": "0.8.9", "package_url": "https://github.com/servo/string-cache", "repository": { "Http": { - "url": "https://static.crates.io/crates/string_cache/0.8.9/download", - "sha256": "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" + "sha256": "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f", + "url": "https://static.crates.io/crates/string_cache/0.8.9/download" } }, "targets": [ { "Library": { "crate_name": "string_cache", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "string_cache", + "version": "0.8.9" + }, + "string_cache_codegen 0.5.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "phf_generator 0.11.2", + "target": "phf_generator" + }, + { + "id": "phf_shared 0.11.2", + "target": "phf_shared" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + } ], - "crate_features": { - "common": [ - "default", - "serde", - "serde_support" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "new_debug_unreachable 1.0.4", - "target": "debug_unreachable" - }, - { - "id": "parking_lot 0.12.5", - "target": "parking_lot" - }, - { - "id": "phf_shared 0.11.2", - "target": "phf_shared" - }, - { - "id": "precomputed-hash 0.1.1", - "target": "precomputed_hash" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.8.9" + "edition": "2018" }, + "library_target_name": "string_cache_codegen", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "string_cache_codegen 0.5.4": { "name": "string_cache_codegen", - "version": "0.5.4", "package_url": "https://github.com/servo/string-cache", "repository": { "Http": { - "url": "https://static.crates.io/crates/string_cache_codegen/0.5.4/download", - "sha256": "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0" + "sha256": "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0", + "url": "https://static.crates.io/crates/string_cache_codegen/0.5.4/download" } }, "targets": [ { "Library": { "crate_name": "string_cache_codegen", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "lib.rs" } } ], - "library_target_name": "string_cache_codegen", + "version": "0.5.4" + }, + "strsim 0.11.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "phf_generator 0.11.2", - "target": "phf_generator" - }, - { - "id": "phf_shared 0.11.2", - "target": "phf_shared" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.4" + "edition": "2015" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "strsim", + "license": "MIT", + "license_file": "LICENSE", "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", "repository": { "Http": { - "url": "https://static.crates.io/crates/strsim/0.11.1/download", - "sha256": "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" + "sha256": "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f", + "url": "https://static.crates.io/crates/strsim/0.11.1/download" } }, "targets": [ { "Library": { "crate_name": "strsim", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "strsim", + "version": "0.11.1" + }, + "structmeta 0.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "edition": "2015", - "version": "0.11.1" + "edition": "2021", + "proc_macro_deps": [ + { + "id": "structmeta-derive 0.3.0", + "target": "structmeta_derive" + } + ] }, - "license": "MIT", + "library_target_name": "structmeta", + "license": "MIT OR Apache-2.0", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "structmeta 0.3.0": { "name": "structmeta", - "version": "0.3.0", "package_url": "https://github.com/frozenlib/structmeta", "repository": { "Http": { - "url": "https://static.crates.io/crates/structmeta/0.3.0/download", - "sha256": "2e1575d8d40908d70f6fd05537266b90ae71b15dbbe7a8b7dffa2b759306d329" + "sha256": "2e1575d8d40908d70f6fd05537266b90ae71b15dbbe7a8b7dffa2b759306d329", + "url": "https://static.crates.io/crates/structmeta/0.3.0/download" } }, "targets": [ { "Library": { "crate_name": "structmeta", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "structmeta", + "version": "0.3.0" + }, + "structmeta-derive 0.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "structmeta-derive 0.3.0", - "target": "structmeta_derive" - } - ], - "selects": {} - }, - "version": "0.3.0" + "edition": "2021" }, + "library_target_name": "structmeta_derive", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "structmeta-derive 0.3.0": { "name": "structmeta-derive", - "version": "0.3.0", "package_url": "https://github.com/frozenlib/structmeta", "repository": { "Http": { - "url": "https://static.crates.io/crates/structmeta-derive/0.3.0/download", - "sha256": "152a0b65a590ff6c3da95cabe2353ee04e6167c896b28e3b14478c2636c922fc" + "sha256": "152a0b65a590ff6c3da95cabe2353ee04e6167c896b28e3b14478c2636c922fc", + "url": "https://static.crates.io/crates/structmeta-derive/0.3.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "structmeta_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "structmeta_derive", + "version": "0.3.0" + }, + "strum 0.26.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "derive", + "std", + "strum_macros" ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.0" + "edition": "2018", + "proc_macro_deps": [ + { + "id": "strum_macros 0.26.4", + "target": "strum_macros" + } + ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "strum", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": null - }, - "strum 0.26.3": { "name": "strum", - "version": "0.26.3", "package_url": "https://github.com/Peternator7/strum", "repository": { "Http": { - "url": "https://static.crates.io/crates/strum/0.26.3/download", - "sha256": "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" + "sha256": "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06", + "url": "https://static.crates.io/crates/strum/0.26.3/download" } }, "targets": [ { "Library": { "crate_name": "strum", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "strum", + "version": "0.26.3" + }, + "strum 0.27.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "derive", + "std", + "strum_macros" ], - "crate_features": { - "common": [ - "default", - "derive", - "std", - "strum_macros" - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "strum_macros 0.26.4", - "target": "strum_macros" - } - ], - "selects": {} - }, - "version": "0.26.3" + "edition": "2021", + "proc_macro_deps": [ + { + "id": "strum_macros 0.27.1", + "target": "strum_macros" + } + ] }, + "library_target_name": "strum", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "strum 0.27.2": { "name": "strum", - "version": "0.27.2", "package_url": "https://github.com/Peternator7/strum", "repository": { "Http": { - "url": "https://static.crates.io/crates/strum/0.27.2/download", - "sha256": "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" + "sha256": "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf", + "url": "https://static.crates.io/crates/strum/0.27.2/download" } }, "targets": [ { "Library": { "crate_name": "strum", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "strum", + "version": "0.27.2" + }, + "strum 0.28.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "derive", + "std", + "strum_macros" ], - "crate_features": { - "common": [ - "default", - "derive", - "std", - "strum_macros" - ], - "selects": {} - }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "strum_macros 0.27.1", - "target": "strum_macros" - } - ], - "selects": {} - }, - "version": "0.27.2" + "proc_macro_deps": [ + { + "id": "strum_macros 0.28.0", + "target": "strum_macros" + } + ] }, + "library_target_name": "strum", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "strum 0.28.0": { "name": "strum", - "version": "0.28.0", "package_url": "https://github.com/Peternator7/strum", "repository": { "Http": { - "url": "https://static.crates.io/crates/strum/0.28.0/download", - "sha256": "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd" + "sha256": "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd", + "url": "https://static.crates.io/crates/strum/0.28.0/download" } }, "targets": [ { "Library": { "crate_name": "strum", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "strum", + "version": "0.28.0" + }, + "strum_macros 0.26.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "heck 0.5.0", + "target": "heck" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "crate_features": { - "common": [ - "default", - "derive", - "std", - "strum_macros" - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "strum_macros 0.28.0", - "target": "strum_macros" - } - ], - "selects": {} - }, - "version": "0.28.0" + "edition": "2018", + "proc_macro_deps": [ + { + "id": "rustversion 1.0.14", + "target": "rustversion" + } + ] }, + "library_target_name": "strum_macros", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "strum_macros 0.26.4": { "name": "strum_macros", - "version": "0.26.4", "package_url": "https://github.com/Peternator7/strum", "repository": { "Http": { - "url": "https://static.crates.io/crates/strum_macros/0.26.4/download", - "sha256": "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" + "sha256": "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be", + "url": "https://static.crates.io/crates/strum_macros/0.26.4/download" } }, "targets": [ { "ProcMacro": { "crate_name": "strum_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "strum_macros", + "version": "0.26.4" + }, + "strum_macros 0.27.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "heck 0.5.0", + "target": "heck" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "heck 0.5.0", - "target": "heck" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "rustversion 1.0.14", - "target": "rustversion" - } - ], - "selects": {} - }, - "version": "0.26.4" + "edition": "2021", + "proc_macro_deps": [ + { + "id": "rustversion 1.0.14", + "target": "rustversion" + } + ] }, + "library_target_name": "strum_macros", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "strum_macros 0.27.1": { "name": "strum_macros", - "version": "0.27.1", "package_url": "https://github.com/Peternator7/strum", "repository": { "Http": { - "url": "https://static.crates.io/crates/strum_macros/0.27.1/download", - "sha256": "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8" + "sha256": "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8", + "url": "https://static.crates.io/crates/strum_macros/0.27.1/download" } }, "targets": [ { "ProcMacro": { "crate_name": "strum_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "strum_macros", + "version": "0.27.1" + }, + "strum_macros 0.28.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "heck 0.5.0", + "target": "heck" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "heck 0.5.0", - "target": "heck" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "rustversion 1.0.14", - "target": "rustversion" - } - ], - "selects": {} - }, - "version": "0.27.1" + "edition": "2021" }, + "library_target_name": "strum_macros", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "strum_macros 0.28.0": { "name": "strum_macros", - "version": "0.28.0", "package_url": "https://github.com/Peternator7/strum", "repository": { "Http": { - "url": "https://static.crates.io/crates/strum_macros/0.28.0/download", - "sha256": "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664" + "sha256": "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664", + "url": "https://static.crates.io/crates/strum_macros/0.28.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "strum_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "strum_macros", + "version": "0.28.0" + }, + "stubborn-io 0.3.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "rand 0.8.6", + "target": "rand" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + } ], - "deps": { - "common": [ - { - "id": "heck 0.5.0", - "target": "heck" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.28.0" + "edition": "2021" }, + "library_target_name": "stubborn_io", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "stubborn-io 0.3.2": { "name": "stubborn-io", - "version": "0.3.2", "package_url": "https://github.com/craftytrickster/stubborn-io", "repository": { "Http": { - "url": "https://static.crates.io/crates/stubborn-io/0.3.2/download", - "sha256": "b261fbca19f25e0ac726f6efb3c3f53949e18ba4b126c16f8ca625730daa1a9c" + "sha256": "b261fbca19f25e0ac726f6efb3c3f53949e18ba4b126c16f8ca625730daa1a9c", + "url": "https://static.crates.io/crates/stubborn-io/0.3.2/download" } }, "targets": [ { "Library": { "crate_name": "stubborn_io", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "stubborn_io", + "version": "0.3.2" + }, + "subtle 2.6.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "i128", + "std" ], - "deps": { - "common": [ - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "rand 0.8.6", - "target": "rand" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.2" + "edition": "2018" }, - "license": "MIT", + "library_target_name": "subtle", + "license": "BSD-3-Clause", + "license_file": "LICENSE", "license_ids": [ - "MIT" + "BSD-3-Clause" ], - "license_file": "LICENSE" - }, - "subtle 2.6.1": { "name": "subtle", - "version": "2.6.1", "package_url": "https://github.com/dalek-cryptography/subtle", "repository": { "Http": { - "url": "https://static.crates.io/crates/subtle/2.6.1/download", - "sha256": "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" + "sha256": "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292", + "url": "https://static.crates.io/crates/subtle/2.6.1/download" } }, "targets": [ { "Library": { "crate_name": "subtle", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "subtle", + "version": "2.6.1" + }, + "subtle-ng 2.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "i128", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "2.6.1" + "edition": "2015" }, + "library_target_name": "subtle_ng", "license": "BSD-3-Clause", + "license_file": "LICENSE", "license_ids": [ "BSD-3-Clause" ], - "license_file": "LICENSE" - }, - "subtle-ng 2.5.0": { "name": "subtle-ng", - "version": "2.5.0", "package_url": "https://github.com/dalek-cryptography/subtle", "repository": { "Http": { - "url": "https://static.crates.io/crates/subtle-ng/2.5.0/download", - "sha256": "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142" + "sha256": "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142", + "url": "https://static.crates.io/crates/subtle-ng/2.5.0/download" } }, "targets": [ { "Library": { "crate_name": "subtle_ng", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "subtle_ng", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "2.5.0" - }, - "license": "BSD-3-Clause", - "license_ids": [ - "BSD-3-Clause" - ], - "license_file": "LICENSE" + "version": "2.5.0" }, "symbolic-common 12.4.0": { - "name": "symbolic-common", - "version": "12.4.0", - "package_url": "https://github.com/getsentry/symbolic", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/symbolic-common/12.4.0/download", - "sha256": "9e0e9bc48b3852f36a84f8d0da275d50cb3c2b88b59b9ec35fdd8b7fa239e37d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "symbolic_common", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "symbolic_common", "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "debugid 0.8.0", + "target": "debugid" + }, + { + "id": "memmap2 0.5.10", + "target": "memmap2" + }, + { + "id": "stable_deref_trait 1.2.0", + "target": "stable_deref_trait" + }, + { + "id": "uuid 1.12.1", + "target": "uuid" + } ], - "deps": { - "common": [ - { - "id": "debugid 0.8.0", - "target": "debugid" - }, - { - "id": "memmap2 0.5.10", - "target": "memmap2" - }, - { - "id": "stable_deref_trait 1.2.0", - "target": "stable_deref_trait" - }, - { - "id": "uuid 1.12.1", - "target": "uuid" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "12.4.0" + "edition": "2021" }, + "library_target_name": "symbolic_common", "license": "MIT", "license_ids": [ "MIT" ], - "license_file": null - }, - "symbolic-demangle 12.4.0": { - "name": "symbolic-demangle", - "version": "12.4.0", + "name": "symbolic-common", "package_url": "https://github.com/getsentry/symbolic", "repository": { "Http": { - "url": "https://static.crates.io/crates/symbolic-demangle/12.4.0/download", - "sha256": "691e53bdc0702aba3a5abc2cffff89346fcbd4050748883c7e2f714b33a69045" + "sha256": "9e0e9bc48b3852f36a84f8d0da275d50cb3c2b88b59b9ec35fdd8b7fa239e37d", + "url": "https://static.crates.io/crates/symbolic-common/12.4.0/download" } }, "targets": [ { "Library": { - "crate_name": "symbolic_demangle", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "symbolic_common", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "symbolic_demangle", + "version": "12.4.0" + }, + "symbolic-demangle 12.4.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "rust", - "rustc-demangle" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "rustc-demangle 0.1.26", - "target": "rustc_demangle" - }, - { - "id": "symbolic-common 12.4.0", - "target": "symbolic_common" - }, - { - "id": "symbolic-demangle 12.4.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "12.4.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "rust", + "rustc-demangle" ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "rustc-demangle 0.1.26", + "target": "rustc_demangle" + }, + { + "id": "symbolic-common 12.4.0", + "target": "symbolic_common" + } ], - "data_glob": [ - "**" + "edition": "2021", + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "symbolic_demangle", "license": "MIT", "license_ids": [ "MIT" ], - "license_file": null - }, - "syn 1.0.109": { - "name": "syn", - "version": "1.0.109", - "package_url": "https://github.com/dtolnay/syn", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/syn/1.0.109/download", - "sha256": "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" - } - }, - "targets": [ - { - "Library": { - "crate_name": "syn", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "syn", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "clone-impls", - "default", - "derive", - "extra-traits", - "fold", - "full", - "parsing", - "printing", - "proc-macro", - "quote", - "visit" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "build_script_build" - }, - { - "id": "unicode-ident 1.0.22", - "target": "unicode_ident" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.109" + "name": "symbolic-demangle", + "package_url": "https://github.com/getsentry/symbolic", + "repository": { + "Http": { + "sha256": "691e53bdc0702aba3a5abc2cffff89346fcbd4050748883c7e2f714b33a69045", + "url": "https://static.crates.io/crates/symbolic-demangle/12.4.0/download" + } }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "targets": [ + { + "Library": { + "crate_name": "symbolic_demangle", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" + } + } + ], + "version": "12.4.0" + }, + "syn 1.0.109": { + "build_script_attrs": {}, + "common_attrs": { + "crate_features": [ + "clone-impls", + "default", + "derive", + "extra-traits", + "fold", + "full", + "parsing", + "printing", + "proc-macro", + "quote", + "visit" + ], + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "unicode-ident 1.0.22", + "target": "unicode_ident" + } ], - "data_glob": [ - "**" + "edition": "2018", + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "syn", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "syn 2.0.119": { "name": "syn", - "version": "2.0.119", "package_url": "https://github.com/dtolnay/syn", "repository": { "Http": { - "url": "https://static.crates.io/crates/syn/2.0.119/download", - "sha256": "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297" + "sha256": "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237", + "url": "https://static.crates.io/crates/syn/1.0.109/download" } }, "targets": [ { "Library": { "crate_name": "syn", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "syn", + "version": "1.0.109" + }, + "syn 2.0.119": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "crate_features": { "common": [ "clone-impls", @@ -74183,423 +56562,303 @@ ] } }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "unicode-ident 1.0.22", - "target": "unicode_ident" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.0.119" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "unicode-ident 1.0.22", + "target": "unicode_ident" + } + ], + "edition": "2021" }, + "library_target_name": "syn", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "syn-solidity 1.7.1": { - "name": "syn-solidity", - "version": "1.7.1", - "package_url": "https://github.com/alloy-rs/core", + "name": "syn", + "package_url": "https://github.com/dtolnay/syn", "repository": { "Http": { - "url": "https://static.crates.io/crates/syn-solidity/1.7.1/download", - "sha256": "e452eb8cb83fc8b81597eb07c8d39f770d04905af9c5bffce8bea7213df29960" + "sha256": "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297", + "url": "https://static.crates.io/crates/syn/2.0.119/download" } }, "targets": [ { "Library": { - "crate_name": "syn_solidity", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "syn", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "syn_solidity", + "version": "2.0.119" + }, + "syn-solidity 1.7.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "visit", + "visit-mut" + ], + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "crate_features": { - "common": [ - "visit", - "visit-mut" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "1.7.1" + "proc_macro_deps": [ + { + "id": "paste 1.0.15", + "target": "paste" + } + ] }, + "library_target_name": "syn_solidity", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "sync_wrapper 1.0.2": { - "name": "sync_wrapper", - "version": "1.0.2", - "package_url": "https://github.com/Actyx/sync_wrapper", + "name": "syn-solidity", + "package_url": "https://github.com/alloy-rs/core", "repository": { "Http": { - "url": "https://static.crates.io/crates/sync_wrapper/1.0.2/download", - "sha256": "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" + "sha256": "e452eb8cb83fc8b81597eb07c8d39f770d04905af9c5bffce8bea7213df29960", + "url": "https://static.crates.io/crates/syn-solidity/1.7.1/download" } }, "targets": [ { "Library": { - "crate_name": "sync_wrapper", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "syn_solidity", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "sync_wrapper", + "version": "1.7.1" + }, + "sync_wrapper 1.0.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "futures", + "futures-core" ], - "crate_features": { - "common": [ - "futures", - "futures-core" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-core 0.3.31", - "target": "futures_core" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.2" + "deps": [ + { + "id": "futures-core 0.3.31", + "target": "futures_core" + } + ], + "edition": "2021" }, + "library_target_name": "sync_wrapper", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "synstructure 0.13.1": { - "name": "synstructure", - "version": "0.13.1", - "package_url": "https://github.com/mystor/synstructure", + "name": "sync_wrapper", + "package_url": "https://github.com/Actyx/sync_wrapper", "repository": { "Http": { - "url": "https://static.crates.io/crates/synstructure/0.13.1/download", - "sha256": "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" + "sha256": "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263", + "url": "https://static.crates.io/crates/sync_wrapper/1.0.2/download" } }, "targets": [ { "Library": { - "crate_name": "synstructure", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "sync_wrapper", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "synstructure", + "version": "1.0.2" + }, + "synstructure 0.13.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "proc-macro" ], - "crate_features": { - "common": [ - "default", - "proc-macro" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.13.1" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } + ], + "edition": "2018" }, + "library_target_name": "synstructure", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "sys-mount 3.0.1": { - "name": "sys-mount", - "version": "3.0.1", - "package_url": "https://github.com/pop-os/sys-mount", + "name": "synstructure", + "package_url": "https://github.com/mystor/synstructure", "repository": { "Http": { - "url": "https://static.crates.io/crates/sys-mount/3.0.1/download", - "sha256": "a6acb8bb63826062d5a44b68298cf2e25b84bc151bc0c31c35a83b61f818682a" + "sha256": "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971", + "url": "https://static.crates.io/crates/synstructure/0.13.1/download" } }, "targets": [ { "Library": { - "crate_name": "sys_mount", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "synstructure", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "sys_mount", + "version": "0.13.1" + }, + "sys-mount 3.0.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "loop", + "loopdev" + ], + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "id": "loopdev-3 0.5.1", + "target": "loopdev" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + }, + { + "id": "tracing 0.1.44", + "target": "tracing" + } ], - "crate_features": { - "common": [ - "default", - "loop", - "loopdev" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "loopdev-3 0.5.1", - "target": "loopdev" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "smart-default 0.7.1", - "target": "smart_default" - } - ], - "selects": {} - }, - "version": "3.0.1" + "proc_macro_deps": [ + { + "id": "smart-default 0.7.1", + "target": "smart_default" + } + ] }, + "library_target_name": "sys_mount", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "syscalls 0.6.18": { - "name": "syscalls", - "version": "0.6.18", - "package_url": "https://github.com/jasonwhite/syscalls", + "name": "sys-mount", + "package_url": "https://github.com/pop-os/sys-mount", "repository": { "Http": { - "url": "https://static.crates.io/crates/syscalls/0.6.18/download", - "sha256": "43d0e35dc7d73976a53c7e6d7d177ef804a0c0ee774ec77bcc520c2216fd7cbe" + "sha256": "a6acb8bb63826062d5a44b68298cf2e25b84bc151bc0c31c35a83b61f818682a", + "url": "https://static.crates.io/crates/sys-mount/3.0.1/download" } }, "targets": [ { "Library": { - "crate_name": "syscalls", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "sys_mount", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "syscalls", + "version": "3.0.1" + }, + "syscalls 0.6.18": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "serde", + "serde_repr", + "std" ], - "crate_features": { - "common": [ - "default", - "serde", - "serde_repr", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "syscalls 0.6.18", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "serde_repr 0.1.19", - "target": "serde_repr" - } - ], - "selects": {} - }, - "version": "0.6.18" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + } ], - "compile_data_glob_excludes": [ - "**/*.rs" + "edition": "2021", + "extra_deps": [ + ":build_script_build" ], - "data_glob": [ - "**" + "proc_macro_deps": [ + { + "id": "serde_repr 0.1.19", + "target": "serde_repr" + } ] }, + "library_target_name": "syscalls", "license": "BSD-2-Clause", + "license_file": "LICENSE", "license_ids": [ "BSD-2-Clause" ], - "license_file": "LICENSE" - }, - "sysinfo 0.37.2": { - "name": "sysinfo", - "version": "0.37.2", - "package_url": "https://github.com/GuillaumeGomez/sysinfo", + "name": "syscalls", + "package_url": "https://github.com/jasonwhite/syscalls", "repository": { "Http": { - "url": "https://static.crates.io/crates/sysinfo/0.37.2/download", - "sha256": "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f" + "sha256": "43d0e35dc7d73976a53c7e6d7d177ef804a0c0ee774ec77bcc520c2216fd7cbe", + "url": "https://static.crates.io/crates/syscalls/0.6.18/download" } }, "targets": [ { "Library": { - "crate_name": "sysinfo", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "syscalls", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "sysinfo", + "version": "0.6.18" + }, + "sysinfo 0.37.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "crate_features": { "common": [ "component", @@ -74655,179 +56914,126 @@ ] } }, - "edition": "2024", - "version": "0.37.2" + "edition": "2024" }, + "library_target_name": "sysinfo", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "system-configuration 0.7.0": { - "name": "system-configuration", - "version": "0.7.0", - "package_url": "https://github.com/mullvad/system-configuration-rs", + "name": "sysinfo", + "package_url": "https://github.com/GuillaumeGomez/sysinfo", "repository": { "Http": { - "url": "https://static.crates.io/crates/system-configuration/0.7.0/download", - "sha256": "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" + "sha256": "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f", + "url": "https://static.crates.io/crates/sysinfo/0.37.2/download" } }, "targets": [ { "Library": { - "crate_name": "system_configuration", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "sysinfo", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "system_configuration", + "version": "0.37.2" + }, + "system-configuration 0.7.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "core-foundation 0.9.4", + "target": "core_foundation" + }, + { + "id": "system-configuration-sys 0.6.0", + "target": "system_configuration_sys" + } ], - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "core-foundation 0.9.4", - "target": "core_foundation" - }, - { - "id": "system-configuration-sys 0.6.0", - "target": "system_configuration_sys" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.0" + "edition": "2021" }, + "library_target_name": "system_configuration", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "system-configuration-sys 0.6.0": { - "name": "system-configuration-sys", - "version": "0.6.0", + "name": "system-configuration", "package_url": "https://github.com/mullvad/system-configuration-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/system-configuration-sys/0.6.0/download", - "sha256": "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" + "sha256": "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b", + "url": "https://static.crates.io/crates/system-configuration/0.7.0/download" } }, "targets": [ { "Library": { - "crate_name": "system_configuration_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "system_configuration", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "system_configuration_sys", + "version": "0.7.0" + }, + "system-configuration-sys 0.6.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "core-foundation-sys 0.8.7", + "target": "core_foundation_sys" + }, + { + "id": "libc 0.2.186", + "target": "libc" + } ], - "deps": { - "common": [ - { - "id": "core-foundation-sys 0.8.7", - "target": "core_foundation_sys" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "system-configuration-sys 0.6.0", - "target": "build_script_build" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.6.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "system_configuration_sys", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "systemstat 0.2.3": { - "name": "systemstat", - "version": "0.2.3", - "package_url": "https://github.com/valpackett/systemstat", + "name": "system-configuration-sys", + "package_url": "https://github.com/mullvad/system-configuration-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/systemstat/0.2.3/download", - "sha256": "a24aec24a9312c83999a28e3ef9db7e2afd5c64bf47725b758cdc1cafd5b0bd2" + "sha256": "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4", + "url": "https://static.crates.io/crates/system-configuration-sys/0.6.0/download" } }, "targets": [ { "Library": { - "crate_name": "systemstat", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "system_configuration_sys", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "systemstat", + "version": "0.6.0" + }, + "systemstat 0.2.3": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [ { @@ -74862,301 +57068,225 @@ ] } }, - "edition": "2018", - "version": "0.2.3" + "edition": "2018" }, + "library_target_name": "systemstat", "license": "Unlicense", "license_ids": [ "Unlicense" ], - "license_file": null - }, - "tabled 0.20.0": { - "name": "tabled", - "version": "0.20.0", - "package_url": "https://github.com/zhiburt/tabled", + "name": "systemstat", + "package_url": "https://github.com/valpackett/systemstat", "repository": { "Http": { - "url": "https://static.crates.io/crates/tabled/0.20.0/download", - "sha256": "e39a2ee1fbcd360805a771e1b300f78cc88fec7b8d3e2f71cd37bbf23e725c7d" + "sha256": "a24aec24a9312c83999a28e3ef9db7e2afd5c64bf47725b758cdc1cafd5b0bd2", + "url": "https://static.crates.io/crates/systemstat/0.2.3/download" } }, "targets": [ { "Library": { - "crate_name": "tabled", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "systemstat", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tabled", + "version": "0.2.3" + }, + "tabled 0.20.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "assert", + "default", + "derive", + "macros", + "std", + "tabled_derive", + "testing_table" + ], + "deps": [ + { + "id": "papergrid 0.17.0", + "target": "papergrid" + }, + { + "id": "testing_table 0.3.0", + "target": "testing_table" + } ], - "crate_features": { - "common": [ - "assert", - "default", - "derive", - "macros", - "std", - "tabled_derive", - "testing_table" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "papergrid 0.17.0", - "target": "papergrid" - }, - { - "id": "testing_table 0.3.0", - "target": "testing_table" - } - ], - "selects": {} - }, "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "tabled_derive 0.11.0", - "target": "tabled_derive" - } - ], - "selects": {} - }, - "version": "0.20.0" + "proc_macro_deps": [ + { + "id": "tabled_derive 0.11.0", + "target": "tabled_derive" + } + ] }, + "library_target_name": "tabled", "license": "MIT", + "license_file": "LICENSE-MIT", "license_ids": [ "MIT" ], - "license_file": "LICENSE-MIT" - }, - "tabled_derive 0.11.0": { - "name": "tabled_derive", - "version": "0.11.0", + "name": "tabled", "package_url": "https://github.com/zhiburt/tabled", "repository": { "Http": { - "url": "https://static.crates.io/crates/tabled_derive/0.11.0/download", - "sha256": "0ea5d1b13ca6cff1f9231ffd62f15eefd72543dab5e468735f1a456728a02846" + "sha256": "e39a2ee1fbcd360805a771e1b300f78cc88fec7b8d3e2f71cd37bbf23e725c7d", + "url": "https://static.crates.io/crates/tabled/0.20.0/download" } }, "targets": [ { - "ProcMacro": { - "crate_name": "tabled_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "Library": { + "crate_name": "tabled", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tabled_derive", + "version": "0.20.0" + }, + "tabled_derive 0.11.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "heck 0.5.0", + "target": "heck" + }, + { + "id": "proc-macro-error2 2.0.1", + "target": "proc_macro_error2" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "heck 0.5.0", - "target": "heck" - }, - { - "id": "proc-macro-error2 2.0.1", - "target": "proc_macro_error2" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.11.0" + "edition": "2018" }, + "library_target_name": "tabled_derive", "license": "MIT", + "license_file": "LICENSE-MIT", "license_ids": [ "MIT" ], - "license_file": "LICENSE-MIT" - }, - "tagptr 0.2.0": { - "name": "tagptr", - "version": "0.2.0", - "package_url": "https://github.com/oliver-giersch/tagptr.git", + "name": "tabled_derive", + "package_url": "https://github.com/zhiburt/tabled", "repository": { "Http": { - "url": "https://static.crates.io/crates/tagptr/0.2.0/download", - "sha256": "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" + "sha256": "0ea5d1b13ca6cff1f9231ffd62f15eefd72543dab5e468735f1a456728a02846", + "url": "https://static.crates.io/crates/tabled_derive/0.11.0/download" } }, "targets": [ { - "Library": { - "crate_name": "tagptr", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "ProcMacro": { + "crate_name": "tabled_derive", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tagptr", + "version": "0.11.0" + }, + "tagptr 0.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.2.0" + "edition": "2018" }, + "library_target_name": "tagptr", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "take_mut 0.2.2": { - "name": "take_mut", - "version": "0.2.2", - "package_url": "https://github.com/Sgeo/take_mut", + "name": "tagptr", + "package_url": "https://github.com/oliver-giersch/tagptr.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/take_mut/0.2.2/download", - "sha256": "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" + "sha256": "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417", + "url": "https://static.crates.io/crates/tagptr/0.2.0/download" } }, "targets": [ { "Library": { - "crate_name": "take_mut", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "tagptr", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "take_mut", + "version": "0.2.0" + }, + "take_mut 0.2.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.2.2" + "edition": "2015" }, + "library_target_name": "take_mut", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "tap 1.0.1": { - "name": "tap", - "version": "1.0.1", - "package_url": "https://github.com/myrrlyn/tap", + "name": "take_mut", + "package_url": "https://github.com/Sgeo/take_mut", "repository": { "Http": { - "url": "https://static.crates.io/crates/tap/1.0.1/download", - "sha256": "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" + "sha256": "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60", + "url": "https://static.crates.io/crates/take_mut/0.2.2/download" } }, "targets": [ { "Library": { - "crate_name": "tap", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "take_mut", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tap", + "version": "0.2.2" + }, + "tap 1.0.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "1.0.1" + "edition": "2015" }, + "library_target_name": "tap", "license": "MIT", + "license_file": "LICENSE.txt", "license_ids": [ "MIT" ], - "license_file": "LICENSE.txt" - }, - "tar 0.4.46": { - "name": "tar", - "version": "0.4.46", - "package_url": "https://github.com/composefs/tar-rs", + "name": "tap", + "package_url": "https://github.com/myrrlyn/tap", "repository": { "Http": { - "url": "https://static.crates.io/crates/tar/0.4.46/download", - "sha256": "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840" + "sha256": "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369", + "url": "https://static.crates.io/crates/tap/1.0.1/download" } }, "targets": [ { "Library": { - "crate_name": "tar", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "tap", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tar", + "version": "1.0.1" + }, + "tar 0.4.46": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "xattr" ], - "crate_features": { - "common": [ - "default", - "xattr" - ], - "selects": {} - }, "deps": { "common": [ { @@ -75197,102 +57327,169 @@ ] } }, - "edition": "2021", - "version": "0.4.46" + "edition": "2021" }, + "library_target_name": "tar", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" + "name": "tar", + "package_url": "https://github.com/composefs/tar-rs", + "repository": { + "Http": { + "sha256": "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840", + "url": "https://static.crates.io/crates/tar/0.4.46/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tar", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.4.46" }, "target-lexicon 0.13.5": { + "build_script_attrs": {}, + "common_attrs": { + "crate_features": [ + "default" + ], + "edition": "2018", + "extra_deps": [ + ":build_script_build" + ] + }, + "library_target_name": "target_lexicon", + "license": "Apache-2.0 WITH LLVM-exception", + "license_file": "LICENSE", + "license_ids": [ + "Apache-2.0" + ], "name": "target-lexicon", - "version": "0.13.5", "package_url": "https://github.com/bytecodealliance/target-lexicon", "repository": { "Http": { - "url": "https://static.crates.io/crates/target-lexicon/0.13.5/download", - "sha256": "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca" + "sha256": "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca", + "url": "https://static.crates.io/crates/target-lexicon/0.13.5/download" } }, "targets": [ { "Library": { "crate_name": "target_lexicon", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "target_lexicon", + "version": "0.13.5" + }, + "tarpc 0.37.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "target-lexicon 0.13.5", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.13.5" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "crate_features": [ + "default", + "full", + "serde", + "serde-transport", + "serde-transport-bincode", + "serde-transport-json", + "serde1", + "tcp", + "tokio-serde", + "tokio1", + "unix" + ], + "deps": [ + { + "id": "fnv 1.0.7", + "target": "fnv" + }, + { + "id": "futures 0.3.31", + "target": "futures" + }, + { + "id": "humantime 2.4.0", + "target": "humantime" + }, + { + "id": "opentelemetry 0.32.0", + "target": "opentelemetry" + }, + { + "id": "pin-project 1.1.2", + "target": "pin_project" + }, + { + "id": "rand 0.9.4", + "target": "rand" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "id": "tokio-serde 0.9.0", + "target": "tokio_serde" + }, + { + "id": "tokio-util 0.7.17", + "target": "tokio_util" + }, + { + "id": "tracing 0.1.44", + "target": "tracing" + }, + { + "id": "tracing-opentelemetry 0.33.0", + "target": "tracing_opentelemetry" + } ], - "data_glob": [ - "**" + "edition": "2024", + "proc_macro_deps": [ + { + "id": "tarpc-plugins 0.14.1", + "target": "tarpc_plugins" + } ] }, - "license": "Apache-2.0 WITH LLVM-exception", + "library_target_name": "tarpc", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0" + "MIT" ], - "license_file": "LICENSE" - }, - "tarpc 0.37.0": { "name": "tarpc", - "version": "0.37.0", "package_url": "https://github.com/google/tarpc", "repository": { "Git": { - "remote": "https://github.com/dfinity/tarpc", "commitish": { "Rev": "cddf1c64011d00f36016146e8447bef99531030c" }, + "remote": "https://github.com/dfinity/tarpc", "strip_prefix": "tarpc" } }, @@ -75300,126 +57497,47 @@ { "Library": { "crate_name": "tarpc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tarpc", + "version": "0.37.0" + }, + "tarpc-plugins 0.14.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "serde1" ], - "crate_features": { - "common": [ - "default", - "full", - "serde", - "serde-transport", - "serde-transport-bincode", - "serde-transport-json", - "serde1", - "tcp", - "tokio-serde", - "tokio1", - "unix" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "fnv 1.0.7", - "target": "fnv" - }, - { - "id": "futures 0.3.31", - "target": "futures" - }, - { - "id": "humantime 2.4.0", - "target": "humantime" - }, - { - "id": "opentelemetry 0.32.0", - "target": "opentelemetry" - }, - { - "id": "pin-project 1.1.2", - "target": "pin_project" - }, - { - "id": "rand 0.9.4", - "target": "rand" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "static_assertions 1.1.0", - "target": "static_assertions" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-serde 0.9.0", - "target": "tokio_serde" - }, - { - "id": "tokio-util 0.7.17", - "target": "tokio_util" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - }, - { - "id": "tracing-opentelemetry 0.33.0", - "target": "tracing_opentelemetry" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "tarpc-plugins 0.14.1", - "target": "tarpc_plugins" - } - ], - "selects": {} - }, - "version": "0.37.0" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } + ], + "edition": "2024" }, + "library_target_name": "tarpc_plugins", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "tarpc-plugins 0.14.1": { "name": "tarpc-plugins", - "version": "0.14.1", "package_url": "https://github.com/google/tarpc", "repository": { "Git": { - "remote": "https://github.com/dfinity/tarpc", "commitish": { "Rev": "cddf1c64011d00f36016146e8447bef99531030c" }, + "remote": "https://github.com/dfinity/tarpc", "strip_prefix": "plugins" } }, @@ -75427,89 +57545,18 @@ { "ProcMacro": { "crate_name": "tarpc_plugins", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tarpc_plugins", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "serde1" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.14.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" + "version": "0.14.1" }, "tempfile 3.23.0": { - "name": "tempfile", - "version": "3.23.0", - "package_url": "https://github.com/Stebalien/tempfile", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tempfile/3.23.0/download", - "sha256": "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tempfile", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tempfile", "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "getrandom" ], - "crate_features": { - "common": [ - "default", - "getrandom" - ], - "selects": {} - }, "deps": { "common": [ { @@ -75560,107 +57607,81 @@ ] } }, - "edition": "2021", - "version": "3.23.0" + "edition": "2021" }, + "library_target_name": "tempfile", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "tendril 0.4.3": { - "name": "tendril", - "version": "0.4.3", - "package_url": "https://github.com/servo/tendril", + "name": "tempfile", + "package_url": "https://github.com/Stebalien/tempfile", "repository": { "Http": { - "url": "https://static.crates.io/crates/tendril/0.4.3/download", - "sha256": "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" + "sha256": "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16", + "url": "https://static.crates.io/crates/tempfile/3.23.0/download" } }, "targets": [ { "Library": { - "crate_name": "tendril", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "tempfile", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tendril", + "version": "3.23.0" + }, + "tendril 0.4.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "futf 0.1.5", + "target": "futf" + }, + { + "id": "mac 0.1.1", + "target": "mac" + }, + { + "id": "utf-8 0.7.6", + "target": "utf8" + } ], - "deps": { - "common": [ - { - "id": "futf 0.1.5", - "target": "futf" - }, - { - "id": "mac 0.1.1", - "target": "mac" - }, - { - "id": "utf-8 0.7.6", - "target": "utf8" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.4.3" + "edition": "2015" }, + "library_target_name": "tendril", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "term 0.7.0": { - "name": "term", - "version": "0.7.0", - "package_url": "https://github.com/Stebalien/term", + "name": "tendril", + "package_url": "https://github.com/servo/tendril", "repository": { "Http": { - "url": "https://static.crates.io/crates/term/0.7.0/download", - "sha256": "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" + "sha256": "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0", + "url": "https://static.crates.io/crates/tendril/0.4.3/download" } }, "targets": [ { "Library": { - "crate_name": "term", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "tendril", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "term", + "version": "0.4.3" + }, + "term 0.7.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, "deps": { "common": [ { @@ -75688,51 +57709,38 @@ } ] } - }, - "version": "0.7.0" + } }, + "library_target_name": "term", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "term 1.0.2": { "name": "term", - "version": "1.0.2", "package_url": "https://github.com/Stebalien/term", "repository": { "Http": { - "url": "https://static.crates.io/crates/term/1.0.2/download", - "sha256": "8a984c8d058c627faaf5e8e2ed493fa3c51771889196de1016cf9c1c6e90d750" + "sha256": "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f", + "url": "https://static.crates.io/crates/term/0.7.0/download" } }, "targets": [ { "Library": { "crate_name": "term", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "term", + "version": "0.7.0" + }, + "term 1.0.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, "deps": { "common": [ { @@ -75749,45 +57757,35 @@ ] } }, - "edition": "2021", - "version": "1.0.2" + "edition": "2021" }, + "library_target_name": "term", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "termcolor 1.4.1": { - "name": "termcolor", - "version": "1.4.1", - "package_url": "https://github.com/BurntSushi/termcolor", + "name": "term", + "package_url": "https://github.com/Stebalien/term", "repository": { "Http": { - "url": "https://static.crates.io/crates/termcolor/1.4.1/download", - "sha256": "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" + "sha256": "8a984c8d058c627faaf5e8e2ed493fa3c51771889196de1016cf9c1c6e90d750", + "url": "https://static.crates.io/crates/term/1.0.2/download" } }, "targets": [ { "Library": { - "crate_name": "termcolor", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "term", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "termcolor", + "version": "1.0.2" + }, + "termcolor 1.4.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [], "selects": { @@ -75799,45 +57797,35 @@ ] } }, - "edition": "2018", - "version": "1.4.1" + "edition": "2018" }, + "library_target_name": "termcolor", "license": "Unlicense OR MIT", + "license_file": "LICENSE-MIT", "license_ids": [ "MIT", "Unlicense" ], - "license_file": "LICENSE-MIT" - }, - "terminal_size 0.1.17": { - "name": "terminal_size", - "version": "0.1.17", - "package_url": "https://github.com/eminence/terminal-size", + "name": "termcolor", + "package_url": "https://github.com/BurntSushi/termcolor", "repository": { "Http": { - "url": "https://static.crates.io/crates/terminal_size/0.1.17/download", - "sha256": "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df" + "sha256": "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755", + "url": "https://static.crates.io/crates/termcolor/1.4.1/download" } }, "targets": [ { "Library": { - "crate_name": "terminal_size", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "termcolor", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "terminal_size", + "version": "1.4.1" + }, + "terminal_size 0.1.17": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [], "selects": { @@ -75855,931 +57843,654 @@ ] } }, - "edition": "2018", - "version": "0.1.17" + "edition": "2018" }, + "library_target_name": "terminal_size", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" + "name": "terminal_size", + "package_url": "https://github.com/eminence/terminal-size", + "repository": { + "Http": { + "sha256": "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df", + "url": "https://static.crates.io/crates/terminal_size/0.1.17/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "terminal_size", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.1.17" }, "termios 0.3.3": { + "common_attrs": { + "deps": [ + { + "id": "libc 0.2.186", + "target": "libc" + } + ], + "edition": "2015" + }, + "library_target_name": "termios", + "license": "MIT", + "license_file": "LICENSE", + "license_ids": [ + "MIT" + ], "name": "termios", - "version": "0.3.3", "package_url": "https://github.com/dcuddeback/termios-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/termios/0.3.3/download", - "sha256": "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b" + "sha256": "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b", + "url": "https://static.crates.io/crates/termios/0.3.3/download" } }, "targets": [ { "Library": { "crate_name": "termios", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "termios", + "version": "0.3.3" + }, + "termtree 0.4.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.3.3" + "edition": "2018" }, + "library_target_name": "termtree", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "termtree 0.4.1": { "name": "termtree", - "version": "0.4.1", "package_url": "https://github.com/rust-cli/termtree", "repository": { "Http": { - "url": "https://static.crates.io/crates/termtree/0.4.1/download", - "sha256": "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" + "sha256": "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76", + "url": "https://static.crates.io/crates/termtree/0.4.1/download" } }, "targets": [ { "Library": { "crate_name": "termtree", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "termtree", + "version": "0.4.1" + }, + "test-strategy 0.4.5": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "structmeta 0.3.0", + "target": "structmeta" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "edition": "2018", - "version": "0.4.1" + "edition": "2021", + "proc_macro_deps": [ + { + "id": "derive-ex 0.1.8", + "target": "derive_ex" + } + ] }, - "license": "MIT", + "library_target_name": "test_strategy", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "test-strategy 0.4.5": { "name": "test-strategy", - "version": "0.4.5", "package_url": "https://github.com/frozenlib/test-strategy", "repository": { "Http": { - "url": "https://static.crates.io/crates/test-strategy/0.4.5/download", - "sha256": "8f7fd1eb9efb36942b85a290c4201d317980fe09bc88d34dd48aaaae03075c6a" + "sha256": "8f7fd1eb9efb36942b85a290c4201d317980fe09bc88d34dd48aaaae03075c6a", + "url": "https://static.crates.io/crates/test-strategy/0.4.5/download" } }, "targets": [ { "ProcMacro": { "crate_name": "test_strategy", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "test_strategy", + "version": "0.4.5" + }, + "testing_table 0.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "std" ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "structmeta 0.3.0", - "target": "structmeta" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "derive-ex 0.1.8", - "target": "derive_ex" - } - ], - "selects": {} - }, - "version": "0.4.5" + "deps": [ + { + "id": "unicode-width 0.2.0", + "target": "unicode_width" + } + ], + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "testing_table", + "license": "MIT", + "license_file": "LICENSE-MIT", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "testing_table 0.3.0": { "name": "testing_table", - "version": "0.3.0", "package_url": "https://github.com/zhiburt/tabled", "repository": { "Http": { - "url": "https://static.crates.io/crates/testing_table/0.3.0/download", - "sha256": "0f8daae29995a24f65619e19d8d31dea5b389f3d853d8bf297bbf607cd0014cc" + "sha256": "0f8daae29995a24f65619e19d8d31dea5b389f3d853d8bf297bbf607cd0014cc", + "url": "https://static.crates.io/crates/testing_table/0.3.0/download" } }, "targets": [ { "Library": { "crate_name": "testing_table", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "testing_table", + "version": "0.3.0" + }, + "textplots 0.8.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "drawille 0.3.0", + "target": "drawille" + }, + { + "id": "rgb 0.8.37", + "target": "rgb" + } ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "unicode-width 0.2.0", - "target": "unicode_width" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.0" + "edition": "2021" }, + "library_target_name": "textplots", "license": "MIT", "license_ids": [ "MIT" ], - "license_file": "LICENSE-MIT" - }, - "textplots 0.8.4": { "name": "textplots", - "version": "0.8.4", "package_url": "https://github.com/loony-bean/textplots-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/textplots/0.8.4/download", - "sha256": "2171116bd71c738068fe42091b1509d70135a768443c9afd6c179b83dc6cdc79" + "sha256": "2171116bd71c738068fe42091b1509d70135a768443c9afd6c179b83dc6cdc79", + "url": "https://static.crates.io/crates/textplots/0.8.4/download" } }, "targets": [ { "Library": { "crate_name": "textplots", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "textplots", + "version": "0.8.4" + }, + "thiserror 1.0.68": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "drawille 0.3.0", - "target": "drawille" - }, - { - "id": "rgb 0.8.37", - "target": "rgb" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.8.4" + "extra_deps": [ + ":build_script_build" + ], + "proc_macro_deps": [ + { + "id": "thiserror-impl 1.0.68", + "target": "thiserror_impl" + } + ] }, - "license": "MIT", + "library_target_name": "thiserror", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": null - }, - "thiserror 1.0.68": { "name": "thiserror", - "version": "1.0.68", "package_url": "https://github.com/dtolnay/thiserror", "repository": { "Http": { - "url": "https://static.crates.io/crates/thiserror/1.0.68/download", - "sha256": "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892" + "sha256": "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892", + "url": "https://static.crates.io/crates/thiserror/1.0.68/download" } }, "targets": [ { "Library": { "crate_name": "thiserror", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "thiserror", + "version": "1.0.68" + }, + "thiserror 2.0.18": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "deps": { - "common": [ - { - "id": "thiserror 1.0.68", - "target": "build_script_build" - } - ], - "selects": {} - }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "thiserror-impl 1.0.68", - "target": "thiserror_impl" - } - ], - "selects": {} - }, - "version": "1.0.68" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "extra_deps": [ + ":build_script_build" ], - "data_glob": [ - "**" + "proc_macro_deps": [ + { + "id": "thiserror-impl 2.0.18", + "target": "thiserror_impl" + } ] }, + "library_target_name": "thiserror", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "thiserror 2.0.18": { "name": "thiserror", - "version": "2.0.18", "package_url": "https://github.com/dtolnay/thiserror", "repository": { "Http": { - "url": "https://static.crates.io/crates/thiserror/2.0.18/download", - "sha256": "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" + "sha256": "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4", + "url": "https://static.crates.io/crates/thiserror/2.0.18/download" } }, "targets": [ { "Library": { "crate_name": "thiserror", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "thiserror", + "version": "2.0.18" + }, + "thiserror-impl 1.0.68": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "thiserror 2.0.18", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "thiserror-impl 2.0.18", - "target": "thiserror_impl" - } - ], - "selects": {} - }, - "version": "2.0.18" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "data_glob": [ - "**" - ] + "edition": "2021" }, + "library_target_name": "thiserror_impl", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "thiserror-impl 1.0.68": { "name": "thiserror-impl", - "version": "1.0.68", "package_url": "https://github.com/dtolnay/thiserror", "repository": { "Http": { - "url": "https://static.crates.io/crates/thiserror-impl/1.0.68/download", - "sha256": "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e" + "sha256": "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e", + "url": "https://static.crates.io/crates/thiserror-impl/1.0.68/download" } }, "targets": [ { "ProcMacro": { "crate_name": "thiserror_impl", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "thiserror_impl", + "version": "1.0.68" + }, + "thiserror-impl 2.0.18": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.68" + "edition": "2021" }, + "library_target_name": "thiserror_impl", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "thiserror-impl 2.0.18": { "name": "thiserror-impl", - "version": "2.0.18", "package_url": "https://github.com/dtolnay/thiserror", "repository": { "Http": { - "url": "https://static.crates.io/crates/thiserror-impl/2.0.18/download", - "sha256": "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" + "sha256": "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5", + "url": "https://static.crates.io/crates/thiserror-impl/2.0.18/download" } }, "targets": [ { "ProcMacro": { "crate_name": "thiserror_impl", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "thiserror_impl", + "version": "2.0.18" + }, + "thread_local 1.1.7": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "once_cell 1.21.3", + "target": "once_cell" + } ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.0.18" + "edition": "2021" }, + "library_target_name": "thread_local", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "thread_local 1.1.7": { "name": "thread_local", - "version": "1.1.7", "package_url": "https://github.com/Amanieu/thread_local-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/thread_local/1.1.7/download", - "sha256": "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" + "sha256": "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152", + "url": "https://static.crates.io/crates/thread_local/1.1.7/download" } }, "targets": [ { "Library": { "crate_name": "thread_local", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "thread_local", + "version": "1.1.7" + }, + "threadpool 1.8.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "num_cpus 1.16.0", + "target": "num_cpus" + } ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.1.7" + "edition": "2015" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "threadpool", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "threadpool 1.8.1": { "name": "threadpool", - "version": "1.8.1", "package_url": "https://github.com/rust-threadpool/rust-threadpool", "repository": { "Http": { - "url": "https://static.crates.io/crates/threadpool/1.8.1/download", - "sha256": "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" + "sha256": "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa", + "url": "https://static.crates.io/crates/threadpool/1.8.1/download" } }, "targets": [ { "Library": { "crate_name": "threadpool", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "threadpool", + "version": "1.8.1" + }, + "tikv-jemalloc-ctl 0.7.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "stats" ], - "deps": { - "common": [ - { - "id": "num_cpus 1.16.0", - "target": "num_cpus" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "1.8.1" + "deps": [ + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "id": "tikv-jemalloc-sys 0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8", + "target": "tikv_jemalloc_sys" + } + ], + "edition": "2018", + "proc_macro_deps": [ + { + "id": "paste 1.0.15", + "target": "paste" + } + ] }, + "library_target_name": "tikv_jemalloc_ctl", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "tikv-jemalloc-ctl 0.7.0": { "name": "tikv-jemalloc-ctl", - "version": "0.7.0", "package_url": "https://github.com/tikv/jemallocator", "repository": { "Http": { - "url": "https://static.crates.io/crates/tikv-jemalloc-ctl/0.7.0/download", - "sha256": "3a184c43b8ab2f41df2733b55556e3f5f632f4aeaa205b1bb018f574b7f5f142" + "sha256": "3a184c43b8ab2f41df2733b55556e3f5f632f4aeaa205b1bb018f574b7f5f142", + "url": "https://static.crates.io/crates/tikv-jemalloc-ctl/0.7.0/download" } }, "targets": [ { "Library": { "crate_name": "tikv_jemalloc_ctl", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tikv_jemalloc_ctl", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "stats" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "tikv-jemalloc-sys 0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8", - "target": "tikv_jemalloc_sys" + "version": "0.7.0" + }, + "tikv-jemalloc-sys 0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8": { + "build_script_attrs": { + "build_script_env": { + "common": {}, + "selects": { + "x86_64-unknown-linux-gnu": { + "JEMALLOC_OVERRIDE": "$(location @jemalloc//:libjemalloc)" } - ], - "selects": {} + } }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} + "data": { + "common": [], + "selects": { + "x86_64-unknown-linux-gnu": [ + "@jemalloc//:libjemalloc" + ] + } }, - "version": "0.7.0" + "deps": [ + { + "id": "cc 1.2.48", + "target": "cc" + } + ], + "links": "jemalloc" + }, + "common_attrs": { + "crate_features": [ + "background_threads_runtime_support", + "default", + "stats" + ], + "deps": [ + { + "id": "libc 0.2.186", + "target": "libc" + } + ], + "edition": "2018", + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "tikv_jemalloc_sys", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "tikv-jemalloc-sys 0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8": { "name": "tikv-jemalloc-sys", - "version": "0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8", "package_url": "https://github.com/tikv/jemallocator", "repository": { "Http": { - "url": "https://static.crates.io/crates/tikv-jemalloc-sys/0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8/download", - "sha256": "1a2825c78386b4ae0314074867860ba9577875de945f05992c38815cbec327f0" + "sha256": "1a2825c78386b4ae0314074867860ba9577875de945f05992c38815cbec327f0", + "url": "https://static.crates.io/crates/tikv-jemalloc-sys/0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8/download" } }, "targets": [ { "Library": { "crate_name": "tikv_jemalloc_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "tikv_jemalloc_sys", + "version": "0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8" + }, + "tikv-jemallocator 0.7.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "background_threads_runtime_support", - "default", - "stats" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "tikv-jemalloc-sys 0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "crate_features": [ + "background_threads_runtime_support", + "default" ], - "data": { - "common": [], - "selects": { - "x86_64-unknown-linux-gnu": [ - "@jemalloc//:libjemalloc" - ] + "deps": [ + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "id": "tikv-jemalloc-sys 0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8", + "target": "tikv_jemalloc_sys" } - }, - "data_glob": [ - "**" ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - }, - "build_script_env": { - "common": {}, - "selects": { - "x86_64-unknown-linux-gnu": { - "JEMALLOC_OVERRIDE": "$(location @jemalloc//:libjemalloc)" - } - } - }, - "links": "jemalloc" + "edition": "2018" }, + "library_target_name": "tikv_jemallocator", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "tikv-jemallocator 0.7.0": { "name": "tikv-jemallocator", - "version": "0.7.0", "package_url": "https://github.com/tikv/jemallocator", "repository": { "Http": { - "url": "https://static.crates.io/crates/tikv-jemallocator/0.7.0/download", - "sha256": "249f09e49ab1609436f34c776e84231bead18d6a955f119f939bdc1d847561bd" + "sha256": "249f09e49ab1609436f34c776e84231bead18d6a955f119f939bdc1d847561bd", + "url": "https://static.crates.io/crates/tikv-jemallocator/0.7.0/download" } }, "targets": [ { "Library": { "crate_name": "tikv_jemallocator", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tikv_jemallocator", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "background_threads_runtime_support", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "tikv-jemalloc-sys 0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8", - "target": "tikv_jemalloc_sys" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.7.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" + "version": "0.7.0" }, "time 0.3.47": { - "name": "time", - "version": "0.3.47", - "package_url": "https://github.com/time-rs/time", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/time/0.3.47/download", - "sha256": "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "time", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "time", "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "formatting", + "local-offset", + "macros", + "parsing", + "serde", + "std" ], - "crate_features": { - "common": [ - "alloc", - "default", - "formatting", - "local-offset", - "macros", - "parsing", - "serde", - "std" - ], - "selects": {} - }, "deps": { "common": [ { @@ -76851,577 +58562,417 @@ } }, "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "time-macros 0.2.27", - "target": "time_macros" - } - ], - "selects": {} - }, - "version": "0.3.47" + "proc_macro_deps": [ + { + "id": "time-macros 0.2.27", + "target": "time_macros" + } + ] }, + "library_target_name": "time", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-Apache", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-Apache" + "name": "time", + "package_url": "https://github.com/time-rs/time", + "repository": { + "Http": { + "sha256": "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c", + "url": "https://static.crates.io/crates/time/0.3.47/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "time", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.3.47" }, "time-core 0.1.8": { + "common_attrs": { + "edition": "2024" + }, + "library_target_name": "time_core", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-Apache", + "license_ids": [ + "Apache-2.0", + "MIT" + ], "name": "time-core", - "version": "0.1.8", "package_url": "https://github.com/time-rs/time", "repository": { "Http": { - "url": "https://static.crates.io/crates/time-core/0.1.8/download", - "sha256": "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" + "sha256": "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca", + "url": "https://static.crates.io/crates/time-core/0.1.8/download" } }, "targets": [ { "Library": { "crate_name": "time_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "time_core", + "version": "0.1.8" + }, + "time-macros 0.2.27": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "formatting", + "parsing", + "serde" ], - "edition": "2024", - "version": "0.1.8" + "deps": [ + { + "id": "num-conv 0.2.0", + "target": "num_conv" + }, + { + "id": "time-core 0.1.8", + "target": "time_core" + } + ], + "edition": "2024" }, + "library_target_name": "time_macros", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-Apache", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-Apache" - }, - "time-macros 0.2.27": { "name": "time-macros", - "version": "0.2.27", "package_url": "https://github.com/time-rs/time", "repository": { "Http": { - "url": "https://static.crates.io/crates/time-macros/0.2.27/download", - "sha256": "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" + "sha256": "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215", + "url": "https://static.crates.io/crates/time-macros/0.2.27/download" } }, "targets": [ { "ProcMacro": { "crate_name": "time_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "time_macros", + "version": "0.2.27" + }, + "tiny-keccak 2.0.2": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "sha3", + "shake" ], - "crate_features": { - "common": [ - "formatting", - "parsing", - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-conv 0.2.0", - "target": "num_conv" - }, - { - "id": "time-core 0.1.8", - "target": "time_core" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.2.27" + "deps": [ + { + "id": "crunchy 0.2.2", + "target": "crunchy" + } + ], + "edition": "2018", + "extra_deps": [ + ":build_script_build" + ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "tiny_keccak", + "license": "CC0-1.0", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "CC0-1.0" ], - "license_file": "LICENSE-Apache" - }, - "tiny-keccak 2.0.2": { "name": "tiny-keccak", - "version": "2.0.2", "package_url": "https://github.com/debris/tiny-keccak", "repository": { "Http": { - "url": "https://static.crates.io/crates/tiny-keccak/2.0.2/download", - "sha256": "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" + "sha256": "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237", + "url": "https://static.crates.io/crates/tiny-keccak/2.0.2/download" } }, "targets": [ { "Library": { "crate_name": "tiny_keccak", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "tiny_keccak", + "version": "2.0.2" + }, + "tinystr 0.7.6": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "sha3", - "shake" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crunchy 0.2.2", - "target": "crunchy" - }, - { - "id": "tiny-keccak 2.0.2", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.0.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "zerovec" ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "zerovec 0.10.4", + "target": "zerovec" + } ], - "data_glob": [ - "**" + "edition": "2021", + "proc_macro_deps": [ + { + "id": "displaydoc 0.2.4", + "target": "displaydoc" + } ] }, - "license": "CC0-1.0", + "library_target_name": "tinystr", + "license": "Unicode-3.0", + "license_file": "LICENSE", "license_ids": [ - "CC0-1.0" + "Unicode-3.0" ], - "license_file": "LICENSE" - }, - "tinystr 0.7.6": { "name": "tinystr", - "version": "0.7.6", "package_url": "https://github.com/unicode-org/icu4x", "repository": { "Http": { - "url": "https://static.crates.io/crates/tinystr/0.7.6/download", - "sha256": "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" + "sha256": "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f", + "url": "https://static.crates.io/crates/tinystr/0.7.6/download" } }, "targets": [ { "Library": { "crate_name": "tinystr", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tinystr", + "version": "0.7.6" + }, + "tinytemplate 1.2.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + } ], - "crate_features": { - "common": [ - "alloc", - "zerovec" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "zerovec 0.10.4", - "target": "zerovec" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "displaydoc 0.2.4", - "target": "displaydoc" - } - ], - "selects": {} - }, - "version": "0.7.6" + "edition": "2015" }, - "license": "Unicode-3.0", + "library_target_name": "tinytemplate", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ - "Unicode-3.0" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" - }, - "tinytemplate 1.2.1": { "name": "tinytemplate", - "version": "1.2.1", "package_url": "https://github.com/bheisler/TinyTemplate", "repository": { "Http": { - "url": "https://static.crates.io/crates/tinytemplate/1.2.1/download", - "sha256": "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" + "sha256": "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc", + "url": "https://static.crates.io/crates/tinytemplate/1.2.1/download" } }, "targets": [ { "Library": { "crate_name": "tinytemplate", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tinytemplate", + "version": "1.2.1" + }, + "tinyvec 1.6.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "tinyvec_macros" ], - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "1.2.1" + "deps": [ + { + "id": "tinyvec_macros 0.1.1", + "target": "tinyvec_macros" + } + ], + "edition": "2018" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "tinyvec", + "license": "Zlib OR Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE.md", "license_ids": [ "Apache-2.0", - "MIT" + "MIT", + "Zlib" ], - "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" + "sha256": "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50", + "url": "https://static.crates.io/crates/tinyvec/1.6.0/download" } }, "targets": [ { "Library": { "crate_name": "tinyvec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tinyvec", + "version": "1.6.0" + }, + "tinyvec_macros 0.1.1": { "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" + "edition": "2018" }, - "license": "Zlib OR Apache-2.0 OR MIT", + "library_target_name": "tinyvec_macros", + "license": "MIT OR Apache-2.0 OR Zlib", + "license_file": "LICENSE-APACHE.md", "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" + "sha256": "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20", + "url": "https://static.crates.io/crates/tinyvec_macros/0.1.1/download" } }, "targets": [ { "Library": { "crate_name": "tinyvec_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tinyvec_macros", + "version": "0.1.1" + }, + "tls_codec 0.4.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "zeroize 1.8.1", + "target": "zeroize" + } ], - "edition": "2018", - "version": "0.1.1" + "edition": "2021" }, - "license": "MIT OR Apache-2.0 OR Zlib", + "library_target_name": "tls_codec", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", - "MIT", - "Zlib" + "MIT" ], - "license_file": "LICENSE-APACHE.md" - }, - "tls_codec 0.4.1": { "name": "tls_codec", - "version": "0.4.1", "package_url": "https://github.com/RustCrypto/formats/tree/master/tls_codec", "repository": { "Http": { - "url": "https://static.crates.io/crates/tls_codec/0.4.1/download", - "sha256": "b5e78c9c330f8c85b2bae7c8368f2739157db9991235123aa1b15ef9502bfb6a" + "sha256": "b5e78c9c330f8c85b2bae7c8368f2739157db9991235123aa1b15ef9502bfb6a", + "url": "https://static.crates.io/crates/tls_codec/0.4.1/download" } }, "targets": [ { "Library": { "crate_name": "tls_codec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tls_codec", + "version": "0.4.1" + }, + "tls_codec_derive 0.4.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.1" + "edition": "2021" }, + "library_target_name": "tls_codec_derive", "license": "Apache-2.0 OR MIT", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "tls_codec_derive 0.4.1": { "name": "tls_codec_derive", - "version": "0.4.1", "package_url": "https://github.com/RustCrypto/formats/tree/master/tls_codec/derive", "repository": { "Http": { - "url": "https://static.crates.io/crates/tls_codec_derive/0.4.1/download", - "sha256": "8d9ef545650e79f30233c0003bcc2504d7efac6dad25fca40744de773fe2049c" + "sha256": "8d9ef545650e79f30233c0003bcc2504d7efac6dad25fca40744de773fe2049c", + "url": "https://static.crates.io/crates/tls_codec_derive/0.4.1/download" } }, "targets": [ { "ProcMacro": { "crate_name": "tls_codec_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tls_codec_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.1" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null + "version": "0.4.1" }, "tokio 1.50.0": { - "name": "tokio", - "version": "1.50.0", - "package_url": "https://github.com/tokio-rs/tokio", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tokio/1.50.0/download", - "sha256": "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tokio", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tokio", "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "bytes", + "default", + "fs", + "full", + "io-std", + "io-util", + "libc", + "macros", + "mio", + "net", + "parking_lot", + "process", + "rt", + "rt-multi-thread", + "signal", + "signal-hook-registry", + "socket2", + "sync", + "test-util", + "time", + "tokio-macros", + "tracing" ], - "crate_features": { - "common": [ - "bytes", - "default", - "fs", - "full", - "io-std", - "io-util", - "libc", - "macros", - "mio", - "net", - "parking_lot", - "process", - "rt", - "rt-multi-thread", - "signal", - "signal-hook-registry", - "socket2", - "sync", - "test-util", - "time", - "tokio-macros", - "tracing" - ], - "selects": {} - }, "deps": { "common": [ { @@ -77501,1893 +59052,1474 @@ } }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "tokio-macros 2.6.0", - "target": "tokio_macros" - } - ], - "selects": {} - }, - "version": "1.50.0" + "proc_macro_deps": [ + { + "id": "tokio-macros 2.6.0", + "target": "tokio_macros" + } + ] }, + "library_target_name": "tokio", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" + "name": "tokio", + "package_url": "https://github.com/tokio-rs/tokio", + "repository": { + "Http": { + "sha256": "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d", + "url": "https://static.crates.io/crates/tokio/1.50.0/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tokio", + "crate_root": "src/lib.rs" + } + } + ], + "version": "1.50.0" }, "tokio-io-timeout 1.2.0": { + "common_attrs": { + "deps": [ + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + } + ], + "edition": "2018" + }, + "library_target_name": "tokio_io_timeout", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", + "license_ids": [ + "Apache-2.0", + "MIT" + ], "name": "tokio-io-timeout", - "version": "1.2.0", "package_url": "https://github.com/sfackler/tokio-io-timeout", "repository": { "Http": { - "url": "https://static.crates.io/crates/tokio-io-timeout/1.2.0/download", - "sha256": "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf" + "sha256": "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf", + "url": "https://static.crates.io/crates/tokio-io-timeout/1.2.0/download" } }, "targets": [ { "Library": { "crate_name": "tokio_io_timeout", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tokio_io_timeout", + "version": "1.2.0" + }, + "tokio-macros 2.6.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.2.0" + "edition": "2021" }, - "license": "MIT/Apache-2.0", + "library_target_name": "tokio_macros", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "tokio-macros 2.6.0": { "name": "tokio-macros", - "version": "2.6.0", "package_url": "https://github.com/tokio-rs/tokio", "repository": { "Http": { - "url": "https://static.crates.io/crates/tokio-macros/2.6.0/download", - "sha256": "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" + "sha256": "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5", + "url": "https://static.crates.io/crates/tokio-macros/2.6.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "tokio_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tokio_macros", + "version": "2.6.0" + }, + "tokio-metrics 0.4.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "rt", + "tokio" ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.6.0" + "deps": [ + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "id": "tokio-stream 0.1.17", + "target": "tokio_stream" + } + ], + "edition": "2021" }, + "library_target_name": "tokio_metrics", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "tokio-metrics 0.4.0": { "name": "tokio-metrics", - "version": "0.4.0", "package_url": "https://github.com/tokio-rs/tokio-metrics", "repository": { "Http": { - "url": "https://static.crates.io/crates/tokio-metrics/0.4.0/download", - "sha256": "cb2bb07a8451c4c6fa8b3497ad198510d8b8dffa5df5cfb97a64102a58b113c8" + "sha256": "cb2bb07a8451c4c6fa8b3497ad198510d8b8dffa5df5cfb97a64102a58b113c8", + "url": "https://static.crates.io/crates/tokio-metrics/0.4.0/download" } }, "targets": [ { "Library": { "crate_name": "tokio_metrics", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tokio_metrics", + "version": "0.4.0" + }, + "tokio-rusqlite 0.7.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "default", - "rt", - "tokio" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-stream 0.1.17", - "target": "tokio_stream" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.0" + "deps": [ + { + "id": "crossbeam-channel 0.5.15", + "target": "crossbeam_channel" + }, + { + "id": "rusqlite 0.37.0", + "target": "rusqlite" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + } + ], + "edition": "2021" }, + "library_target_name": "tokio_rusqlite", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "tokio-rusqlite 0.7.0": { "name": "tokio-rusqlite", - "version": "0.7.0", "package_url": "https://github.com/programatik29/tokio-rusqlite", "repository": { "Http": { - "url": "https://static.crates.io/crates/tokio-rusqlite/0.7.0/download", - "sha256": "302563ae4a2127f3d2c105f4f2f0bd7cae3609371755600ebc148e0ccd8510d6" + "sha256": "302563ae4a2127f3d2c105f4f2f0bd7cae3609371755600ebc148e0ccd8510d6", + "url": "https://static.crates.io/crates/tokio-rusqlite/0.7.0/download" } }, "targets": [ { "Library": { "crate_name": "tokio_rusqlite", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tokio_rusqlite", + "version": "0.7.0" + }, + "tokio-rustls 0.26.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "aws-lc-rs", + "aws_lc_rs", + "early-data", + "logging", + "tls12" + ], + "deps": [ + { + "id": "rustls 0.23.27", + "target": "rustls" + }, + { + "alias": "pki_types", + "id": "rustls-pki-types 1.12.0", + "target": "rustls_pki_types" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + } ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crossbeam-channel 0.5.15", - "target": "crossbeam_channel" - }, - { - "id": "rusqlite 0.37.0", - "target": "rusqlite" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.0" + "edition": "2021" }, - "license": "MIT", + "library_target_name": "tokio_rustls", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "tokio-rustls 0.26.0": { "name": "tokio-rustls", - "version": "0.26.0", "package_url": "https://github.com/rustls/tokio-rustls", "repository": { "Http": { - "url": "https://static.crates.io/crates/tokio-rustls/0.26.0/download", - "sha256": "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" + "sha256": "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4", + "url": "https://static.crates.io/crates/tokio-rustls/0.26.0/download" } }, "targets": [ { "Library": { "crate_name": "tokio_rustls", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tokio_rustls", + "version": "0.26.0" + }, + "tokio-serde 0.9.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "bincode", + "bincode-crate", + "educe", + "json", + "serde", + "serde_json" + ], + "deps": [ + { + "alias": "bincode_crate", + "id": "bincode 1.3.3", + "target": "bincode" + }, + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "futures-sink 0.3.31", + "target": "futures_sink" + }, + { + "id": "pin-project 1.1.2", + "target": "pin_project" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + } ], - "crate_features": { - "common": [ - "aws-lc-rs", - "aws_lc_rs", - "early-data", - "logging", - "tls12" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "rustls 0.23.27", - "target": "rustls" - }, - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types", - "alias": "pki_types" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.26.0" + "proc_macro_deps": [ + { + "id": "educe 0.5.11", + "target": "educe" + } + ] }, - "license": "MIT/Apache-2.0", + "library_target_name": "tokio_serde", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "tokio-serde 0.9.0": { "name": "tokio-serde", - "version": "0.9.0", "package_url": "https://github.com/carllerche/tokio-serde", "repository": { "Http": { - "url": "https://static.crates.io/crates/tokio-serde/0.9.0/download", - "sha256": "caf600e7036b17782571dd44fa0a5cea3c82f60db5137f774a325a76a0d6852b" + "sha256": "caf600e7036b17782571dd44fa0a5cea3c82f60db5137f774a325a76a0d6852b", + "url": "https://static.crates.io/crates/tokio-serde/0.9.0/download" } }, "targets": [ { "Library": { "crate_name": "tokio_serde", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tokio_serde", + "version": "0.9.0" + }, + "tokio-socks 0.5.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "tokio" ], - "crate_features": { - "common": [ - "bincode", - "bincode-crate", - "educe", - "json", - "serde", - "serde_json" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bincode 1.3.3", - "target": "bincode", - "alias": "bincode_crate" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-sink 0.3.31", - "target": "futures_sink" - }, - { - "id": "pin-project 1.1.2", - "target": "pin_project" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "educe 0.5.11", - "target": "educe" - } - ], - "selects": {} - }, - "version": "0.9.0" + "deps": [ + { + "id": "either 1.18.0", + "target": "either" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + } + ], + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "tokio_socks", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "tokio-socks 0.5.2": { "name": "tokio-socks", - "version": "0.5.2", "package_url": "https://github.com/sticnarf/tokio-socks", "repository": { "Http": { - "url": "https://static.crates.io/crates/tokio-socks/0.5.2/download", - "sha256": "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f" + "sha256": "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f", + "url": "https://static.crates.io/crates/tokio-socks/0.5.2/download" } }, "targets": [ { "Library": { "crate_name": "tokio_socks", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tokio_socks", + "version": "0.5.2" + }, + "tokio-stream 0.1.17": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "net", + "time" ], - "crate_features": { - "common": [ - "default", - "tokio" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "either 1.18.0", - "target": "either" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.2" + "deps": [ + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + } + ], + "edition": "2021" }, + "library_target_name": "tokio_stream", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "tokio-stream 0.1.17": { "name": "tokio-stream", - "version": "0.1.17", "package_url": "https://github.com/tokio-rs/tokio", "repository": { "Http": { - "url": "https://static.crates.io/crates/tokio-stream/0.1.17/download", - "sha256": "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" + "sha256": "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047", + "url": "https://static.crates.io/crates/tokio-stream/0.1.17/download" } }, "targets": [ { "Library": { "crate_name": "tokio_stream", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tokio_stream", + "version": "0.1.17" + }, + "tokio-test 0.4.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "async-stream 0.3.6", + "target": "async_stream" + }, + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "id": "tokio-stream 0.1.17", + "target": "tokio_stream" + } ], - "crate_features": { - "common": [ - "default", - "net", - "time" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.17" + "edition": "2021" }, + "library_target_name": "tokio_test", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "tokio-test 0.4.4": { "name": "tokio-test", - "version": "0.4.4", "package_url": "https://github.com/tokio-rs/tokio", "repository": { "Http": { - "url": "https://static.crates.io/crates/tokio-test/0.4.4/download", - "sha256": "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7" + "sha256": "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7", + "url": "https://static.crates.io/crates/tokio-test/0.4.4/download" } }, "targets": [ { "Library": { "crate_name": "tokio_test", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tokio_test", + "version": "0.4.4" + }, + "tokio-tungstenite 0.29.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "connect", + "default", + "handshake", + "stream" ], - "deps": { - "common": [ - { - "id": "async-stream 0.3.6", - "target": "async_stream" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-stream 0.1.17", - "target": "tokio_stream" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.4" + "deps": [ + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "id": "tungstenite 0.29.0", + "target": "tungstenite" + } + ], + "edition": "2018" }, + "library_target_name": "tokio_tungstenite", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "tokio-tungstenite 0.29.0": { "name": "tokio-tungstenite", - "version": "0.29.0", "package_url": "https://github.com/snapview/tokio-tungstenite", "repository": { "Http": { - "url": "https://static.crates.io/crates/tokio-tungstenite/0.29.0/download", - "sha256": "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c" + "sha256": "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c", + "url": "https://static.crates.io/crates/tokio-tungstenite/0.29.0/download" } }, "targets": [ { "Library": { "crate_name": "tokio_tungstenite", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tokio_tungstenite", + "version": "0.29.0" + }, + "tokio-util 0.7.17": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "codec", + "compat", + "default", + "full", + "futures-io", + "futures-util", + "hashbrown", + "io", + "io-util", + "join-map", + "net", + "rt", + "slab", + "time" + ], + "deps": [ + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "futures-io 0.3.31", + "target": "futures_io" + }, + { + "id": "futures-sink 0.3.31", + "target": "futures_sink" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "hashbrown 0.15.2", + "target": "hashbrown" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + }, + { + "id": "slab 0.4.8", + "target": "slab" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + } ], - "crate_features": { - "common": [ - "connect", - "default", - "handshake", - "stream" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tungstenite 0.29.0", - "target": "tungstenite" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.29.0" + "edition": "2021" }, + "library_target_name": "tokio_util", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "tokio-util 0.7.17": { "name": "tokio-util", - "version": "0.7.17", "package_url": "https://github.com/tokio-rs/tokio", "repository": { "Http": { - "url": "https://static.crates.io/crates/tokio-util/0.7.17/download", - "sha256": "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" + "sha256": "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594", + "url": "https://static.crates.io/crates/tokio-util/0.7.17/download" } }, "targets": [ { "Library": { "crate_name": "tokio_util", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tokio_util", + "version": "0.7.17" + }, + "toml 0.5.11": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "codec", - "compat", - "default", - "full", - "futures-io", - "futures-util", - "hashbrown", - "io", - "io-util", - "join-map", - "net", - "rt", - "slab", - "time" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-io 0.3.31", - "target": "futures_io" - }, - { - "id": "futures-sink 0.3.31", - "target": "futures_sink" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "hashbrown 0.15.2", - "target": "hashbrown" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "slab 0.4.8", - "target": "slab" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.17" + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2018" }, - "license": "MIT", + "library_target_name": "toml", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "toml 0.5.11": { "name": "toml", - "version": "0.5.11", "package_url": "https://github.com/toml-rs/toml", "repository": { "Http": { - "url": "https://static.crates.io/crates/toml/0.5.11/download", - "sha256": "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" + "sha256": "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234", + "url": "https://static.crates.io/crates/toml/0.5.11/download" } }, "targets": [ { "Library": { "crate_name": "toml", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "toml", + "version": "0.5.11" + }, + "toml 0.8.19": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "parse" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.11" + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_spanned 0.6.9", + "target": "serde_spanned" + }, + { + "id": "toml_datetime 0.6.8", + "target": "toml_datetime" + }, + { + "id": "toml_edit 0.22.20", + "target": "toml_edit" + } + ], + "edition": "2021" }, - "license": "MIT/Apache-2.0", + "library_target_name": "toml", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "toml 0.8.19": { "name": "toml", - "version": "0.8.19", "package_url": "https://github.com/toml-rs/toml", "repository": { "Http": { - "url": "https://static.crates.io/crates/toml/0.8.19/download", - "sha256": "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" + "sha256": "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e", + "url": "https://static.crates.io/crates/toml/0.8.19/download" } }, "targets": [ { "Library": { "crate_name": "toml", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "toml", + "version": "0.8.19" + }, + "toml_datetime 0.6.8": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "serde" ], - "crate_features": { - "common": [ - "parse" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_spanned 0.6.9", - "target": "serde_spanned" - }, - { - "id": "toml_datetime 0.6.8", - "target": "toml_datetime" - }, - { - "id": "toml_edit 0.22.20", - "target": "toml_edit" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.19" + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2021" }, + "library_target_name": "toml_datetime", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "toml_datetime 0.6.8": { "name": "toml_datetime", - "version": "0.6.8", "package_url": "https://github.com/toml-rs/toml", "repository": { "Http": { - "url": "https://static.crates.io/crates/toml_datetime/0.6.8/download", - "sha256": "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" + "sha256": "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41", + "url": "https://static.crates.io/crates/toml_datetime/0.6.8/download" } }, "targets": [ { "Library": { "crate_name": "toml_datetime", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "toml_datetime", + "version": "0.6.8" + }, + "toml_datetime 1.1.1+spec-1.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "std" ], - "crate_features": { - "common": [ - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.8" + "edition": "2024" }, + "library_target_name": "toml_datetime", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "toml_datetime 1.1.1+spec-1.1.0": { "name": "toml_datetime", - "version": "1.1.1+spec-1.1.0", "package_url": "https://github.com/toml-rs/toml", "repository": { "Http": { - "url": "https://static.crates.io/crates/toml_datetime/1.1.1+spec-1.1.0/download", - "sha256": "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" + "sha256": "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7", + "url": "https://static.crates.io/crates/toml_datetime/1.1.1+spec-1.1.0/download" } }, "targets": [ { "Library": { "crate_name": "toml_datetime", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "toml_datetime", + "version": "1.1.1+spec-1.1.0" + }, + "toml_edit 0.19.14": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2024", - "version": "1.1.1+spec-1.1.0" + "deps": [ + { + "id": "indexmap 2.14.0", + "target": "indexmap" + }, + { + "id": "toml_datetime 0.6.8", + "target": "toml_datetime" + }, + { + "id": "winnow 0.5.0", + "target": "winnow" + } + ], + "edition": "2021" }, + "library_target_name": "toml_edit", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "toml_edit 0.19.14": { "name": "toml_edit", - "version": "0.19.14", "package_url": "https://github.com/toml-rs/toml", "repository": { "Http": { - "url": "https://static.crates.io/crates/toml_edit/0.19.14/download", - "sha256": "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" + "sha256": "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a", + "url": "https://static.crates.io/crates/toml_edit/0.19.14/download" } }, "targets": [ { "Library": { "crate_name": "toml_edit", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "toml_edit", + "version": "0.19.14" + }, + "toml_edit 0.22.20": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "parse", + "serde" + ], + "deps": [ + { + "id": "indexmap 2.14.0", + "target": "indexmap" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_spanned 0.6.9", + "target": "serde_spanned" + }, + { + "id": "toml_datetime 0.6.8", + "target": "toml_datetime" + }, + { + "id": "winnow 0.6.20", + "target": "winnow" + } ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "toml_datetime 0.6.8", - "target": "toml_datetime" - }, - { - "id": "winnow 0.5.0", - "target": "winnow" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.19.14" + "edition": "2021" }, + "library_target_name": "toml_edit", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "toml_edit 0.22.20": { "name": "toml_edit", - "version": "0.22.20", "package_url": "https://github.com/toml-rs/toml", "repository": { "Http": { - "url": "https://static.crates.io/crates/toml_edit/0.22.20/download", - "sha256": "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d" + "sha256": "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d", + "url": "https://static.crates.io/crates/toml_edit/0.22.20/download" } }, "targets": [ { "Library": { "crate_name": "toml_edit", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "toml_edit", + "version": "0.22.20" + }, + "toml_edit 0.25.13+spec-1.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "parse" ], - "crate_features": { - "common": [ - "parse", - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_spanned 0.6.9", - "target": "serde_spanned" - }, - { - "id": "toml_datetime 0.6.8", - "target": "toml_datetime" - }, - { - "id": "winnow 0.6.20", - "target": "winnow" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.22.20" + "deps": [ + { + "id": "indexmap 2.14.0", + "target": "indexmap" + }, + { + "id": "toml_datetime 1.1.1+spec-1.1.0", + "target": "toml_datetime" + }, + { + "id": "toml_parser 1.1.3+spec-1.1.0", + "target": "toml_parser" + }, + { + "id": "winnow 1.0.4", + "target": "winnow" + } + ], + "edition": "2024" }, + "library_target_name": "toml_edit", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "toml_edit 0.25.13+spec-1.1.0": { "name": "toml_edit", - "version": "0.25.13+spec-1.1.0", "package_url": "https://github.com/toml-rs/toml", "repository": { "Http": { - "url": "https://static.crates.io/crates/toml_edit/0.25.13+spec-1.1.0/download", - "sha256": "6975367e4d2ef766d86af01ffad14b622fecc8d4357a998fbc4deb6e9bacaf9b" + "sha256": "6975367e4d2ef766d86af01ffad14b622fecc8d4357a998fbc4deb6e9bacaf9b", + "url": "https://static.crates.io/crates/toml_edit/0.25.13+spec-1.1.0/download" } }, "targets": [ { "Library": { "crate_name": "toml_edit", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "toml_edit", + "version": "0.25.13+spec-1.1.0" + }, + "toml_parser 1.1.3+spec-1.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "std" ], - "crate_features": { - "common": [ - "parse" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "toml_datetime 1.1.1+spec-1.1.0", - "target": "toml_datetime" - }, - { - "id": "toml_parser 1.1.3+spec-1.1.0", - "target": "toml_parser" - }, - { - "id": "winnow 1.0.4", - "target": "winnow" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.25.13+spec-1.1.0" + "deps": [ + { + "id": "winnow 1.0.4", + "target": "winnow" + } + ], + "edition": "2024" }, + "library_target_name": "toml_parser", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "toml_parser 1.1.3+spec-1.1.0": { "name": "toml_parser", - "version": "1.1.3+spec-1.1.0", "package_url": "https://github.com/toml-rs/toml", "repository": { "Http": { - "url": "https://static.crates.io/crates/toml_parser/1.1.3+spec-1.1.0/download", - "sha256": "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56" + "sha256": "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56", + "url": "https://static.crates.io/crates/toml_parser/1.1.3+spec-1.1.0/download" } }, "targets": [ { "Library": { "crate_name": "toml_parser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "toml_parser", + "version": "1.1.3+spec-1.1.0" + }, + "tonic 0.14.6": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "channel", + "codegen", + "default", + "router", + "server", + "transport" + ], + "deps": [ + { + "id": "axum 0.8.9", + "target": "axum" + }, + { + "id": "base64 0.22.1", + "target": "base64" + }, + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "h2 0.4.4", + "target": "h2" + }, + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "http-body 1.0.1", + "target": "http_body" + }, + { + "id": "http-body-util 0.1.3", + "target": "http_body_util" + }, + { + "id": "hyper 1.8.1", + "target": "hyper" + }, + { + "id": "hyper-timeout 0.5.1", + "target": "hyper_timeout" + }, + { + "id": "hyper-util 0.1.20", + "target": "hyper_util" + }, + { + "id": "percent-encoding 2.3.1", + "target": "percent_encoding" + }, + { + "id": "pin-project 1.1.2", + "target": "pin_project" + }, + { + "id": "socket2 0.6.1", + "target": "socket2" + }, + { + "id": "sync_wrapper 1.0.2", + "target": "sync_wrapper" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "id": "tokio-stream 0.1.17", + "target": "tokio_stream" + }, + { + "id": "tower 0.5.2", + "target": "tower" + }, + { + "id": "tower-layer 0.3.3", + "target": "tower_layer" + }, + { + "id": "tower-service 0.3.3", + "target": "tower_service" + }, + { + "id": "tracing 0.1.44", + "target": "tracing" + } ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "winnow 1.0.4", - "target": "winnow" - } - ], - "selects": {} - }, "edition": "2024", - "version": "1.1.3+spec-1.1.0" + "proc_macro_deps": [ + { + "id": "async-trait 0.1.89", + "target": "async_trait" + } + ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "tonic", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "tonic 0.14.6": { "name": "tonic", - "version": "0.14.6", "package_url": "https://github.com/hyperium/tonic", "repository": { "Http": { - "url": "https://static.crates.io/crates/tonic/0.14.6/download", - "sha256": "ac2a5518c70fa84342385732db33fb3f44bc4cc748936eb5833d2df34d6445ef" + "sha256": "ac2a5518c70fa84342385732db33fb3f44bc4cc748936eb5833d2df34d6445ef", + "url": "https://static.crates.io/crates/tonic/0.14.6/download" } }, "targets": [ { "Library": { "crate_name": "tonic", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tonic", + "version": "0.14.6" + }, + "tonic-build 0.14.6": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "transport" ], - "crate_features": { - "common": [ - "channel", - "codegen", - "default", - "router", - "server", - "transport" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "axum 0.8.9", - "target": "axum" - }, - { - "id": "base64 0.22.1", - "target": "base64" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "h2 0.4.4", - "target": "h2" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "http-body-util 0.1.3", - "target": "http_body_util" - }, - { - "id": "hyper 1.8.1", - "target": "hyper" - }, - { - "id": "hyper-timeout 0.5.1", - "target": "hyper_timeout" - }, - { - "id": "hyper-util 0.1.20", - "target": "hyper_util" - }, - { - "id": "percent-encoding 2.3.1", - "target": "percent_encoding" - }, - { - "id": "pin-project 1.1.2", - "target": "pin_project" - }, - { - "id": "socket2 0.6.1", - "target": "socket2" - }, - { - "id": "sync_wrapper 1.0.2", - "target": "sync_wrapper" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-stream 0.1.17", - "target": "tokio_stream" - }, - { - "id": "tower 0.5.2", - "target": "tower" - }, - { - "id": "tower-layer 0.3.3", - "target": "tower_layer" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.89", - "target": "async_trait" - } - ], - "selects": {} - }, - "version": "0.14.6" + "deps": [ + { + "id": "prettyplease 0.2.37", + "target": "prettyplease" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } + ], + "edition": "2024" }, + "library_target_name": "tonic_build", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "tonic-build 0.14.6": { "name": "tonic-build", - "version": "0.14.6", "package_url": "https://github.com/hyperium/tonic", "repository": { "Http": { - "url": "https://static.crates.io/crates/tonic-build/0.14.6/download", - "sha256": "c68f61875ac5293cf72e6c8cf0158086428c82c37229e98c840878f1706b0322" + "sha256": "c68f61875ac5293cf72e6c8cf0158086428c82c37229e98c840878f1706b0322", + "url": "https://static.crates.io/crates/tonic-build/0.14.6/download" } }, "targets": [ { "Library": { "crate_name": "tonic_build", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tonic_build", + "version": "0.14.6" + }, + "tonic-prost 0.14.5": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "prost 0.14.4", + "target": "prost" + }, + { + "id": "tonic 0.14.6", + "target": "tonic" + } ], - "crate_features": { - "common": [ - "default", - "transport" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "prettyplease 0.2.37", - "target": "prettyplease" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.14.6" + "edition": "2021" }, + "library_target_name": "tonic_prost", "license": "MIT", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "tonic-prost 0.14.5": { "name": "tonic-prost", - "version": "0.14.5", "package_url": "https://github.com/hyperium/tonic", "repository": { "Http": { - "url": "https://static.crates.io/crates/tonic-prost/0.14.5/download", - "sha256": "a55376a0bbaa4975a3f10d009ad763d8f4108f067c7c2e74f3001fb49778d309" + "sha256": "a55376a0bbaa4975a3f10d009ad763d8f4108f067c7c2e74f3001fb49778d309", + "url": "https://static.crates.io/crates/tonic-prost/0.14.5/download" } }, "targets": [ { "Library": { "crate_name": "tonic_prost", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tonic_prost", + "version": "0.14.5" + }, + "tonic-prost-build 0.14.6": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "cleanup-markdown", + "default", + "transport" ], - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "prost 0.14.4", - "target": "prost" - }, - { - "id": "tonic 0.14.6", - "target": "tonic" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.14.5" + "deps": [ + { + "id": "prettyplease 0.2.37", + "target": "prettyplease" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "prost-build 0.14.4", + "target": "prost_build" + }, + { + "id": "prost-types 0.14.4", + "target": "prost_types" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + }, + { + "id": "tempfile 3.23.0", + "target": "tempfile" + }, + { + "id": "tonic-build 0.14.6", + "target": "tonic_build" + } + ], + "edition": "2024" }, + "library_target_name": "tonic_prost_build", "license": "MIT", "license_ids": [ "MIT" ], - "license_file": null - }, - "tonic-prost-build 0.14.6": { "name": "tonic-prost-build", - "version": "0.14.6", "package_url": "https://github.com/hyperium/tonic", "repository": { "Http": { - "url": "https://static.crates.io/crates/tonic-prost-build/0.14.6/download", - "sha256": "654e5643eff75d7f8c99197ce1440ed19a3474eada74c12bbac488b2cafdae27" + "sha256": "654e5643eff75d7f8c99197ce1440ed19a3474eada74c12bbac488b2cafdae27", + "url": "https://static.crates.io/crates/tonic-prost-build/0.14.6/download" } }, "targets": [ { "Library": { "crate_name": "tonic_prost_build", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tonic_prost_build", + "version": "0.14.6" + }, + "tonic-types 0.14.5": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "prost 0.14.4", + "target": "prost" + }, + { + "id": "prost-types 0.14.4", + "target": "prost_types" + }, + { + "id": "tonic 0.14.6", + "target": "tonic" + } ], - "crate_features": { - "common": [ - "cleanup-markdown", - "default", - "transport" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "prettyplease 0.2.37", - "target": "prettyplease" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "prost-build 0.14.4", - "target": "prost_build" - }, - { - "id": "prost-types 0.14.4", - "target": "prost_types" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "tempfile 3.23.0", - "target": "tempfile" - }, - { - "id": "tonic-build 0.14.6", - "target": "tonic_build" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.14.6" + "edition": "2021" }, + "library_target_name": "tonic_types", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": null - }, - "tonic-types 0.14.5": { "name": "tonic-types", - "version": "0.14.5", "package_url": "https://github.com/hyperium/tonic", "repository": { "Http": { - "url": "https://static.crates.io/crates/tonic-types/0.14.5/download", - "sha256": "2a875a902255423d34c1f20838ab374126db8eb41625b7947a1d54113b0b7399" + "sha256": "2a875a902255423d34c1f20838ab374126db8eb41625b7947a1d54113b0b7399", + "url": "https://static.crates.io/crates/tonic-types/0.14.5/download" } }, "targets": [ { "Library": { "crate_name": "tonic_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tonic_types", + "version": "0.14.5" + }, + "tower 0.4.13": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "__common", + "default", + "futures-core", + "futures-util", + "log", + "pin-project", + "pin-project-lite", + "tracing", + "util" + ], + "deps": [ + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "pin-project 1.1.2", + "target": "pin_project" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + }, + { + "id": "tower-layer 0.3.3", + "target": "tower_layer" + }, + { + "id": "tower-service 0.3.3", + "target": "tower_service" + }, + { + "id": "tracing 0.1.44", + "target": "tracing" + } ], - "deps": { - "common": [ - { - "id": "prost 0.14.4", - "target": "prost" - }, - { - "id": "prost-types 0.14.4", - "target": "prost_types" - }, - { - "id": "tonic 0.14.6", - "target": "tonic" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.14.5" + "edition": "2018" }, + "library_target_name": "tower", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "tower 0.4.13": { "name": "tower", - "version": "0.4.13", "package_url": "https://github.com/tower-rs/tower", "repository": { "Http": { - "url": "https://static.crates.io/crates/tower/0.4.13/download", - "sha256": "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" + "sha256": "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c", + "url": "https://static.crates.io/crates/tower/0.4.13/download" } }, "targets": [ { "Library": { "crate_name": "tower", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tower", + "version": "0.4.13" + }, + "tower 0.5.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "__common", + "balance", + "buffer", + "discover", + "filter", + "full", + "futures-core", + "futures-util", + "hdrhistogram", + "hedge", + "indexmap", + "limit", + "load", + "load-shed", + "log", + "make", + "pin-project-lite", + "ready-cache", + "reconnect", + "retry", + "slab", + "spawn-ready", + "steer", + "sync_wrapper", + "timeout", + "tokio", + "tokio-util", + "tracing", + "util" + ], + "deps": [ + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "hdrhistogram 7.5.2", + "target": "hdrhistogram" + }, + { + "id": "indexmap 2.14.0", + "target": "indexmap" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + }, + { + "id": "slab 0.4.8", + "target": "slab" + }, + { + "id": "sync_wrapper 1.0.2", + "target": "sync_wrapper" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "id": "tokio-util 0.7.17", + "target": "tokio_util" + }, + { + "id": "tower-layer 0.3.3", + "target": "tower_layer" + }, + { + "id": "tower-service 0.3.3", + "target": "tower_service" + }, + { + "id": "tracing 0.1.44", + "target": "tracing" + } ], - "crate_features": { - "common": [ - "__common", - "default", - "futures-core", - "futures-util", - "log", - "pin-project", - "pin-project-lite", - "tracing", - "util" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "pin-project 1.1.2", - "target": "pin_project" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "tower-layer 0.3.3", - "target": "tower_layer" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.13" + "edition": "2018" }, + "library_target_name": "tower", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "tower 0.5.2": { "name": "tower", - "version": "0.5.2", "package_url": "https://github.com/tower-rs/tower", "repository": { "Http": { - "url": "https://static.crates.io/crates/tower/0.5.2/download", - "sha256": "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" + "sha256": "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9", + "url": "https://static.crates.io/crates/tower/0.5.2/download" } }, "targets": [ { "Library": { "crate_name": "tower", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tower", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "__common", - "balance", - "buffer", - "discover", - "filter", - "full", - "futures-core", - "futures-util", - "hdrhistogram", - "hedge", - "indexmap", - "limit", - "load", - "load-shed", - "log", - "make", - "pin-project-lite", - "ready-cache", - "reconnect", - "retry", - "slab", - "spawn-ready", - "steer", - "sync_wrapper", - "timeout", - "tokio", - "tokio-util", - "tracing", - "util" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "hdrhistogram 7.5.2", - "target": "hdrhistogram" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "slab 0.4.8", - "target": "slab" - }, - { - "id": "sync_wrapper 1.0.2", - "target": "sync_wrapper" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-util 0.7.17", - "target": "tokio_util" - }, - { - "id": "tower-layer 0.3.3", - "target": "tower_layer" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" + "version": "0.5.2" }, "tower-http 0.6.11": { - "name": "tower-http", - "version": "0.6.11", - "package_url": "https://github.com/tower-rs/tower-http", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tower-http/0.6.11/download", - "sha256": "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tower_http", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tower_http", "common_attrs": { - "compile_data_glob": [ - "**" - ], "crate_features": { "common": [ "add-extension", @@ -79537,877 +60669,679 @@ } ] } - }, - "edition": "2018", - "version": "0.6.11" + }, + "edition": "2018" + }, + "library_target_name": "tower_http", + "license": "MIT", + "license_file": "LICENSE", + "license_ids": [ + "MIT" + ], + "name": "tower-http", + "package_url": "https://github.com/tower-rs/tower-http", + "repository": { + "Http": { + "sha256": "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840", + "url": "https://static.crates.io/crates/tower-http/0.6.11/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tower_http", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.6.11" + }, + "tower-http 0.7.0": { + "common_attrs": { + "crate_features": [ + "compression-br", + "compression-deflate", + "compression-full", + "compression-gzip", + "compression-zstd", + "cors", + "default", + "futures-core", + "tokio-util", + "trace", + "tracing" + ], + "deps": [ + { + "id": "async-compression 0.4.3", + "target": "async_compression" + }, + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "futures-core 0.3.31", + "target": "futures_core" + }, + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "http-body 1.0.1", + "target": "http_body" + }, + { + "id": "percent-encoding 2.3.1", + "target": "percent_encoding" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "id": "tokio-util 0.7.17", + "target": "tokio_util" + }, + { + "id": "tower-layer 0.3.3", + "target": "tower_layer" + }, + { + "id": "tower-service 0.3.3", + "target": "tower_service" + }, + { + "id": "tracing 0.1.44", + "target": "tracing" + } + ], + "edition": "2018" }, + "library_target_name": "tower_http", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "tower-http 0.7.0": { "name": "tower-http", - "version": "0.7.0", "package_url": "https://github.com/tower-rs/tower-http", "repository": { "Http": { - "url": "https://static.crates.io/crates/tower-http/0.7.0/download", - "sha256": "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233" + "sha256": "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233", + "url": "https://static.crates.io/crates/tower-http/0.7.0/download" } }, "targets": [ { "Library": { "crate_name": "tower_http", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tower_http", + "version": "0.7.0" + }, + "tower-layer 0.3.3": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "compression-br", - "compression-deflate", - "compression-full", - "compression-gzip", - "compression-zstd", - "cors", - "default", - "futures-core", - "tokio-util", - "trace", - "tracing" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "async-compression 0.4.3", - "target": "async_compression" - }, - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "percent-encoding 2.3.1", - "target": "percent_encoding" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-util 0.7.17", - "target": "tokio_util" - }, - { - "id": "tower-layer 0.3.3", - "target": "tower_layer" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.7.0" + "edition": "2018" }, + "library_target_name": "tower_layer", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "tower-layer 0.3.3": { "name": "tower-layer", - "version": "0.3.3", "package_url": "https://github.com/tower-rs/tower", "repository": { "Http": { - "url": "https://static.crates.io/crates/tower-layer/0.3.3/download", - "sha256": "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" + "sha256": "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e", + "url": "https://static.crates.io/crates/tower-layer/0.3.3/download" } }, "targets": [ { "Library": { "crate_name": "tower_layer", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tower_layer", + "version": "0.3.3" + }, + "tower-request-id 0.3.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "tower-layer 0.3.3", + "target": "tower_layer" + }, + { + "id": "tower-service 0.3.3", + "target": "tower_service" + }, + { + "id": "ulid 1.0.0", + "target": "ulid" + } ], - "edition": "2018", - "version": "0.3.3" + "edition": "2021" }, + "library_target_name": "tower_request_id", "license": "MIT", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "tower-request-id 0.3.0": { "name": "tower-request-id", - "version": "0.3.0", "package_url": "https://github.com/imbolc/tower-request-id", "repository": { "Http": { - "url": "https://static.crates.io/crates/tower-request-id/0.3.0/download", - "sha256": "357a1f99dd439c1aa9ebbaf9c6431b41c05a26bf137e9e92879941bdac5cb66d" + "sha256": "357a1f99dd439c1aa9ebbaf9c6431b41c05a26bf137e9e92879941bdac5cb66d", + "url": "https://static.crates.io/crates/tower-request-id/0.3.0/download" } }, "targets": [ { "Library": { "crate_name": "tower_request_id", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tower_request_id", + "version": "0.3.0" + }, + "tower-service 0.3.3": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "tower-layer 0.3.3", - "target": "tower_layer" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - }, - { - "id": "ulid 1.0.0", - "target": "ulid" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.0" + "edition": "2018" }, + "library_target_name": "tower_service", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": null - }, - "tower-service 0.3.3": { "name": "tower-service", - "version": "0.3.3", "package_url": "https://github.com/tower-rs/tower", "repository": { "Http": { - "url": "https://static.crates.io/crates/tower-service/0.3.3/download", - "sha256": "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" + "sha256": "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3", + "url": "https://static.crates.io/crates/tower-service/0.3.3/download" } }, "targets": [ { "Library": { "crate_name": "tower_service", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tower_service", + "version": "0.3.3" + }, + "tower-test 0.4.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "pin-project 1.1.2", + "target": "pin_project" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "id": "tokio-test 0.4.4", + "target": "tokio_test" + }, + { + "id": "tower-layer 0.3.3", + "target": "tower_layer" + }, + { + "id": "tower-service 0.3.3", + "target": "tower_service" + } ], - "edition": "2018", - "version": "0.3.3" + "edition": "2018" }, + "library_target_name": "tower_test", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "tower-test 0.4.0": { "name": "tower-test", - "version": "0.4.0", "package_url": "https://github.com/tower-rs/tower", "repository": { "Http": { - "url": "https://static.crates.io/crates/tower-test/0.4.0/download", - "sha256": "a4546773ffeab9e4ea02b8872faa49bb616a80a7da66afc2f32688943f97efa7" + "sha256": "a4546773ffeab9e4ea02b8872faa49bb616a80a7da66afc2f32688943f97efa7", + "url": "https://static.crates.io/crates/tower-test/0.4.0/download" } }, "targets": [ { "Library": { "crate_name": "tower_test", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tower_test", + "version": "0.4.0" + }, + "tower_governor 0.8.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "axum", + "default", + "tonic" ], - "deps": { - "common": [ - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "pin-project 1.1.2", - "target": "pin_project" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-test 0.4.4", - "target": "tokio_test" - }, - { - "id": "tower-layer 0.3.3", - "target": "tower_layer" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.0" + "deps": [ + { + "id": "axum 0.8.9", + "target": "axum" + }, + { + "id": "forwarded-header-value 0.1.1", + "target": "forwarded_header_value" + }, + { + "id": "governor 0.10.2", + "target": "governor" + }, + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "pin-project 1.1.2", + "target": "pin_project" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + }, + { + "id": "tonic 0.14.6", + "target": "tonic" + }, + { + "id": "tower 0.5.2", + "target": "tower" + }, + { + "id": "tracing 0.1.44", + "target": "tracing" + } + ], + "edition": "2021" }, - "license": "MIT", + "library_target_name": "tower_governor", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "tower_governor 0.8.0": { "name": "tower_governor", - "version": "0.8.0", "package_url": "https://github.com/benwis/tower-governor", "repository": { "Http": { - "url": "https://static.crates.io/crates/tower_governor/0.8.0/download", - "sha256": "44de9b94d849d3c46e06a883d72d408c2de6403367b39df2b1c9d9e7b6736fe6" + "sha256": "44de9b94d849d3c46e06a883d72d408c2de6403367b39df2b1c9d9e7b6736fe6", + "url": "https://static.crates.io/crates/tower_governor/0.8.0/download" } }, "targets": [ { "Library": { "crate_name": "tower_governor", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tower_governor", + "version": "0.8.0" + }, + "tracing 0.1.44": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "attributes", + "default", + "log", + "std", + "tracing-attributes" + ], + "deps": [ + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "pin-project-lite 0.2.17", + "target": "pin_project_lite" + }, + { + "id": "tracing-core 0.1.36", + "target": "tracing_core" + } ], - "crate_features": { - "common": [ - "axum", - "default", - "tonic" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "axum 0.8.9", - "target": "axum" - }, - { - "id": "forwarded-header-value 0.1.1", - "target": "forwarded_header_value" - }, - { - "id": "governor 0.10.2", - "target": "governor" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "pin-project 1.1.2", - "target": "pin_project" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "tonic 0.14.6", - "target": "tonic" - }, - { - "id": "tower 0.5.2", - "target": "tower" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.0" + "edition": "2018", + "proc_macro_deps": [ + { + "id": "tracing-attributes 0.1.31", + "target": "tracing_attributes" + } + ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "tracing", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "tracing 0.1.44": { "name": "tracing", - "version": "0.1.44", "package_url": "https://github.com/tokio-rs/tracing", "repository": { "Http": { - "url": "https://static.crates.io/crates/tracing/0.1.44/download", - "sha256": "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" + "sha256": "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100", + "url": "https://static.crates.io/crates/tracing/0.1.44/download" } }, "targets": [ { "Library": { "crate_name": "tracing", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tracing", + "version": "0.1.44" + }, + "tracing-appender 0.2.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "crossbeam-channel 0.5.15", + "target": "crossbeam_channel" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + }, + { + "id": "time 0.3.47", + "target": "time" + }, + { + "id": "tracing-subscriber 0.3.23", + "target": "tracing_subscriber" + } ], - "crate_features": { - "common": [ - "attributes", - "default", - "log", - "std", - "tracing-attributes" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "tracing-core 0.1.36", - "target": "tracing_core" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "tracing-attributes 0.1.31", - "target": "tracing_attributes" - } - ], - "selects": {} - }, - "version": "0.1.44" + "edition": "2018" }, + "library_target_name": "tracing_appender", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "tracing-appender 0.2.3": { "name": "tracing-appender", - "version": "0.2.3", "package_url": "https://github.com/tokio-rs/tracing", "repository": { "Http": { - "url": "https://static.crates.io/crates/tracing-appender/0.2.3/download", - "sha256": "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf" + "sha256": "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf", + "url": "https://static.crates.io/crates/tracing-appender/0.2.3/download" } }, "targets": [ { "Library": { "crate_name": "tracing_appender", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tracing_appender", + "version": "0.2.3" + }, + "tracing-attributes 0.1.31": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "crossbeam-channel 0.5.15", - "target": "crossbeam_channel" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "time 0.3.47", - "target": "time" - }, - { - "id": "tracing-subscriber 0.3.23", - "target": "tracing_subscriber" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.3" + "edition": "2018" }, + "library_target_name": "tracing_attributes", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "tracing-attributes 0.1.31": { "name": "tracing-attributes", - "version": "0.1.31", "package_url": "https://github.com/tokio-rs/tracing", "repository": { "Http": { - "url": "https://static.crates.io/crates/tracing-attributes/0.1.31/download", - "sha256": "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" + "sha256": "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da", + "url": "https://static.crates.io/crates/tracing-attributes/0.1.31/download" } }, "targets": [ { "ProcMacro": { "crate_name": "tracing_attributes", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tracing_attributes", + "version": "0.1.31" + }, + "tracing-core 0.1.36": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "once_cell", + "std" ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.31" + "deps": [ + { + "id": "once_cell 1.21.3", + "target": "once_cell" + } + ], + "edition": "2018" }, + "library_target_name": "tracing_core", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "tracing-core 0.1.36": { "name": "tracing-core", - "version": "0.1.36", "package_url": "https://github.com/tokio-rs/tracing", "repository": { "Http": { - "url": "https://static.crates.io/crates/tracing-core/0.1.36/download", - "sha256": "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" + "sha256": "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a", + "url": "https://static.crates.io/crates/tracing-core/0.1.36/download" } }, "targets": [ { "Library": { "crate_name": "tracing_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tracing_core", + "version": "0.1.36" + }, + "tracing-flame 0.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "smallvec" ], - "crate_features": { - "common": [ - "default", - "once_cell", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "once_cell 1.21.3", - "target": "once_cell" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.36" + "deps": [ + { + "id": "lazy_static 1.5.0", + "target": "lazy_static" + }, + { + "id": "tracing 0.1.44", + "target": "tracing" + }, + { + "id": "tracing-subscriber 0.3.23", + "target": "tracing_subscriber" + } + ], + "edition": "2018" }, + "library_target_name": "tracing_flame", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "tracing-flame 0.2.0": { "name": "tracing-flame", - "version": "0.2.0", "package_url": "https://github.com/tokio-rs/tracing", "repository": { "Http": { - "url": "https://static.crates.io/crates/tracing-flame/0.2.0/download", - "sha256": "0bae117ee14789185e129aaee5d93750abe67fdc5a9a62650452bfe4e122a3a9" + "sha256": "0bae117ee14789185e129aaee5d93750abe67fdc5a9a62650452bfe4e122a3a9", + "url": "https://static.crates.io/crates/tracing-flame/0.2.0/download" } }, "targets": [ { "Library": { "crate_name": "tracing_flame", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tracing_flame", + "version": "0.2.0" + }, + "tracing-journald 0.3.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "id": "tracing-core 0.1.36", + "target": "tracing_core" + }, + { + "id": "tracing-subscriber 0.3.23", + "target": "tracing_subscriber" + } ], - "crate_features": { - "common": [ - "default", - "smallvec" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - }, - { - "id": "tracing-subscriber 0.3.23", - "target": "tracing_subscriber" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.0" + "edition": "2018" }, + "library_target_name": "tracing_journald", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "tracing-journald 0.3.2": { "name": "tracing-journald", - "version": "0.3.2", "package_url": "https://github.com/tokio-rs/tracing", "repository": { "Http": { - "url": "https://static.crates.io/crates/tracing-journald/0.3.2/download", - "sha256": "2d3a81ed245bfb62592b1e2bc153e77656d94ee6a0497683a65a12ccaf2438d0" + "sha256": "2d3a81ed245bfb62592b1e2bc153e77656d94ee6a0497683a65a12ccaf2438d0", + "url": "https://static.crates.io/crates/tracing-journald/0.3.2/download" } }, "targets": [ { "Library": { "crate_name": "tracing_journald", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tracing_journald", + "version": "0.3.2" + }, + "tracing-log 0.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "log-tracer", + "std" ], - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "tracing-core 0.1.36", - "target": "tracing_core" - }, - { - "id": "tracing-subscriber 0.3.23", - "target": "tracing_subscriber" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.2" + "deps": [ + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "tracing-core 0.1.36", + "target": "tracing_core" + } + ], + "edition": "2018" }, + "library_target_name": "tracing_log", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "tracing-log 0.2.0": { "name": "tracing-log", - "version": "0.2.0", "package_url": "https://github.com/tokio-rs/tracing", "repository": { "Http": { - "url": "https://static.crates.io/crates/tracing-log/0.2.0/download", - "sha256": "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" + "sha256": "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3", + "url": "https://static.crates.io/crates/tracing-log/0.2.0/download" } }, "targets": [ { "Library": { "crate_name": "tracing_log", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tracing_log", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "log-tracer", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "tracing-core 0.1.36", - "target": "tracing_core" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" + "version": "0.2.0" }, "tracing-opentelemetry 0.33.0": { - "name": "tracing-opentelemetry", - "version": "0.33.0", - "package_url": "https://github.com/tokio-rs/tracing-opentelemetry", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tracing-opentelemetry/0.33.0/download", - "sha256": "adbc64cba7137545b8044cb1fe9814f7aacf3c6b5f9b45be8bb5db538befdb26" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tracing_opentelemetry", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tracing_opentelemetry", "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "metrics", + "smallvec", + "tracing-log" ], - "crate_features": { - "common": [ - "default", - "metrics", - "smallvec", - "tracing-log" - ], - "selects": {} - }, "deps": { "common": [ { @@ -80448,2761 +61382,2026 @@ ] } }, - "edition": "2021", - "version": "0.33.0" + "edition": "2021" }, + "library_target_name": "tracing_opentelemetry", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" + "name": "tracing-opentelemetry", + "package_url": "https://github.com/tokio-rs/tracing-opentelemetry", + "repository": { + "Http": { + "sha256": "adbc64cba7137545b8044cb1fe9814f7aacf3c6b5f9b45be8bb5db538befdb26", + "url": "https://static.crates.io/crates/tracing-opentelemetry/0.33.0/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "tracing_opentelemetry", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.33.0" }, "tracing-serde 0.2.0": { + "common_attrs": { + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "tracing-core 0.1.36", + "target": "tracing_core" + } + ], + "edition": "2018" + }, + "library_target_name": "tracing_serde", + "license": "MIT", + "license_file": "LICENSE", + "license_ids": [ + "MIT" + ], "name": "tracing-serde", - "version": "0.2.0", "package_url": "https://github.com/tokio-rs/tracing", "repository": { "Http": { - "url": "https://static.crates.io/crates/tracing-serde/0.2.0/download", - "sha256": "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1" + "sha256": "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1", + "url": "https://static.crates.io/crates/tracing-serde/0.2.0/download" } }, "targets": [ { "Library": { "crate_name": "tracing_serde", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tracing_serde", + "version": "0.2.0" + }, + "tracing-slog 0.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "tracing-core 0.1.36", - "target": "tracing_core" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.0" + "deps": [ + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "slog 2.7.0", + "target": "slog" + }, + { + "id": "tracing-core 0.1.36", + "target": "tracing_core" + } + ], + "edition": "2021" }, + "library_target_name": "tracing_slog", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "tracing-slog 0.2.0": { "name": "tracing-slog", - "version": "0.2.0", "package_url": "https://github.com/ecliptical/tracing-slog", "repository": { "Http": { - "url": "https://static.crates.io/crates/tracing-slog/0.2.0/download", - "sha256": "6ffd12d2d54fb99df994fde4e3320959e32208420bfe375a664c5d8cd894a23b" + "sha256": "6ffd12d2d54fb99df994fde4e3320959e32208420bfe375a664c5d8cd894a23b", + "url": "https://static.crates.io/crates/tracing-slog/0.2.0/download" } }, "targets": [ { "Library": { "crate_name": "tracing_slog", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tracing_slog", + "version": "0.2.0" + }, + "tracing-subscriber 0.3.23": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "ansi", + "default", + "env-filter", + "fmt", + "json", + "matchers", + "nu-ansi-term", + "once_cell", + "registry", + "serde", + "serde_json", + "sharded-slab", + "smallvec", + "std", + "thread_local", + "time", + "tracing", + "tracing-log", + "tracing-serde" + ], + "deps": [ + { + "id": "matchers 0.2.0", + "target": "matchers" + }, + { + "id": "nu-ansi-term 0.50.1", + "target": "nu_ansi_term" + }, + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "regex-automata 0.4.16", + "target": "regex_automata" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + }, + { + "id": "sharded-slab 0.1.4", + "target": "sharded_slab" + }, + { + "id": "smallvec 1.15.1", + "target": "smallvec" + }, + { + "id": "thread_local 1.1.7", + "target": "thread_local" + }, + { + "id": "time 0.3.47", + "target": "time" + }, + { + "id": "tracing 0.1.44", + "target": "tracing" + }, + { + "id": "tracing-core 0.1.36", + "target": "tracing_core" + }, + { + "id": "tracing-log 0.2.0", + "target": "tracing_log" + }, + { + "id": "tracing-serde 0.2.0", + "target": "tracing_serde" + } ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "slog 2.7.0", - "target": "slog" - }, - { - "id": "tracing-core 0.1.36", - "target": "tracing_core" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" + "edition": "2018" }, + "library_target_name": "tracing_subscriber", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "tracing-subscriber 0.3.23": { "name": "tracing-subscriber", - "version": "0.3.23", "package_url": "https://github.com/tokio-rs/tracing", "repository": { "Http": { - "url": "https://static.crates.io/crates/tracing-subscriber/0.3.23/download", - "sha256": "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" + "sha256": "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319", + "url": "https://static.crates.io/crates/tracing-subscriber/0.3.23/download" } }, "targets": [ { "Library": { "crate_name": "tracing_subscriber", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tracing_subscriber", + "version": "0.3.23" + }, + "treediff 3.0.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "serde_json", + "with-serde-json" ], - "crate_features": { - "common": [ - "alloc", - "ansi", - "default", - "env-filter", - "fmt", - "json", - "matchers", - "nu-ansi-term", - "once_cell", - "registry", - "serde", - "serde_json", - "sharded-slab", - "smallvec", - "std", - "thread_local", - "time", - "tracing", - "tracing-log", - "tracing-serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "matchers 0.2.0", - "target": "matchers" - }, - { - "id": "nu-ansi-term 0.50.1", - "target": "nu_ansi_term" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "regex-automata 0.4.16", - "target": "regex_automata" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "sharded-slab 0.1.4", - "target": "sharded_slab" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "thread_local 1.1.7", - "target": "thread_local" - }, - { - "id": "time 0.3.47", - "target": "time" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - }, - { - "id": "tracing-core 0.1.36", - "target": "tracing_core" - }, - { - "id": "tracing-log 0.2.0", - "target": "tracing_log" - }, - { - "id": "tracing-serde 0.2.0", - "target": "tracing_serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.23" + "deps": [ + { + "id": "serde_json 1.0.145", + "target": "serde_json" + } + ], + "edition": "2018" }, - "license": "MIT", + "library_target_name": "treediff", + "license": "MIT/Apache-2.0", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "treediff 3.0.2": { "name": "treediff", - "version": "3.0.2", "package_url": "https://github.com/Byron/treediff-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/treediff/3.0.2/download", - "sha256": "761e8d5ad7ce14bb82b7e61ccc0ca961005a275a060b9644a2431aa11553c2ff" + "sha256": "761e8d5ad7ce14bb82b7e61ccc0ca961005a275a060b9644a2431aa11553c2ff", + "url": "https://static.crates.io/crates/treediff/3.0.2/download" } }, "targets": [ { "Library": { "crate_name": "treediff", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "treediff", + "version": "3.0.2" + }, + "triomphe 0.1.15": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "serde", + "stable_deref_trait", + "std" ], - "crate_features": { - "common": [ - "serde_json", - "with-serde-json" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "3.0.2" + "deps": [ + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "stable_deref_trait 1.2.0", + "target": "stable_deref_trait" + } + ], + "edition": "2021" }, - "license": "MIT/Apache-2.0", + "library_target_name": "triomphe", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "triomphe 0.1.15": { "name": "triomphe", - "version": "0.1.15", "package_url": "https://github.com/Manishearth/triomphe", "repository": { "Http": { - "url": "https://static.crates.io/crates/triomphe/0.1.15/download", - "sha256": "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39" + "sha256": "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39", + "url": "https://static.crates.io/crates/triomphe/0.1.15/download" } }, "targets": [ { "Library": { "crate_name": "triomphe", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "triomphe", + "version": "0.1.15" + }, + "trust-dns-proto 0.22.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "tokio", + "tokio-runtime" ], - "crate_features": { - "common": [ - "default", - "serde", - "stable_deref_trait", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "stable_deref_trait 1.2.0", - "target": "stable_deref_trait" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.15" + "deps": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "data-encoding 2.11.0", + "target": "data_encoding" + }, + { + "id": "futures-channel 0.3.31", + "target": "futures_channel" + }, + { + "id": "futures-io 0.3.31", + "target": "futures_io" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "idna 0.2.3", + "target": "idna" + }, + { + "id": "ipnet 2.10.1", + "target": "ipnet" + }, + { + "id": "lazy_static 1.5.0", + "target": "lazy_static" + }, + { + "id": "rand 0.8.6", + "target": "rand" + }, + { + "id": "smallvec 1.15.1", + "target": "smallvec" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + }, + { + "id": "tinyvec 1.6.0", + "target": "tinyvec" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.44", + "target": "tracing" + }, + { + "id": "url 2.5.4", + "target": "url" + } + ], + "edition": "2018", + "proc_macro_deps": [ + { + "id": "async-trait 0.1.89", + "target": "async_trait" + }, + { + "id": "enum-as-inner 0.5.1", + "target": "enum_as_inner" + } + ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "trust_dns_proto", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "trust-dns-proto 0.22.0": { "name": "trust-dns-proto", - "version": "0.22.0", "package_url": "https://github.com/bluejekyll/trust-dns", "repository": { "Http": { - "url": "https://static.crates.io/crates/trust-dns-proto/0.22.0/download", - "sha256": "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26" + "sha256": "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26", + "url": "https://static.crates.io/crates/trust-dns-proto/0.22.0/download" } }, "targets": [ { "Library": { "crate_name": "trust_dns_proto", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "trust_dns_proto", + "version": "0.22.0" + }, + "trust-dns-resolver 0.22.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "ipconfig", + "resolv-conf", + "system-config", + "tokio", + "tokio-runtime" + ], + "deps": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "lazy_static 1.5.0", + "target": "lazy_static" + }, + { + "id": "lru-cache 0.1.2", + "target": "lru_cache" + }, + { + "id": "parking_lot 0.12.5", + "target": "parking_lot" + }, + { + "id": "resolv-conf 0.7.0", + "target": "resolv_conf" + }, + { + "id": "smallvec 1.15.1", + "target": "smallvec" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "id": "tracing 0.1.44", + "target": "tracing" + }, + { + "id": "trust-dns-proto 0.22.0", + "target": "trust_dns_proto" + } ], - "crate_features": { - "common": [ - "tokio", - "tokio-runtime" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "data-encoding 2.11.0", - "target": "data_encoding" - }, - { - "id": "futures-channel 0.3.31", - "target": "futures_channel" - }, - { - "id": "futures-io 0.3.31", - "target": "futures_io" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "idna 0.2.3", - "target": "idna" - }, - { - "id": "ipnet 2.10.1", - "target": "ipnet" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "rand 0.8.6", - "target": "rand" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "tinyvec 1.6.0", - "target": "tinyvec" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - }, - { - "id": "url 2.5.4", - "target": "url" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.89", - "target": "async_trait" - }, - { - "id": "enum-as-inner 0.5.1", - "target": "enum_as_inner" - } - ], - "selects": {} - }, - "version": "0.22.0" + "edition": "2018" }, + "library_target_name": "trust_dns_resolver", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "trust-dns-resolver 0.22.0": { "name": "trust-dns-resolver", - "version": "0.22.0", "package_url": "https://github.com/bluejekyll/trust-dns", "repository": { "Http": { - "url": "https://static.crates.io/crates/trust-dns-resolver/0.22.0/download", - "sha256": "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe" + "sha256": "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe", + "url": "https://static.crates.io/crates/trust-dns-resolver/0.22.0/download" } }, "targets": [ { "Library": { "crate_name": "trust_dns_resolver", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "trust_dns_resolver", + "version": "0.22.0" + }, + "try-lock 0.2.4": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "ipconfig", - "resolv-conf", - "system-config", - "tokio", - "tokio-runtime" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "lru-cache 0.1.2", - "target": "lru_cache" - }, - { - "id": "parking_lot 0.12.5", - "target": "parking_lot" - }, - { - "id": "resolv-conf 0.7.0", - "target": "resolv_conf" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - }, - { - "id": "trust-dns-proto 0.22.0", - "target": "trust_dns_proto" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.22.0" + "edition": "2015" }, - "license": "MIT/Apache-2.0", + "library_target_name": "try_lock", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "try-lock 0.2.4": { "name": "try-lock", - "version": "0.2.4", "package_url": "https://github.com/seanmonstar/try-lock", "repository": { "Http": { - "url": "https://static.crates.io/crates/try-lock/0.2.4/download", - "sha256": "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" + "sha256": "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed", + "url": "https://static.crates.io/crates/try-lock/0.2.4/download" } }, "targets": [ { "Library": { "crate_name": "try_lock", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "try_lock", + "version": "0.2.4" + }, + "tui-textarea 0.7.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "crossterm", + "default", + "ratatui" ], - "edition": "2015", - "version": "0.2.4" + "deps": [ + { + "id": "crossterm 0.28.1", + "target": "crossterm" + }, + { + "id": "ratatui 0.29.0", + "target": "ratatui" + }, + { + "id": "unicode-width 0.2.0", + "target": "unicode_width" + } + ], + "edition": "2021" }, + "library_target_name": "tui_textarea", "license": "MIT", + "license_file": "LICENSE.txt", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "tui-textarea 0.7.0": { "name": "tui-textarea", - "version": "0.7.0", "package_url": "https://github.com/rhysd/tui-textarea", "repository": { "Http": { - "url": "https://static.crates.io/crates/tui-textarea/0.7.0/download", - "sha256": "0a5318dd619ed73c52a9417ad19046724effc1287fb75cdcc4eca1d6ac1acbae" + "sha256": "0a5318dd619ed73c52a9417ad19046724effc1287fb75cdcc4eca1d6ac1acbae", + "url": "https://static.crates.io/crates/tui-textarea/0.7.0/download" } }, "targets": [ { "Library": { "crate_name": "tui_textarea", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tui_textarea", + "version": "0.7.0" + }, + "tungstenite 0.29.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "data-encoding", + "handshake", + "http", + "httparse", + "sha1" + ], + "deps": [ + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "data-encoding 2.11.0", + "target": "data_encoding" + }, + { + "id": "http 1.3.1", + "target": "http" + }, + { + "id": "httparse 1.10.1", + "target": "httparse" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "rand 0.9.4", + "target": "rand" + }, + { + "id": "sha1 0.10.6", + "target": "sha1" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + } ], - "crate_features": { - "common": [ - "crossterm", - "default", - "ratatui" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crossterm 0.28.1", - "target": "crossterm" - }, - { - "id": "ratatui 0.29.0", - "target": "ratatui" - }, - { - "id": "unicode-width 0.2.0", - "target": "unicode_width" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.0" + "edition": "2021" }, - "license": "MIT", + "library_target_name": "tungstenite", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE.txt" - }, - "tungstenite 0.29.0": { "name": "tungstenite", - "version": "0.29.0", "package_url": "https://github.com/snapview/tungstenite-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/tungstenite/0.29.0/download", - "sha256": "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8" + "sha256": "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8", + "url": "https://static.crates.io/crates/tungstenite/0.29.0/download" } }, "targets": [ { "Library": { "crate_name": "tungstenite", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "tungstenite", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "data-encoding", - "handshake", - "http", - "httparse", - "sha1" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "data-encoding 2.11.0", - "target": "data_encoding" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "httparse 1.10.1", - "target": "httparse" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "rand 0.9.4", - "target": "rand" - }, - { - "id": "sha1 0.10.6", - "target": "sha1" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.29.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" + "version": "0.29.0" }, "turmoil 0.6.4": { - "name": "turmoil", - "version": "0.6.4", - "package_url": "https://github.com/tokio-rs/turmoil", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/turmoil/0.6.4/download", - "sha256": "9b20f35a8264406dd5afac69a541665e860e52fec3dcec4091a0e2a3ce7f2b75" - } - }, - "targets": [ - { - "Library": { - "crate_name": "turmoil", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "turmoil", "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "futures 0.3.31", - "target": "futures" - }, - { - "id": "indexmap 1.9.3", - "target": "indexmap" - }, - { - "id": "rand 0.8.6", - "target": "rand" - }, - { - "id": "rand_distr 0.4.3", - "target": "rand_distr" - }, - { - "id": "scoped-tls 1.0.1", - "target": "scoped_tls" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-stream 0.1.17", - "target": "tokio_stream" - }, - { - "id": "tokio-test 0.4.4", - "target": "tokio_test" - }, - { - "id": "tokio-util 0.7.17", - "target": "tokio_util" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - }, - { - "id": "tracing-subscriber 0.3.23", - "target": "tracing_subscriber" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.4" + "deps": [ + { + "id": "bytes 1.11.1", + "target": "bytes" + }, + { + "id": "futures 0.3.31", + "target": "futures" + }, + { + "id": "indexmap 1.9.3", + "target": "indexmap" + }, + { + "id": "rand 0.8.6", + "target": "rand" + }, + { + "id": "rand_distr 0.4.3", + "target": "rand_distr" + }, + { + "id": "scoped-tls 1.0.1", + "target": "scoped_tls" + }, + { + "id": "tokio 1.50.0", + "target": "tokio" + }, + { + "id": "tokio-stream 0.1.17", + "target": "tokio_stream" + }, + { + "id": "tokio-test 0.4.4", + "target": "tokio_test" + }, + { + "id": "tokio-util 0.7.17", + "target": "tokio_util" + }, + { + "id": "tracing 0.1.44", + "target": "tracing" + }, + { + "id": "tracing-subscriber 0.3.23", + "target": "tracing_subscriber" + } + ], + "edition": "2021" }, + "library_target_name": "turmoil", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" + "name": "turmoil", + "package_url": "https://github.com/tokio-rs/turmoil", + "repository": { + "Http": { + "sha256": "9b20f35a8264406dd5afac69a541665e860e52fec3dcec4091a0e2a3ce7f2b75", + "url": "https://static.crates.io/crates/turmoil/0.6.4/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "turmoil", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.6.4" }, "twox-hash 2.1.1": { + "common_attrs": { + "crate_features": [ + "xxhash32", + "xxhash64" + ], + "edition": "2021" + }, + "library_target_name": "twox_hash", + "license": "MIT", + "license_file": "LICENSE.txt", + "license_ids": [ + "MIT" + ], "name": "twox-hash", - "version": "2.1.1", "package_url": "https://github.com/shepmaster/twox-hash", "repository": { "Http": { - "url": "https://static.crates.io/crates/twox-hash/2.1.1/download", - "sha256": "8b907da542cbced5261bd3256de1b3a1bf340a3d37f93425a07362a1d687de56" + "sha256": "8b907da542cbced5261bd3256de1b3a1bf340a3d37f93425a07362a1d687de56", + "url": "https://static.crates.io/crates/twox-hash/2.1.1/download" } }, "targets": [ { "Library": { "crate_name": "twox_hash", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "twox_hash", + "version": "2.1.1" + }, + "typed-arena 2.0.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "crate_features": { - "common": [ - "xxhash32", - "xxhash64" - ], - "selects": {} - }, - "edition": "2021", - "version": "2.1.1" + "edition": "2015" }, + "library_target_name": "typed_arena", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE.txt" - }, - "typed-arena 2.0.2": { "name": "typed-arena", - "version": "2.0.2", "package_url": "https://github.com/SimonSapin/rust-typed-arena", "repository": { "Http": { - "url": "https://static.crates.io/crates/typed-arena/2.0.2/download", - "sha256": "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" + "sha256": "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a", + "url": "https://static.crates.io/crates/typed-arena/2.0.2/download" } }, "targets": [ { "Library": { "crate_name": "typed_arena", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "typed_arena", + "version": "2.0.2" + }, + "typenum 1.17.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "const-generics" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "2.0.2" + "edition": "2018", + "extra_deps": [ + ":build_script_main" + ] }, - "license": "MIT", + "library_target_name": "typenum", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "typenum 1.17.0": { "name": "typenum", - "version": "1.17.0", "package_url": "https://github.com/paholg/typenum", "repository": { "Http": { - "url": "https://static.crates.io/crates/typenum/1.17.0/download", - "sha256": "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" + "sha256": "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825", + "url": "https://static.crates.io/crates/typenum/1.17.0/download" } }, "targets": [ { "Library": { "crate_name": "typenum", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_main", - "crate_root": "build/main.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build/main.rs" } } ], - "library_target_name": "typenum", + "version": "1.17.0" + }, + "ua-parser 0.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "const-generics" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "typenum 1.17.0", - "target": "build_script_main" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.17.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "regex 1.13.1", + "target": "regex" + }, + { + "id": "regex-filtered 0.2.0", + "target": "regex_filtered" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } ], - "data_glob": [ - "**" - ] + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "ua_parser", + "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "Apache-2.0" ], - "license_file": "LICENSE" - }, - "ua-parser 0.2.0": { "name": "ua-parser", - "version": "0.2.0", "package_url": "https://github.com/ua-parser/uap-rust/", "repository": { "Http": { - "url": "https://static.crates.io/crates/ua-parser/0.2.0/download", - "sha256": "d7176a413a0b7e94926d11a2054c6db5ac7fa42bf4ebe7e9571152e3f024ddfd" + "sha256": "d7176a413a0b7e94926d11a2054c6db5ac7fa42bf4ebe7e9571152e3f024ddfd", + "url": "https://static.crates.io/crates/ua-parser/0.2.0/download" } }, "targets": [ { "Library": { "crate_name": "ua_parser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ua_parser", + "version": "0.2.0" + }, + "ucd-trie 0.1.6": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "std" ], - "deps": { - "common": [ - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "regex-filtered 0.2.0", - "target": "regex_filtered" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" + "edition": "2021" }, - "license": "Apache-2.0", + "library_target_name": "ucd_trie", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "Apache-2.0" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" - }, - "ucd-trie 0.1.6": { "name": "ucd-trie", - "version": "0.1.6", "package_url": "https://github.com/BurntSushi/ucd-generate", "repository": { "Http": { - "url": "https://static.crates.io/crates/ucd-trie/0.1.6/download", - "sha256": "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" + "sha256": "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9", + "url": "https://static.crates.io/crates/ucd-trie/0.1.6/download" } }, "targets": [ { "Library": { "crate_name": "ucd_trie", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ucd_trie", + "version": "0.1.6" + }, + "uint 0.9.5": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "byteorder 1.5.0", + "target": "byteorder" + }, + { + "id": "crunchy 0.2.2", + "target": "crunchy" + }, + { + "id": "hex 0.4.3", + "target": "hex" + }, + { + "id": "static_assertions 1.1.0", + "target": "static_assertions" + } ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.6" + "edition": "2021" }, + "library_target_name": "uint", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "uint 0.9.5": { "name": "uint", - "version": "0.9.5", "package_url": "https://github.com/paritytech/parity-common", "repository": { "Http": { - "url": "https://static.crates.io/crates/uint/0.9.5/download", - "sha256": "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52" + "sha256": "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52", + "url": "https://static.crates.io/crates/uint/0.9.5/download" } }, "targets": [ { "Library": { "crate_name": "uint", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "uint", + "version": "0.9.5" + }, + "ulid 1.0.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "rand", + "std" ], - "deps": { - "common": [ - { - "id": "byteorder 1.5.0", - "target": "byteorder" - }, - { - "id": "crunchy 0.2.2", - "target": "crunchy" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "static_assertions 1.1.0", - "target": "static_assertions" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.5" + "deps": [ + { + "id": "rand 0.8.6", + "target": "rand" + } + ], + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "ulid", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": null - }, - "ulid 1.0.0": { "name": "ulid", - "version": "1.0.0", "package_url": "https://github.com/dylanhart/ulid-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/ulid/1.0.0/download", - "sha256": "13a3aaa69b04e5b66cc27309710a569ea23593612387d67daaf102e73aa974fd" + "sha256": "13a3aaa69b04e5b66cc27309710a569ea23593612387d67daaf102e73aa974fd", + "url": "https://static.crates.io/crates/ulid/1.0.0/download" } }, "targets": [ { "Library": { "crate_name": "ulid", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "ulid", + "version": "1.0.0" + }, + "unarray 0.1.4": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "rand", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "rand 0.8.6", - "target": "rand" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.0" + "edition": "2018" }, - "license": "MIT", + "library_target_name": "unarray", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "unarray 0.1.4": { "name": "unarray", - "version": "0.1.4", "package_url": "https://github.com/cameron1024/unarray", "repository": { "Http": { - "url": "https://static.crates.io/crates/unarray/0.1.4/download", - "sha256": "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" + "sha256": "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94", + "url": "https://static.crates.io/crates/unarray/0.1.4/download" } }, "targets": [ { "Library": { "crate_name": "unarray", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "unarray", + "version": "0.1.4" + }, + "unicase 2.6.0": { + "build_script_attrs": { + "deps": [ + { + "id": "version_check 0.9.4", + "target": "version_check" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.1.4" + "edition": "2015", + "extra_deps": [ + ":build_script_build" + ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "unicase", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "unicase 2.6.0": { "name": "unicase", - "version": "2.6.0", "package_url": "https://github.com/seanmonstar/unicase", "repository": { "Http": { - "url": "https://static.crates.io/crates/unicase/2.6.0/download", - "sha256": "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" + "sha256": "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6", + "url": "https://static.crates.io/crates/unicase/2.6.0/download" } }, "targets": [ { "Library": { "crate_name": "unicase", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "unicase", + "version": "2.6.0" + }, + "unicode-bidi 0.3.13": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "unicase 2.6.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "2.6.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "crate_features": [ + "default", + "hardcoded-data", + "std" ], - "deps": { - "common": [ - { - "id": "version_check 0.9.4", - "target": "version_check" - } - ], - "selects": {} - } + "edition": "2018" }, - "license": "MIT/Apache-2.0", + "library_target_name": "unicode_bidi", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "unicode-bidi 0.3.13": { "name": "unicode-bidi", - "version": "0.3.13", "package_url": "https://github.com/servo/unicode-bidi", "repository": { "Http": { - "url": "https://static.crates.io/crates/unicode-bidi/0.3.13/download", - "sha256": "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" + "sha256": "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460", + "url": "https://static.crates.io/crates/unicode-bidi/0.3.13/download" } }, "targets": [ { "Library": { "crate_name": "unicode_bidi", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "unicode_bidi", + "version": "0.3.13" + }, + "unicode-general-category 1.1.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "hardcoded-data", - "std" - ], - "selects": {} - }, "edition": "2018", - "version": "0.3.13" + "extra_deps": [ + ":build_script_build" + ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "unicode_general_category", + "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "Apache-2.0" ], - "license_file": "LICENSE-APACHE" - }, - "unicode-general-category 1.1.0": { "name": "unicode-general-category", - "version": "1.1.0", "package_url": "https://github.com/yeslogic/unicode-general-category", "repository": { "Http": { - "url": "https://static.crates.io/crates/unicode-general-category/1.1.0/download", - "sha256": "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f" + "sha256": "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f", + "url": "https://static.crates.io/crates/unicode-general-category/1.1.0/download" } }, "targets": [ { "Library": { "crate_name": "unicode_general_category", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "unicode_general_category", + "version": "1.1.0" + }, + "unicode-ident 1.0.22": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "unicode-general-category 1.1.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.1.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] + "edition": "2018" }, - "license": "Apache-2.0", + "library_target_name": "unicode_ident", + "license": "(MIT OR Apache-2.0) AND Unicode-3.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "Apache-2.0" + "Apache-2.0", + "MIT", + "Unicode-3.0" ], - "license_file": "LICENSE" - }, - "unicode-ident 1.0.22": { "name": "unicode-ident", - "version": "1.0.22", "package_url": "https://github.com/dtolnay/unicode-ident", "repository": { "Http": { - "url": "https://static.crates.io/crates/unicode-ident/1.0.22/download", - "sha256": "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" + "sha256": "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5", + "url": "https://static.crates.io/crates/unicode-ident/1.0.22/download" } }, "targets": [ { "Library": { "crate_name": "unicode_ident", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "unicode_ident", + "version": "1.0.22" + }, + "unicode-normalization 0.1.22": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "edition": "2018", - "version": "1.0.22" + "deps": [ + { + "id": "tinyvec 1.6.0", + "target": "tinyvec" + } + ], + "edition": "2018" }, - "license": "(MIT OR Apache-2.0) AND Unicode-3.0", + "library_target_name": "unicode_normalization", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", - "MIT", - "Unicode-3.0" + "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "unicode-normalization 0.1.22": { "name": "unicode-normalization", - "version": "0.1.22", "package_url": "https://github.com/unicode-rs/unicode-normalization", "repository": { "Http": { - "url": "https://static.crates.io/crates/unicode-normalization/0.1.22/download", - "sha256": "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" + "sha256": "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921", + "url": "https://static.crates.io/crates/unicode-normalization/0.1.22/download" } }, "targets": [ { "Library": { "crate_name": "unicode_normalization", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "unicode_normalization", + "version": "0.1.22" + }, + "unicode-segmentation 1.12.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "tinyvec 1.6.0", - "target": "tinyvec" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.22" + "edition": "2018" }, - "license": "MIT/Apache-2.0", + "library_target_name": "unicode_segmentation", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "unicode-segmentation 1.12.0": { "name": "unicode-segmentation", - "version": "1.12.0", "package_url": "https://github.com/unicode-rs/unicode-segmentation", "repository": { "Http": { - "url": "https://static.crates.io/crates/unicode-segmentation/1.12.0/download", - "sha256": "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" + "sha256": "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493", + "url": "https://static.crates.io/crates/unicode-segmentation/1.12.0/download" } }, "targets": [ { "Library": { "crate_name": "unicode_segmentation", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "unicode_segmentation", + "version": "1.12.0" + }, + "unicode-truncate 1.1.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" ], - "edition": "2018", - "version": "1.12.0" + "deps": [ + { + "id": "itertools 0.13.0", + "target": "itertools" + }, + { + "id": "unicode-segmentation 1.12.0", + "target": "unicode_segmentation" + }, + { + "id": "unicode-width 0.1.14", + "target": "unicode_width" + } + ], + "edition": "2018" }, + "library_target_name": "unicode_truncate", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "unicode-truncate 1.1.0": { "name": "unicode-truncate", - "version": "1.1.0", "package_url": "https://github.com/Aetf/unicode-truncate", "repository": { "Http": { - "url": "https://static.crates.io/crates/unicode-truncate/1.1.0/download", - "sha256": "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf" + "sha256": "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf", + "url": "https://static.crates.io/crates/unicode-truncate/1.1.0/download" } }, "targets": [ { "Library": { "crate_name": "unicode_truncate", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "unicode_truncate", + "version": "1.1.0" + }, + "unicode-width 0.1.14": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "cjk", + "default" ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "itertools 0.13.0", - "target": "itertools" - }, - { - "id": "unicode-segmentation 1.12.0", - "target": "unicode_segmentation" - }, - { - "id": "unicode-width 0.1.14", - "target": "unicode_width" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.1.0" + "edition": "2021" }, + "library_target_name": "unicode_width", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "unicode-width 0.1.14": { "name": "unicode-width", - "version": "0.1.14", "package_url": "https://github.com/unicode-rs/unicode-width", "repository": { "Http": { - "url": "https://static.crates.io/crates/unicode-width/0.1.14/download", - "sha256": "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" + "sha256": "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af", + "url": "https://static.crates.io/crates/unicode-width/0.1.14/download" } }, "targets": [ { "Library": { "crate_name": "unicode_width", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "unicode_width", + "version": "0.1.14" + }, + "unicode-width 0.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "cjk", + "default" ], - "crate_features": { - "common": [ - "cjk", - "default" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.14" + "edition": "2021" }, + "library_target_name": "unicode_width", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "unicode-width 0.2.0": { "name": "unicode-width", - "version": "0.2.0", "package_url": "https://github.com/unicode-rs/unicode-width", "repository": { "Http": { - "url": "https://static.crates.io/crates/unicode-width/0.2.0/download", - "sha256": "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" + "sha256": "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd", + "url": "https://static.crates.io/crates/unicode-width/0.2.0/download" } }, "targets": [ { "Library": { "crate_name": "unicode_width", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "unicode_width", + "version": "0.2.0" + }, + "unicode-xid 0.2.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "cjk", - "default" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" + "edition": "2015" }, + "library_target_name": "unicode_xid", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "unicode-xid 0.2.4": { "name": "unicode-xid", - "version": "0.2.4", "package_url": "https://github.com/unicode-rs/unicode-xid", "repository": { "Http": { - "url": "https://static.crates.io/crates/unicode-xid/0.2.4/download", - "sha256": "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" + "sha256": "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c", + "url": "https://static.crates.io/crates/unicode-xid/0.2.4/download" } }, "targets": [ { "Library": { "crate_name": "unicode_xid", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "unicode_xid", + "version": "0.2.4" + }, + "universal-hash 0.5.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "crypto-common 0.1.6", + "target": "crypto_common" + }, + { + "id": "subtle 2.6.1", + "target": "subtle" + } ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2015", - "version": "0.2.4" + "edition": "2021" }, + "library_target_name": "universal_hash", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "universal-hash 0.5.1": { "name": "universal-hash", - "version": "0.5.1", "package_url": "https://github.com/RustCrypto/traits", "repository": { "Http": { - "url": "https://static.crates.io/crates/universal-hash/0.5.1/download", - "sha256": "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" + "sha256": "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea", + "url": "https://static.crates.io/crates/universal-hash/0.5.1/download" } }, "targets": [ { "Library": { "crate_name": "universal_hash", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "universal_hash", + "version": "0.5.1" + }, + "unsafe-libyaml 0.2.11": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "crypto-common 0.1.6", - "target": "crypto_common" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.1" + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "unsafe_libyaml", + "license": "MIT", + "license_file": "LICENSE-MIT", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "unsafe-libyaml 0.2.11": { "name": "unsafe-libyaml", - "version": "0.2.11", "package_url": "https://github.com/dtolnay/unsafe-libyaml", "repository": { "Http": { - "url": "https://static.crates.io/crates/unsafe-libyaml/0.2.11/download", - "sha256": "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" + "sha256": "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861", + "url": "https://static.crates.io/crates/unsafe-libyaml/0.2.11/download" } }, "targets": [ { "Library": { "crate_name": "unsafe_libyaml", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "unsafe_libyaml", + "version": "0.2.11" + }, + "untrusted 0.7.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.2.11" + "edition": "2018" }, - "license": "MIT", + "library_target_name": "untrusted", + "license": "ISC", + "license_file": "LICENSE.txt", "license_ids": [ - "MIT" + "ISC" ], - "license_file": "LICENSE-MIT" - }, - "untrusted 0.7.1": { "name": "untrusted", - "version": "0.7.1", "package_url": "https://github.com/briansmith/untrusted", "repository": { "Http": { - "url": "https://static.crates.io/crates/untrusted/0.7.1/download", - "sha256": "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" + "sha256": "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a", + "url": "https://static.crates.io/crates/untrusted/0.7.1/download" } }, "targets": [ { "Library": { "crate_name": "untrusted", - "crate_root": "src/untrusted.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/untrusted.rs" } } ], - "library_target_name": "untrusted", + "version": "0.7.1" + }, + "untrusted 0.9.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.7.1" + "edition": "2018" }, + "library_target_name": "untrusted", "license": "ISC", + "license_file": "LICENSE.txt", "license_ids": [ "ISC" ], - "license_file": "LICENSE.txt" - }, - "untrusted 0.9.0": { "name": "untrusted", - "version": "0.9.0", "package_url": "https://github.com/briansmith/untrusted", "repository": { "Http": { - "url": "https://static.crates.io/crates/untrusted/0.9.0/download", - "sha256": "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" + "sha256": "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1", + "url": "https://static.crates.io/crates/untrusted/0.9.0/download" } }, "targets": [ { "Library": { "crate_name": "untrusted", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "untrusted", + "version": "0.9.0" + }, + "url 2.5.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "serde", + "std" ], - "edition": "2018", - "version": "0.9.0" + "deps": [ + { + "id": "form_urlencoded 1.2.1", + "target": "form_urlencoded" + }, + { + "id": "idna 1.0.3", + "target": "idna" + }, + { + "id": "percent-encoding 2.3.1", + "target": "percent_encoding" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2018" }, - "license": "ISC", + "library_target_name": "url", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ - "ISC" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE.txt" - }, - "url 2.5.4": { "name": "url", - "version": "2.5.4", "package_url": "https://github.com/servo/rust-url", "repository": { "Http": { - "url": "https://static.crates.io/crates/url/2.5.4/download", - "sha256": "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" + "sha256": "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60", + "url": "https://static.crates.io/crates/url/2.5.4/download" } }, "targets": [ { "Library": { "crate_name": "url", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "url", + "version": "2.5.4" + }, + "urlencoding 2.1.3": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "form_urlencoded 1.2.1", - "target": "form_urlencoded" - }, - { - "id": "idna 1.0.3", - "target": "idna" - }, - { - "id": "percent-encoding 2.3.1", - "target": "percent_encoding" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.5.4" + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "urlencoding", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "urlencoding 2.1.3": { "name": "urlencoding", - "version": "2.1.3", "package_url": "https://github.com/kornelski/rust_urlencoding", "repository": { "Http": { - "url": "https://static.crates.io/crates/urlencoding/2.1.3/download", - "sha256": "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" + "sha256": "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da", + "url": "https://static.crates.io/crates/urlencoding/2.1.3/download" } }, "targets": [ { "Library": { "crate_name": "urlencoding", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "urlencoding", + "version": "2.1.3" + }, + "utf-8 0.7.6": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "2.1.3" + "edition": "2015" }, - "license": "MIT", + "library_target_name": "utf8", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "utf-8 0.7.6": { "name": "utf-8", - "version": "0.7.6", "package_url": "https://github.com/SimonSapin/rust-utf8", "repository": { "Http": { - "url": "https://static.crates.io/crates/utf-8/0.7.6/download", - "sha256": "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" + "sha256": "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9", + "url": "https://static.crates.io/crates/utf-8/0.7.6/download" } }, "targets": [ { "Library": { "crate_name": "utf8", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "utf8", + "version": "0.7.6" + }, + "utf16_iter 1.0.5": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.7.6" + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "utf16_iter", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "utf16_iter 1.0.5": { "name": "utf16_iter", - "version": "1.0.5", "package_url": "https://github.com/hsivonen/utf16_iter", "repository": { "Http": { - "url": "https://static.crates.io/crates/utf16_iter/1.0.5/download", - "sha256": "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" + "sha256": "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246", + "url": "https://static.crates.io/crates/utf16_iter/1.0.5/download" } }, "targets": [ { "Library": { "crate_name": "utf16_iter", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "utf16_iter", + "version": "1.0.5" + }, + "utf8-width 0.1.6": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "1.0.5" + "edition": "2021" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "utf8_width", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "utf8-width 0.1.6": { "name": "utf8-width", - "version": "0.1.6", "package_url": "https://github.com/magiclen/utf8-width", "repository": { "Http": { - "url": "https://static.crates.io/crates/utf8-width/0.1.6/download", - "sha256": "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1" + "sha256": "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1", + "url": "https://static.crates.io/crates/utf8-width/0.1.6/download" } }, "targets": [ { "Library": { "crate_name": "utf8_width", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "utf8_width", + "version": "0.1.6" + }, + "utf8_iter 1.0.4": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.1.6" + "edition": "2021" }, - "license": "MIT", + "library_target_name": "utf8_iter", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "utf8_iter 1.0.4": { "name": "utf8_iter", - "version": "1.0.4", "package_url": "https://github.com/hsivonen/utf8_iter", "repository": { "Http": { - "url": "https://static.crates.io/crates/utf8_iter/1.0.4/download", - "sha256": "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" + "sha256": "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be", + "url": "https://static.crates.io/crates/utf8_iter/1.0.4/download" } }, "targets": [ { "Library": { "crate_name": "utf8_iter", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "utf8_iter", + "version": "1.0.4" + }, + "utf8parse 0.2.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "edition": "2021", - "version": "1.0.4" + "edition": "2018" }, + "library_target_name": "utf8parse", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "utf8parse 0.2.1": { "name": "utf8parse", - "version": "0.2.1", "package_url": "https://github.com/alacritty/vte", "repository": { "Http": { - "url": "https://static.crates.io/crates/utf8parse/0.2.1/download", - "sha256": "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" + "sha256": "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a", + "url": "https://static.crates.io/crates/utf8parse/0.2.1/download" } }, "targets": [ { "Library": { "crate_name": "utf8parse", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "utf8parse", + "version": "0.2.1" + }, + "uuid 1.12.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "rng", + "serde", + "std", + "v4", + "v7" + ], + "deps": [ + { + "id": "getrandom 0.2.10", + "target": "getrandom" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.1" + "edition": "2018" }, + "library_target_name": "uuid", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "uuid 1.12.1": { "name": "uuid", - "version": "1.12.1", "package_url": "https://github.com/uuid-rs/uuid", "repository": { "Http": { - "url": "https://static.crates.io/crates/uuid/1.12.1/download", - "sha256": "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b" + "sha256": "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b", + "url": "https://static.crates.io/crates/uuid/1.12.1/download" } }, "targets": [ { "Library": { "crate_name": "uuid", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "uuid", + "version": "1.12.1" + }, + "uuid-simd 0.8.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "detect", + "std" ], - "crate_features": { - "common": [ - "default", - "rng", - "serde", - "std", - "v4", - "v7" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "getrandom 0.2.10", - "target": "getrandom" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.12.1" + "deps": [ + { + "id": "outref 0.5.2", + "target": "outref" + }, + { + "id": "vsimd 0.8.0", + "target": "vsimd" + } + ], + "edition": "2021" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "uuid_simd", + "license": "MIT", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "uuid-simd 0.8.0": { "name": "uuid-simd", - "version": "0.8.0", "package_url": "https://github.com/Nugine/simd", "repository": { "Http": { - "url": "https://static.crates.io/crates/uuid-simd/0.8.0/download", - "sha256": "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8" + "sha256": "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8", + "url": "https://static.crates.io/crates/uuid-simd/0.8.0/download" } }, "targets": [ { "Library": { "crate_name": "uuid_simd", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "uuid_simd", + "version": "0.8.0" + }, + "valuable 0.1.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "detect", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "outref 0.5.2", - "target": "outref" - }, - { - "id": "vsimd 0.8.0", - "target": "vsimd" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.0" + "edition": "2018", + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "valuable", "license": "MIT", "license_ids": [ "MIT" ], - "license_file": null - }, - "valuable 0.1.0": { "name": "valuable", - "version": "0.1.0", "package_url": "https://github.com/tokio-rs/valuable", "repository": { "Http": { - "url": "https://static.crates.io/crates/valuable/0.1.0/download", - "sha256": "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" + "sha256": "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d", + "url": "https://static.crates.io/crates/valuable/0.1.0/download" } }, "targets": [ { "Library": { "crate_name": "valuable", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "valuable", + "version": "0.1.0" + }, + "vcpkg 0.2.15": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "valuable 0.1.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] + "edition": "2015" }, - "license": "MIT", + "library_target_name": "vcpkg", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": null - }, - "vcpkg 0.2.15": { "name": "vcpkg", - "version": "0.2.15", "package_url": "https://github.com/mcgoo/vcpkg-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/vcpkg/0.2.15/download", - "sha256": "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" + "sha256": "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426", + "url": "https://static.crates.io/crates/vcpkg/0.2.15/download" } }, "targets": [ { "Library": { "crate_name": "vcpkg", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "vcpkg", + "version": "0.2.15" + }, + "version_check 0.9.4": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.2.15" + "edition": "2015" }, + "library_target_name": "version_check", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "version_check 0.9.4": { "name": "version_check", - "version": "0.9.4", "package_url": "https://github.com/SergioBenitez/version_check", "repository": { "Http": { - "url": "https://static.crates.io/crates/version_check/0.9.4/download", - "sha256": "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" + "sha256": "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f", + "url": "https://static.crates.io/crates/version_check/0.9.4/download" } }, "targets": [ { "Library": { "crate_name": "version_check", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "version_check", + "version": "0.9.4" + }, + "virt 0.4.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "id": "uuid 1.12.1", + "target": "uuid" + }, + { + "id": "virt-sys 0.3.0", + "target": "virt_sys" + } ], - "edition": "2015", - "version": "0.9.4" + "edition": "2018" }, - "license": "MIT/Apache-2.0", + "library_target_name": "virt", + "license": "LGPL-2.1", "license_ids": [ - "Apache-2.0", - "MIT" + "LGPL-2.1" ], - "license_file": "LICENSE-APACHE" - }, - "virt 0.4.2": { "name": "virt", - "version": "0.4.2", "package_url": "https://gitlab.com/libvirt/libvirt-rust", "repository": { "Http": { - "url": "https://static.crates.io/crates/virt/0.4.2/download", - "sha256": "77a05f77c836efa9be343b5419663cf829d75203b813579993cdd9c44f51767e" + "sha256": "77a05f77c836efa9be343b5419663cf829d75203b813579993cdd9c44f51767e", + "url": "https://static.crates.io/crates/virt/0.4.2/download" } }, "targets": [ { "Library": { "crate_name": "virt", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "virt", + "version": "0.4.2" + }, + "virt-sys 0.3.0": { + "build_script_attrs": { + "deps": [ + { + "id": "pkg-config 0.3.32", + "target": "pkg_config" + } + ], + "links": "virt" + }, "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "libc 0.2.186", + "target": "libc" + } ], - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "uuid 1.12.1", - "target": "uuid" - }, - { - "id": "virt-sys 0.3.0", - "target": "virt_sys" - } - ], - "selects": {} - }, "edition": "2018", - "version": "0.4.2" + "extra_deps": [ + ":build_script_build" + ], + "extra_link_deps": [ + "@@//third_party:libvirt" + ] }, + "library_target_name": "virt_sys", "license": "LGPL-2.1", "license_ids": [ "LGPL-2.1" ], - "license_file": null - }, - "virt-sys 0.3.0": { "name": "virt-sys", - "version": "0.3.0", "package_url": "https://gitlab.com/libvirt/libvirt-rust", "repository": { "Http": { - "url": "https://static.crates.io/crates/virt-sys/0.3.0/download", - "sha256": "c504e459878f09177f41bf2f8bb3e9a8af4fca7a09e73152fee02535d501601c" + "sha256": "c504e459878f09177f41bf2f8bb3e9a8af4fca7a09e73152fee02535d501601c", + "url": "https://static.crates.io/crates/virt-sys/0.3.0/download" } }, "targets": [ { "Library": { "crate_name": "virt_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "virt_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "virt-sys 0.3.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "extra_link_deps": { - "common": [ - "@@//third_party:libvirt" - ], - "selects": {} - }, - "version": "0.3.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - } - ], - "selects": {} - }, - "links": "virt" - }, - "license": "LGPL-2.1", - "license_ids": [ - "LGPL-2.1" - ], - "license_file": null + "version": "0.3.0" }, "vrl 0.34.0": { - "name": "vrl", - "version": "0.34.0", - "package_url": "https://github.com/vectordotdev/vrl", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/vrl/0.34.0/download", - "sha256": "90d4f0baccba853b3e8420356e8b27662c7971657c17f0260beef35e169f2dc1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "vrl", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "build_script_attrs": { + "deps": [ + { + "id": "lalrpop 0.22.1", + "target": "lalrpop" + }, + { + "id": "serde_yaml_ng 0.10.0", + "target": "serde_yaml_ng" + }, + { + "id": "ua-parser 0.2.0", + "target": "ua_parser" } - } - ], - "library_target_name": "vrl", + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "value" ], - "crate_features": { - "common": [ - "value" - ], - "selects": {} - }, "deps": { "common": [ { @@ -83260,10 +63459,6 @@ { "id": "unicode-segmentation 1.12.0", "target": "unicode_segmentation" - }, - { - "id": "vrl 0.34.0", - "target": "build_script_build" } ], "selects": { @@ -83275,14 +63470,14 @@ ], "cfg(target_arch = \"wasm32\")": [ { + "alias": "getrandom02", "id": "getrandom 0.2.10", - "target": "getrandom", - "alias": "getrandom02" + "target": "getrandom" }, { + "alias": "getrandom03", "id": "getrandom 0.3.4", - "target": "getrandom", - "alias": "getrandom03" + "target": "getrandom" }, { "id": "getrandom 0.4.2", @@ -83292,168 +63487,112 @@ } }, "edition": "2024", - "version": "0.34.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "lalrpop 0.22.1", - "target": "lalrpop" - }, - { - "id": "serde_yaml_ng 0.10.0", - "target": "serde_yaml_ng" - }, - { - "id": "ua-parser 0.2.0", - "target": "ua_parser" - } - ], - "selects": {} - } + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "vrl", "license": "MPL-2.0", + "license_file": "LICENSE", "license_ids": [ "MPL-2.0" ], - "license_file": "LICENSE" - }, - "vsimd 0.8.0": { - "name": "vsimd", - "version": "0.8.0", - "package_url": "https://github.com/Nugine/simd", + "name": "vrl", + "package_url": "https://github.com/vectordotdev/vrl", "repository": { "Http": { - "url": "https://static.crates.io/crates/vsimd/0.8.0/download", - "sha256": "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" + "sha256": "90d4f0baccba853b3e8420356e8b27662c7971657c17f0260beef35e169f2dc1", + "url": "https://static.crates.io/crates/vrl/0.34.0/download" } }, "targets": [ { "Library": { - "crate_name": "vsimd", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "vrl", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "vsimd", + "version": "0.34.0" + }, + "vsimd 0.8.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "detect", + "std" ], - "crate_features": { - "common": [ - "alloc", - "detect", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.0" + "edition": "2021" }, + "library_target_name": "vsimd", "license": "MIT", "license_ids": [ "MIT" ], - "license_file": null - }, - "vsock 0.4.0": { - "name": "vsock", - "version": "0.4.0", - "package_url": "https://github.com/rust-vsock/vsock-rs", + "name": "vsimd", + "package_url": "https://github.com/Nugine/simd", "repository": { "Http": { - "url": "https://static.crates.io/crates/vsock/0.4.0/download", - "sha256": "2dfb6e7a74830912f1f4a7655227c9ded1ea4e9136676311fedf54bedb412f35" + "sha256": "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64", + "url": "https://static.crates.io/crates/vsimd/0.8.0/download" } }, "targets": [ { "Library": { - "crate_name": "vsock", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "vsimd", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "vsock", + "version": "0.8.0" + }, + "vsock 0.4.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "id": "nix 0.27.1", + "target": "nix" + } ], - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "nix 0.27.1", - "target": "nix" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.0" + "edition": "2021" }, + "library_target_name": "vsock", "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "wait-timeout 0.2.0": { - "name": "wait-timeout", - "version": "0.2.0", - "package_url": "https://github.com/alexcrichton/wait-timeout", + "name": "vsock", + "package_url": "https://github.com/rust-vsock/vsock-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/wait-timeout/0.2.0/download", - "sha256": "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" + "sha256": "2dfb6e7a74830912f1f4a7655227c9ded1ea4e9136676311fedf54bedb412f35", + "url": "https://static.crates.io/crates/vsock/0.4.0/download" } }, "targets": [ { "Library": { - "crate_name": "wait_timeout", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "vsock", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wait_timeout", + "version": "0.4.0" + }, + "wait-timeout 0.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [], "selects": { @@ -83465,84 +63604,64 @@ ] } }, - "edition": "2015", - "version": "0.2.0" + "edition": "2015" }, + "library_target_name": "wait_timeout", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "waker-fn 1.2.0": { - "name": "waker-fn", - "version": "1.2.0", - "package_url": "https://github.com/smol-rs/waker-fn", + "name": "wait-timeout", + "package_url": "https://github.com/alexcrichton/wait-timeout", "repository": { "Http": { - "url": "https://static.crates.io/crates/waker-fn/1.2.0/download", - "sha256": "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" + "sha256": "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6", + "url": "https://static.crates.io/crates/wait-timeout/0.2.0/download" } }, "targets": [ { "Library": { - "crate_name": "waker_fn", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "wait_timeout", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "waker_fn", + "version": "0.2.0" + }, + "waker-fn 1.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.2.0" + "edition": "2018" }, + "library_target_name": "waker_fn", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "walkdir 2.5.0": { - "name": "walkdir", - "version": "2.5.0", - "package_url": "https://github.com/BurntSushi/walkdir", + "name": "waker-fn", + "package_url": "https://github.com/smol-rs/waker-fn", "repository": { "Http": { - "url": "https://static.crates.io/crates/walkdir/2.5.0/download", - "sha256": "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" + "sha256": "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7", + "url": "https://static.crates.io/crates/waker-fn/1.2.0/download" } }, "targets": [ { "Library": { - "crate_name": "walkdir", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "waker_fn", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "walkdir", + "version": "1.2.0" + }, + "walkdir 2.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [ { @@ -83559,1637 +63678,1229 @@ ] } }, - "edition": "2018", - "version": "2.5.0" + "edition": "2018" }, + "library_target_name": "walkdir", "license": "Unlicense/MIT", + "license_file": "LICENSE-MIT", "license_ids": [ "MIT", "Unlicense" ], - "license_file": "LICENSE-MIT" + "name": "walkdir", + "package_url": "https://github.com/BurntSushi/walkdir", + "repository": { + "Http": { + "sha256": "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b", + "url": "https://static.crates.io/crates/walkdir/2.5.0/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "walkdir", + "crate_root": "src/lib.rs" + } + } + ], + "version": "2.5.0" }, "walrus 0.26.4": { + "common_attrs": { + "deps": [ + { + "id": "anyhow 1.0.104", + "target": "anyhow" + }, + { + "id": "gimli 0.32.3", + "target": "gimli" + }, + { + "id": "id-arena 2.3.0", + "target": "id_arena" + }, + { + "id": "leb128 0.2.5", + "target": "leb128" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "wasm-encoder 0.245.1", + "target": "wasm_encoder" + }, + { + "id": "wasmparser 0.245.1", + "target": "wasmparser" + } + ], + "edition": "2021", + "proc_macro_deps": [ + { + "id": "walrus-macro 0.26.0", + "target": "walrus_macro" + } + ] + }, + "library_target_name": "walrus", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", + "license_ids": [ + "Apache-2.0", + "MIT" + ], "name": "walrus", - "version": "0.26.4", "package_url": "https://github.com/rustwasm/walrus", "repository": { "Http": { - "url": "https://static.crates.io/crates/walrus/0.26.4/download", - "sha256": "3bfa49767bb3a9e1afb02aa95bbcbde8d82f2db4ca377afae94d688f14f62378" + "sha256": "3bfa49767bb3a9e1afb02aa95bbcbde8d82f2db4ca377afae94d688f14f62378", + "url": "https://static.crates.io/crates/walrus/0.26.4/download" } }, "targets": [ { "Library": { "crate_name": "walrus", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "walrus", + "version": "0.26.4" + }, + "walrus-macro 0.26.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "heck 0.5.0", + "target": "heck" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "gimli 0.32.3", - "target": "gimli" - }, - { - "id": "id-arena 2.3.0", - "target": "id_arena" - }, - { - "id": "leb128 0.2.5", - "target": "leb128" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "wasm-encoder 0.245.1", - "target": "wasm_encoder" - }, - { - "id": "wasmparser 0.245.1", - "target": "wasmparser" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "walrus-macro 0.26.0", - "target": "walrus_macro" - } - ], - "selects": {} - }, - "version": "0.26.4" + "edition": "2021" }, + "library_target_name": "walrus_macro", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "walrus-macro 0.26.0": { "name": "walrus-macro", - "version": "0.26.0", "package_url": "https://github.com/rustwasm/walrus/tree/crates/macro", "repository": { "Http": { - "url": "https://static.crates.io/crates/walrus-macro/0.26.0/download", - "sha256": "1a9b0525d7ea6e5f906aca581a172e5c91b4c595290dfa8ad4a2bc9ffef33b44" + "sha256": "1a9b0525d7ea6e5f906aca581a172e5c91b4c595290dfa8ad4a2bc9ffef33b44", + "url": "https://static.crates.io/crates/walrus-macro/0.26.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "walrus_macro", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "walrus_macro", + "version": "0.26.0" + }, + "want 0.3.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "try-lock 0.2.4", + "target": "try_lock" + } ], - "deps": { - "common": [ - { - "id": "heck 0.5.0", - "target": "heck" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.26.0" + "edition": "2018" }, - "license": "MIT/Apache-2.0", + "library_target_name": "want", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "want 0.3.1": { "name": "want", - "version": "0.3.1", "package_url": "https://github.com/seanmonstar/want", "repository": { "Http": { - "url": "https://static.crates.io/crates/want/0.3.1/download", - "sha256": "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" + "sha256": "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e", + "url": "https://static.crates.io/crates/want/0.3.1/download" } }, "targets": [ { "Library": { - "crate_name": "want", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "want", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "try-lock 0.2.4", - "target": "try_lock" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.1" + "crate_name": "want", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.3.1" + }, + "wasi 0.11.0+wasi-snapshot-preview1": { + "common_attrs": { + "edition": "2018" }, - "license": "MIT", + "library_target_name": "wasi", + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "wasi 0.11.0+wasi-snapshot-preview1": { "name": "wasi", - "version": "0.11.0+wasi-snapshot-preview1", "package_url": "https://github.com/bytecodealliance/wasi", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasi/0.11.0+wasi-snapshot-preview1/download", - "sha256": "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" + "sha256": "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423", + "url": "https://static.crates.io/crates/wasi/0.11.0+wasi-snapshot-preview1/download" } }, "targets": [ { "Library": { "crate_name": "wasi", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wasi", + "version": "0.11.0+wasi-snapshot-preview1" + }, + "wasip2 1.0.3+wasi-0.2.9": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "wit-bindgen 0.57.1", + "target": "wit_bindgen" + } ], - "edition": "2018", - "version": "0.11.0+wasi-snapshot-preview1" + "edition": "2021" }, + "library_target_name": "wasip2", "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "wasip2 1.0.3+wasi-0.2.9": { "name": "wasip2", - "version": "1.0.3+wasi-0.2.9", "package_url": "https://github.com/bytecodealliance/wasi-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasip2/1.0.3+wasi-0.2.9/download", - "sha256": "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" + "sha256": "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6", + "url": "https://static.crates.io/crates/wasip2/1.0.3+wasi-0.2.9/download" } }, "targets": [ { "Library": { "crate_name": "wasip2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wasip2", + "version": "1.0.3+wasi-0.2.9" + }, + "wasip3 0.4.0+wasi-0.3.0-rc-2026-01-06": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "wit-bindgen 0.51.0", + "target": "wit_bindgen" + } ], - "deps": { - "common": [ - { - "id": "wit-bindgen 0.57.1", - "target": "wit_bindgen" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.3+wasi-0.2.9" + "edition": "2021" }, + "library_target_name": "wasip3", "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "wasip3 0.4.0+wasi-0.3.0-rc-2026-01-06": { "name": "wasip3", - "version": "0.4.0+wasi-0.3.0-rc-2026-01-06", "package_url": "https://github.com/bytecodealliance/wasi-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasip3/0.4.0+wasi-0.3.0-rc-2026-01-06/download", - "sha256": "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" + "sha256": "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5", + "url": "https://static.crates.io/crates/wasip3/0.4.0+wasi-0.3.0-rc-2026-01-06/download" } }, "targets": [ { "Library": { "crate_name": "wasip3", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wasip3", + "version": "0.4.0+wasi-0.3.0-rc-2026-01-06" + }, + "wasm-bindgen 0.2.126": { + "build_script_attrs": { + "link_deps": [ + { + "id": "wasm-bindgen-shared 0.2.126", + "target": "wasm_bindgen_shared" + } + ], + "proc_macro_deps": [ + { + "alias": "rustversion_compat", + "id": "rustversion 1.0.14", + "target": "rustversion" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std" + ], + "deps": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "once_cell 1.21.3", + "target": "once_cell" + }, + { + "id": "wasm-bindgen-shared 0.2.126", + "target": "wasm_bindgen_shared" + } ], - "deps": { - "common": [ - { - "id": "wit-bindgen 0.51.0", - "target": "wit_bindgen" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.4.0+wasi-0.3.0-rc-2026-01-06" + "extra_deps": [ + ":build_script_build" + ], + "proc_macro_deps": [ + { + "id": "wasm-bindgen-macro 0.2.126", + "target": "wasm_bindgen_macro" + } + ] }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "library_target_name": "wasm_bindgen", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "wasm-bindgen 0.2.126": { "name": "wasm-bindgen", - "version": "0.2.126", "package_url": "https://github.com/wasm-bindgen/wasm-bindgen", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasm-bindgen/0.2.126/download", - "sha256": "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4" + "sha256": "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4", + "url": "https://static.crates.io/crates/wasm-bindgen/0.2.126/download" } }, "targets": [ { "Library": { "crate_name": "wasm_bindgen", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "wasm_bindgen", + "version": "0.2.126" + }, + "wasm-bindgen-futures 0.4.76": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "wasm-bindgen 0.2.126", - "target": "build_script_build" - }, - { - "id": "wasm-bindgen-shared 0.2.126", - "target": "wasm_bindgen_shared" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "wasm-bindgen-macro 0.2.126", - "target": "wasm_bindgen_macro" - } - ], - "selects": {} - }, - "version": "0.2.126" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "crate_features": [ + "default", + "std" ], - "data_glob": [ - "**" + "deps": [ + { + "id": "js-sys 0.3.103", + "target": "js_sys" + }, + { + "id": "wasm-bindgen 0.2.126", + "target": "wasm_bindgen" + } ], - "link_deps": { - "common": [ - { - "id": "wasm-bindgen-shared 0.2.126", - "target": "wasm_bindgen_shared" - } - ], - "selects": {} - }, - "proc_macro_deps": { - "common": [ - { - "id": "rustversion 1.0.14", - "target": "rustversion", - "alias": "rustversion_compat" - } - ], - "selects": {} - } + "edition": "2021" }, + "library_target_name": "wasm_bindgen_futures", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "wasm-bindgen-futures 0.4.76": { "name": "wasm-bindgen-futures", - "version": "0.4.76", "package_url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/futures", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasm-bindgen-futures/0.4.76/download", - "sha256": "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d" + "sha256": "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d", + "url": "https://static.crates.io/crates/wasm-bindgen-futures/0.4.76/download" } }, "targets": [ { "Library": { "crate_name": "wasm_bindgen_futures", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wasm_bindgen_futures", + "version": "0.4.76" + }, + "wasm-bindgen-macro 0.2.126": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "wasm-bindgen-macro-support 0.2.126", + "target": "wasm_bindgen_macro_support" + } ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "js-sys 0.3.103", - "target": "js_sys" - }, - { - "id": "wasm-bindgen 0.2.126", - "target": "wasm_bindgen" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.76" + "edition": "2021" }, + "library_target_name": "wasm_bindgen_macro", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "wasm-bindgen-macro 0.2.126": { "name": "wasm-bindgen-macro", - "version": "0.2.126", "package_url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasm-bindgen-macro/0.2.126/download", - "sha256": "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1" + "sha256": "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1", + "url": "https://static.crates.io/crates/wasm-bindgen-macro/0.2.126/download" } }, "targets": [ { "ProcMacro": { "crate_name": "wasm_bindgen_macro", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wasm_bindgen_macro", + "version": "0.2.126" + }, + "wasm-bindgen-macro-support 0.2.126": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "bumpalo 3.20.2", + "target": "bumpalo" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + }, + { + "id": "wasm-bindgen-shared 0.2.126", + "target": "wasm_bindgen_shared" + } ], - "deps": { - "common": [ - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "wasm-bindgen-macro-support 0.2.126", - "target": "wasm_bindgen_macro_support" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.126" + "edition": "2021" }, + "library_target_name": "wasm_bindgen_macro_support", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "wasm-bindgen-macro-support 0.2.126": { "name": "wasm-bindgen-macro-support", - "version": "0.2.126", "package_url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro-support", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasm-bindgen-macro-support/0.2.126/download", - "sha256": "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e" + "sha256": "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e", + "url": "https://static.crates.io/crates/wasm-bindgen-macro-support/0.2.126/download" } }, "targets": [ { "Library": { "crate_name": "wasm_bindgen_macro_support", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wasm_bindgen_macro_support", + "version": "0.2.126" + }, + "wasm-bindgen-shared 0.2.126": { + "build_script_attrs": { + "links": "wasm_bindgen" + }, "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "unicode-ident 1.0.22", + "target": "unicode_ident" + } ], - "deps": { - "common": [ - { - "id": "bumpalo 3.20.2", - "target": "bumpalo" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "wasm-bindgen-shared 0.2.126", - "target": "wasm_bindgen_shared" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.2.126" + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "wasm_bindgen_shared", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "wasm-bindgen-shared 0.2.126": { "name": "wasm-bindgen-shared", - "version": "0.2.126", "package_url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/shared", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasm-bindgen-shared/0.2.126/download", - "sha256": "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24" + "sha256": "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24", + "url": "https://static.crates.io/crates/wasm-bindgen-shared/0.2.126/download" } }, "targets": [ { "Library": { "crate_name": "wasm_bindgen_shared", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "wasm_bindgen_shared", + "version": "0.2.126" + }, + "wasm-encoder 0.244.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "unicode-ident 1.0.22", - "target": "unicode_ident" - }, - { - "id": "wasm-bindgen-shared 0.2.126", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.126" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "crate_features": [ + "component-model", + "std", + "wasmparser" ], - "data_glob": [ - "**" + "deps": [ + { + "id": "leb128fmt 0.1.0", + "target": "leb128fmt" + }, + { + "id": "wasmparser 0.244.0", + "target": "wasmparser" + } ], - "links": "wasm_bindgen" + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "wasm_encoder", + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "wasm-encoder 0.244.0": { "name": "wasm-encoder", - "version": "0.244.0", "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-encoder", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasm-encoder/0.244.0/download", - "sha256": "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" + "sha256": "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319", + "url": "https://static.crates.io/crates/wasm-encoder/0.244.0/download" } }, "targets": [ { "Library": { "crate_name": "wasm_encoder", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wasm_encoder", + "version": "0.244.0" + }, + "wasm-encoder 0.245.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "component-model", + "default", + "std" ], - "crate_features": { - "common": [ - "component-model", - "std", - "wasmparser" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "leb128fmt 0.1.0", - "target": "leb128fmt" - }, - { - "id": "wasmparser 0.244.0", - "target": "wasmparser" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.244.0" + "deps": [ + { + "id": "leb128fmt 0.1.0", + "target": "leb128fmt" + } + ], + "edition": "2021" }, + "library_target_name": "wasm_encoder", "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "wasm-encoder 0.245.1": { "name": "wasm-encoder", - "version": "0.245.1", "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-encoder", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasm-encoder/0.245.1/download", - "sha256": "3f9dca005e69bf015e45577e415b9af8c67e8ee3c0e38b5b0add5aa92581ed5c" + "sha256": "3f9dca005e69bf015e45577e415b9af8c67e8ee3c0e38b5b0add5aa92581ed5c", + "url": "https://static.crates.io/crates/wasm-encoder/0.245.1/download" } }, "targets": [ { "Library": { "crate_name": "wasm_encoder", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wasm_encoder", + "version": "0.245.1" + }, + "wasm-encoder 0.247.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "component-model", + "default", + "std", + "wasmparser" ], - "crate_features": { - "common": [ - "component-model", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "leb128fmt 0.1.0", - "target": "leb128fmt" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.245.1" + "deps": [ + { + "id": "leb128fmt 0.1.0", + "target": "leb128fmt" + }, + { + "id": "wasmparser 0.247.0", + "target": "wasmparser" + } + ], + "edition": "2021" }, + "library_target_name": "wasm_encoder", "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "wasm-encoder 0.247.0": { "name": "wasm-encoder", - "version": "0.247.0", "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-encoder", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasm-encoder/0.247.0/download", - "sha256": "30b6733b8b91d010a6ac5b0fb237dc46a19650bc4c67db66857e2e787d437204" + "sha256": "30b6733b8b91d010a6ac5b0fb237dc46a19650bc4c67db66857e2e787d437204", + "url": "https://static.crates.io/crates/wasm-encoder/0.247.0/download" } }, "targets": [ { "Library": { "crate_name": "wasm_encoder", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wasm_encoder", + "version": "0.247.0" + }, + "wasm-encoder 0.252.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "component-model", + "default", + "std", + "wasmparser" ], - "crate_features": { - "common": [ - "component-model", - "default", - "std", - "wasmparser" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "leb128fmt 0.1.0", - "target": "leb128fmt" - }, - { - "id": "wasmparser 0.247.0", - "target": "wasmparser" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.247.0" + "deps": [ + { + "id": "leb128fmt 0.1.0", + "target": "leb128fmt" + }, + { + "id": "wasmparser 0.252.0", + "target": "wasmparser" + } + ], + "edition": "2024" }, + "library_target_name": "wasm_encoder", "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "wasm-encoder 0.252.0": { "name": "wasm-encoder", - "version": "0.252.0", "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-encoder", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasm-encoder/0.252.0/download", - "sha256": "8185ae345fa5687c054626ff9a50e7089797a343d9904d1dc9820eb4c4d3196f" + "sha256": "8185ae345fa5687c054626ff9a50e7089797a343d9904d1dc9820eb4c4d3196f", + "url": "https://static.crates.io/crates/wasm-encoder/0.252.0/download" } }, "targets": [ { "Library": { "crate_name": "wasm_encoder", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wasm_encoder", + "version": "0.252.0" + }, + "wasm-metadata 0.244.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "anyhow 1.0.104", + "target": "anyhow" + }, + { + "id": "indexmap 2.14.0", + "target": "indexmap" + }, + { + "id": "wasm-encoder 0.244.0", + "target": "wasm_encoder" + }, + { + "id": "wasmparser 0.244.0", + "target": "wasmparser" + } ], - "crate_features": { - "common": [ - "component-model", - "default", - "std", - "wasmparser" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "leb128fmt 0.1.0", - "target": "leb128fmt" - }, - { - "id": "wasmparser 0.252.0", - "target": "wasmparser" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.252.0" + "edition": "2021" }, + "library_target_name": "wasm_metadata", "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "wasm-metadata 0.244.0": { "name": "wasm-metadata", - "version": "0.244.0", "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-metadata", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasm-metadata/0.244.0/download", - "sha256": "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" + "sha256": "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909", + "url": "https://static.crates.io/crates/wasm-metadata/0.244.0/download" } }, "targets": [ { "Library": { "crate_name": "wasm_metadata", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wasm_metadata", + "version": "0.244.0" + }, + "wasm-smith 0.252.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "wasmparser" ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "wasm-encoder 0.244.0", - "target": "wasm_encoder" - }, - { - "id": "wasmparser 0.244.0", - "target": "wasmparser" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.244.0" + "deps": [ + { + "id": "anyhow 1.0.104", + "target": "anyhow" + }, + { + "id": "arbitrary 1.4.2", + "target": "arbitrary" + }, + { + "id": "flagset 0.4.3", + "target": "flagset" + }, + { + "id": "wasm-encoder 0.252.0", + "target": "wasm_encoder" + }, + { + "id": "wasmparser 0.252.0", + "target": "wasmparser" + } + ], + "edition": "2024" }, + "library_target_name": "wasm_smith", "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "wasm-smith 0.252.0": { "name": "wasm-smith", - "version": "0.252.0", "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-smith", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasm-smith/0.252.0/download", - "sha256": "dfd41f3236c30bd597009c43c15751dcc4c467724aef84141706a736f1ea5081" + "sha256": "dfd41f3236c30bd597009c43c15751dcc4c467724aef84141706a736f1ea5081", + "url": "https://static.crates.io/crates/wasm-smith/0.252.0/download" } }, "targets": [ { "Library": { "crate_name": "wasm_smith", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wasm_smith", + "version": "0.252.0" + }, + "wasm-streams 0.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "futures-util 0.3.31", + "target": "futures_util" + }, + { + "id": "js-sys 0.3.103", + "target": "js_sys" + }, + { + "id": "wasm-bindgen 0.2.126", + "target": "wasm_bindgen" + }, + { + "id": "wasm-bindgen-futures 0.4.76", + "target": "wasm_bindgen_futures" + }, + { + "id": "web-sys 0.3.103", + "target": "web_sys" + } ], - "crate_features": { - "common": [ - "wasmparser" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "arbitrary 1.4.2", - "target": "arbitrary" - }, - { - "id": "flagset 0.4.3", - "target": "flagset" - }, - { - "id": "wasm-encoder 0.252.0", - "target": "wasm_encoder" - }, - { - "id": "wasmparser 0.252.0", - "target": "wasmparser" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.252.0" + "edition": "2021" }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "library_target_name": "wasm_streams", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "wasm-streams 0.5.0": { "name": "wasm-streams", - "version": "0.5.0", "package_url": "https://github.com/MattiasBuelens/wasm-streams/", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasm-streams/0.5.0/download", - "sha256": "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb" + "sha256": "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb", + "url": "https://static.crates.io/crates/wasm-streams/0.5.0/download" } }, "targets": [ { "Library": { "crate_name": "wasm_streams", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wasm_streams", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "js-sys 0.3.103", - "target": "js_sys" - }, - { - "id": "wasm-bindgen 0.2.126", - "target": "wasm_bindgen" - }, - { - "id": "wasm-bindgen-futures 0.4.76", - "target": "wasm_bindgen_futures" - }, - { - "id": "web-sys 0.3.103", - "target": "web_sys" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" + "version": "0.5.0" }, "wasmparser 0.244.0": { - "name": "wasmparser", - "version": "0.244.0", - "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasmparser/0.244.0/download", - "sha256": "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasmparser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasmparser", "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "component-model", + "features", + "hash-collections", + "simd", + "std", + "validate" + ], + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "hashbrown 0.15.2", + "target": "hashbrown" + }, + { + "id": "indexmap 2.14.0", + "target": "indexmap" + }, + { + "id": "semver 1.0.27", + "target": "semver" + } ], - "crate_features": { - "common": [ - "component-model", - "features", - "hash-collections", - "simd", - "std", - "validate" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "hashbrown 0.15.2", - "target": "hashbrown" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "semver 1.0.27", - "target": "semver" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.244.0" + "edition": "2021" }, + "library_target_name": "wasmparser", "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", "license_ids": [ "Apache-2.0", "MIT" - ], - "license_file": null - }, - "wasmparser 0.245.1": { - "name": "wasmparser", - "version": "0.245.1", - "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasmparser/0.245.1/download", - "sha256": "4f08c9adee0428b7bddf3890fc27e015ac4b761cc608c822667102b8bfd6995e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasmparser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasmparser", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "component-model", - "default", - "features", - "hash-collections", - "serde", - "simd", - "std", - "validate" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "hashbrown 0.16.1", - "target": "hashbrown" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "semver 1.0.27", - "target": "semver" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.245.1" + ], + "name": "wasmparser", + "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser", + "repository": { + "Http": { + "sha256": "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe", + "url": "https://static.crates.io/crates/wasmparser/0.244.0/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmparser", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.244.0" + }, + "wasmparser 0.245.1": { + "common_attrs": { + "crate_features": [ + "component-model", + "default", + "features", + "hash-collections", + "serde", + "simd", + "std", + "validate" + ], + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "hashbrown 0.16.1", + "target": "hashbrown" + }, + { + "id": "indexmap 2.14.0", + "target": "indexmap" + }, + { + "id": "semver 1.0.27", + "target": "semver" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } + ], + "edition": "2021" }, + "library_target_name": "wasmparser", "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "wasmparser 0.247.0": { "name": "wasmparser", - "version": "0.247.0", "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasmparser/0.247.0/download", - "sha256": "8e6fb4c2bee46c5ea4d40f8cdb5c131725cd976718ec56f1c8e82fbde5fa2a80" + "sha256": "4f08c9adee0428b7bddf3890fc27e015ac4b761cc608c822667102b8bfd6995e", + "url": "https://static.crates.io/crates/wasmparser/0.245.1/download" } }, "targets": [ { "Library": { "crate_name": "wasmparser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wasmparser", + "version": "0.245.1" + }, + "wasmparser 0.247.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "component-model", + "default", + "features", + "hash-collections", + "serde", + "simd", + "std", + "validate" + ], + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "hashbrown 0.17.0", + "target": "hashbrown" + }, + { + "id": "indexmap 2.14.0", + "target": "indexmap" + }, + { + "id": "semver 1.0.27", + "target": "semver" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } ], - "crate_features": { - "common": [ - "component-model", - "default", - "features", - "hash-collections", - "serde", - "simd", - "std", - "validate" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "hashbrown 0.17.0", - "target": "hashbrown" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "semver 1.0.27", - "target": "semver" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.247.0" + "edition": "2021" }, + "library_target_name": "wasmparser", "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "wasmparser 0.252.0": { "name": "wasmparser", - "version": "0.252.0", "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasmparser/0.252.0/download", - "sha256": "d3eb099dcadcde5be9eef55e3a337128efd4e44b4c93122487e4d2e4e1c6627c" + "sha256": "8e6fb4c2bee46c5ea4d40f8cdb5c131725cd976718ec56f1c8e82fbde5fa2a80", + "url": "https://static.crates.io/crates/wasmparser/0.247.0/download" } }, "targets": [ { "Library": { "crate_name": "wasmparser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wasmparser", + "version": "0.247.0" + }, + "wasmparser 0.252.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "component-model", + "default", + "features", + "hash-collections", + "serde", + "simd", + "std", + "validate" + ], + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "hashbrown 0.17.0", + "target": "hashbrown" + }, + { + "id": "indexmap 2.14.0", + "target": "indexmap" + }, + { + "id": "semver 1.0.27", + "target": "semver" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } ], - "crate_features": { - "common": [ - "component-model", - "default", - "features", - "hash-collections", - "serde", - "simd", - "std", - "validate" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "hashbrown 0.17.0", - "target": "hashbrown" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "semver 1.0.27", - "target": "semver" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.252.0" + "edition": "2024" }, + "library_target_name": "wasmparser", "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "wasmparser 0.253.0": { "name": "wasmparser", - "version": "0.253.0", "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasmparser/0.253.0/download", - "sha256": "19db11f87d2486580e1e8b6f494c54df7e0566b87d0b599db843c24019667339" + "sha256": "d3eb099dcadcde5be9eef55e3a337128efd4e44b4c93122487e4d2e4e1c6627c", + "url": "https://static.crates.io/crates/wasmparser/0.252.0/download" } }, "targets": [ { "Library": { "crate_name": "wasmparser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wasmparser", + "version": "0.252.0" + }, + "wasmparser 0.253.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "component-model", + "default", + "features", + "hash-collections", + "serde", + "simd", + "std", + "validate" + ], + "deps": [ + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "hashbrown 0.17.0", + "target": "hashbrown" + }, + { + "id": "indexmap 2.14.0", + "target": "indexmap" + }, + { + "id": "semver 1.0.27", + "target": "semver" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } ], - "crate_features": { - "common": [ - "component-model", - "default", - "features", - "hash-collections", - "serde", - "simd", - "std", - "validate" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "hashbrown 0.17.0", - "target": "hashbrown" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "semver 1.0.27", - "target": "semver" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.253.0" + "edition": "2024" }, + "library_target_name": "wasmparser", "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "wasmprinter 0.252.0": { - "name": "wasmprinter", - "version": "0.252.0", - "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmprinter", + "name": "wasmparser", + "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasmprinter/0.252.0/download", - "sha256": "7142797de29b35ab8dbf15c00f55fda75d409da4c423a8ab8bd6b667a785824b" + "sha256": "19db11f87d2486580e1e8b6f494c54df7e0566b87d0b599db843c24019667339", + "url": "https://static.crates.io/crates/wasmparser/0.253.0/download" } }, "targets": [ { "Library": { - "crate_name": "wasmprinter", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "wasmparser", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wasmprinter", + "version": "0.253.0" + }, + "wasmprinter 0.252.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "component-model", + "default", + "validate" ], - "crate_features": { - "common": [ - "component-model", - "default", - "validate" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "termcolor 1.4.1", - "target": "termcolor" - }, - { - "id": "wasmparser 0.252.0", - "target": "wasmparser" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.252.0" + "deps": [ + { + "id": "anyhow 1.0.104", + "target": "anyhow" + }, + { + "id": "termcolor 1.4.1", + "target": "termcolor" + }, + { + "id": "wasmparser 0.252.0", + "target": "wasmparser" + } + ], + "edition": "2024" }, + "library_target_name": "wasmprinter", "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "wasmtime 47.0.3": { - "name": "wasmtime", - "version": "47.0.3", - "package_url": "https://github.com/bytecodealliance/wasmtime", + "name": "wasmprinter", + "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmprinter", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasmtime/47.0.3/download", - "sha256": "c80ca6098e0d4d06886d91d7f2cc3cb6623eb583c4c0ab3c89cbfb6098c8586c" + "sha256": "7142797de29b35ab8dbf15c00f55fda75d409da4c423a8ab8bd6b667a785824b", + "url": "https://static.crates.io/crates/wasmprinter/0.252.0/download" } }, "targets": [ { "Library": { - "crate_name": "wasmtime", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "wasmprinter", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wasmtime", + "version": "0.252.0" + }, + "wasmtime 47.0.3": { + "build_script_attrs": { + "deps": [ + { + "id": "cc 1.2.48", + "target": "cc" + } + ], + "proc_macro_deps": [ + { + "alias": "wasmtime_versioned_export_macros", + "id": "wasmtime-internal-versioned-export-macros 47.0.3", + "target": "wasmtime_internal_versioned_export_macros" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "cranelift", + "gc", + "gc-null", + "once_cell", + "parallel-compilation", + "runtime", + "std", + "wasmtime-jit-icache-coherence" ], - "crate_features": { - "common": [ - "cranelift", - "gc", - "gc-null", - "once_cell", - "parallel-compilation", - "runtime", - "std", - "wasmtime-jit-icache-coherence" - ], - "selects": {} - }, "deps": { "common": [ { @@ -85248,33 +64959,29 @@ "id": "wasmparser 0.252.0", "target": "wasmparser" }, - { - "id": "wasmtime 47.0.3", - "target": "build_script_build" - }, { "id": "wasmtime-environ 47.0.3", "target": "wasmtime_environ" }, { + "alias": "wasmtime_core", "id": "wasmtime-internal-core 47.0.3", - "target": "wasmtime_internal_core", - "alias": "wasmtime_core" + "target": "wasmtime_internal_core" }, { + "alias": "wasmtime_cranelift", "id": "wasmtime-internal-cranelift 47.0.3", - "target": "wasmtime_internal_cranelift", - "alias": "wasmtime_cranelift" + "target": "wasmtime_internal_cranelift" }, { + "alias": "wasmtime_jit_icache_coherence", "id": "wasmtime-internal-jit-icache-coherence 47.0.3", - "target": "wasmtime_internal_jit_icache_coherence", - "alias": "wasmtime_jit_icache_coherence" + "target": "wasmtime_internal_jit_icache_coherence" }, { + "alias": "wasmtime_unwinder", "id": "wasmtime-internal-unwinder 47.0.3", - "target": "wasmtime_internal_unwinder", - "alias": "wasmtime_unwinder" + "target": "wasmtime_internal_unwinder" } ], "selects": { @@ -85321,24 +65028,24 @@ } }, "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.89", - "target": "async_trait" - }, - { - "id": "serde_derive 1.0.228", - "target": "serde_derive" - }, - { - "id": "wasmtime-internal-versioned-export-macros 47.0.3", - "target": "wasmtime_internal_versioned_export_macros", - "alias": "wasmtime_versioned_export_macros" - } - ], - "selects": {} - }, + "extra_deps": [ + ":build_script_build" + ], + "proc_macro_deps": [ + { + "id": "async-trait 0.1.89", + "target": "async_trait" + }, + { + "id": "serde_derive 1.0.228", + "target": "serde_derive" + }, + { + "alias": "wasmtime_versioned_export_macros", + "id": "wasmtime-internal-versioned-export-macros 47.0.3", + "target": "wasmtime_internal_versioned_export_macros" + } + ], "rustc_flags": { "common": [], "selects": { @@ -85361,521 +65068,389 @@ "-Zsanitizer=address" ] } - }, - "version": "47.0.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - }, - "proc_macro_deps": { - "common": [ - { - "id": "wasmtime-internal-versioned-export-macros 47.0.3", - "target": "wasmtime_internal_versioned_export_macros", - "alias": "wasmtime_versioned_export_macros" - } - ], - "selects": {} } }, + "library_target_name": "wasmtime", "license": "Apache-2.0 WITH LLVM-exception", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "wasmtime-environ 47.0.3": { - "name": "wasmtime-environ", - "version": "47.0.3", + "name": "wasmtime", "package_url": "https://github.com/bytecodealliance/wasmtime", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasmtime-environ/47.0.3/download", - "sha256": "134f9d136d29c76f6c1b4c9b468e97a2efc38c7d49fd188e39b64870b2fea701" + "sha256": "c80ca6098e0d4d06886d91d7f2cc3cb6623eb583c4c0ab3c89cbfb6098c8586c", + "url": "https://static.crates.io/crates/wasmtime/47.0.3/download" } }, "targets": [ { "Library": { - "crate_name": "wasmtime_environ", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "wasmtime", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "wasmtime_environ", + "version": "47.0.3" + }, + "wasmtime-environ 47.0.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "compile", + "component-model", + "gc", + "gc-copying", + "gc-drc", + "gc-null", + "stack-switching", + "std", + "threads" + ], + "deps": [ + { + "id": "anyhow 1.0.104", + "target": "anyhow" + }, + { + "id": "cranelift-bforest 0.134.3", + "target": "cranelift_bforest" + }, + { + "id": "cranelift-bitset 0.134.3", + "target": "cranelift_bitset" + }, + { + "id": "cranelift-entity 0.134.3", + "target": "cranelift_entity" + }, + { + "id": "gimli 0.33.0", + "target": "gimli" + }, + { + "id": "hashbrown 0.17.0", + "target": "hashbrown" + }, + { + "id": "indexmap 2.14.0", + "target": "indexmap" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "object 0.39.1", + "target": "object" + }, + { + "id": "postcard 1.1.3", + "target": "postcard" + }, + { + "id": "semver 1.0.27", + "target": "semver" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "sha2 0.10.9", + "target": "sha2" + }, + { + "id": "smallvec 1.15.1", + "target": "smallvec" + }, + { + "id": "target-lexicon 0.13.5", + "target": "target_lexicon" + }, + { + "id": "wasm-encoder 0.252.0", + "target": "wasm_encoder" + }, + { + "id": "wasmparser 0.252.0", + "target": "wasmparser" + }, + { + "id": "wasmprinter 0.252.0", + "target": "wasmprinter" + }, + { + "alias": "wasmtime_component_util", + "id": "wasmtime-internal-component-util 47.0.3", + "target": "wasmtime_internal_component_util" + }, + { + "alias": "wasmtime_core", + "id": "wasmtime-internal-core 47.0.3", + "target": "wasmtime_internal_core" + } ], - "crate_features": { - "common": [ - "compile", - "component-model", - "gc", - "gc-copying", - "gc-drc", - "gc-null", - "stack-switching", - "std", - "threads" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "cranelift-bforest 0.134.3", - "target": "cranelift_bforest" - }, - { - "id": "cranelift-bitset 0.134.3", - "target": "cranelift_bitset" - }, - { - "id": "cranelift-entity 0.134.3", - "target": "cranelift_entity" - }, - { - "id": "gimli 0.33.0", - "target": "gimli" - }, - { - "id": "hashbrown 0.17.0", - "target": "hashbrown" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "object 0.39.1", - "target": "object" - }, - { - "id": "postcard 1.1.3", - "target": "postcard" - }, - { - "id": "semver 1.0.27", - "target": "semver" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "target-lexicon 0.13.5", - "target": "target_lexicon" - }, - { - "id": "wasm-encoder 0.252.0", - "target": "wasm_encoder" - }, - { - "id": "wasmparser 0.252.0", - "target": "wasmparser" - }, - { - "id": "wasmprinter 0.252.0", - "target": "wasmprinter" - }, - { - "id": "wasmtime-internal-component-util 47.0.3", - "target": "wasmtime_internal_component_util", - "alias": "wasmtime_component_util" - }, - { - "id": "wasmtime-internal-core 47.0.3", - "target": "wasmtime_internal_core", - "alias": "wasmtime_core" - } - ], - "selects": {} - }, "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "serde_derive 1.0.228", - "target": "serde_derive" - } - ], - "selects": {} - }, - "version": "47.0.3" + "proc_macro_deps": [ + { + "id": "serde_derive 1.0.228", + "target": "serde_derive" + } + ] }, + "library_target_name": "wasmtime_environ", "license": "Apache-2.0 WITH LLVM-exception", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "wasmtime-internal-component-util 47.0.3": { - "name": "wasmtime-internal-component-util", - "version": "47.0.3", + "name": "wasmtime-environ", "package_url": "https://github.com/bytecodealliance/wasmtime", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasmtime-internal-component-util/47.0.3/download", - "sha256": "fc8a678149885cae00289f806fbe74c7863084cf74cace0b8dc73602279400e1" + "sha256": "134f9d136d29c76f6c1b4c9b468e97a2efc38c7d49fd188e39b64870b2fea701", + "url": "https://static.crates.io/crates/wasmtime-environ/47.0.3/download" } }, "targets": [ { "Library": { - "crate_name": "wasmtime_internal_component_util", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "wasmtime_environ", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wasmtime_internal_component_util", + "version": "47.0.3" + }, + "wasmtime-internal-component-util 47.0.3": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2024", - "version": "47.0.3" + "edition": "2024" }, + "library_target_name": "wasmtime_internal_component_util", "license": "Apache-2.0 WITH LLVM-exception", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "wasmtime-internal-core 47.0.3": { - "name": "wasmtime-internal-core", - "version": "47.0.3", - "package_url": null, + "name": "wasmtime-internal-component-util", + "package_url": "https://github.com/bytecodealliance/wasmtime", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasmtime-internal-core/47.0.3/download", - "sha256": "8a0092c4b9d070ac5e278b6d0db10f5e71214190f0347ca57502b4692f796321" + "sha256": "fc8a678149885cae00289f806fbe74c7863084cf74cace0b8dc73602279400e1", + "url": "https://static.crates.io/crates/wasmtime-internal-component-util/47.0.3/download" } }, "targets": [ { "Library": { - "crate_name": "wasmtime_internal_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "wasmtime_internal_component_util", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wasmtime_internal_core", + "version": "47.0.3" + }, + "wasmtime-internal-core 47.0.3": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "hashbrown 0.17.0", - "target": "hashbrown" - }, - { - "id": "libm 0.2.16", - "target": "libm" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "wasmtime-internal-core 47.0.3", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "47.0.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "serde", + "std" ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "hashbrown 0.17.0", + "target": "hashbrown" + }, + { + "id": "libm 0.2.16", + "target": "libm" + }, + { + "id": "serde 1.0.228", + "target": "serde" + } ], - "data_glob": [ - "**" + "edition": "2024", + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "wasmtime_internal_core", "license": "Apache-2.0 WITH LLVM-exception", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "wasmtime-internal-cranelift 47.0.3": { - "name": "wasmtime-internal-cranelift", - "version": "47.0.3", - "package_url": "https://github.com/bytecodealliance/wasmtime", + "name": "wasmtime-internal-core", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasmtime-internal-cranelift/47.0.3/download", - "sha256": "6851ebc9e03cab23d9821d2b2505d380bdfe38f35ccec945247b05274d85c98b" + "sha256": "8a0092c4b9d070ac5e278b6d0db10f5e71214190f0347ca57502b4692f796321", + "url": "https://static.crates.io/crates/wasmtime-internal-core/47.0.3/download" } }, "targets": [ { "Library": { - "crate_name": "wasmtime_internal_cranelift", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "wasmtime_internal_core", + "crate_root": "src/lib.rs" } }, { "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasmtime_internal_cranelift", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "pulley" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "cranelift-codegen 0.134.3", - "target": "cranelift_codegen" - }, - { - "id": "cranelift-control 0.134.3", - "target": "cranelift_control" - }, - { - "id": "cranelift-entity 0.134.3", - "target": "cranelift_entity" - }, - { - "id": "cranelift-frontend 0.134.3", - "target": "cranelift_frontend" - }, - { - "id": "cranelift-native 0.134.3", - "target": "cranelift_native" - }, - { - "id": "gimli 0.33.0", - "target": "gimli" - }, - { - "id": "itertools 0.14.0", - "target": "itertools" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "object 0.39.1", - "target": "object" - }, - { - "id": "pulley-interpreter 47.0.3", - "target": "pulley_interpreter" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "target-lexicon 0.13.5", - "target": "target_lexicon" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "wasmparser 0.252.0", - "target": "wasmparser" - }, - { - "id": "wasmtime-environ 47.0.3", - "target": "wasmtime_environ" - }, - { - "id": "wasmtime-internal-core 47.0.3", - "target": "wasmtime_internal_core", - "alias": "wasmtime_core" - }, - { - "id": "wasmtime-internal-cranelift 47.0.3", - "target": "build_script_build" - }, - { - "id": "wasmtime-internal-unwinder 47.0.3", - "target": "wasmtime_internal_unwinder", - "alias": "wasmtime_unwinder" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "wasmtime-internal-versioned-export-macros 47.0.3", - "target": "wasmtime_internal_versioned_export_macros", - "alias": "wasmtime_versioned_export_macros" - } - ], - "selects": {} - }, - "version": "47.0.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "crate_name": "build_script_build", + "crate_root": "build.rs" + } + } + ], + "version": "47.0.3" + }, + "wasmtime-internal-cranelift 47.0.3": { + "build_script_attrs": {}, + "common_attrs": { + "crate_features": [ + "pulley" + ], + "deps": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "cranelift-codegen 0.134.3", + "target": "cranelift_codegen" + }, + { + "id": "cranelift-control 0.134.3", + "target": "cranelift_control" + }, + { + "id": "cranelift-entity 0.134.3", + "target": "cranelift_entity" + }, + { + "id": "cranelift-frontend 0.134.3", + "target": "cranelift_frontend" + }, + { + "id": "cranelift-native 0.134.3", + "target": "cranelift_native" + }, + { + "id": "gimli 0.33.0", + "target": "gimli" + }, + { + "id": "itertools 0.14.0", + "target": "itertools" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "object 0.39.1", + "target": "object" + }, + { + "id": "pulley-interpreter 47.0.3", + "target": "pulley_interpreter" + }, + { + "id": "smallvec 1.15.1", + "target": "smallvec" + }, + { + "id": "target-lexicon 0.13.5", + "target": "target_lexicon" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + }, + { + "id": "wasmparser 0.252.0", + "target": "wasmparser" + }, + { + "id": "wasmtime-environ 47.0.3", + "target": "wasmtime_environ" + }, + { + "alias": "wasmtime_core", + "id": "wasmtime-internal-core 47.0.3", + "target": "wasmtime_internal_core" + }, + { + "alias": "wasmtime_unwinder", + "id": "wasmtime-internal-unwinder 47.0.3", + "target": "wasmtime_internal_unwinder" + } ], - "compile_data_glob_excludes": [ - "**/*.rs" + "edition": "2024", + "extra_deps": [ + ":build_script_build" ], - "data_glob": [ - "**" + "proc_macro_deps": [ + { + "alias": "wasmtime_versioned_export_macros", + "id": "wasmtime-internal-versioned-export-macros 47.0.3", + "target": "wasmtime_internal_versioned_export_macros" + } ] }, + "library_target_name": "wasmtime_internal_cranelift", "license": "Apache-2.0 WITH LLVM-exception", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "wasmtime-internal-fiber 47.0.3": { - "name": "wasmtime-internal-fiber", - "version": "47.0.3", + "name": "wasmtime-internal-cranelift", "package_url": "https://github.com/bytecodealliance/wasmtime", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasmtime-internal-fiber/47.0.3/download", - "sha256": "9b26da6d5f60d4c438da70bba3553fe810a840533a64156be287dca2081c6991" + "sha256": "6851ebc9e03cab23d9821d2b2505d380bdfe38f35ccec945247b05274d85c98b", + "url": "https://static.crates.io/crates/wasmtime-internal-cranelift/47.0.3/download" } }, "targets": [ { "Library": { - "crate_name": "wasmtime_internal_fiber", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "wasmtime_internal_cranelift", + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "wasmtime_internal_fiber", - "common_attrs": { - "compile_data_glob": [ - "**" + "version": "47.0.3" + }, + "wasmtime-internal-fiber 47.0.3": { + "build_script_attrs": { + "deps": [ + { + "id": "cc 1.2.48", + "target": "cc" + } ], + "proc_macro_deps": [ + { + "alias": "wasmtime_versioned_export_macros", + "id": "wasmtime-internal-versioned-export-macros 47.0.3", + "target": "wasmtime_internal_versioned_export_macros" + } + ] + }, + "common_attrs": { "deps": { "common": [ { @@ -85885,10 +65460,6 @@ { "id": "wasmtime-environ 47.0.3", "target": "wasmtime_environ" - }, - { - "id": "wasmtime-internal-fiber 47.0.3", - "target": "build_script_build" } ], "selects": { @@ -85911,182 +65482,107 @@ } }, "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "wasmtime-internal-versioned-export-macros 47.0.3", - "target": "wasmtime_internal_versioned_export_macros", - "alias": "wasmtime_versioned_export_macros" - } - ], - "selects": {} - }, - "version": "47.0.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "extra_deps": [ + ":build_script_build" ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - }, - "proc_macro_deps": { - "common": [ - { - "id": "wasmtime-internal-versioned-export-macros 47.0.3", - "target": "wasmtime_internal_versioned_export_macros", - "alias": "wasmtime_versioned_export_macros" - } - ], - "selects": {} - } + "proc_macro_deps": [ + { + "alias": "wasmtime_versioned_export_macros", + "id": "wasmtime-internal-versioned-export-macros 47.0.3", + "target": "wasmtime_internal_versioned_export_macros" + } + ] }, + "library_target_name": "wasmtime_internal_fiber", "license": "Apache-2.0 WITH LLVM-exception", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "wasmtime-internal-jit-debug 47.0.3": { - "name": "wasmtime-internal-jit-debug", - "version": "47.0.3", + "name": "wasmtime-internal-fiber", "package_url": "https://github.com/bytecodealliance/wasmtime", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasmtime-internal-jit-debug/47.0.3/download", - "sha256": "ed621ba25d7bf78b7edd7b4749abbb27c2e5cdba836c9504a424ee74b6c23149" + "sha256": "9b26da6d5f60d4c438da70bba3553fe810a840533a64156be287dca2081c6991", + "url": "https://static.crates.io/crates/wasmtime-internal-fiber/47.0.3/download" } }, "targets": [ { "Library": { - "crate_name": "wasmtime_internal_jit_debug", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "wasmtime_internal_fiber", + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "wasmtime_internal_jit_debug", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "wasmtime-internal-jit-debug 47.0.3", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "wasmtime-internal-versioned-export-macros 47.0.3", - "target": "wasmtime_internal_versioned_export_macros", - "alias": "wasmtime_versioned_export_macros" - } - ], - "selects": {} - }, - "version": "47.0.3" - }, + "version": "47.0.3" + }, + "wasmtime-internal-jit-debug 47.0.3": { "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "cc 1.2.48", + "target": "cc" + } ], - "data_glob": [ - "**" + "proc_macro_deps": [ + { + "alias": "wasmtime_versioned_export_macros", + "id": "wasmtime-internal-versioned-export-macros 47.0.3", + "target": "wasmtime_internal_versioned_export_macros" + } + ] + }, + "common_attrs": { + "edition": "2024", + "extra_deps": [ + ":build_script_build" ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - }, - "proc_macro_deps": { - "common": [ - { - "id": "wasmtime-internal-versioned-export-macros 47.0.3", - "target": "wasmtime_internal_versioned_export_macros", - "alias": "wasmtime_versioned_export_macros" - } - ], - "selects": {} - } + "proc_macro_deps": [ + { + "alias": "wasmtime_versioned_export_macros", + "id": "wasmtime-internal-versioned-export-macros 47.0.3", + "target": "wasmtime_internal_versioned_export_macros" + } + ] }, + "library_target_name": "wasmtime_internal_jit_debug", "license": "Apache-2.0 WITH LLVM-exception", "license_ids": [ "Apache-2.0" ], - "license_file": null - }, - "wasmtime-internal-jit-icache-coherence 47.0.3": { - "name": "wasmtime-internal-jit-icache-coherence", - "version": "47.0.3", + "name": "wasmtime-internal-jit-debug", "package_url": "https://github.com/bytecodealliance/wasmtime", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasmtime-internal-jit-icache-coherence/47.0.3/download", - "sha256": "5684ba160951baad06a725696f3c590e2fb0e8067c2aebee27bf7f9259058e85" + "sha256": "ed621ba25d7bf78b7edd7b4749abbb27c2e5cdba836c9504a424ee74b6c23149", + "url": "https://static.crates.io/crates/wasmtime-internal-jit-debug/47.0.3/download" } }, "targets": [ { "Library": { - "crate_name": "wasmtime_internal_jit_icache_coherence", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "wasmtime_internal_jit_debug", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "wasmtime_internal_jit_icache_coherence", + "version": "47.0.3" + }, + "wasmtime-internal-jit-icache-coherence 47.0.3": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [ { @@ -86094,9 +65590,9 @@ "target": "cfg_if" }, { + "alias": "wasmtime_core", "id": "wasmtime-internal-core 47.0.3", - "target": "wasmtime_internal_core", - "alias": "wasmtime_core" + "target": "wasmtime_internal_core" } ], "selects": { @@ -86114,429 +65610,323 @@ ] } }, - "edition": "2024", - "version": "47.0.3" + "edition": "2024" }, + "library_target_name": "wasmtime_internal_jit_icache_coherence", "license": "Apache-2.0 WITH LLVM-exception", "license_ids": [ "Apache-2.0" ], - "license_file": null + "name": "wasmtime-internal-jit-icache-coherence", + "package_url": "https://github.com/bytecodealliance/wasmtime", + "repository": { + "Http": { + "sha256": "5684ba160951baad06a725696f3c590e2fb0e8067c2aebee27bf7f9259058e85", + "url": "https://static.crates.io/crates/wasmtime-internal-jit-icache-coherence/47.0.3/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "wasmtime_internal_jit_icache_coherence", + "crate_root": "src/lib.rs" + } + } + ], + "version": "47.0.3" }, "wasmtime-internal-unwinder 47.0.3": { + "build_script_attrs": {}, + "common_attrs": { + "crate_features": [ + "cranelift", + "default" + ], + "deps": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "cranelift-codegen 0.134.3", + "target": "cranelift_codegen" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "object 0.39.1", + "target": "object" + }, + { + "id": "wasmtime-environ 47.0.3", + "target": "wasmtime_environ" + } + ], + "edition": "2024", + "extra_deps": [ + ":build_script_build" + ] + }, + "library_target_name": "wasmtime_internal_unwinder", + "license": "Apache-2.0 WITH LLVM-exception", + "license_file": "LICENSE", + "license_ids": [ + "Apache-2.0" + ], "name": "wasmtime-internal-unwinder", - "version": "47.0.3", "package_url": "https://github.com/bytecodealliance/wasmtime", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasmtime-internal-unwinder/47.0.3/download", - "sha256": "112eead527bffa8ff0646a11fb4339a9d52ddd1da2b9a6fce4aff84c815dd94f" + "sha256": "112eead527bffa8ff0646a11fb4339a9d52ddd1da2b9a6fce4aff84c815dd94f", + "url": "https://static.crates.io/crates/wasmtime-internal-unwinder/47.0.3/download" } }, "targets": [ { "Library": { "crate_name": "wasmtime_internal_unwinder", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "wasmtime_internal_unwinder", + "version": "47.0.3" + }, + "wasmtime-internal-versioned-export-macros 47.0.3": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "cranelift", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "cranelift-codegen 0.134.3", - "target": "cranelift_codegen" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "object 0.39.1", - "target": "object" - }, - { - "id": "wasmtime-environ 47.0.3", - "target": "wasmtime_environ" - }, - { - "id": "wasmtime-internal-unwinder 47.0.3", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "47.0.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "data_glob": [ - "**" - ] + "edition": "2024" }, + "library_target_name": "wasmtime_internal_versioned_export_macros", "license": "Apache-2.0 WITH LLVM-exception", "license_ids": [ "Apache-2.0" ], - "license_file": "LICENSE" - }, - "wasmtime-internal-versioned-export-macros 47.0.3": { "name": "wasmtime-internal-versioned-export-macros", - "version": "47.0.3", "package_url": "https://github.com/bytecodealliance/wasmtime", "repository": { "Http": { - "url": "https://static.crates.io/crates/wasmtime-internal-versioned-export-macros/47.0.3/download", - "sha256": "153592e0bed824fc13c6696203fa1bd7bd20eb355316475e39a55f081ef80eca" + "sha256": "153592e0bed824fc13c6696203fa1bd7bd20eb355316475e39a55f081ef80eca", + "url": "https://static.crates.io/crates/wasmtime-internal-versioned-export-macros/47.0.3/download" } }, "targets": [ { "ProcMacro": { "crate_name": "wasmtime_internal_versioned_export_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wasmtime_internal_versioned_export_macros", + "version": "47.0.3" + }, + "wast 252.0.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "component-model", + "default", + "wasm-module" ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "47.0.3" + "deps": [ + { + "id": "bumpalo 3.20.2", + "target": "bumpalo" + }, + { + "id": "leb128fmt 0.1.0", + "target": "leb128fmt" + }, + { + "id": "memchr 2.7.4", + "target": "memchr" + }, + { + "id": "unicode-width 0.2.0", + "target": "unicode_width" + }, + { + "id": "wasm-encoder 0.252.0", + "target": "wasm_encoder" + } + ], + "edition": "2024" }, - "license": "Apache-2.0 WITH LLVM-exception", + "library_target_name": "wast", + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ - "Apache-2.0" + "Apache-2.0", + "MIT" ], - "license_file": null - }, - "wast 252.0.0": { "name": "wast", - "version": "252.0.0", "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wast", "repository": { "Http": { - "url": "https://static.crates.io/crates/wast/252.0.0/download", - "sha256": "942a3449d6a593fccc111a6241c8df52bda168af30e40bf9580d4394d7374c65" + "sha256": "942a3449d6a593fccc111a6241c8df52bda168af30e40bf9580d4394d7374c65", + "url": "https://static.crates.io/crates/wast/252.0.0/download" } }, "targets": [ { "Library": { "crate_name": "wast", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wast", + "version": "252.0.0" + }, + "wat 1.252.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "component-model", + "default" ], - "crate_features": { - "common": [ - "component-model", - "default", - "wasm-module" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bumpalo 3.20.2", - "target": "bumpalo" - }, - { - "id": "leb128fmt 0.1.0", - "target": "leb128fmt" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "unicode-width 0.2.0", - "target": "unicode_width" - }, - { - "id": "wasm-encoder 0.252.0", - "target": "wasm_encoder" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "252.0.0" + "deps": [ + { + "id": "wast 252.0.0", + "target": "wast" + } + ], + "edition": "2024" }, + "library_target_name": "wat", "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "wat 1.252.0": { "name": "wat", - "version": "1.252.0", "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wat", "repository": { "Http": { - "url": "https://static.crates.io/crates/wat/1.252.0/download", - "sha256": "c72a4ba7088f7bac94cf516e49882bdf97068904a563768cf249efc839ec42cb" + "sha256": "c72a4ba7088f7bac94cf516e49882bdf97068904a563768cf249efc839ec42cb", + "url": "https://static.crates.io/crates/wat/1.252.0/download" } }, "targets": [ { "Library": { "crate_name": "wat", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wat", + "version": "1.252.0" + }, + "web-sys 0.3.103": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "AbortController", + "AbortSignal", + "Blob", + "BlobPropertyBag", + "CanvasRenderingContext2d", + "Document", + "DomRect", + "DomRectReadOnly", + "Element", + "EventTarget", + "File", + "FormData", + "Headers", + "HtmlCanvasElement", + "HtmlElement", + "Node", + "Performance", + "QueuingStrategy", + "ReadableByteStreamController", + "ReadableStream", + "ReadableStreamByobReader", + "ReadableStreamByobRequest", + "ReadableStreamDefaultController", + "ReadableStreamDefaultReader", + "ReadableStreamGetReaderOptions", + "ReadableStreamReadResult", + "ReadableStreamReaderMode", + "ReadableStreamType", + "ReadableWritablePair", + "Request", + "RequestCache", + "RequestCredentials", + "RequestInit", + "RequestMode", + "Response", + "ServiceWorkerGlobalScope", + "StreamPipeOptions", + "TransformStream", + "TransformStreamDefaultController", + "Transformer", + "UnderlyingSink", + "UnderlyingSource", + "Window", + "WorkerGlobalScope", + "WritableStream", + "WritableStreamDefaultController", + "WritableStreamDefaultWriter", + "default", + "std" + ], + "deps": [ + { + "id": "js-sys 0.3.103", + "target": "js_sys" + }, + { + "id": "wasm-bindgen 0.2.126", + "target": "wasm_bindgen" + } ], - "crate_features": { - "common": [ - "component-model", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "wast 252.0.0", - "target": "wast" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "1.252.0" + "edition": "2021" }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "library_target_name": "web_sys", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "web-sys 0.3.103": { "name": "web-sys", - "version": "0.3.103", "package_url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/web-sys", "repository": { "Http": { - "url": "https://static.crates.io/crates/web-sys/0.3.103/download", - "sha256": "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141" + "sha256": "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141", + "url": "https://static.crates.io/crates/web-sys/0.3.103/download" } }, "targets": [ { "Library": { "crate_name": "web_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "web_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "AbortController", - "AbortSignal", - "Blob", - "BlobPropertyBag", - "CanvasRenderingContext2d", - "Document", - "DomRect", - "DomRectReadOnly", - "Element", - "EventTarget", - "File", - "FormData", - "Headers", - "HtmlCanvasElement", - "HtmlElement", - "Node", - "Performance", - "QueuingStrategy", - "ReadableByteStreamController", - "ReadableStream", - "ReadableStreamByobReader", - "ReadableStreamByobRequest", - "ReadableStreamDefaultController", - "ReadableStreamDefaultReader", - "ReadableStreamGetReaderOptions", - "ReadableStreamReadResult", - "ReadableStreamReaderMode", - "ReadableStreamType", - "ReadableWritablePair", - "Request", - "RequestCache", - "RequestCredentials", - "RequestInit", - "RequestMode", - "Response", - "ServiceWorkerGlobalScope", - "StreamPipeOptions", - "TransformStream", - "TransformStreamDefaultController", - "Transformer", - "UnderlyingSink", - "UnderlyingSource", - "Window", - "WorkerGlobalScope", - "WritableStream", - "WritableStreamDefaultController", - "WritableStreamDefaultWriter", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "js-sys 0.3.103", - "target": "js_sys" - }, - { - "id": "wasm-bindgen 0.2.126", - "target": "wasm_bindgen" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.103" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" + "version": "0.3.103" }, "web-time 1.1.0": { - "name": "web-time", - "version": "1.1.0", - "package_url": "https://github.com/daxpedda/web-time", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/web-time/1.1.0/download", - "sha256": "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" - } - }, - "targets": [ - { - "Library": { - "crate_name": "web_time", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "web_time", "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [], "selects": { @@ -86552,281 +65942,200 @@ ] } }, - "edition": "2021", - "version": "1.1.0" + "edition": "2021" }, + "library_target_name": "web_time", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "web_atoms 0.1.3": { - "name": "web_atoms", - "version": "0.1.3", - "package_url": "https://github.com/servo/html5ever", + "name": "web-time", + "package_url": "https://github.com/daxpedda/web-time", "repository": { "Http": { - "url": "https://static.crates.io/crates/web_atoms/0.1.3/download", - "sha256": "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414" + "sha256": "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb", + "url": "https://static.crates.io/crates/web-time/1.1.0/download" } }, "targets": [ { "Library": { - "crate_name": "web_atoms", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "web_time", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "web_atoms", + "version": "1.1.0" + }, + "web_atoms 0.1.3": { + "build_script_attrs": { + "deps": [ + { + "id": "phf_codegen 0.11.3", + "target": "phf_codegen" + }, + { + "id": "string_cache_codegen 0.5.4", + "target": "string_cache_codegen" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "phf 0.11.2", + "target": "phf" + }, + { + "id": "string_cache 0.8.9", + "target": "string_cache" + } ], - "deps": { - "common": [ - { - "id": "phf 0.11.2", - "target": "phf" - }, - { - "id": "string_cache 0.8.9", - "target": "string_cache" - }, - { - "id": "web_atoms 0.1.3", - "target": "build_script_build" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.1.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "phf_codegen 0.11.3", - "target": "phf_codegen" - }, - { - "id": "string_cache_codegen 0.5.4", - "target": "string_cache_codegen" - } - ], - "selects": {} - } + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "web_atoms", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "webpki-root-certs 1.0.4": { - "name": "webpki-root-certs", - "version": "1.0.4", - "package_url": "https://github.com/rustls/webpki-roots", + "name": "web_atoms", + "package_url": "https://github.com/servo/html5ever", "repository": { "Http": { - "url": "https://static.crates.io/crates/webpki-root-certs/1.0.4/download", - "sha256": "ee3e3b5f5e80bc89f30ce8d0343bf4e5f12341c51f3e26cbeecbc7c85443e85b" + "sha256": "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414", + "url": "https://static.crates.io/crates/web_atoms/0.1.3/download" } }, "targets": [ { "Library": { - "crate_name": "webpki_root_certs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "web_atoms", + "crate_root": "lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "webpki_root_certs", + "version": "0.1.3" + }, + "webpki-root-certs 1.0.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "alias": "pki_types", + "id": "rustls-pki-types 1.12.0", + "target": "rustls_pki_types" + } ], - "deps": { - "common": [ - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types", - "alias": "pki_types" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.4" + "edition": "2021" }, + "library_target_name": "webpki_root_certs", "license": "CDLA-Permissive-2.0", + "license_file": "LICENSE", "license_ids": [ "CDLA-Permissive-2.0" ], - "license_file": "LICENSE" - }, - "webpki-roots 0.26.8": { - "name": "webpki-roots", - "version": "0.26.8", + "name": "webpki-root-certs", "package_url": "https://github.com/rustls/webpki-roots", "repository": { "Http": { - "url": "https://static.crates.io/crates/webpki-roots/0.26.8/download", - "sha256": "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9" + "sha256": "ee3e3b5f5e80bc89f30ce8d0343bf4e5f12341c51f3e26cbeecbc7c85443e85b", + "url": "https://static.crates.io/crates/webpki-root-certs/1.0.4/download" } }, "targets": [ { "Library": { - "crate_name": "webpki_roots", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "webpki_root_certs", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "webpki_roots", + "version": "1.0.4" + }, + "webpki-roots 0.26.8": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "alias": "pki_types", + "id": "rustls-pki-types 1.12.0", + "target": "rustls_pki_types" + } ], - "deps": { - "common": [ - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types", - "alias": "pki_types" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.26.8" + "edition": "2018" }, + "library_target_name": "webpki_roots", "license": "MPL-2.0", + "license_file": "LICENSE", "license_ids": [ "MPL-2.0" ], - "license_file": "LICENSE" - }, - "webpki-roots 1.0.6": { "name": "webpki-roots", - "version": "1.0.6", "package_url": "https://github.com/rustls/webpki-roots", "repository": { "Http": { - "url": "https://static.crates.io/crates/webpki-roots/1.0.6/download", - "sha256": "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed" + "sha256": "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9", + "url": "https://static.crates.io/crates/webpki-roots/0.26.8/download" } }, "targets": [ { "Library": { "crate_name": "webpki_roots", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "webpki_roots", + "version": "0.26.8" + }, + "webpki-roots 1.0.6": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "alias": "pki_types", + "id": "rustls-pki-types 1.12.0", + "target": "rustls_pki_types" + } ], - "deps": { - "common": [ - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types", - "alias": "pki_types" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.6" + "edition": "2021" }, + "library_target_name": "webpki_roots", "license": "CDLA-Permissive-2.0", + "license_file": "LICENSE", "license_ids": [ "CDLA-Permissive-2.0" ], - "license_file": "LICENSE" - }, - "which 4.4.0": { - "name": "which", - "version": "4.4.0", - "package_url": "https://github.com/harryfei/which-rs.git", + "name": "webpki-roots", + "package_url": "https://github.com/rustls/webpki-roots", "repository": { "Http": { - "url": "https://static.crates.io/crates/which/4.4.0/download", - "sha256": "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" + "sha256": "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed", + "url": "https://static.crates.io/crates/webpki-roots/1.0.6/download" } }, "targets": [ { "Library": { - "crate_name": "which", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "webpki_roots", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "which", + "version": "1.0.6" + }, + "which 4.4.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [ { @@ -86847,102 +66156,66 @@ ] } }, - "edition": "2018", - "version": "4.4.0" + "edition": "2018" }, + "library_target_name": "which", "license": "MIT", + "license_file": "LICENSE.txt", "license_ids": [ "MIT" ], - "license_file": "LICENSE.txt" - }, - "widestring 1.0.2": { - "name": "widestring", - "version": "1.0.2", - "package_url": "https://github.com/starkat99/widestring-rs", + "name": "which", + "package_url": "https://github.com/harryfei/which-rs.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/widestring/1.0.2/download", - "sha256": "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8" + "sha256": "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269", + "url": "https://static.crates.io/crates/which/4.4.0/download" } }, "targets": [ { "Library": { - "crate_name": "widestring", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "which", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "widestring", + "version": "4.4.0" + }, + "widestring 1.0.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "1.0.2" + "edition": "2021" }, + "library_target_name": "widestring", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "winapi 0.3.9": { - "name": "winapi", - "version": "0.3.9", - "package_url": "https://github.com/retep998/winapi-rs", + "name": "widestring", + "package_url": "https://github.com/starkat99/widestring-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/winapi/0.3.9/download", - "sha256": "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" + "sha256": "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8", + "url": "https://static.crates.io/crates/widestring/1.0.2/download" } - }, - "targets": [ - { - "Library": { - "crate_name": "winapi", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, + }, + "targets": [ { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "Library": { + "crate_name": "widestring", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "winapi", + "version": "1.0.2" + }, + "winapi 0.3.9": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { - "common": [ - { - "id": "winapi 0.3.9", - "target": "build_script_build" - } - ], + "common": [], "selects": { "i686-pc-windows-gnu": [ { @@ -86959,126 +66232,81 @@ } }, "edition": "2015", - "version": "0.3.9" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "winapi", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "winapi-i686-pc-windows-gnu 0.4.0": { - "name": "winapi-i686-pc-windows-gnu", - "version": "0.4.0", + "name": "winapi", "package_url": "https://github.com/retep998/winapi-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/winapi-i686-pc-windows-gnu/0.4.0/download", - "sha256": "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" + "sha256": "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419", + "url": "https://static.crates.io/crates/winapi/0.3.9/download" } }, "targets": [ { "Library": { - "crate_name": "winapi_i686_pc_windows_gnu", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "winapi", + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "winapi_i686_pc_windows_gnu", + "version": "0.3.9" + }, + "winapi-i686-pc-windows-gnu 0.4.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "winapi-i686-pc-windows-gnu 0.4.0", - "target": "build_script_build" - } - ], - "selects": {} - }, "edition": "2015", - "version": "0.4.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "winapi_i686_pc_windows_gnu", "license": "MIT/Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "winapi-util 0.1.5": { - "name": "winapi-util", - "version": "0.1.5", - "package_url": "https://github.com/BurntSushi/winapi-util", + "name": "winapi-i686-pc-windows-gnu", + "package_url": "https://github.com/retep998/winapi-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/winapi-util/0.1.5/download", - "sha256": "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" + "sha256": "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6", + "url": "https://static.crates.io/crates/winapi-i686-pc-windows-gnu/0.4.0/download" } }, "targets": [ { "Library": { - "crate_name": "winapi_util", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "winapi_i686_pc_windows_gnu", + "crate_root": "src/lib.rs" + } + }, + { + "BuildScript": { + "crate_name": "build_script_build", + "crate_root": "build.rs" } } ], - "library_target_name": "winapi_util", + "version": "0.4.0" + }, + "winapi-util 0.1.5": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [], "selects": { @@ -87090,943 +66318,695 @@ ] } }, - "edition": "2018", - "version": "0.1.5" + "edition": "2018" }, + "library_target_name": "winapi_util", "license": "Unlicense/MIT", + "license_file": "LICENSE-MIT", "license_ids": [ "MIT", "Unlicense" ], - "license_file": "LICENSE-MIT" + "name": "winapi-util", + "package_url": "https://github.com/BurntSushi/winapi-util", + "repository": { + "Http": { + "sha256": "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178", + "url": "https://static.crates.io/crates/winapi-util/0.1.5/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "winapi_util", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.1.5" }, "winapi-x86_64-pc-windows-gnu 0.4.0": { + "build_script_attrs": {}, + "common_attrs": { + "edition": "2015", + "extra_deps": [ + ":build_script_build" + ] + }, + "library_target_name": "winapi_x86_64_pc_windows_gnu", + "license": "MIT/Apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], "name": "winapi-x86_64-pc-windows-gnu", - "version": "0.4.0", "package_url": "https://github.com/retep998/winapi-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download", - "sha256": "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" + "sha256": "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f", + "url": "https://static.crates.io/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download" } }, "targets": [ { "Library": { "crate_name": "winapi_x86_64_pc_windows_gnu", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "winapi_x86_64_pc_windows_gnu", + "version": "0.4.0" + }, + "windows 0.52.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "winapi-x86_64-pc-windows-gnu 0.4.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.4.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "windows-core 0.52.0", + "target": "windows_core" + }, + { + "id": "windows-targets 0.52.6", + "target": "windows_targets" + } ], - "data_glob": [ - "**" - ] + "edition": "2021" }, - "license": "MIT/Apache-2.0", + "library_target_name": "windows", + "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "windows 0.52.0": { "name": "windows", - "version": "0.52.0", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows/0.52.0/download", - "sha256": "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" + "sha256": "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be", + "url": "https://static.crates.io/crates/windows/0.52.0/download" } }, "targets": [ { "Library": { "crate_name": "windows", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "windows", + "version": "0.52.0" + }, + "windows 0.61.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "windows-collections 0.2.0", + "target": "windows_collections" + }, + { + "id": "windows-core 0.61.2", + "target": "windows_core" + }, + { + "id": "windows-future 0.2.1", + "target": "windows_future" + }, + { + "id": "windows-link 0.1.3", + "target": "windows_link" + }, + { + "id": "windows-numerics 0.2.0", + "target": "windows_numerics" + } ], - "deps": { - "common": [ - { - "id": "windows-core 0.52.0", - "target": "windows_core" - }, - { - "id": "windows-targets 0.52.6", - "target": "windows_targets" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.52.0" + "edition": "2021" }, + "library_target_name": "windows", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows 0.61.3": { "name": "windows", - "version": "0.61.3", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows/0.61.3/download", - "sha256": "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" + "sha256": "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893", + "url": "https://static.crates.io/crates/windows/0.61.3/download" } }, "targets": [ { "Library": { "crate_name": "windows", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "windows", + "version": "0.61.3" + }, + "windows-collections 0.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "windows-core 0.61.2", + "target": "windows_core" + } ], - "deps": { - "common": [ - { - "id": "windows-collections 0.2.0", - "target": "windows_collections" - }, - { - "id": "windows-core 0.61.2", - "target": "windows_core" - }, - { - "id": "windows-future 0.2.1", - "target": "windows_future" - }, - { - "id": "windows-link 0.1.3", - "target": "windows_link" - }, - { - "id": "windows-numerics 0.2.0", - "target": "windows_numerics" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.61.3" + "edition": "2021" }, + "library_target_name": "windows_collections", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows-collections 0.2.0": { "name": "windows-collections", - "version": "0.2.0", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows-collections/0.2.0/download", - "sha256": "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" + "sha256": "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8", + "url": "https://static.crates.io/crates/windows-collections/0.2.0/download" } }, "targets": [ { "Library": { "crate_name": "windows_collections", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "windows_collections", + "version": "0.2.0" + }, + "windows-core 0.52.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "windows-targets 0.52.6", + "target": "windows_targets" + } ], - "deps": { - "common": [ - { - "id": "windows-core 0.61.2", - "target": "windows_core" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" + "edition": "2021" }, + "library_target_name": "windows_core", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows-core 0.52.0": { "name": "windows-core", - "version": "0.52.0", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows-core/0.52.0/download", - "sha256": "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" + "sha256": "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9", + "url": "https://static.crates.io/crates/windows-core/0.52.0/download" } }, "targets": [ { "Library": { "crate_name": "windows_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "windows_core", + "version": "0.52.0" + }, + "windows-core 0.61.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "windows-link 0.1.3", + "target": "windows_link" + }, + { + "id": "windows-result 0.3.4", + "target": "windows_result" + }, + { + "id": "windows-strings 0.4.2", + "target": "windows_strings" + } ], - "deps": { - "common": [ - { - "id": "windows-targets 0.52.6", - "target": "windows_targets" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.52.0" + "proc_macro_deps": [ + { + "id": "windows-implement 0.60.2", + "target": "windows_implement" + }, + { + "id": "windows-interface 0.59.3", + "target": "windows_interface" + } + ] }, + "library_target_name": "windows_core", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows-core 0.61.2": { "name": "windows-core", - "version": "0.61.2", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows-core/0.61.2/download", - "sha256": "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" + "sha256": "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3", + "url": "https://static.crates.io/crates/windows-core/0.61.2/download" } }, "targets": [ { "Library": { "crate_name": "windows_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "windows_core", + "version": "0.61.2" + }, + "windows-future 0.2.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "windows-core 0.61.2", + "target": "windows_core" + }, + { + "id": "windows-link 0.1.3", + "target": "windows_link" + }, + { + "id": "windows-threading 0.1.0", + "target": "windows_threading" + } ], - "deps": { - "common": [ - { - "id": "windows-link 0.1.3", - "target": "windows_link" - }, - { - "id": "windows-result 0.3.4", - "target": "windows_result" - }, - { - "id": "windows-strings 0.4.2", - "target": "windows_strings" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "windows-implement 0.60.2", - "target": "windows_implement" - }, - { - "id": "windows-interface 0.59.3", - "target": "windows_interface" - } - ], - "selects": {} - }, - "version": "0.61.2" + "edition": "2021" }, + "library_target_name": "windows_future", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows-future 0.2.1": { "name": "windows-future", - "version": "0.2.1", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows-future/0.2.1/download", - "sha256": "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" + "sha256": "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e", + "url": "https://static.crates.io/crates/windows-future/0.2.1/download" } }, "targets": [ { "Library": { "crate_name": "windows_future", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "windows_future", + "version": "0.2.1" + }, + "windows-implement 0.60.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "windows-core 0.61.2", - "target": "windows_core" - }, - { - "id": "windows-link 0.1.3", - "target": "windows_link" - }, - { - "id": "windows-threading 0.1.0", - "target": "windows_threading" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.1" + "edition": "2021" }, + "library_target_name": "windows_implement", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows-implement 0.60.2": { "name": "windows-implement", - "version": "0.60.2", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows-implement/0.60.2/download", - "sha256": "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" + "sha256": "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf", + "url": "https://static.crates.io/crates/windows-implement/0.60.2/download" } }, "targets": [ { "ProcMacro": { "crate_name": "windows_implement", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "windows_implement", + "version": "0.60.2" + }, + "windows-interface 0.59.3": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.60.2" + "edition": "2021" }, + "library_target_name": "windows_interface", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows-interface 0.59.3": { "name": "windows-interface", - "version": "0.59.3", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows-interface/0.59.3/download", - "sha256": "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" + "sha256": "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358", + "url": "https://static.crates.io/crates/windows-interface/0.59.3/download" } }, "targets": [ { "ProcMacro": { "crate_name": "windows_interface", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "windows_interface", + "version": "0.59.3" + }, + "windows-link 0.1.3": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.59.3" + "edition": "2021" }, + "library_target_name": "windows_link", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows-link 0.1.3": { "name": "windows-link", - "version": "0.1.3", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows-link/0.1.3/download", - "sha256": "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" + "sha256": "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a", + "url": "https://static.crates.io/crates/windows-link/0.1.3/download" } }, "targets": [ { "Library": { "crate_name": "windows_link", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "windows_link", + "version": "0.1.3" + }, + "windows-link 0.2.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.1.3" + "edition": "2021" }, + "library_target_name": "windows_link", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows-link 0.2.1": { "name": "windows-link", - "version": "0.2.1", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows-link/0.2.1/download", - "sha256": "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" + "sha256": "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5", + "url": "https://static.crates.io/crates/windows-link/0.2.1/download" } }, "targets": [ { "Library": { "crate_name": "windows_link", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "windows_link", + "version": "0.2.1" + }, + "windows-numerics 0.2.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "windows-core 0.61.2", + "target": "windows_core" + }, + { + "id": "windows-link 0.1.3", + "target": "windows_link" + } ], - "edition": "2021", - "version": "0.2.1" + "edition": "2021" }, + "library_target_name": "windows_numerics", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows-numerics 0.2.0": { "name": "windows-numerics", - "version": "0.2.0", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows-numerics/0.2.0/download", - "sha256": "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" + "sha256": "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1", + "url": "https://static.crates.io/crates/windows-numerics/0.2.0/download" } }, "targets": [ { "Library": { "crate_name": "windows_numerics", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "windows_numerics", + "version": "0.2.0" + }, + "windows-registry 0.6.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "windows-link 0.2.1", + "target": "windows_link" + }, + { + "id": "windows-result 0.4.1", + "target": "windows_result" + }, + { + "id": "windows-strings 0.5.1", + "target": "windows_strings" + } ], - "deps": { - "common": [ - { - "id": "windows-core 0.61.2", - "target": "windows_core" - }, - { - "id": "windows-link 0.1.3", - "target": "windows_link" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" + "edition": "2021" }, + "library_target_name": "windows_registry", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows-registry 0.6.1": { "name": "windows-registry", - "version": "0.6.1", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows-registry/0.6.1/download", - "sha256": "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" + "sha256": "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720", + "url": "https://static.crates.io/crates/windows-registry/0.6.1/download" } }, "targets": [ { "Library": { "crate_name": "windows_registry", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "windows_registry", + "version": "0.6.1" + }, + "windows-result 0.3.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "windows-link 0.1.3", + "target": "windows_link" + } ], - "deps": { - "common": [ - { - "id": "windows-link 0.2.1", - "target": "windows_link" - }, - { - "id": "windows-result 0.4.1", - "target": "windows_result" - }, - { - "id": "windows-strings 0.5.1", - "target": "windows_strings" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.1" + "edition": "2021" }, + "library_target_name": "windows_result", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows-result 0.3.4": { "name": "windows-result", - "version": "0.3.4", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows-result/0.3.4/download", - "sha256": "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" + "sha256": "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6", + "url": "https://static.crates.io/crates/windows-result/0.3.4/download" } }, "targets": [ { "Library": { "crate_name": "windows_result", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "windows_result", + "version": "0.3.4" + }, + "windows-result 0.4.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "windows-link 0.2.1", + "target": "windows_link" + } ], - "deps": { - "common": [ - { - "id": "windows-link 0.1.3", - "target": "windows_link" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.4" + "edition": "2021" }, + "library_target_name": "windows_result", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows-result 0.4.1": { "name": "windows-result", - "version": "0.4.1", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows-result/0.4.1/download", - "sha256": "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" + "sha256": "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5", + "url": "https://static.crates.io/crates/windows-result/0.4.1/download" } }, "targets": [ { "Library": { "crate_name": "windows_result", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "windows_result", + "version": "0.4.1" + }, + "windows-strings 0.4.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "windows-link 0.1.3", + "target": "windows_link" + } ], - "deps": { - "common": [ - { - "id": "windows-link 0.2.1", - "target": "windows_link" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.1" + "edition": "2021" }, + "library_target_name": "windows_strings", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows-strings 0.4.2": { "name": "windows-strings", - "version": "0.4.2", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows-strings/0.4.2/download", - "sha256": "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" + "sha256": "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57", + "url": "https://static.crates.io/crates/windows-strings/0.4.2/download" } }, "targets": [ { "Library": { "crate_name": "windows_strings", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "windows_strings", + "version": "0.4.2" + }, + "windows-strings 0.5.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "windows-link 0.2.1", + "target": "windows_link" + } ], - "deps": { - "common": [ - { - "id": "windows-link 0.1.3", - "target": "windows_link" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.2" + "edition": "2021" }, + "library_target_name": "windows_strings", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows-strings 0.5.1": { "name": "windows-strings", - "version": "0.5.1", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows-strings/0.5.1/download", - "sha256": "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" + "sha256": "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091", + "url": "https://static.crates.io/crates/windows-strings/0.5.1/download" } }, "targets": [ { "Library": { "crate_name": "windows_strings", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "windows_strings", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows-link 0.2.1", - "target": "windows_link" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" + "version": "0.5.1" }, "windows-sys 0.45.0": { - "name": "windows-sys", - "version": "0.45.0", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows-sys/0.45.0/download", - "sha256": "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_sys", "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [], "selects": { @@ -88038,285 +67018,210 @@ ] } }, - "edition": "2018", - "version": "0.45.0" + "edition": "2018" }, + "library_target_name": "windows_sys", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows-sys 0.48.0": { "name": "windows-sys", - "version": "0.48.0", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows-sys/0.48.0/download", - "sha256": "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" + "sha256": "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0", + "url": "https://static.crates.io/crates/windows-sys/0.45.0/download" } }, "targets": [ { "Library": { "crate_name": "windows_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "windows_sys", + "version": "0.45.0" + }, + "windows-sys 0.48.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "windows-targets 0.48.1", + "target": "windows_targets" + } ], - "deps": { - "common": [ - { - "id": "windows-targets 0.48.1", - "target": "windows_targets" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.48.0" + "edition": "2018" }, + "library_target_name": "windows_sys", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows-sys 0.52.0": { "name": "windows-sys", - "version": "0.52.0", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows-sys/0.52.0/download", - "sha256": "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" + "sha256": "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9", + "url": "https://static.crates.io/crates/windows-sys/0.48.0/download" } }, "targets": [ { "Library": { "crate_name": "windows_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "windows_sys", + "version": "0.48.0" + }, + "windows-sys 0.52.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "windows-targets 0.52.6", + "target": "windows_targets" + } ], - "deps": { - "common": [ - { - "id": "windows-targets 0.52.6", - "target": "windows_targets" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.52.0" + "edition": "2021" }, + "library_target_name": "windows_sys", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows-sys 0.59.0": { "name": "windows-sys", - "version": "0.59.0", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows-sys/0.59.0/download", - "sha256": "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" + "sha256": "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d", + "url": "https://static.crates.io/crates/windows-sys/0.52.0/download" } }, "targets": [ { "Library": { "crate_name": "windows_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "windows_sys", + "version": "0.52.0" + }, + "windows-sys 0.59.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "windows-targets 0.52.6", + "target": "windows_targets" + } ], - "deps": { - "common": [ - { - "id": "windows-targets 0.52.6", - "target": "windows_targets" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.59.0" + "edition": "2021" }, + "library_target_name": "windows_sys", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows-sys 0.60.2": { "name": "windows-sys", - "version": "0.60.2", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows-sys/0.60.2/download", - "sha256": "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" + "sha256": "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b", + "url": "https://static.crates.io/crates/windows-sys/0.59.0/download" } }, "targets": [ { "Library": { "crate_name": "windows_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "windows_sys", + "version": "0.59.0" + }, + "windows-sys 0.60.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "windows-targets 0.53.5", + "target": "windows_targets" + } ], - "deps": { - "common": [ - { - "id": "windows-targets 0.53.5", - "target": "windows_targets" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.60.2" + "edition": "2021" }, + "library_target_name": "windows_sys", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows-sys 0.61.2": { "name": "windows-sys", - "version": "0.61.2", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows-sys/0.61.2/download", - "sha256": "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" + "sha256": "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb", + "url": "https://static.crates.io/crates/windows-sys/0.60.2/download" } }, "targets": [ { "Library": { "crate_name": "windows_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "windows_sys", + "version": "0.60.2" + }, + "windows-sys 0.61.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "windows-link 0.2.1", + "target": "windows_link" + } ], - "deps": { - "common": [ - { - "id": "windows-link 0.2.1", - "target": "windows_link" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.61.2" + "edition": "2021" }, + "library_target_name": "windows_sys", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows-targets 0.42.2": { - "name": "windows-targets", - "version": "0.42.2", + "name": "windows-sys", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows-targets/0.42.2/download", - "sha256": "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" + "sha256": "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc", + "url": "https://static.crates.io/crates/windows-sys/0.61.2/download" } }, "targets": [ { "Library": { - "crate_name": "windows_targets", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_name": "windows_sys", + "crate_root": "src/lib.rs" } } ], - "library_target_name": "windows_targets", + "version": "0.61.2" + }, + "windows-targets 0.42.2": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [], "selects": { @@ -88394,45 +67299,35 @@ ] } }, - "edition": "2018", - "version": "0.42.2" + "edition": "2018" }, + "library_target_name": "windows_targets", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows-targets 0.48.1": { "name": "windows-targets", - "version": "0.48.1", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows-targets/0.48.1/download", - "sha256": "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f" + "sha256": "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071", + "url": "https://static.crates.io/crates/windows-targets/0.42.2/download" } }, "targets": [ { "Library": { "crate_name": "windows_targets", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "windows_targets", + "version": "0.42.2" + }, + "windows-targets 0.48.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [], "selects": { @@ -88480,45 +67375,35 @@ ] } }, - "edition": "2018", - "version": "0.48.1" + "edition": "2018" }, + "library_target_name": "windows_targets", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows-targets 0.52.6": { "name": "windows-targets", - "version": "0.52.6", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows-targets/0.52.6/download", - "sha256": "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" + "sha256": "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f", + "url": "https://static.crates.io/crates/windows-targets/0.48.1/download" } }, "targets": [ { "Library": { "crate_name": "windows_targets", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "windows_targets", + "version": "0.48.1" + }, + "windows-targets 0.52.6": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [], "selects": { @@ -88572,45 +67457,35 @@ ] } }, - "edition": "2021", - "version": "0.52.6" + "edition": "2021" }, + "library_target_name": "windows_targets", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows-targets 0.53.5": { "name": "windows-targets", - "version": "0.53.5", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows-targets/0.53.5/download", - "sha256": "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" + "sha256": "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973", + "url": "https://static.crates.io/crates/windows-targets/0.52.6/download" } }, "targets": [ { "Library": { "crate_name": "windows_targets", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "windows_targets", + "version": "0.52.6" + }, + "windows-targets 0.53.5": { "common_attrs": { - "compile_data_glob": [ - "**" - ], "deps": { "common": [], "selects": { @@ -88670,5439 +67545,3344 @@ ] } }, - "edition": "2021", - "version": "0.53.5" + "edition": "2021" }, + "library_target_name": "windows_targets", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" + "name": "windows-targets", + "package_url": "https://github.com/microsoft/windows-rs", + "repository": { + "Http": { + "sha256": "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3", + "url": "https://static.crates.io/crates/windows-targets/0.53.5/download" + } + }, + "targets": [ + { + "Library": { + "crate_name": "windows_targets", + "crate_root": "src/lib.rs" + } + } + ], + "version": "0.53.5" }, "windows-threading 0.1.0": { + "common_attrs": { + "deps": [ + { + "id": "windows-link 0.1.3", + "target": "windows_link" + } + ], + "edition": "2021" + }, + "library_target_name": "windows_threading", + "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", + "license_ids": [ + "Apache-2.0", + "MIT" + ], "name": "windows-threading", - "version": "0.1.0", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows-threading/0.1.0/download", - "sha256": "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" + "sha256": "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6", + "url": "https://static.crates.io/crates/windows-threading/0.1.0/download" } }, "targets": [ { "Library": { "crate_name": "windows_threading", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "windows_threading", + "version": "0.1.0" + }, + "windows_aarch64_gnullvm 0.42.2": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows-link 0.1.3", - "target": "windows_link" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.0" + "edition": "2018", + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "windows_aarch64_gnullvm", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_aarch64_gnullvm 0.42.2": { "name": "windows_aarch64_gnullvm", - "version": "0.42.2", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/0.42.2/download", - "sha256": "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" + "sha256": "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8", + "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/0.42.2/download" } }, "targets": [ { "Library": { "crate_name": "windows_aarch64_gnullvm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_aarch64_gnullvm", + "version": "0.42.2" + }, + "windows_aarch64_gnullvm 0.48.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_aarch64_gnullvm 0.42.2", - "target": "build_script_build" - } - ], - "selects": {} - }, "edition": "2018", - "version": "0.42.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_aarch64_gnullvm", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_aarch64_gnullvm 0.48.0": { "name": "windows_aarch64_gnullvm", - "version": "0.48.0", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/0.48.0/download", - "sha256": "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" + "sha256": "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc", + "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/0.48.0/download" } }, "targets": [ { "Library": { "crate_name": "windows_aarch64_gnullvm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_aarch64_gnullvm", + "version": "0.48.0" + }, + "windows_aarch64_gnullvm 0.52.6": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_aarch64_gnullvm 0.48.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.48.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "edition": "2021", + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_aarch64_gnullvm", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_aarch64_gnullvm 0.52.6": { "name": "windows_aarch64_gnullvm", - "version": "0.52.6", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/0.52.6/download", - "sha256": "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" + "sha256": "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3", + "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/0.52.6/download" } }, "targets": [ { "Library": { "crate_name": "windows_aarch64_gnullvm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_aarch64_gnullvm", + "version": "0.52.6" + }, + "windows_aarch64_gnullvm 0.53.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_aarch64_gnullvm 0.52.6", - "target": "build_script_build" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.52.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_aarch64_gnullvm", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_aarch64_gnullvm 0.53.0": { "name": "windows_aarch64_gnullvm", - "version": "0.53.0", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/0.53.0/download", - "sha256": "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" + "sha256": "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764", + "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/0.53.0/download" } }, "targets": [ { "Library": { "crate_name": "windows_aarch64_gnullvm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_aarch64_gnullvm", + "version": "0.53.0" + }, + "windows_aarch64_msvc 0.42.2": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_aarch64_gnullvm 0.53.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.53.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "edition": "2018", + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_aarch64_msvc", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_aarch64_msvc 0.42.2": { "name": "windows_aarch64_msvc", - "version": "0.42.2", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.42.2/download", - "sha256": "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" + "sha256": "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43", + "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.42.2/download" } }, "targets": [ { "Library": { "crate_name": "windows_aarch64_msvc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_aarch64_msvc", + "version": "0.42.2" + }, + "windows_aarch64_msvc 0.48.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_aarch64_msvc 0.42.2", - "target": "build_script_build" - } - ], - "selects": {} - }, "edition": "2018", - "version": "0.42.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_aarch64_msvc", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_aarch64_msvc 0.48.0": { "name": "windows_aarch64_msvc", - "version": "0.48.0", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.48.0/download", - "sha256": "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" + "sha256": "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3", + "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.48.0/download" } }, "targets": [ { "Library": { "crate_name": "windows_aarch64_msvc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_aarch64_msvc", + "version": "0.48.0" + }, + "windows_aarch64_msvc 0.52.6": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_aarch64_msvc 0.48.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.48.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "edition": "2021", + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_aarch64_msvc", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_aarch64_msvc 0.52.6": { "name": "windows_aarch64_msvc", - "version": "0.52.6", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.52.6/download", - "sha256": "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" + "sha256": "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469", + "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.52.6/download" } }, "targets": [ { "Library": { "crate_name": "windows_aarch64_msvc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_aarch64_msvc", + "version": "0.52.6" + }, + "windows_aarch64_msvc 0.53.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_aarch64_msvc 0.52.6", - "target": "build_script_build" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.52.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_aarch64_msvc", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_aarch64_msvc 0.53.0": { "name": "windows_aarch64_msvc", - "version": "0.53.0", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.53.0/download", - "sha256": "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" + "sha256": "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c", + "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.53.0/download" } }, "targets": [ { "Library": { "crate_name": "windows_aarch64_msvc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_aarch64_msvc", + "version": "0.53.0" + }, + "windows_i686_gnu 0.42.2": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_aarch64_msvc 0.53.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.53.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "edition": "2018", + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_i686_gnu", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_i686_gnu 0.42.2": { "name": "windows_i686_gnu", - "version": "0.42.2", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_i686_gnu/0.42.2/download", - "sha256": "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" + "sha256": "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f", + "url": "https://static.crates.io/crates/windows_i686_gnu/0.42.2/download" } }, "targets": [ { "Library": { "crate_name": "windows_i686_gnu", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_i686_gnu", + "version": "0.42.2" + }, + "windows_i686_gnu 0.48.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_i686_gnu 0.42.2", - "target": "build_script_build" - } - ], - "selects": {} - }, "edition": "2018", - "version": "0.42.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_i686_gnu", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_i686_gnu 0.48.0": { "name": "windows_i686_gnu", - "version": "0.48.0", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_i686_gnu/0.48.0/download", - "sha256": "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" + "sha256": "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241", + "url": "https://static.crates.io/crates/windows_i686_gnu/0.48.0/download" } }, "targets": [ { "Library": { "crate_name": "windows_i686_gnu", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_i686_gnu", + "version": "0.48.0" + }, + "windows_i686_gnu 0.52.6": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_i686_gnu 0.48.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.48.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "edition": "2021", + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_i686_gnu", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_i686_gnu 0.52.6": { "name": "windows_i686_gnu", - "version": "0.52.6", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_i686_gnu/0.52.6/download", - "sha256": "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" + "sha256": "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b", + "url": "https://static.crates.io/crates/windows_i686_gnu/0.52.6/download" } }, "targets": [ { "Library": { "crate_name": "windows_i686_gnu", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_i686_gnu", + "version": "0.52.6" + }, + "windows_i686_gnu 0.53.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_i686_gnu 0.52.6", - "target": "build_script_build" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.52.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_i686_gnu", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_i686_gnu 0.53.0": { "name": "windows_i686_gnu", - "version": "0.53.0", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_i686_gnu/0.53.0/download", - "sha256": "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" + "sha256": "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3", + "url": "https://static.crates.io/crates/windows_i686_gnu/0.53.0/download" } }, "targets": [ { "Library": { "crate_name": "windows_i686_gnu", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_i686_gnu", + "version": "0.53.0" + }, + "windows_i686_gnullvm 0.52.6": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_i686_gnu 0.53.0", - "target": "build_script_build" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.53.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_i686_gnullvm", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_i686_gnullvm 0.52.6": { "name": "windows_i686_gnullvm", - "version": "0.52.6", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_i686_gnullvm/0.52.6/download", - "sha256": "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" + "sha256": "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66", + "url": "https://static.crates.io/crates/windows_i686_gnullvm/0.52.6/download" } }, "targets": [ { "Library": { "crate_name": "windows_i686_gnullvm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_i686_gnullvm", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_i686_gnullvm 0.52.6", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.52.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "version": "0.52.6" + }, + "windows_i686_gnullvm 0.53.0": { + "build_script_attrs": {}, + "common_attrs": { + "edition": "2021", + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_i686_gnullvm", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_i686_gnullvm 0.53.0": { "name": "windows_i686_gnullvm", - "version": "0.53.0", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_i686_gnullvm/0.53.0/download", - "sha256": "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" + "sha256": "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11", + "url": "https://static.crates.io/crates/windows_i686_gnullvm/0.53.0/download" } }, "targets": [ { "Library": { "crate_name": "windows_i686_gnullvm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_i686_gnullvm", + "version": "0.53.0" + }, + "windows_i686_msvc 0.42.2": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_i686_gnullvm 0.53.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.53.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "edition": "2018", + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_i686_msvc", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_i686_msvc 0.42.2": { "name": "windows_i686_msvc", - "version": "0.42.2", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_i686_msvc/0.42.2/download", - "sha256": "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" + "sha256": "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060", + "url": "https://static.crates.io/crates/windows_i686_msvc/0.42.2/download" } }, "targets": [ { "Library": { "crate_name": "windows_i686_msvc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_i686_msvc", + "version": "0.42.2" + }, + "windows_i686_msvc 0.48.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_i686_msvc 0.42.2", - "target": "build_script_build" - } - ], - "selects": {} - }, "edition": "2018", - "version": "0.42.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_i686_msvc", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_i686_msvc 0.48.0": { "name": "windows_i686_msvc", - "version": "0.48.0", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_i686_msvc/0.48.0/download", - "sha256": "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" + "sha256": "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00", + "url": "https://static.crates.io/crates/windows_i686_msvc/0.48.0/download" } }, "targets": [ { "Library": { "crate_name": "windows_i686_msvc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_i686_msvc", + "version": "0.48.0" + }, + "windows_i686_msvc 0.52.6": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_i686_msvc 0.48.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.48.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "edition": "2021", + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_i686_msvc", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_i686_msvc 0.52.6": { "name": "windows_i686_msvc", - "version": "0.52.6", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_i686_msvc/0.52.6/download", - "sha256": "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" + "sha256": "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66", + "url": "https://static.crates.io/crates/windows_i686_msvc/0.52.6/download" } }, "targets": [ { "Library": { "crate_name": "windows_i686_msvc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_i686_msvc", + "version": "0.52.6" + }, + "windows_i686_msvc 0.53.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_i686_msvc 0.52.6", - "target": "build_script_build" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.52.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_i686_msvc", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_i686_msvc 0.53.0": { "name": "windows_i686_msvc", - "version": "0.53.0", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_i686_msvc/0.53.0/download", - "sha256": "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" + "sha256": "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d", + "url": "https://static.crates.io/crates/windows_i686_msvc/0.53.0/download" } }, "targets": [ { "Library": { "crate_name": "windows_i686_msvc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_i686_msvc", + "version": "0.53.0" + }, + "windows_x86_64_gnu 0.42.2": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_i686_msvc 0.53.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.53.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "edition": "2018", + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_x86_64_gnu", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_x86_64_gnu 0.42.2": { "name": "windows_x86_64_gnu", - "version": "0.42.2", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.42.2/download", - "sha256": "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" + "sha256": "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36", + "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.42.2/download" } }, "targets": [ { "Library": { "crate_name": "windows_x86_64_gnu", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_x86_64_gnu", + "version": "0.42.2" + }, + "windows_x86_64_gnu 0.48.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_x86_64_gnu 0.42.2", - "target": "build_script_build" - } - ], - "selects": {} - }, "edition": "2018", - "version": "0.42.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_x86_64_gnu", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_x86_64_gnu 0.48.0": { "name": "windows_x86_64_gnu", - "version": "0.48.0", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.48.0/download", - "sha256": "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" + "sha256": "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1", + "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.48.0/download" } }, "targets": [ { "Library": { "crate_name": "windows_x86_64_gnu", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_x86_64_gnu", + "version": "0.48.0" + }, + "windows_x86_64_gnu 0.52.6": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_x86_64_gnu 0.48.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.48.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "edition": "2021", + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_x86_64_gnu", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_x86_64_gnu 0.52.6": { "name": "windows_x86_64_gnu", - "version": "0.52.6", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.52.6/download", - "sha256": "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" + "sha256": "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78", + "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.52.6/download" } }, "targets": [ { "Library": { "crate_name": "windows_x86_64_gnu", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_x86_64_gnu", + "version": "0.52.6" + }, + "windows_x86_64_gnu 0.53.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_x86_64_gnu 0.52.6", - "target": "build_script_build" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.52.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_x86_64_gnu", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_x86_64_gnu 0.53.0": { "name": "windows_x86_64_gnu", - "version": "0.53.0", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.53.0/download", - "sha256": "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" + "sha256": "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba", + "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.53.0/download" } }, "targets": [ { "Library": { "crate_name": "windows_x86_64_gnu", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_x86_64_gnu", + "version": "0.53.0" + }, + "windows_x86_64_gnullvm 0.42.2": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_x86_64_gnu 0.53.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.53.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "edition": "2018", + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_x86_64_gnullvm", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_x86_64_gnullvm 0.42.2": { "name": "windows_x86_64_gnullvm", - "version": "0.42.2", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.42.2/download", - "sha256": "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" + "sha256": "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3", + "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.42.2/download" } }, "targets": [ { "Library": { "crate_name": "windows_x86_64_gnullvm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_x86_64_gnullvm", + "version": "0.42.2" + }, + "windows_x86_64_gnullvm 0.48.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_x86_64_gnullvm 0.42.2", - "target": "build_script_build" - } - ], - "selects": {} - }, "edition": "2018", - "version": "0.42.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_x86_64_gnullvm", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_x86_64_gnullvm 0.48.0": { "name": "windows_x86_64_gnullvm", - "version": "0.48.0", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.48.0/download", - "sha256": "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" + "sha256": "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953", + "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.48.0/download" } }, "targets": [ { "Library": { "crate_name": "windows_x86_64_gnullvm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_x86_64_gnullvm", + "version": "0.48.0" + }, + "windows_x86_64_gnullvm 0.52.6": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_x86_64_gnullvm 0.48.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.48.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "edition": "2021", + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_x86_64_gnullvm", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_x86_64_gnullvm 0.52.6": { "name": "windows_x86_64_gnullvm", - "version": "0.52.6", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.52.6/download", - "sha256": "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" + "sha256": "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d", + "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.52.6/download" } }, "targets": [ { "Library": { "crate_name": "windows_x86_64_gnullvm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_x86_64_gnullvm", + "version": "0.52.6" + }, + "windows_x86_64_gnullvm 0.53.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_x86_64_gnullvm 0.52.6", - "target": "build_script_build" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.52.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_x86_64_gnullvm", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_x86_64_gnullvm 0.53.0": { "name": "windows_x86_64_gnullvm", - "version": "0.53.0", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.53.0/download", - "sha256": "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" + "sha256": "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57", + "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.53.0/download" } }, "targets": [ { "Library": { "crate_name": "windows_x86_64_gnullvm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_x86_64_gnullvm", + "version": "0.53.0" + }, + "windows_x86_64_msvc 0.42.2": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_x86_64_gnullvm 0.53.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.53.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "edition": "2018", + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_x86_64_msvc", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_x86_64_msvc 0.42.2": { "name": "windows_x86_64_msvc", - "version": "0.42.2", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.42.2/download", - "sha256": "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" + "sha256": "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0", + "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.42.2/download" } }, "targets": [ { "Library": { "crate_name": "windows_x86_64_msvc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_x86_64_msvc", + "version": "0.42.2" + }, + "windows_x86_64_msvc 0.48.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_x86_64_msvc 0.42.2", - "target": "build_script_build" - } - ], - "selects": {} - }, "edition": "2018", - "version": "0.42.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_x86_64_msvc", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_x86_64_msvc 0.48.0": { "name": "windows_x86_64_msvc", - "version": "0.48.0", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.48.0/download", - "sha256": "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" + "sha256": "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a", + "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.48.0/download" } }, "targets": [ { "Library": { "crate_name": "windows_x86_64_msvc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_x86_64_msvc", + "version": "0.48.0" + }, + "windows_x86_64_msvc 0.52.6": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_x86_64_msvc 0.48.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.48.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "edition": "2021", + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_x86_64_msvc", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_x86_64_msvc 0.52.6": { "name": "windows_x86_64_msvc", - "version": "0.52.6", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.52.6/download", - "sha256": "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" + "sha256": "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec", + "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.52.6/download" } }, "targets": [ { "Library": { "crate_name": "windows_x86_64_msvc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_x86_64_msvc", + "version": "0.52.6" + }, + "windows_x86_64_msvc 0.53.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_x86_64_msvc 0.52.6", - "target": "build_script_build" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.52.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "windows_x86_64_msvc", "license": "MIT OR Apache-2.0", + "license_file": "license-apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "windows_x86_64_msvc 0.53.0": { "name": "windows_x86_64_msvc", - "version": "0.53.0", "package_url": "https://github.com/microsoft/windows-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.53.0/download", - "sha256": "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" + "sha256": "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486", + "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.53.0/download" } }, "targets": [ { "Library": { "crate_name": "windows_x86_64_msvc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "windows_x86_64_msvc", + "version": "0.53.0" + }, + "winnow 0.5.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_x86_64_msvc 0.53.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.53.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "std" ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] + "edition": "2021" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "winnow", + "license": "MIT", + "license_file": "LICENSE-MIT", "license_ids": [ - "Apache-2.0", "MIT" ], - "license_file": "license-apache-2.0" - }, - "winnow 0.5.0": { "name": "winnow", - "version": "0.5.0", "package_url": "https://github.com/winnow-rs/winnow", "repository": { "Http": { - "url": "https://static.crates.io/crates/winnow/0.5.0/download", - "sha256": "81fac9742fd1ad1bd9643b991319f72dd031016d44b77039a26977eb667141e7" + "sha256": "81fac9742fd1ad1bd9643b991319f72dd031016d44b77039a26977eb667141e7", + "url": "https://static.crates.io/crates/winnow/0.5.0/download" } }, "targets": [ { "Library": { "crate_name": "winnow", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "winnow", + "version": "0.5.0" + }, + "winnow 0.6.20": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "std" ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.0" + "edition": "2021" }, + "library_target_name": "winnow", "license": "MIT", + "license_file": "LICENSE-MIT", "license_ids": [ "MIT" ], - "license_file": "LICENSE-MIT" - }, - "winnow 0.6.20": { "name": "winnow", - "version": "0.6.20", "package_url": "https://github.com/winnow-rs/winnow", "repository": { "Http": { - "url": "https://static.crates.io/crates/winnow/0.6.20/download", - "sha256": "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" + "sha256": "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b", + "url": "https://static.crates.io/crates/winnow/0.6.20/download" } }, "targets": [ { "Library": { "crate_name": "winnow", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "winnow", + "version": "0.6.20" + }, + "winnow 0.7.14": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "simd", + "std" ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.20" + "deps": [ + { + "id": "memchr 2.7.4", + "target": "memchr" + } + ], + "edition": "2021" }, + "library_target_name": "winnow", "license": "MIT", + "license_file": "LICENSE-MIT", "license_ids": [ "MIT" ], - "license_file": "LICENSE-MIT" - }, - "winnow 0.7.14": { "name": "winnow", - "version": "0.7.14", "package_url": "https://github.com/winnow-rs/winnow", "repository": { "Http": { - "url": "https://static.crates.io/crates/winnow/0.7.14/download", - "sha256": "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" + "sha256": "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829", + "url": "https://static.crates.io/crates/winnow/0.7.14/download" } }, "targets": [ { "Library": { "crate_name": "winnow", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "winnow", + "version": "0.7.14" + }, + "winnow 1.0.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "ascii", + "binary", + "default", + "parser", + "std" ], - "crate_features": { - "common": [ - "alloc", - "default", - "simd", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "memchr 2.7.4", - "target": "memchr" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.14" + "edition": "2021" }, + "library_target_name": "winnow", "license": "MIT", + "license_file": "LICENSE-MIT", "license_ids": [ "MIT" ], - "license_file": "LICENSE-MIT" - }, - "winnow 1.0.4": { "name": "winnow", - "version": "1.0.4", "package_url": "https://github.com/winnow-rs/winnow", "repository": { "Http": { - "url": "https://static.crates.io/crates/winnow/1.0.4/download", - "sha256": "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81" + "sha256": "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81", + "url": "https://static.crates.io/crates/winnow/1.0.4/download" } }, "targets": [ { "Library": { "crate_name": "winnow", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "winnow", + "version": "1.0.4" + }, + "winreg 0.50.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "cfg-if 1.0.0", + "target": "cfg_if" + }, + { + "id": "windows-sys 0.48.0", + "target": "windows_sys" + } ], - "crate_features": { - "common": [ - "alloc", - "ascii", - "binary", - "default", - "parser", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.4" + "edition": "2018" }, + "library_target_name": "winreg", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE-MIT" - }, - "winreg 0.50.0": { "name": "winreg", - "version": "0.50.0", "package_url": "https://github.com/gentoo90/winreg-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/winreg/0.50.0/download", - "sha256": "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" + "sha256": "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1", + "url": "https://static.crates.io/crates/winreg/0.50.0/download" } }, "targets": [ { "Library": { "crate_name": "winreg", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "winreg", + "version": "0.50.0" + }, + "wirm 4.0.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "parallel", + "rayon" ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.50.0" + "deps": [ + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "rayon 1.10.0", + "target": "rayon" + }, + { + "id": "wasm-encoder 0.247.0", + "target": "wasm_encoder" + }, + { + "id": "wasmparser 0.247.0", + "target": "wasmparser" + } + ], + "edition": "2021", + "proc_macro_deps": [ + { + "id": "paste 1.0.15", + "target": "paste" + } + ] }, - "license": "MIT", + "library_target_name": "wirm", + "license": "Apache-2.0", "license_ids": [ - "MIT" + "Apache-2.0" ], - "license_file": "LICENSE" - }, - "wirm 4.0.4": { "name": "wirm", - "version": "4.0.4", "package_url": "https://github.com/composablesys/wirm", "repository": { "Http": { - "url": "https://static.crates.io/crates/wirm/4.0.4/download", - "sha256": "4b545057c2fa3f2a83aa2d23f9010e372b880aa6973f04c0cb8400a2e813e8f0" + "sha256": "4b545057c2fa3f2a83aa2d23f9010e372b880aa6973f04c0cb8400a2e813e8f0", + "url": "https://static.crates.io/crates/wirm/4.0.4/download" } }, "targets": [ { "Library": { "crate_name": "wirm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wirm", + "version": "4.0.4" + }, + "wit-bindgen 0.51.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "parallel", - "rayon" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "rayon 1.10.0", - "target": "rayon" - }, - { - "id": "wasm-encoder 0.247.0", - "target": "wasm_encoder" - }, - { - "id": "wasmparser 0.247.0", - "target": "wasmparser" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "4.0.4" + "edition": "2024", + "extra_deps": [ + ":build_script_build" + ] }, - "license": "Apache-2.0", + "library_target_name": "wit_bindgen", + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ - "Apache-2.0" + "Apache-2.0", + "MIT" ], - "license_file": null - }, - "wit-bindgen 0.51.0": { "name": "wit-bindgen", - "version": "0.51.0", "package_url": "https://github.com/bytecodealliance/wit-bindgen", "repository": { "Http": { - "url": "https://static.crates.io/crates/wit-bindgen/0.51.0/download", - "sha256": "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" + "sha256": "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5", + "url": "https://static.crates.io/crates/wit-bindgen/0.51.0/download" } }, "targets": [ { "Library": { "crate_name": "wit_bindgen", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "wit_bindgen", + "version": "0.51.0" + }, + "wit-bindgen 0.57.1": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "wit-bindgen 0.51.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.51.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "edition": "2024", + "extra_deps": [ + ":build_script_build" ] }, + "library_target_name": "wit_bindgen", "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "wit-bindgen 0.57.1": { "name": "wit-bindgen", - "version": "0.57.1", "package_url": "https://github.com/bytecodealliance/wit-bindgen", "repository": { "Http": { - "url": "https://static.crates.io/crates/wit-bindgen/0.57.1/download", - "sha256": "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" + "sha256": "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e", + "url": "https://static.crates.io/crates/wit-bindgen/0.57.1/download" } }, "targets": [ { "Library": { "crate_name": "wit_bindgen", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "wit_bindgen", + "version": "0.57.1" + }, + "wit-bindgen-core 0.51.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "wit-bindgen 0.57.1", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.57.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "anyhow 1.0.104", + "target": "anyhow" + }, + { + "id": "heck 0.5.0", + "target": "heck" + }, + { + "id": "wit-parser 0.244.0", + "target": "wit_parser" + } ], - "data_glob": [ - "**" - ] + "edition": "2024" }, + "library_target_name": "wit_bindgen_core", "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "wit-bindgen-core 0.51.0": { "name": "wit-bindgen-core", - "version": "0.51.0", "package_url": "https://github.com/bytecodealliance/wit-bindgen", "repository": { "Http": { - "url": "https://static.crates.io/crates/wit-bindgen-core/0.51.0/download", - "sha256": "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" + "sha256": "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc", + "url": "https://static.crates.io/crates/wit-bindgen-core/0.51.0/download" } }, "targets": [ { "Library": { "crate_name": "wit_bindgen_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wit_bindgen_core", + "version": "0.51.0" + }, + "wit-bindgen-rust 0.51.0": { + "build_script_attrs": { + "link_deps": [ + { + "id": "prettyplease 0.2.37", + "target": "prettyplease" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "anyhow 1.0.104", + "target": "anyhow" + }, + { + "id": "heck 0.5.0", + "target": "heck" + }, + { + "id": "indexmap 2.14.0", + "target": "indexmap" + }, + { + "id": "prettyplease 0.2.37", + "target": "prettyplease" + }, + { + "id": "syn 2.0.119", + "target": "syn" + }, + { + "id": "wasm-metadata 0.244.0", + "target": "wasm_metadata" + }, + { + "id": "wit-bindgen-core 0.51.0", + "target": "wit_bindgen_core" + }, + { + "id": "wit-component 0.244.0", + "target": "wit_component" + } ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "heck 0.5.0", - "target": "heck" - }, - { - "id": "wit-parser 0.244.0", - "target": "wit_parser" - } - ], - "selects": {} - }, "edition": "2024", - "version": "0.51.0" + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "wit_bindgen_rust", "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "wit-bindgen-rust 0.51.0": { "name": "wit-bindgen-rust", - "version": "0.51.0", "package_url": "https://github.com/bytecodealliance/wit-bindgen", "repository": { "Http": { - "url": "https://static.crates.io/crates/wit-bindgen-rust/0.51.0/download", - "sha256": "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" + "sha256": "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21", + "url": "https://static.crates.io/crates/wit-bindgen-rust/0.51.0/download" } }, "targets": [ { "Library": { "crate_name": "wit_bindgen_rust", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "wit_bindgen_rust", + "version": "0.51.0" + }, + "wit-bindgen-rust-macro 0.51.0": { + "build_script_attrs": { + "link_deps": [ + { + "id": "prettyplease 0.2.37", + "target": "prettyplease" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "anyhow 1.0.104", + "target": "anyhow" + }, + { + "id": "prettyplease 0.2.37", + "target": "prettyplease" + }, + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + }, + { + "id": "wit-bindgen-core 0.51.0", + "target": "wit_bindgen_core" + }, + { + "id": "wit-bindgen-rust 0.51.0", + "target": "wit_bindgen_rust" + } ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "heck 0.5.0", - "target": "heck" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "prettyplease 0.2.37", - "target": "prettyplease" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "wasm-metadata 0.244.0", - "target": "wasm_metadata" - }, - { - "id": "wit-bindgen-core 0.51.0", - "target": "wit_bindgen_core" - }, - { - "id": "wit-bindgen-rust 0.51.0", - "target": "build_script_build" - }, - { - "id": "wit-component 0.244.0", - "target": "wit_component" - } - ], - "selects": {} - }, "edition": "2024", - "version": "0.51.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "link_deps": { - "common": [ - { - "id": "prettyplease 0.2.37", - "target": "prettyplease" - } - ], - "selects": {} - } + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "wit_bindgen_rust_macro", "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "wit-bindgen-rust-macro 0.51.0": { "name": "wit-bindgen-rust-macro", - "version": "0.51.0", "package_url": "https://github.com/bytecodealliance/wit-bindgen", "repository": { "Http": { - "url": "https://static.crates.io/crates/wit-bindgen-rust-macro/0.51.0/download", - "sha256": "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" + "sha256": "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a", + "url": "https://static.crates.io/crates/wit-bindgen-rust-macro/0.51.0/download" } }, "targets": [ { "ProcMacro": { "crate_name": "wit_bindgen_rust_macro", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "wit_bindgen_rust_macro", + "version": "0.51.0" + }, + "wit-component 0.244.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "prettyplease 0.2.37", - "target": "prettyplease" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "wit-bindgen-core 0.51.0", - "target": "wit_bindgen_core" - }, - { - "id": "wit-bindgen-rust 0.51.0", - "target": "wit_bindgen_rust" - }, - { - "id": "wit-bindgen-rust-macro 0.51.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.51.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" + "deps": [ + { + "id": "anyhow 1.0.104", + "target": "anyhow" + }, + { + "id": "bitflags 2.10.0", + "target": "bitflags" + }, + { + "id": "indexmap 2.14.0", + "target": "indexmap" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + }, + { + "id": "wasm-encoder 0.244.0", + "target": "wasm_encoder" + }, + { + "id": "wasm-metadata 0.244.0", + "target": "wasm_metadata" + }, + { + "id": "wasmparser 0.244.0", + "target": "wasmparser" + }, + { + "id": "wit-parser 0.244.0", + "target": "wit_parser" + } ], - "link_deps": { - "common": [ - { - "id": "prettyplease 0.2.37", - "target": "prettyplease" - } - ], - "selects": {} - } + "edition": "2021", + "proc_macro_deps": [ + { + "id": "serde_derive 1.0.228", + "target": "serde_derive" + } + ] }, + "library_target_name": "wit_component", "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "wit-component 0.244.0": { "name": "wit-component", - "version": "0.244.0", "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wit-component", "repository": { "Http": { - "url": "https://static.crates.io/crates/wit-component/0.244.0/download", - "sha256": "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" + "sha256": "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2", + "url": "https://static.crates.io/crates/wit-component/0.244.0/download" } }, "targets": [ { "Library": { "crate_name": "wit_component", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wit_component", + "version": "0.244.0" + }, + "wit-parser 0.244.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "decoding", + "default", + "serde", + "serde_json" + ], + "deps": [ + { + "id": "anyhow 1.0.104", + "target": "anyhow" + }, + { + "id": "id-arena 2.3.0", + "target": "id_arena" + }, + { + "id": "indexmap 2.14.0", + "target": "indexmap" + }, + { + "id": "log 0.4.33", + "target": "log" + }, + { + "id": "semver 1.0.27", + "target": "semver" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + }, + { + "id": "unicode-xid 0.2.4", + "target": "unicode_xid" + }, + { + "id": "wasmparser 0.244.0", + "target": "wasmparser" + } ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "wasm-encoder 0.244.0", - "target": "wasm_encoder" - }, - { - "id": "wasm-metadata 0.244.0", - "target": "wasm_metadata" - }, - { - "id": "wasmparser 0.244.0", - "target": "wasmparser" - }, - { - "id": "wit-parser 0.244.0", - "target": "wit_parser" - } - ], - "selects": {} - }, "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "serde_derive 1.0.228", - "target": "serde_derive" - } - ], - "selects": {} - }, - "version": "0.244.0" + "proc_macro_deps": [ + { + "id": "serde_derive 1.0.228", + "target": "serde_derive" + } + ] }, + "library_target_name": "wit_parser", "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": null - }, - "wit-parser 0.244.0": { "name": "wit-parser", - "version": "0.244.0", "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wit-parser", "repository": { "Http": { - "url": "https://static.crates.io/crates/wit-parser/0.244.0/download", - "sha256": "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" + "sha256": "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736", + "url": "https://static.crates.io/crates/wit-parser/0.244.0/download" } }, "targets": [ { "Library": { "crate_name": "wit_parser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wit_parser", + "version": "0.244.0" + }, + "woothee 0.13.0": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "decoding", - "default", - "serde", - "serde_json" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "id-arena 2.3.0", - "target": "id_arena" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "semver 1.0.27", - "target": "semver" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "unicode-xid 0.2.4", - "target": "unicode_xid" - }, - { - "id": "wasmparser 0.244.0", - "target": "wasmparser" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "serde_derive 1.0.228", - "target": "serde_derive" - } - ], - "selects": {} - }, - "version": "0.244.0" + "deps": [ + { + "id": "lazy_static 1.5.0", + "target": "lazy_static" + }, + { + "id": "regex 1.13.1", + "target": "regex" + } + ], + "edition": "2018", + "extra_deps": [ + ":build_script_build" + ] }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "library_target_name": "woothee", + "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "Apache-2.0" ], - "license_file": null - }, - "woothee 0.13.0": { "name": "woothee", - "version": "0.13.0", "package_url": "https://github.com/woothee/woothee-rust", "repository": { "Http": { - "url": "https://static.crates.io/crates/woothee/0.13.0/download", - "sha256": "896174c6a4779d4d7d4523dd27aef7d46609eda2497e370f6c998325c6bf6971" + "sha256": "896174c6a4779d4d7d4523dd27aef7d46609eda2497e370f6c998325c6bf6971", + "url": "https://static.crates.io/crates/woothee/0.13.0/download" } }, "targets": [ { "Library": { "crate_name": "woothee", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "woothee", + "version": "0.13.0" + }, + "write16 1.0.0": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "woothee 0.13.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.13.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc" ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] + "edition": "2021" }, - "license": "Apache-2.0", + "library_target_name": "write16", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ - "Apache-2.0" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" - }, - "write16 1.0.0": { "name": "write16", - "version": "1.0.0", "package_url": "https://github.com/hsivonen/write16", "repository": { "Http": { - "url": "https://static.crates.io/crates/write16/1.0.0/download", - "sha256": "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" + "sha256": "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936", + "url": "https://static.crates.io/crates/write16/1.0.0/download" } }, "targets": [ { "Library": { "crate_name": "write16", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "write16", + "version": "1.0.0" + }, + "writeable 0.5.5": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc" - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.0" + "edition": "2021" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "writeable", + "license": "Unicode-3.0", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "Unicode-3.0" ], - "license_file": "LICENSE-APACHE" - }, - "writeable 0.5.5": { "name": "writeable", - "version": "0.5.5", "package_url": "https://github.com/unicode-org/icu4x", "repository": { "Http": { - "url": "https://static.crates.io/crates/writeable/0.5.5/download", - "sha256": "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" + "sha256": "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51", + "url": "https://static.crates.io/crates/writeable/0.5.5/download" } }, "targets": [ { "Library": { "crate_name": "writeable", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "writeable", + "version": "0.5.5" + }, + "wycheproof 0.6.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "ecdsa", + "eddsa", + "hkdf", + "mac", + "rsa_sig" + ], + "deps": [ + { + "id": "data-encoding 2.11.0", + "target": "data_encoding" + }, + { + "id": "serde 1.0.228", + "target": "serde" + }, + { + "id": "serde_json 1.0.145", + "target": "serde_json" + } ], - "edition": "2021", - "version": "0.5.5" + "edition": "2021" }, - "license": "Unicode-3.0", + "library_target_name": "wycheproof", + "license": "Apache-2.0", + "license_file": "LICENSE", "license_ids": [ - "Unicode-3.0" + "Apache-2.0" ], - "license_file": "LICENSE" - }, - "wycheproof 0.6.0": { "name": "wycheproof", - "version": "0.6.0", "package_url": "https://github.com/randombit/wycheproof-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/wycheproof/0.6.0/download", - "sha256": "efb3be19abfb206c6adcbdf2007b09b0e8ca1f6530db40c03b42ce8ed4719894" + "sha256": "efb3be19abfb206c6adcbdf2007b09b0e8ca1f6530db40c03b42ce8ed4719894", + "url": "https://static.crates.io/crates/wycheproof/0.6.0/download" } }, "targets": [ { "Library": { "crate_name": "wycheproof", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wycheproof", + "version": "0.6.0" + }, + "wyz 0.5.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "tap 1.0.1", + "target": "tap" + } ], - "crate_features": { - "common": [ - "ecdsa", - "eddsa", - "hkdf", - "mac", - "rsa_sig" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "data-encoding 2.11.0", - "target": "data_encoding" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.0" + "edition": "2018" }, - "license": "Apache-2.0", + "library_target_name": "wyz", + "license": "MIT", + "license_file": "LICENSE.txt", "license_ids": [ - "Apache-2.0" + "MIT" ], - "license_file": "LICENSE" - }, - "wyz 0.5.1": { "name": "wyz", - "version": "0.5.1", "package_url": "https://github.com/myrrlyn/wyz", "repository": { "Http": { - "url": "https://static.crates.io/crates/wyz/0.5.1/download", - "sha256": "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" + "sha256": "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed", + "url": "https://static.crates.io/crates/wyz/0.5.1/download" } }, "targets": [ { "Library": { "crate_name": "wyz", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "wyz", + "version": "0.5.1" + }, + "x509-cert 0.2.5": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "builder", + "default", + "hazmat", + "pem", + "sha1", + "signature", + "std" + ], + "deps": [ + { + "id": "const-oid 0.9.4", + "target": "const_oid" + }, + { + "id": "der 0.7.7", + "target": "der" + }, + { + "id": "sha1 0.10.6", + "target": "sha1" + }, + { + "id": "signature 2.2.0", + "target": "signature" + }, + { + "id": "spki 0.7.3", + "target": "spki" + } ], - "deps": { - "common": [ - { - "id": "tap 1.0.1", - "target": "tap" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.1" + "edition": "2021" }, - "license": "MIT", + "library_target_name": "x509_cert", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE.txt" - }, - "x509-cert 0.2.5": { "name": "x509-cert", - "version": "0.2.5", "package_url": "https://github.com/RustCrypto/formats/tree/master/x509-cert", "repository": { "Http": { - "url": "https://static.crates.io/crates/x509-cert/0.2.5/download", - "sha256": "1301e935010a701ae5f8655edc0ad17c44bad3ac5ce8c39185f75453b720ae94" + "sha256": "1301e935010a701ae5f8655edc0ad17c44bad3ac5ce8c39185f75453b720ae94", + "url": "https://static.crates.io/crates/x509-cert/0.2.5/download" } }, "targets": [ { "Library": { "crate_name": "x509_cert", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "x509_cert", + "version": "0.2.5" + }, + "x509-parser 0.16.0": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "ring", + "verify" ], - "crate_features": { - "common": [ - "builder", - "default", - "hazmat", - "pem", - "sha1", - "signature", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "const-oid 0.9.4", - "target": "const_oid" - }, - { - "id": "der 0.7.7", - "target": "der" - }, - { - "id": "sha1 0.10.6", - "target": "sha1" - }, - { - "id": "signature 2.2.0", - "target": "signature" - }, - { - "id": "spki 0.7.3", - "target": "spki" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.5" + "deps": [ + { + "id": "asn1-rs 0.6.2", + "target": "asn1_rs" + }, + { + "id": "data-encoding 2.11.0", + "target": "data_encoding" + }, + { + "id": "der-parser 9.0.0", + "target": "der_parser" + }, + { + "id": "lazy_static 1.5.0", + "target": "lazy_static" + }, + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "oid-registry 0.7.1", + "target": "oid_registry" + }, + { + "id": "ring 0.17.14", + "target": "ring" + }, + { + "id": "rusticata-macros 4.1.0", + "target": "rusticata_macros" + }, + { + "id": "thiserror 1.0.68", + "target": "thiserror" + }, + { + "id": "time 0.3.47", + "target": "time" + } + ], + "edition": "2018" }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "x509_parser", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "x509-parser 0.16.0": { "name": "x509-parser", - "version": "0.16.0", "package_url": "https://github.com/rusticata/x509-parser.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/x509-parser/0.16.0/download", - "sha256": "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69" + "sha256": "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69", + "url": "https://static.crates.io/crates/x509-parser/0.16.0/download" } }, "targets": [ { "Library": { "crate_name": "x509_parser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "x509_parser", + "version": "0.16.0" + }, + "x509-parser 0.18.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default" ], - "crate_features": { - "common": [ - "default", - "ring", - "verify" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "asn1-rs 0.6.2", - "target": "asn1_rs" - }, - { - "id": "data-encoding 2.11.0", - "target": "data_encoding" - }, - { - "id": "der-parser 9.0.0", - "target": "der_parser" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "nom 7.1.3", - "target": "nom" - }, - { - "id": "oid-registry 0.7.1", - "target": "oid_registry" - }, - { - "id": "ring 0.17.14", - "target": "ring" - }, - { - "id": "rusticata-macros 4.1.0", - "target": "rusticata_macros" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "time 0.3.47", - "target": "time" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.16.0" + "deps": [ + { + "id": "asn1-rs 0.7.1", + "target": "asn1_rs" + }, + { + "id": "data-encoding 2.11.0", + "target": "data_encoding" + }, + { + "id": "der-parser 10.0.0", + "target": "der_parser" + }, + { + "id": "lazy_static 1.5.0", + "target": "lazy_static" + }, + { + "id": "nom 7.1.3", + "target": "nom" + }, + { + "id": "oid-registry 0.8.1", + "target": "oid_registry" + }, + { + "id": "rusticata-macros 4.1.0", + "target": "rusticata_macros" + }, + { + "id": "thiserror 2.0.18", + "target": "thiserror" + }, + { + "id": "time 0.3.47", + "target": "time" + } + ], + "edition": "2018" }, + "library_target_name": "x509_parser", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "x509-parser 0.18.1": { "name": "x509-parser", - "version": "0.18.1", "package_url": "https://github.com/rusticata/x509-parser.git", "repository": { "Http": { - "url": "https://static.crates.io/crates/x509-parser/0.18.1/download", - "sha256": "d43b0f71ce057da06bc0851b23ee24f3f86190b07203dd8f567d0b706a185202" + "sha256": "d43b0f71ce057da06bc0851b23ee24f3f86190b07203dd8f567d0b706a185202", + "url": "https://static.crates.io/crates/x509-parser/0.18.1/download" } }, "targets": [ { "Library": { "crate_name": "x509_parser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "x509_parser", + "version": "0.18.1" + }, + "xattr 1.6.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "unsupported" ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, "deps": { - "common": [ - { - "id": "asn1-rs 0.7.1", - "target": "asn1_rs" - }, - { - "id": "data-encoding 2.11.0", - "target": "data_encoding" - }, - { - "id": "der-parser 10.0.0", - "target": "der_parser" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "nom 7.1.3", - "target": "nom" - }, - { - "id": "oid-registry 0.8.1", - "target": "oid_registry" - }, - { - "id": "rusticata-macros 4.1.0", - "target": "rusticata_macros" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "time 0.3.47", - "target": "time" - } - ], - "selects": {} + "common": [], + "selects": { + "cfg(any(target_os = \"android\", target_os = \"linux\", target_os = \"macos\", target_os = \"hurd\"))": [ + { + "id": "rustix 1.1.4", + "target": "rustix" + } + ], + "cfg(any(target_os = \"freebsd\", target_os = \"netbsd\"))": [ + { + "id": "libc 0.2.186", + "target": "libc" + } + ] + } }, - "edition": "2018", - "version": "0.18.1" + "edition": "2021" }, + "library_target_name": "xattr", "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "xattr 1.6.1": { "name": "xattr", - "version": "1.6.1", "package_url": "https://github.com/Stebalien/xattr", "repository": { "Http": { - "url": "https://static.crates.io/crates/xattr/1.6.1/download", - "sha256": "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" + "sha256": "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156", + "url": "https://static.crates.io/crates/xattr/1.6.1/download" } }, "targets": [ { "Library": { "crate_name": "xattr", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "xattr", + "version": "1.6.1" + }, + "xz2 0.1.7": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "static" ], - "crate_features": { - "common": [ - "default", - "unsupported" - ], - "selects": {} - }, - "deps": { - "common": [], - "selects": { - "cfg(any(target_os = \"android\", target_os = \"linux\", target_os = \"macos\", target_os = \"hurd\"))": [ - { - "id": "rustix 1.1.4", - "target": "rustix" - } - ], - "cfg(any(target_os = \"freebsd\", target_os = \"netbsd\"))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ] + "deps": [ + { + "id": "lzma-sys 0.1.20", + "target": "lzma_sys" } - }, - "edition": "2021", - "version": "1.6.1" + ], + "edition": "2018" }, - "license": "MIT OR Apache-2.0", + "library_target_name": "xz2", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "xz2 0.1.7": { "name": "xz2", - "version": "0.1.7", "package_url": "https://github.com/alexcrichton/xz2-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/xz2/0.1.7/download", - "sha256": "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" + "sha256": "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2", + "url": "https://static.crates.io/crates/xz2/0.1.7/download" } }, "targets": [ { "Library": { "crate_name": "xz2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "xz2", + "version": "0.1.7" + }, + "yaml-rust 0.4.5": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "linked-hash-map 0.5.6", + "target": "linked_hash_map" + } ], - "crate_features": { - "common": [ - "static" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "lzma-sys 0.1.20", - "target": "lzma_sys" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.7" + "edition": "2018" }, + "library_target_name": "yaml_rust", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "yaml-rust 0.4.5": { "name": "yaml-rust", - "version": "0.4.5", "package_url": "https://github.com/chyh1990/yaml-rust", "repository": { "Http": { - "url": "https://static.crates.io/crates/yaml-rust/0.4.5/download", - "sha256": "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" + "sha256": "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85", + "url": "https://static.crates.io/crates/yaml-rust/0.4.5/download" } }, "targets": [ { "Library": { "crate_name": "yaml_rust", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "yaml_rust", + "version": "0.4.5" + }, + "yansi 0.5.1": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "linked-hash-map 0.5.6", - "target": "linked_hash_map" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.5" + "edition": "2015" }, + "library_target_name": "yansi", "license": "MIT/Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "yansi 0.5.1": { "name": "yansi", - "version": "0.5.1", "package_url": "https://github.com/SergioBenitez/yansi", "repository": { "Http": { - "url": "https://static.crates.io/crates/yansi/0.5.1/download", - "sha256": "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" + "sha256": "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec", + "url": "https://static.crates.io/crates/yansi/0.5.1/download" } }, "targets": [ { "Library": { "crate_name": "yansi", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "yansi", + "version": "0.5.1" + }, + "yansi 1.0.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "std" ], - "edition": "2015", - "version": "0.5.1" + "edition": "2021" }, - "license": "MIT/Apache-2.0", + "library_target_name": "yansi", + "license": "MIT OR Apache-2.0", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "yansi 1.0.1": { "name": "yansi", - "version": "1.0.1", "package_url": "https://github.com/SergioBenitez/yansi", "repository": { "Http": { - "url": "https://static.crates.io/crates/yansi/1.0.1/download", - "sha256": "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" + "sha256": "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049", + "url": "https://static.crates.io/crates/yansi/1.0.1/download" } }, "targets": [ { "Library": { "crate_name": "yansi", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "yansi", + "version": "1.0.1" + }, + "yasna 0.5.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "default", + "std", + "time" ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.1" + "deps": [ + { + "id": "time 0.3.47", + "target": "time" + } + ], + "edition": "2018" }, + "library_target_name": "yasna", "license": "MIT OR Apache-2.0", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "yasna 0.5.2": { "name": "yasna", - "version": "0.5.2", "package_url": "https://github.com/qnighy/yasna.rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/yasna/0.5.2/download", - "sha256": "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" + "sha256": "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd", + "url": "https://static.crates.io/crates/yasna/0.5.2/download" } }, "targets": [ { "Library": { "crate_name": "yasna", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "yasna", + "version": "0.5.2" + }, + "yoke 0.7.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "derive", + "zerofrom" ], - "crate_features": { - "common": [ - "default", - "std", - "time" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "time 0.3.47", - "target": "time" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.2" + "deps": [ + { + "id": "stable_deref_trait 1.2.0", + "target": "stable_deref_trait" + }, + { + "id": "zerofrom 0.1.4", + "target": "zerofrom" + } + ], + "edition": "2021", + "proc_macro_deps": [ + { + "id": "yoke-derive 0.7.4", + "target": "yoke_derive" + } + ] }, - "license": "MIT OR Apache-2.0", + "library_target_name": "yoke", + "license": "Unicode-3.0", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "Unicode-3.0" ], - "license_file": null - }, - "yoke 0.7.4": { "name": "yoke", - "version": "0.7.4", "package_url": "https://github.com/unicode-org/icu4x", "repository": { "Http": { - "url": "https://static.crates.io/crates/yoke/0.7.4/download", - "sha256": "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" + "sha256": "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5", + "url": "https://static.crates.io/crates/yoke/0.7.4/download" } }, "targets": [ { "Library": { "crate_name": "yoke", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "yoke", + "version": "0.7.4" + }, + "yoke-derive 0.7.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + }, + { + "id": "synstructure 0.13.1", + "target": "synstructure" + } ], - "crate_features": { - "common": [ - "alloc", - "default", - "derive", - "zerofrom" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "stable_deref_trait 1.2.0", - "target": "stable_deref_trait" - }, - { - "id": "zerofrom 0.1.4", - "target": "zerofrom" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "yoke-derive 0.7.4", - "target": "yoke_derive" - } - ], - "selects": {} - }, - "version": "0.7.4" + "edition": "2021" }, + "library_target_name": "yoke_derive", "license": "Unicode-3.0", + "license_file": "LICENSE", "license_ids": [ "Unicode-3.0" ], - "license_file": "LICENSE" - }, - "yoke-derive 0.7.4": { "name": "yoke-derive", - "version": "0.7.4", "package_url": "https://github.com/unicode-org/icu4x", "repository": { "Http": { - "url": "https://static.crates.io/crates/yoke-derive/0.7.4/download", - "sha256": "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" + "sha256": "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95", + "url": "https://static.crates.io/crates/yoke-derive/0.7.4/download" } }, "targets": [ { "ProcMacro": { "crate_name": "yoke_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "yoke_derive", + "version": "0.7.4" + }, + "z85 3.0.7": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "synstructure 0.13.1", - "target": "synstructure" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.4" + "edition": "2024" }, - "license": "Unicode-3.0", + "library_target_name": "z85", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE-Apache", "license_ids": [ - "Unicode-3.0" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" - }, - "z85 3.0.7": { "name": "z85", - "version": "3.0.7", "package_url": "https://github.com/decafbad/z85", "repository": { "Http": { - "url": "https://static.crates.io/crates/z85/3.0.7/download", - "sha256": "c6e61e59a957b7ccee15d2049f86e8bfd6f66968fcd88f018950662d9b86e675" + "sha256": "c6e61e59a957b7ccee15d2049f86e8bfd6f66968fcd88f018950662d9b86e675", + "url": "https://static.crates.io/crates/z85/3.0.7/download" } }, "targets": [ { "Library": { "crate_name": "z85", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "z85", + "version": "3.0.7" + }, + "zerocopy 0.7.32": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "simd" ], - "edition": "2024", - "version": "3.0.7" + "edition": "2018", + "proc_macro_deps": { + "common": [], + "selects": { + "cfg(any())": [ + { + "id": "zerocopy-derive 0.7.32", + "target": "zerocopy_derive" + } + ] + } + } }, - "license": "MIT/Apache-2.0", + "library_target_name": "zerocopy", + "license": "BSD-2-Clause OR Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", + "BSD-2-Clause", "MIT" ], - "license_file": "LICENSE-Apache" - }, - "zerocopy 0.7.32": { "name": "zerocopy", - "version": "0.7.32", "package_url": "https://github.com/google/zerocopy", "repository": { "Http": { - "url": "https://static.crates.io/crates/zerocopy/0.7.32/download", - "sha256": "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" + "sha256": "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be", + "url": "https://static.crates.io/crates/zerocopy/0.7.32/download" } }, "targets": [ { "Library": { "crate_name": "zerocopy", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "zerocopy", + "version": "0.7.32" + }, + "zerocopy 0.8.56": { + "build_script_attrs": {}, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "derive", + "simd", + "zerocopy-derive" ], - "crate_features": { - "common": [ - "simd" - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [], - "selects": { - "cfg(any())": [ - { - "id": "zerocopy-derive 0.7.32", - "target": "zerocopy_derive" - } - ] + "edition": "2021", + "extra_deps": [ + ":build_script_build" + ], + "proc_macro_deps": [ + { + "id": "zerocopy-derive 0.8.56", + "target": "zerocopy_derive" } - }, - "version": "0.7.32" + ] }, + "library_target_name": "zerocopy", "license": "BSD-2-Clause OR Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "BSD-2-Clause", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "zerocopy 0.8.56": { "name": "zerocopy", - "version": "0.8.56", "package_url": "https://github.com/google/zerocopy", "repository": { "Http": { - "url": "https://static.crates.io/crates/zerocopy/0.8.56/download", - "sha256": "556764e583adb45a9f8d413c2a147fa7e8d821e48e12b14fd560b607998b75eb" + "sha256": "556764e583adb45a9f8d413c2a147fa7e8d821e48e12b14fd560b607998b75eb", + "url": "https://static.crates.io/crates/zerocopy/0.8.56/download" } }, "targets": [ { "Library": { "crate_name": "zerocopy", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "zerocopy", + "version": "0.8.56" + }, + "zerocopy-derive 0.7.32": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "derive", - "simd", - "zerocopy-derive" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "zerocopy 0.8.56", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "zerocopy-derive 0.8.56", - "target": "zerocopy_derive" - } - ], - "selects": {} - }, - "version": "0.8.56" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "data_glob": [ - "**" - ] + "edition": "2018" }, + "library_target_name": "zerocopy_derive", "license": "BSD-2-Clause OR Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "BSD-2-Clause", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "zerocopy-derive 0.7.32": { "name": "zerocopy-derive", - "version": "0.7.32", "package_url": "https://github.com/google/zerocopy", "repository": { "Http": { - "url": "https://static.crates.io/crates/zerocopy-derive/0.7.32/download", - "sha256": "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" + "sha256": "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6", + "url": "https://static.crates.io/crates/zerocopy-derive/0.7.32/download" } }, "targets": [ { "ProcMacro": { "crate_name": "zerocopy_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "zerocopy_derive", + "version": "0.7.32" + }, + "zerocopy-derive 0.8.56": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.7.32" + "edition": "2021" }, + "library_target_name": "zerocopy_derive", "license": "BSD-2-Clause OR Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "BSD-2-Clause", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "zerocopy-derive 0.8.56": { "name": "zerocopy-derive", - "version": "0.8.56", "package_url": "https://github.com/google/zerocopy", "repository": { "Http": { - "url": "https://static.crates.io/crates/zerocopy-derive/0.8.56/download", - "sha256": "f2ab42fc20575779bd240faa45f94a74256f755c0fa9e89f0ede20d91d0cdfc1" + "sha256": "f2ab42fc20575779bd240faa45f94a74256f755c0fa9e89f0ede20d91d0cdfc1", + "url": "https://static.crates.io/crates/zerocopy-derive/0.8.56/download" } }, "targets": [ { "ProcMacro": { "crate_name": "zerocopy_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "zerocopy_derive", + "version": "0.8.56" + }, + "zerofrom 0.1.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "derive" ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.8.56" + "proc_macro_deps": [ + { + "id": "zerofrom-derive 0.1.4", + "target": "zerofrom_derive" + } + ] }, - "license": "BSD-2-Clause OR Apache-2.0 OR MIT", + "library_target_name": "zerofrom", + "license": "Unicode-3.0", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "BSD-2-Clause", - "MIT" + "Unicode-3.0" ], - "license_file": "LICENSE-APACHE" - }, - "zerofrom 0.1.4": { "name": "zerofrom", - "version": "0.1.4", "package_url": "https://github.com/unicode-org/icu4x", "repository": { "Http": { - "url": "https://static.crates.io/crates/zerofrom/0.1.4/download", - "sha256": "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" + "sha256": "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55", + "url": "https://static.crates.io/crates/zerofrom/0.1.4/download" } }, "targets": [ { "Library": { "crate_name": "zerofrom", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "zerofrom", + "version": "0.1.4" + }, + "zerofrom-derive 0.1.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + }, + { + "id": "synstructure 0.13.1", + "target": "synstructure" + } ], - "crate_features": { - "common": [ - "alloc", - "derive" - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "zerofrom-derive 0.1.4", - "target": "zerofrom_derive" - } - ], - "selects": {} - }, - "version": "0.1.4" + "edition": "2021" }, + "library_target_name": "zerofrom_derive", "license": "Unicode-3.0", + "license_file": "LICENSE", "license_ids": [ "Unicode-3.0" ], - "license_file": "LICENSE" - }, - "zerofrom-derive 0.1.4": { "name": "zerofrom-derive", - "version": "0.1.4", "package_url": "https://github.com/unicode-org/icu4x", "repository": { "Http": { - "url": "https://static.crates.io/crates/zerofrom-derive/0.1.4/download", - "sha256": "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" + "sha256": "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5", + "url": "https://static.crates.io/crates/zerofrom-derive/0.1.4/download" } }, "targets": [ { "ProcMacro": { "crate_name": "zerofrom_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "zerofrom_derive", + "version": "0.1.4" + }, + "zeroize 1.8.1": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "alloc", + "default", + "derive", + "zeroize_derive" ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "synstructure 0.13.1", - "target": "synstructure" - } - ], - "selects": {} - }, "edition": "2021", - "version": "0.1.4" + "proc_macro_deps": [ + { + "id": "zeroize_derive 1.4.2", + "target": "zeroize_derive" + } + ] }, - "license": "Unicode-3.0", + "library_target_name": "zeroize", + "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ - "Unicode-3.0" + "Apache-2.0", + "MIT" ], - "license_file": "LICENSE" - }, - "zeroize 1.8.1": { "name": "zeroize", - "version": "1.8.1", "package_url": "https://github.com/RustCrypto/utils/tree/master/zeroize", "repository": { "Http": { - "url": "https://static.crates.io/crates/zeroize/1.8.1/download", - "sha256": "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" + "sha256": "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde", + "url": "https://static.crates.io/crates/zeroize/1.8.1/download" } }, "targets": [ { "Library": { "crate_name": "zeroize", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "zeroize", + "version": "1.8.1" + }, + "zeroize_derive 1.4.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } ], - "crate_features": { - "common": [ - "alloc", - "default", - "derive", - "zeroize_derive" - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "zeroize_derive 1.4.2", - "target": "zeroize_derive" - } - ], - "selects": {} - }, - "version": "1.8.1" + "edition": "2021" }, + "library_target_name": "zeroize_derive", "license": "Apache-2.0 OR MIT", + "license_file": "LICENSE-APACHE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE-APACHE" - }, - "zeroize_derive 1.4.2": { "name": "zeroize_derive", - "version": "1.4.2", "package_url": "https://github.com/RustCrypto/utils/tree/master/zeroize/derive", "repository": { "Http": { - "url": "https://static.crates.io/crates/zeroize_derive/1.4.2/download", - "sha256": "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" + "sha256": "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69", + "url": "https://static.crates.io/crates/zeroize_derive/1.4.2/download" } }, "targets": [ { "ProcMacro": { "crate_name": "zeroize_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "zeroize_derive", + "version": "1.4.2" + }, + "zerovec 0.10.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "derive", + "yoke" + ], + "deps": [ + { + "id": "yoke 0.7.4", + "target": "yoke" + }, + { + "id": "zerofrom 0.1.4", + "target": "zerofrom" + } ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, "edition": "2021", - "version": "1.4.2" + "proc_macro_deps": [ + { + "id": "zerovec-derive 0.10.3", + "target": "zerovec_derive" + } + ] }, - "license": "Apache-2.0 OR MIT", + "library_target_name": "zerovec", + "license": "Unicode-3.0", + "license_file": "LICENSE", "license_ids": [ - "Apache-2.0", - "MIT" + "Unicode-3.0" ], - "license_file": "LICENSE-APACHE" - }, - "zerovec 0.10.4": { "name": "zerovec", - "version": "0.10.4", "package_url": "https://github.com/unicode-org/icu4x", "repository": { "Http": { - "url": "https://static.crates.io/crates/zerovec/0.10.4/download", - "sha256": "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" + "sha256": "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079", + "url": "https://static.crates.io/crates/zerovec/0.10.4/download" } }, "targets": [ { "Library": { "crate_name": "zerovec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "zerovec", + "version": "0.10.4" + }, + "zerovec-derive 0.10.3": { "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "derive", - "yoke" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "yoke 0.7.4", - "target": "yoke" - }, - { - "id": "zerofrom 0.1.4", - "target": "zerofrom" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "zerovec-derive 0.10.3", - "target": "zerovec_derive" - } - ], - "selects": {} - }, - "version": "0.10.4" + "deps": [ + { + "id": "proc-macro2 1.0.106", + "target": "proc_macro2" + }, + { + "id": "quote 1.0.47", + "target": "quote" + }, + { + "id": "syn 2.0.119", + "target": "syn" + } + ], + "edition": "2021" }, + "library_target_name": "zerovec_derive", "license": "Unicode-3.0", + "license_file": "LICENSE", "license_ids": [ "Unicode-3.0" ], - "license_file": "LICENSE" - }, - "zerovec-derive 0.10.3": { "name": "zerovec-derive", - "version": "0.10.3", "package_url": "https://github.com/unicode-org/icu4x", "repository": { "Http": { - "url": "https://static.crates.io/crates/zerovec-derive/0.10.3/download", - "sha256": "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" + "sha256": "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6", + "url": "https://static.crates.io/crates/zerovec-derive/0.10.3/download" } }, "targets": [ { "ProcMacro": { "crate_name": "zerovec_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "zerovec_derive", + "version": "0.10.3" + }, + "zstd 0.12.4": { "common_attrs": { - "compile_data_glob": [ - "**" + "deps": [ + { + "id": "zstd-safe 6.0.5+zstd.1.5.4", + "target": "zstd_safe" + } ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.10.3" + "edition": "2018" }, - "license": "Unicode-3.0", + "library_target_name": "zstd", + "license": "MIT", + "license_file": "LICENSE", "license_ids": [ - "Unicode-3.0" + "MIT" ], - "license_file": "LICENSE" - }, - "zstd 0.12.4": { "name": "zstd", - "version": "0.12.4", "package_url": "https://github.com/gyscos/zstd-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/zstd/0.12.4/download", - "sha256": "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c" + "sha256": "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c", + "url": "https://static.crates.io/crates/zstd/0.12.4/download" } }, "targets": [ { "Library": { "crate_name": "zstd", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "zstd", + "version": "0.12.4" + }, + "zstd 0.13.2": { "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "arrays", + "default", + "legacy", + "zdict_builder" ], - "deps": { - "common": [ - { - "id": "zstd-safe 6.0.5+zstd.1.5.4", - "target": "zstd_safe" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.12.4" + "deps": [ + { + "id": "zstd-safe 7.1.0", + "target": "zstd_safe" + } + ], + "edition": "2018" }, + "library_target_name": "zstd", "license": "MIT", + "license_file": "LICENSE", "license_ids": [ "MIT" ], - "license_file": "LICENSE" - }, - "zstd 0.13.2": { "name": "zstd", - "version": "0.13.2", "package_url": "https://github.com/gyscos/zstd-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/zstd/0.13.2/download", - "sha256": "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" + "sha256": "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9", + "url": "https://static.crates.io/crates/zstd/0.13.2/download" } }, "targets": [ { "Library": { "crate_name": "zstd", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } } ], - "library_target_name": "zstd", + "version": "0.13.2" + }, + "zstd-safe 6.0.5+zstd.1.5.4": { + "build_script_attrs": { + "link_deps": [ + { + "id": "zstd-sys 2.0.10+zstd.1.5.6", + "target": "zstd_sys" + } + ] + }, "common_attrs": { - "compile_data_glob": [ - "**" + "crate_features": [ + "std" + ], + "deps": [ + { + "id": "libc 0.2.186", + "target": "libc" + }, + { + "id": "zstd-sys 2.0.10+zstd.1.5.6", + "target": "zstd_sys" + } ], - "crate_features": { - "common": [ - "arrays", - "default", - "legacy", - "zdict_builder" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "zstd-safe 7.1.0", - "target": "zstd_safe" - } - ], - "selects": {} - }, "edition": "2018", - "version": "0.13.2" + "extra_deps": [ + ":build_script_build" + ] }, - "license": "MIT", + "library_target_name": "zstd_safe", + "license": "MIT/Apache-2.0", + "license_file": "LICENSE", "license_ids": [ + "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "zstd-safe 6.0.5+zstd.1.5.4": { "name": "zstd-safe", - "version": "6.0.5+zstd.1.5.4", "package_url": "https://github.com/gyscos/zstd-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/zstd-safe/6.0.5+zstd.1.5.4/download", - "sha256": "d56d9e60b4b1758206c238a10165fbcae3ca37b01744e394c463463f6529d23b" + "sha256": "d56d9e60b4b1758206c238a10165fbcae3ca37b01744e394c463463f6529d23b", + "url": "https://static.crates.io/crates/zstd-safe/6.0.5+zstd.1.5.4/download" } }, "targets": [ { "Library": { "crate_name": "zstd_safe", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "zstd_safe", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "zstd-safe 6.0.5+zstd.1.5.4", - "target": "build_script_build" - }, - { - "id": "zstd-sys 2.0.10+zstd.1.5.6", - "target": "zstd_sys" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "6.0.5+zstd.1.5.4" - }, + "version": "6.0.5+zstd.1.5.4" + }, + "zstd-safe 7.1.0": { "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "link_deps": [ + { + "id": "zstd-sys 2.0.10+zstd.1.5.6", + "target": "zstd_sys" + } + ] + }, + "common_attrs": { + "crate_features": [ + "arrays", + "legacy", + "std", + "zdict_builder" ], - "data_glob": [ - "**" + "deps": [ + { + "id": "zstd-sys 2.0.10+zstd.1.5.6", + "target": "zstd_sys" + } ], - "link_deps": { - "common": [ - { - "id": "zstd-sys 2.0.10+zstd.1.5.6", - "target": "zstd_sys" - } - ], - "selects": {} - } + "edition": "2018", + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "zstd_safe", "license": "MIT/Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "zstd-safe 7.1.0": { "name": "zstd-safe", - "version": "7.1.0", "package_url": "https://github.com/gyscos/zstd-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/zstd-safe/7.1.0/download", - "sha256": "1cd99b45c6bc03a018c8b8a86025678c87e55526064e38f9df301989dce7ec0a" + "sha256": "1cd99b45c6bc03a018c8b8a86025678c87e55526064e38f9df301989dce7ec0a", + "url": "https://static.crates.io/crates/zstd-safe/7.1.0/download" } }, "targets": [ { "Library": { "crate_name": "zstd_safe", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "zstd_safe", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "arrays", - "legacy", - "std", - "zdict_builder" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "zstd-safe 7.1.0", - "target": "build_script_build" - }, - { - "id": "zstd-sys 2.0.10+zstd.1.5.6", - "target": "zstd_sys" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "7.1.0" - }, + "version": "7.1.0" + }, + "zstd-sys 2.0.10+zstd.1.5.6": { "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" + "deps": [ + { + "id": "cc 1.2.48", + "target": "cc" + }, + { + "id": "pkg-config 0.3.32", + "target": "pkg_config" + } ], - "data_glob": [ - "**" + "links": "zstd" + }, + "common_attrs": { + "crate_features": [ + "legacy", + "std", + "zdict_builder" ], - "link_deps": { - "common": [ - { - "id": "zstd-sys 2.0.10+zstd.1.5.6", - "target": "zstd_sys" - } - ], - "selects": {} - } + "edition": "2018", + "extra_deps": [ + ":build_script_build" + ] }, + "library_target_name": "zstd_sys", "license": "MIT/Apache-2.0", + "license_file": "LICENSE", "license_ids": [ "Apache-2.0", "MIT" ], - "license_file": "LICENSE" - }, - "zstd-sys 2.0.10+zstd.1.5.6": { "name": "zstd-sys", - "version": "2.0.10+zstd.1.5.6", "package_url": "https://github.com/gyscos/zstd-rs", "repository": { "Http": { - "url": "https://static.crates.io/crates/zstd-sys/2.0.10+zstd.1.5.6/download", - "sha256": "c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa" + "sha256": "c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa", + "url": "https://static.crates.io/crates/zstd-sys/2.0.10+zstd.1.5.6/download" } }, "targets": [ { "Library": { "crate_name": "zstd_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "src/lib.rs" } }, { "BuildScript": { "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } + "crate_root": "build.rs" } } ], - "library_target_name": "zstd_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "legacy", - "std", - "zdict_builder" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "zstd-sys 2.0.10+zstd.1.5.6", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.0.10+zstd.1.5.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - }, - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - } - ], - "selects": {} - }, - "links": "zstd" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE" + "version": "2.0.10+zstd.1.5.6" } }, - "binary_crates": [ - "ic-gateway 0.2.0", - "ic-wasm 0.11.1" - ], - "workspace_members": { - "direct-cargo-bazel-deps 0.0.1": "" - }, - "conditions": { - "aarch64-apple-darwin": [ - "aarch64-apple-darwin" - ], - "aarch64-linux-android": [], - "aarch64-pc-windows-gnullvm": [], - "aarch64-pc-windows-msvc": [], - "aarch64-unknown-linux-gnu": [ - "aarch64-unknown-linux-gnu" - ], - "aarch64-uwp-windows-msvc": [], - "cfg(all(all(target_arch = \"aarch64\", target_endian = \"little\"), target_os = \"windows\"))": [], - "cfg(all(all(target_arch = \"aarch64\", target_endian = \"little\"), target_vendor = \"apple\", any(target_os = \"ios\", target_os = \"macos\", target_os = \"tvos\", target_os = \"visionos\", target_os = \"watchos\")))": [ - "aarch64-apple-darwin" - ], - "cfg(all(any(all(target_arch = \"aarch64\", target_endian = \"little\"), all(target_arch = \"arm\", target_endian = \"little\")), any(target_os = \"android\", target_os = \"linux\")))": [ - "aarch64-unknown-linux-gnu" - ], - "cfg(all(any(target_arch = \"x86_64\", target_arch = \"arm64ec\"), target_env = \"msvc\", not(windows_raw_dylib)))": [], - "cfg(all(any(target_os = \"android\", target_os = \"linux\")))": [ - "aarch64-unknown-linux-gnu", - "x86_64-unknown-linux-gnu" - ], - "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), 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 = \"s390x\"), 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\")))))))": [], - "cfg(all(any(target_os = \"linux\", target_os = \"android\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), 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\")))))))": [], - "cfg(all(any(target_os = \"linux\", target_os = \"android\"), not(any(all(target_os = \"linux\", target_env = \"\"), getrandom_backend = \"custom\", getrandom_backend = \"linux_raw\", getrandom_backend = \"rdrand\", getrandom_backend = \"rndr\"))))": [ - "aarch64-unknown-linux-gnu", - "x86_64-unknown-linux-gnu" - ], - "cfg(all(not(curve25519_dalek_backend = \"fiat\"), not(curve25519_dalek_backend = \"serial\"), target_arch = \"x86_64\"))": [ - "x86_64-apple-darwin", - "x86_64-unknown-linux-gnu" - ], - "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))": [ - "aarch64-unknown-linux-gnu", - "x86_64-unknown-linux-gnu" - ], - "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), 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 = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))": [ - "aarch64-unknown-linux-gnu", - "x86_64-unknown-linux-gnu" - ], - "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [ - "aarch64-apple-darwin", - "wasm32-unknown-unknown", - "x86_64-apple-darwin" - ], - "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), 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 = \"s390x\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))": [ - "aarch64-apple-darwin", - "wasm32-unknown-unknown", - "x86_64-apple-darwin" - ], - "cfg(all(not(windows), not(any(target_os = \"android\", target_os = \"linux\"))))": [ - "aarch64-apple-darwin", - "wasm32-unknown-unknown", - "x86_64-apple-darwin" - ], - "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [], - "cfg(all(target_arch = \"aarch64\", target_os = \"android\"))": [], - "cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))": [ - "aarch64-unknown-linux-gnu" - ], - "cfg(all(target_arch = \"aarch64\", target_vendor = \"apple\"))": [ - "aarch64-apple-darwin" - ], - "cfg(all(target_arch = \"loongarch64\", target_os = \"linux\"))": [], - "cfg(all(target_arch = \"wasm32\", any(target_os = \"unknown\", target_os = \"none\")))": [ - "wasm32-unknown-unknown" - ], - "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))": [ - "wasm32-unknown-unknown" - ], - "cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))": [ - "wasm32-unknown-unknown" - ], - "cfg(all(target_arch = \"wasm32\", target_os = \"wasi\"))": [], - "cfg(all(target_arch = \"wasm32\", target_os = \"wasi\", target_env = \"p2\"))": [], - "cfg(all(target_arch = \"wasm32\", target_os = \"wasi\", target_env = \"p3\"))": [], - "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [], - "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))": [], - "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [], - "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [ - "x86_64-unknown-linux-gnu" - ], - "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))": [], - "cfg(all(target_family = \"wasm\", target_os = \"unknown\"))": [ - "wasm32-unknown-unknown" - ], - "cfg(all(target_os = \"uefi\", getrandom_backend = \"efi_rng\"))": [], - "cfg(all(unix, not(target_os = \"android\"), not(target_vendor = \"apple\"), not(target_arch = \"wasm32\")))": [ - "aarch64-unknown-linux-gnu", - "x86_64-unknown-linux-gnu" - ], - "cfg(all(unix, not(target_os = \"macos\")))": [ - "aarch64-unknown-linux-gnu", - "x86_64-unknown-linux-gnu" - ], - "cfg(any())": [], - "cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))": [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu", - "x86_64-apple-darwin", - "x86_64-unknown-linux-gnu" - ], - "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu", - "x86_64-apple-darwin", - "x86_64-unknown-linux-gnu" - ], - "cfg(any(target_arch = \"x86\", target_arch = \"x86_64\"))": [ - "x86_64-apple-darwin", - "x86_64-unknown-linux-gnu" - ], - "cfg(any(target_arch = \"x86_64\", target_arch = \"x86\"))": [ - "x86_64-apple-darwin", - "x86_64-unknown-linux-gnu" - ], - "cfg(any(target_os = \"android\", target_os = \"linux\", target_os = \"macos\", target_os = \"hurd\"))": [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu", - "x86_64-apple-darwin", - "x86_64-unknown-linux-gnu" - ], - "cfg(any(target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"hurd\", target_os = \"illumos\", target_os = \"cygwin\", all(target_os = \"horizon\", target_arch = \"arm\")))": [], - "cfg(any(target_os = \"freebsd\", target_os = \"netbsd\"))": [], - "cfg(any(target_os = \"haiku\", target_os = \"redox\", target_os = \"nto\", target_os = \"aix\"))": [], - "cfg(any(target_os = \"ios\", target_os = \"visionos\", target_os = \"watchos\", target_os = \"tvos\"))": [], - "cfg(any(target_os = \"linux\", target_os = \"android\"))": [ - "aarch64-unknown-linux-gnu", - "x86_64-unknown-linux-gnu" - ], - "cfg(any(target_os = \"linux\", target_vendor = \"apple\", target_os = \"freebsd\", target_os = \"android\"))": [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu", - "x86_64-apple-darwin", - "x86_64-unknown-linux-gnu" - ], - "cfg(any(target_os = \"macos\", target_os = \"ios\"))": [ - "aarch64-apple-darwin", - "x86_64-apple-darwin" - ], - "cfg(any(target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\"))": [ - "aarch64-apple-darwin", - "x86_64-apple-darwin" - ], - "cfg(any(target_os = \"macos\", target_os = \"openbsd\", target_os = \"vita\", target_os = \"emscripten\"))": [ - "aarch64-apple-darwin", - "x86_64-apple-darwin" - ], - "cfg(any(target_vendor = \"apple\"))": [ - "aarch64-apple-darwin", - "x86_64-apple-darwin" - ], - "cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))": [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu", - "x86_64-apple-darwin", - "x86_64-unknown-linux-gnu" - ], - "cfg(any(unix, target_os = \"redox\"))": [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu", - "x86_64-apple-darwin", - "x86_64-unknown-linux-gnu" - ], - "cfg(any(unix, target_os = \"wasi\"))": [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu", - "x86_64-apple-darwin", - "x86_64-unknown-linux-gnu" - ], - "cfg(curve25519_dalek_backend = \"fiat\")": [], - "cfg(not(all(target_arch = \"arm\", target_os = \"none\")))": [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu", - "wasm32-unknown-unknown", - "x86_64-apple-darwin", - "x86_64-unknown-linux-gnu" - ], - "cfg(not(all(target_arch = \"wasm32\", any(target_os = \"unknown\", target_os = \"none\"))))": [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu", - "x86_64-apple-darwin", - "x86_64-unknown-linux-gnu" - ], - "cfg(not(all(target_family = \"wasm\", target_os = \"unknown\")))": [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu", - "x86_64-apple-darwin", - "x86_64-unknown-linux-gnu" - ], - "cfg(not(any(target_arch = \"wasm32\", target_os = \"none\", target_os = \"unknown\", target_os = \"uefi\")))": [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu", - "x86_64-apple-darwin", - "x86_64-unknown-linux-gnu" - ], - "cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))": [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu", - "x86_64-apple-darwin", - "x86_64-unknown-linux-gnu" - ], - "cfg(not(any(target_os = \"windows\", target_arch = \"wasm32\")))": [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu", - "x86_64-apple-darwin", - "x86_64-unknown-linux-gnu" - ], - "cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))": [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu", - "x86_64-apple-darwin", - "x86_64-unknown-linux-gnu" - ], - "cfg(not(target_arch = \"wasm32\"))": [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu", - "x86_64-apple-darwin", - "x86_64-unknown-linux-gnu" - ], - "cfg(not(target_family = \"wasm\"))": [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu", - "x86_64-apple-darwin", - "x86_64-unknown-linux-gnu" - ], - "cfg(not(target_has_atomic = \"64\"))": [], - "cfg(not(windows))": [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu", - "wasm32-unknown-unknown", - "x86_64-apple-darwin", - "x86_64-unknown-linux-gnu" - ], - "cfg(not(windows_raw_dylib))": [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu", - "wasm32-unknown-unknown", - "x86_64-apple-darwin", - "x86_64-unknown-linux-gnu" - ], - "cfg(target_arch = \"aarch64\")": [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu" - ], - "cfg(target_arch = \"riscv64\")": [], - "cfg(target_arch = \"spirv\")": [], - "cfg(target_arch = \"wasm32\")": [ - "wasm32-unknown-unknown" - ], - "cfg(target_arch = \"x86\")": [], - "cfg(target_arch = \"x86_64\")": [ - "x86_64-apple-darwin", - "x86_64-unknown-linux-gnu" - ], - "cfg(target_env = \"msvc\")": [], - "cfg(target_family = \"wasm\")": [ - "wasm32-unknown-unknown" - ], - "cfg(target_os = \"android\")": [], - "cfg(target_os = \"dragonfly\")": [], - "cfg(target_os = \"haiku\")": [], - "cfg(target_os = \"hermit\")": [], - "cfg(target_os = \"linux\")": [ - "aarch64-unknown-linux-gnu", - "x86_64-unknown-linux-gnu" - ], - "cfg(target_os = \"macos\")": [ - "aarch64-apple-darwin", - "x86_64-apple-darwin" - ], - "cfg(target_os = \"netbsd\")": [], - "cfg(target_os = \"redox\")": [], - "cfg(target_os = \"solaris\")": [], - "cfg(target_os = \"vxworks\")": [], - "cfg(target_os = \"wasi\")": [], - "cfg(target_os = \"windows\")": [], - "cfg(unix)": [ - "aarch64-apple-darwin", - "aarch64-unknown-linux-gnu", - "x86_64-apple-darwin", - "x86_64-unknown-linux-gnu" - ], - "cfg(windows)": [], - "cfg(windows_raw_dylib)": [], - "i686-pc-windows-gnu": [], - "i686-pc-windows-gnullvm": [], - "i686-pc-windows-msvc": [], - "i686-uwp-windows-gnu": [], - "i686-uwp-windows-msvc": [], - "wasm32-unknown-unknown": [ - "wasm32-unknown-unknown" - ], - "x86_64-apple-darwin": [ - "x86_64-apple-darwin" - ], - "x86_64-pc-windows-gnu": [], - "x86_64-pc-windows-gnullvm": [], - "x86_64-pc-windows-msvc": [], - "x86_64-unknown-linux-gnu": [ - "x86_64-unknown-linux-gnu" - ], - "x86_64-uwp-windows-gnu": [], - "x86_64-uwp-windows-msvc": [] - }, "direct_deps": [ "actix-rt 2.10.0", "actix-web 4.9.0", @@ -94488,5 +71268,7 @@ "zstd 0.13.2" ], "direct_dev_deps": [], - "unused_patches": [] + "workspace_members": { + "direct-cargo-bazel-deps 0.0.1": "" + } } diff --git a/bazel/rules_rust_static_runtime.patch b/bazel/rules_rust_static_runtime.patch index 389bc5f9fae0..d13257b40384 100644 --- a/bazel/rules_rust_static_runtime.patch +++ b/bazel/rules_rust_static_runtime.patch @@ -1,130 +1,161 @@ -# rules_rust drops the cc_toolchain's static C++ runtime -# (`static_runtime_lib`: hermetic-llvm's libc++/libc++abi/libunwind, the -# sole provider of the `_Unwind_*` symbols rust std needs since the -# toolchain links with `--unwindlib=none`) in two places this patch fixes: -# `rust_doc_test` links (every doc test fails to link with undefined -# `_Unwind_*`) and dylib/cdylib links (rules_rust links the — here empty — -# dynamic runtime instead, and since shared-library links don't fail on -# undefined symbols the breakage only surfaces at runtime: dlopen of e.g. -# libnss_icos.so fails, leaving GuestOS unable to resolve "hostos" and -# nft unable to load the orchestrator's firewall rules). -diff -ruN a/rust/private/rustc.bzl b/rust/private/rustc.bzl ---- a/rust/private/rustc.bzl 2026-08-02 08:25:10.631982814 +0000 -+++ b/rust/private/rustc.bzl 2026-08-02 08:31:11.230009543 +0000 -@@ -774,9 +774,21 @@ +# rules_rust links the cc_toolchain's *dynamic* C++ runtime into dylib/cdylib +# crates. With hermetic-llvm that runtime is unusable: only its +# `static_runtime_lib` (libc++/libc++abi/libunwind) provides the `_Unwind_*` +# symbols rust std needs, since the toolchain links with `--unwindlib=none`, +# and the dynamic one consists of versioned files (libunwind.so.1) that a +# `-l` flag never matches. Shared-library links don't fail on undefined +# symbols, so the breakage only surfaces at runtime: dlopen of e.g. +# libnss_icos.so fails, leaving GuestOS unable to resolve "hostos" and nft +# unable to load the orchestrator's firewall rules. +# +# This patch prefers the static runtime for shared libraries too, falling back +# to the dynamic one for toolchains that ship no static runtime (the local +# toolchains' system libstdc++.so). The policy lives in one new helper, +# `cc_runtime_libs`, shared by the three sites that pick a runtime: the action +# inputs (`collect_inputs`), the rustc link flags (`_add_native_link_flags`) +# and rustdoc's doc-test link flags. +# +# The `rust_doc_test` half of this fix — doc tests dropping the runtime libs' +# `-l` flags and `-Lnative=` roots entirely — is upstream as of 0.74.0 +# (commit ed7afd2fc, +# https://github.com/bazelbuild/rules_rust/pull/4220), so this patch no +# longer carries it. Upstream's version is a superset: it also guards against +# an empty lib root, which would emit `--strip_substring=/`. +diff --git a/rust/private/rustc.bzl b/rust/private/rustc.bzl +index d447c9730..2e576db84 100644 +--- a/rust/private/rustc.bzl ++++ b/rust/private/rustc.bzl +@@ -667,6 +667,44 @@ def _depend_on_metadata(crate_info, force_depend_on_objects): + + return crate_info.type in ("rlib", "lib") + ++def cc_runtime_libs(cc_toolchain, feature_configuration, crate_type): ++ """Returns the cc_toolchain's C++ runtime libraries to link a crate against. ++ ++ For every crate type but `dylib`/`cdylib` this is the static runtime ++ (e.g. libstdc++.a or libc++.a), like linking a `cc_binary` would. ++ ++ For shared libraries rules_rust links the *dynamic* runtime (e.g. ++ libstdc++.so or libc++.so), but we prefer the static one whenever the ++ toolchain provides it: hermetic toolchains like hermetic-llvm only usably ++ ship a static runtime, and its libunwind is the sole provider of the ++ `_Unwind_*` symbols rust std needs since the toolchain links with ++ `--unwindlib=none`. Their dynamic runtime consists of versioned library ++ files (libunwind.so.1) that a `-l` flag never matches, so linking it ++ silently produces a shared library with undefined `_Unwind_*` symbols that ++ only fails at runtime, because shared-library links don't fail on ++ undefined symbols: dlopen of e.g. libnss_icos.so fails, leaving GuestOS ++ unable to resolve "hostos" and nft unable to load the orchestrator's ++ firewall rules. ++ ++ Falls back to the dynamic runtime when the toolchain provides no static ++ one, which is the case for the local toolchains that only offer the ++ system libstdc++.so. ++ ++ Args: ++ cc_toolchain (CcToolchainInfo): The cc_toolchain to query, not None. ++ feature_configuration (FeatureConfiguration): Feature configuration to be queried. ++ crate_type (str): The crate type of the crate being linked. ++ ++ Returns: ++ A tuple of the runtime libraries (depset[File]) and whether they are ++ the static runtime (bool), which callers need to tell `-lstatic=` from ++ `-ldylib=`. ++ """ ++ static_runtime_libs = cc_toolchain.static_runtime_lib(feature_configuration = feature_configuration) ++ if crate_type in ["dylib", "cdylib"] and not static_runtime_libs.to_list(): ++ return cc_toolchain.dynamic_runtime_lib(feature_configuration = feature_configuration), False ++ return static_runtime_libs, True ++ + def collect_inputs( + ctx, + file, +@@ -784,12 +822,8 @@ def collect_inputs( + if not cc_toolchain: runtime_libs = depset() - elif crate_info.type in ["dylib", "cdylib"]: +- elif crate_info.type in ["dylib", "cdylib"]: - # For shared libraries we want to link C++ runtime library dynamically - # (for example libstdc++.so or libc++.so). - runtime_libs = cc_toolchain.dynamic_runtime_lib(feature_configuration = feature_configuration) -+ # For shared libraries we prefer the static C++ runtime when the -+ # toolchain provides one (`static_runtime_lib`), falling back to the -+ # dynamic runtime (e.g. the system libstdc++.so with local -+ # toolchains, which provide no static runtime). Hermetic toolchains -+ # like hermetic-llvm only usably ship a static runtime, and its -+ # libunwind is the sole provider of the `_Unwind_*` symbols rust std -+ # needs since the toolchain links with `--unwindlib=none`; their -+ # dynamic runtime consists of versioned library files (libunwind.so.1) -+ # that a `-l` flag never matches, so linking it silently produces a -+ # shared library with undefined `_Unwind_*` symbols that only fails -+ # at dlopen time (shared-library links don't fail on undefined -+ # symbols). -+ runtime_libs = cc_toolchain.static_runtime_lib(feature_configuration = feature_configuration) -+ if not runtime_libs.to_list(): -+ runtime_libs = cc_toolchain.dynamic_runtime_lib(feature_configuration = feature_configuration) else: - runtime_libs = cc_toolchain.static_runtime_lib(feature_configuration = feature_configuration) - -@@ -2874,18 +2886,25 @@ - +- runtime_libs = cc_toolchain.static_runtime_lib(feature_configuration = feature_configuration) ++ runtime_libs, _ = cc_runtime_libs(cc_toolchain, feature_configuration, crate_info.type) + + nolinkstamp_compile_inputs = depset( + nolinkstamp_compile_direct_inputs + +@@ -3053,34 +3087,18 @@ def _add_native_link_flags( + args.add_all(linkstamp_outs, format_each = "-Clink-args=%s") + if cc_toolchain: - if crate_type in ["dylib", "cdylib"]: +- if crate_type in ["dylib", "cdylib"]: - # For shared libraries we want to link C++ runtime library dynamically - # (for example libstdc++.so or libc++.so). -+ # For shared libraries we prefer the static C++ runtime when the -+ # toolchain provides one, falling back to the dynamic runtime -+ # (e.g. the system libstdc++.so with local toolchains). See the -+ # matching branch in `collect_inputs` for the full rationale. -+ runtime_lib = cc_toolchain.static_runtime_lib(feature_configuration = feature_configuration) -+ lib_flag_format = "-lstatic=%s" -+ if not runtime_lib.to_list(): -+ runtime_lib = cc_toolchain.dynamic_runtime_lib(feature_configuration = feature_configuration) -+ lib_flag_format = "-ldylib=%s" - args.add_all( +- args.add_all( - cc_toolchain.dynamic_runtime_lib(feature_configuration = feature_configuration), -+ runtime_lib, - map_each = _get_dirname, - format_each = "-Lnative=%s", - ) - if include_link_flags: - args.add_all( +- map_each = _get_dirname, +- format_each = "-Lnative=%s", +- ) +- if include_link_flags: +- args.add_all( - cc_toolchain.dynamic_runtime_lib(feature_configuration = feature_configuration), -+ runtime_lib, - map_each = get_lib_name, +- map_each = get_lib_name, - format_each = "-ldylib=%s", -+ format_each = lib_flag_format, - ) - else: - # For all other crate types we want to link C++ runtime library statically -diff -ruN a/rust/private/rustdoc.bzl b/rust/private/rustdoc.bzl ---- a/rust/private/rustdoc.bzl 2026-08-02 07:55:05.399576081 +0000 -+++ b/rust/private/rustdoc.bzl 2026-08-02 07:55:32.292520039 +0000 -@@ -170,6 +170,26 @@ - else: - rustdoc_flags.append("-Clink-arg=%s" % arg) - -+ # `include_link_flags = False` below also drops the `-lstatic` flags for -+ # the C++ runtime libraries the cc_toolchain links via -+ # `static_runtime_lib` (e.g. libc++, libc++abi and libunwind for -+ # toolchains that pass `--unwindlib=none`, such as hermetic-llvm). -+ # Without them doc test binaries fail to link with undefined -+ # `_Unwind_*` symbols, so add the equivalent `-Clink-arg` flags here. -+ # The matching `-Lnative` search paths are always emitted by -+ # `construct_arguments` below. -+ if cc_toolchain: -+ for lib in cc_toolchain.static_runtime_lib( -+ feature_configuration = feature_configuration, -+ ).to_list(): -+ arg = get_lib_name(lib) -+ if not for_windows: -+ arg = "-l" + arg -+ if type(rustdoc_flags) == "Args": -+ rustdoc_flags.add("-Clink-arg=%s" % arg) -+ else: -+ rustdoc_flags.append("-Clink-arg=%s" % arg) -+ - args, env = construct_arguments( - ctx = ctx, - attr = ctx.attr, -diff -ruN a/rust/private/rustdoc_test.bzl b/rust/private/rustdoc_test.bzl ---- a/rust/private/rustdoc_test.bzl 2026-08-02 07:55:05.404576070 +0000 -+++ b/rust/private/rustdoc_test.bzl 2026-08-02 07:55:32.292520039 +0000 -@@ -18,7 +18,7 @@ +- ) +- else: +- # For all other crate types we want to link C++ runtime library statically +- # (for example libstdc++.a or libc++.a). ++ runtime_libs, is_static_runtime = cc_runtime_libs(cc_toolchain, feature_configuration, crate_type) ++ args.add_all( ++ runtime_libs, ++ map_each = _get_dirname, ++ format_each = "-Lnative=%s", ++ ) ++ if include_link_flags: + args.add_all( +- cc_toolchain.static_runtime_lib(feature_configuration = feature_configuration), +- map_each = _get_dirname, +- format_each = "-Lnative=%s", ++ runtime_libs, ++ map_each = get_lib_name, ++ format_each = "-lstatic=%s" if is_static_runtime else "-ldylib=%s", + ) +- if include_link_flags: +- args.add_all( +- cc_toolchain.static_runtime_lib(feature_configuration = feature_configuration), +- map_each = get_lib_name, +- format_each = "-lstatic=%s", +- ) + + def _get_out_dir_path(file): + """Return the path suitable for `--out-dir=`. +diff --git a/rust/private/rustdoc.bzl b/rust/private/rustdoc.bzl +index 2114d3790..339c3a376 100644 +--- a/rust/private/rustdoc.bzl ++++ b/rust/private/rustdoc.bzl +@@ -17,7 +17,7 @@ load("//rust/private:common.bzl", "rust_common") - load("//rust/private:providers.bzl", "CrateInfo") - load("//rust/private:rustdoc.bzl", "rustdoc_compile_action") --load("//rust/private:utils.bzl", "dedent", "find_toolchain", "transform_deps") -+load("//rust/private:utils.bzl", "dedent", "find_cc_toolchain", "find_toolchain", "transform_deps") - - def _collect_library_roots(roots, deps): - for dep in deps.to_list(): -@@ -89,6 +89,18 @@ - if dep_cc_info: - _collect_library_roots(roots, dep_cc_info.linking_context.linker_inputs) - -+ # The `-Lnative` flags for the cc_toolchain's static C++ runtime libraries -+ # (`static_runtime_lib`, e.g. hermetic toolchains' libc++/libunwind) point -+ # into the toolchain's own configuration root, which the dependency roots -+ # collected above don't cover. Strip it too so those search paths resolve -+ # from the runfiles directory at test runtime. -+ cc_toolchain, feature_configuration = find_cc_toolchain(ctx) -+ if cc_toolchain: -+ for lib in cc_toolchain.static_runtime_lib( -+ feature_configuration = feature_configuration, -+ ).to_list(): -+ roots.append(lib.root.path) -+ - writer_args.add_all(roots, format_each = "--strip_substring=%s/", uniquify = True) - - # Indicate that the rustdoc_test args are over. + load("//rust/private:pic_utils.bzl", "should_use_pic") + load("//rust/private:providers.bzl", "LintsInfo") +-load("//rust/private:rustc.bzl", "collect_deps", "collect_inputs", "construct_arguments") ++load("//rust/private:rustc.bzl", "cc_runtime_libs", "collect_deps", "collect_inputs", "construct_arguments") + load( + "//rust/private:utils.bzl", + "dedent", +@@ -185,13 +185,10 @@ def rustdoc_compile_action( + # below the archives sit on the search path with nothing referencing + # them, and every doc test fails to link with undefined `_Unwind_*`. + # +- # Mirrors the crate-type split in `collect_inputs`, so the libs named +- # here are the ones that were added to the action inputs. ++ # Goes through the same `cc_runtime_libs` as `collect_inputs`, so the ++ # libs named here are the ones that were added to the action inputs. + if cc_toolchain: +- if crate_info.type in ["dylib", "cdylib"]: +- runtime_libs = cc_toolchain.dynamic_runtime_lib(feature_configuration = feature_configuration) +- else: +- runtime_libs = cc_toolchain.static_runtime_lib(feature_configuration = feature_configuration) ++ runtime_libs, _ = cc_runtime_libs(cc_toolchain, feature_configuration, crate_info.type) + for lib in runtime_libs.to_list(): + static_runtime_libs.append(lib) + arg = get_lib_name(lib) diff --git a/bazel/rust.MODULE.bazel b/bazel/rust.MODULE.bazel index 9657f40bfe92..de698adbf6f6 100644 --- a/bazel/rust.MODULE.bazel +++ b/bazel/rust.MODULE.bazel @@ -2,15 +2,11 @@ # Run `./bin/bazel-pin.sh` from the top-level directory of the working tree after changing this file # to regenerate Cargo Bazel lockfiles. -bazel_dep(name = "rules_rust", version = "0.71.3") -archive_override( +bazel_dep(name = "rules_rust", version = "0.74.0") +single_version_override( module_name = "rules_rust", - integrity = "sha256-5GXwZtp5VlNxMI+dolYYxhyhG5f5ReZ5qz30gAbPsrg=", patch_strip = 1, patches = ["//bazel:rules_rust_static_runtime.patch"], - strip_prefix = "rules_rust-f8f382c7e351a797242ce4a92262342f8994e265", - type = "tar.gz", - urls = ["https://codeload.github.com/dfinity/rules_rust/tar.gz/f8f382c7e351a797242ce4a92262342f8994e265"], ) rust = use_extension("@rules_rust//rust:extensions.bzl", "rust") From cc292ad02a576856c4b11bb80259a41433a7b972 Mon Sep 17 00:00:00 2001 From: Bas van Dijk Date: Fri, 11 Sep 2026 07:40:21 +0000 Subject: [PATCH 2/6] bin/bazel-pin.sh --- Cargo.Bazel.json.lock | 93767 +--------------------------------------- Cargo.Bazel.toml.lock | 20 - 2 files changed, 9 insertions(+), 93778 deletions(-) diff --git a/Cargo.Bazel.json.lock b/Cargo.Bazel.json.lock index 5c46d4af32a4..69f6af59c206 100644 --- a/Cargo.Bazel.json.lock +++ b/Cargo.Bazel.json.lock @@ -1,93589 +1,9 @@ { - "checksum": "e2869aadaa74bf57897300d2127b31b109918d9d426ad9f3be95d2796a6d22ad", - "crates": { - "actix-codec 0.5.1": { - "name": "actix-codec", - "version": "0.5.1", - "package_url": "https://github.com/actix/actix-net", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/actix-codec/0.5.1/download", - "sha256": "617a8268e3537fe1d8c9ead925fca49ef6400927ee7bc26750e90ecee14ce4b8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "actix_codec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "actix_codec", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bitflags 1.3.2", - "target": "bitflags" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-sink 0.3.31", - "target": "futures_sink" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-util 0.7.17", - "target": "tokio_util" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "actix-http 3.12.1": { - "name": "actix-http", - "version": "3.12.1", - "package_url": "https://github.com/actix/actix-web", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/actix-http/3.12.1/download", - "sha256": "93acb4a42f64936f9b8cae4a433b237599dd6eb6ed06124eb67132ef8cc90662" - } - }, - "targets": [ - { - "Library": { - "crate_name": "actix_http", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "actix_http", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "__compress", - "compress-brotli", - "compress-gzip", - "compress-zstd", - "default", - "http2", - "ws" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "actix-codec 0.5.1", - "target": "actix_codec" - }, - { - "id": "actix-rt 2.10.0", - "target": "actix_rt" - }, - { - "id": "actix-service 2.0.2", - "target": "actix_service" - }, - { - "id": "actix-utils 3.0.1", - "target": "actix_utils" - }, - { - "id": "base64 0.22.1", - "target": "base64" - }, - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "brotli 8.0.1", - "target": "brotli" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "bytestring 1.3.0", - "target": "bytestring" - }, - { - "id": "derive_more 2.1.1", - "target": "derive_more" - }, - { - "id": "encoding_rs 0.8.32", - "target": "encoding_rs" - }, - { - "id": "flate2 1.1.5", - "target": "flate2" - }, - { - "id": "foldhash 0.1.4", - "target": "foldhash" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "h2 0.3.27", - "target": "h2" - }, - { - "id": "http 0.2.12", - "target": "http" - }, - { - "id": "httparse 1.10.1", - "target": "httparse" - }, - { - "id": "httpdate 1.0.3", - "target": "httpdate" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "language-tags 0.3.2", - "target": "language_tags" - }, - { - "id": "local-channel 0.1.3", - "target": "local_channel" - }, - { - "id": "mime 0.3.17", - "target": "mime" - }, - { - "id": "percent-encoding 2.3.1", - "target": "percent_encoding" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "rand 0.10.1", - "target": "rand" - }, - { - "id": "sha1 0.11.0", - "target": "sha1" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-util 0.7.17", - "target": "tokio_util" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - }, - { - "id": "zstd 0.13.2", - "target": "zstd" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.12.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "actix-macros 0.2.3": { - "name": "actix-macros", - "version": "0.2.3", - "package_url": "https://github.com/actix/actix-net.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/actix-macros/0.2.3/download", - "sha256": "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "actix_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "actix_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "actix-router 0.5.3": { - "name": "actix-router", - "version": "0.5.3", - "package_url": "https://github.com/actix/actix-web", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/actix-router/0.5.3/download", - "sha256": "13d324164c51f63867b57e73ba5936ea151b8a41a1d23d1031eeb9f70d0236f8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "actix_router", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "actix_router", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "http", - "unicode" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytestring 1.3.0", - "target": "bytestring" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "http 0.2.12", - "target": "http" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "regex-lite 0.1.8", - "target": "regex_lite" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "actix-rt 2.10.0": { - "name": "actix-rt", - "version": "2.10.0", - "package_url": "https://github.com/actix/actix-net", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/actix-rt/2.10.0/download", - "sha256": "24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208" - } - }, - "targets": [ - { - "Library": { - "crate_name": "actix_rt", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "actix_rt", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "actix-macros", - "default", - "macros" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "actix-macros 0.2.3", - "target": "actix_macros" - } - ], - "selects": {} - }, - "version": "2.10.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "actix-server 2.2.0": { - "name": "actix-server", - "version": "2.2.0", - "package_url": "https://github.com/actix/actix-net.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/actix-server/2.2.0/download", - "sha256": "3e8613a75dd50cc45f473cee3c34d59ed677c0f7b44480ce3b8247d7dc519327" - } - }, - "targets": [ - { - "Library": { - "crate_name": "actix_server", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "actix_server", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "actix-rt 2.10.0", - "target": "actix_rt" - }, - { - "id": "actix-service 2.0.2", - "target": "actix_service" - }, - { - "id": "actix-utils 3.0.1", - "target": "actix_utils" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "mio 0.8.10", - "target": "mio" - }, - { - "id": "num_cpus 1.16.0", - "target": "num_cpus" - }, - { - "id": "socket2 0.4.9", - "target": "socket2" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.2.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "actix-service 2.0.2": { - "name": "actix-service", - "version": "2.0.2", - "package_url": "https://github.com/actix/actix-net", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/actix-service/2.0.2/download", - "sha256": "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "actix_service", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "actix_service", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "2.0.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "actix-utils 3.0.1": { - "name": "actix-utils", - "version": "3.0.1", - "package_url": "https://github.com/actix/actix-net", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/actix-utils/3.0.1/download", - "sha256": "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "actix_utils", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "actix_utils", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "local-waker 0.1.3", - "target": "local_waker" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "3.0.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "actix-web 4.9.0": { - "name": "actix-web", - "version": "4.9.0", - "package_url": "https://github.com/actix/actix-web", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/actix-web/4.9.0/download", - "sha256": "9180d76e5cc7ccbc4d60a506f2c727730b154010262df5b910eb17dbe4b8cb38" - } - }, - "targets": [ - { - "Library": { - "crate_name": "actix_web", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "actix_web", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "__compress", - "compat", - "compat-routing-macros-force-pub", - "compress-brotli", - "compress-gzip", - "compress-zstd", - "cookies", - "default", - "http2", - "macros", - "unicode" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "actix-codec 0.5.1", - "target": "actix_codec" - }, - { - "id": "actix-http 3.12.1", - "target": "actix_http" - }, - { - "id": "actix-router 0.5.3", - "target": "actix_router" - }, - { - "id": "actix-rt 2.10.0", - "target": "actix_rt" - }, - { - "id": "actix-server 2.2.0", - "target": "actix_server" - }, - { - "id": "actix-service 2.0.2", - "target": "actix_service" - }, - { - "id": "actix-utils 3.0.1", - "target": "actix_utils" - }, - { - "id": "ahash 0.8.11", - "target": "ahash" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "bytestring 1.3.0", - "target": "bytestring" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "cookie 0.16.2", - "target": "cookie" - }, - { - "id": "encoding_rs 0.8.32", - "target": "encoding_rs" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "impl-more 0.1.6", - "target": "impl_more" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "language-tags 0.3.2", - "target": "language_tags" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "mime 0.3.17", - "target": "mime" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "regex-lite 0.1.8", - "target": "regex_lite" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "serde_urlencoded 0.7.1", - "target": "serde_urlencoded" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "socket2 0.5.9", - "target": "socket2" - }, - { - "id": "time 0.3.47", - "target": "time" - }, - { - "id": "url 2.5.4", - "target": "url" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "actix-macros 0.2.3", - "target": "actix_macros" - }, - { - "id": "actix-web-codegen 4.3.0", - "target": "actix_web_codegen" - }, - { - "id": "derive_more 0.99.17", - "target": "derive_more" - } - ], - "selects": {} - }, - "version": "4.9.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "actix-web-codegen 4.3.0": { - "name": "actix-web-codegen", - "version": "4.3.0", - "package_url": "https://github.com/actix/actix-web", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/actix-web-codegen/4.3.0/download", - "sha256": "f591380e2e68490b5dfaf1dd1aa0ebe78d84ba7067078512b4ea6e4492d622b8" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "actix_web_codegen", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "actix_web_codegen", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "compat-routing-macros-force-pub" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "actix-router 0.5.3", - "target": "actix_router" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "4.3.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "actix-web-prom 0.10.0": { - "name": "actix-web-prom", - "version": "0.10.0", - "package_url": "https://github.com/nlopes/actix-web-prom.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/actix-web-prom/0.10.0/download", - "sha256": "a7eb266b4c692a4a7e68429fcbe4eb3bd55c053f6d84c0522dc83df22395edf6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "actix_web_prom", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "actix_web_prom", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "actix-web 4.9.0", - "target": "actix_web" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "prometheus 0.14.0", - "target": "prometheus" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "strfmt 0.2.4", - "target": "strfmt" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.10.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "addr 0.15.6": { - "name": "addr", - "version": "0.15.6", - "package_url": "https://github.com/addr-rs/addr", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/addr/0.15.6/download", - "sha256": "a93b8a41dbe230ad5087cc721f8d41611de654542180586b315d9f4cf6b72bef" - } - }, - "targets": [ - { - "Library": { - "crate_name": "addr", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "addr", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "idna" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "psl-types 2.0.11", - "target": "psl_types" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.15.6" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE" - }, - "addr2line 0.20.0": { - "name": "addr2line", - "version": "0.20.0", - "package_url": "https://github.com/gimli-rs/addr2line", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/addr2line/0.20.0/download", - "sha256": "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "addr2line", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "addr2line", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "gimli 0.27.3", - "target": "gimli" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.20.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "addr2line 0.26.0": { - "name": "addr2line", - "version": "0.26.0", - "package_url": "https://github.com/gimli-rs/addr2line", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/addr2line/0.26.0/download", - "sha256": "9698bf0769c641b18618039fe2ebd41eb3541f98433000f64e663fab7cea2c87" - } - }, - "targets": [ - { - "Library": { - "crate_name": "addr2line", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "addr2line", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "gimli 0.33.0", - "target": "gimli" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.26.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "adler 1.0.2": { - "name": "adler", - "version": "1.0.2", - "package_url": "https://github.com/jonas-schievink/adler.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/adler/1.0.2/download", - "sha256": "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" - } - }, - "targets": [ - { - "Library": { - "crate_name": "adler", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "adler", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "1.0.2" - }, - "license": "0BSD OR MIT OR Apache-2.0", - "license_ids": [ - "0BSD", - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-0BSD" - }, - "adler2 2.0.1": { - "name": "adler2", - "version": "2.0.1", - "package_url": "https://github.com/oyvindln/adler2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/adler2/2.0.1/download", - "sha256": "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" - } - }, - "targets": [ - { - "Library": { - "crate_name": "adler2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "adler2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "2.0.1" - }, - "license": "0BSD OR MIT OR Apache-2.0", - "license_ids": [ - "0BSD", - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-0BSD" - }, - "adler32 1.2.0": { - "name": "adler32", - "version": "1.2.0", - "package_url": "https://github.com/remram44/adler32-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/adler32/1.2.0/download", - "sha256": "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" - } - }, - "targets": [ - { - "Library": { - "crate_name": "adler32", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "adler32", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.2.0" - }, - "license": "Zlib", - "license_ids": [ - "Zlib" - ], - "license_file": "LICENSE" - }, - "aead 0.5.2": { - "name": "aead", - "version": "0.5.2", - "package_url": "https://github.com/RustCrypto/traits", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/aead/0.5.2/download", - "sha256": "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "aead", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "aead", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "getrandom", - "rand_core", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crypto-common 0.1.6", - "target": "crypto_common" - }, - { - "id": "generic-array 0.14.7", - "target": "generic_array" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "aes 0.8.4": { - "name": "aes", - "version": "0.8.4", - "package_url": "https://github.com/RustCrypto/block-ciphers", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/aes/0.8.4/download", - "sha256": "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "aes", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "aes", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "cipher 0.4.4", - "target": "cipher" - } - ], - "selects": { - "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ - { - "id": "cpufeatures 0.2.9", - "target": "cpufeatures" - } - ] - } - }, - "edition": "2021", - "version": "0.8.4" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "aes-gcm 0.10.3": { - "name": "aes-gcm", - "version": "0.10.3", - "package_url": "https://github.com/RustCrypto/AEADs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/aes-gcm/0.10.3/download", - "sha256": "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "aes_gcm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "aes_gcm", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "aes", - "alloc", - "default", - "getrandom", - "rand_core", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aead 0.5.2", - "target": "aead" - }, - { - "id": "aes 0.8.4", - "target": "aes" - }, - { - "id": "cipher 0.4.4", - "target": "cipher" - }, - { - "id": "ctr 0.9.2", - "target": "ctr" - }, - { - "id": "ghash 0.5.1", - "target": "ghash" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.10.3" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ahash 0.8.11": { - "name": "ahash", - "version": "0.8.11", - "package_url": "https://github.com/tkaitchuck/ahash", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ahash/0.8.11/download", - "sha256": "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ahash", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ahash", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "getrandom", - "runtime-rng", - "std" - ], - "selects": { - "aarch64-apple-darwin": [ - "serde" - ], - "aarch64-unknown-linux-gnu": [ - "serde" - ], - "x86_64-apple-darwin": [ - "serde" - ], - "x86_64-unknown-linux-gnu": [ - "serde" - ] - } - }, - "deps": { - "common": [ - { - "id": "ahash 0.8.11", - "target": "build_script_build" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "getrandom 0.2.10", - "target": "getrandom" - }, - { - "id": "zerocopy 0.7.32", - "target": "zerocopy" - } - ], - "selects": { - "aarch64-apple-darwin": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "aarch64-unknown-linux-gnu": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "cfg(not(all(target_arch = \"arm\", target_os = \"none\")))": [ - { - "id": "once_cell 1.21.3", - "target": "once_cell" - } - ], - "x86_64-apple-darwin": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "x86_64-unknown-linux-gnu": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ] - } - }, - "edition": "2018", - "version": "0.8.11" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "version_check 0.9.4", - "target": "version_check" - } - ], - "selects": {} - } - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "aho-corasick 1.1.3": { - "name": "aho-corasick", - "version": "1.1.3", - "package_url": "https://github.com/BurntSushi/aho-corasick", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/aho-corasick/1.1.3/download", - "sha256": "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" - } - }, - "targets": [ - { - "Library": { - "crate_name": "aho_corasick", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "aho_corasick", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "perf-literal", - "std" - ], - "selects": { - "aarch64-apple-darwin": [ - "default" - ], - "aarch64-unknown-linux-gnu": [ - "default" - ], - "x86_64-apple-darwin": [ - "default" - ], - "x86_64-unknown-linux-gnu": [ - "default" - ] - } - }, - "deps": { - "common": [ - { - "id": "memchr 2.7.4", - "target": "memchr" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.1.3" - }, - "license": "Unlicense OR MIT", - "license_ids": [ - "MIT", - "Unlicense" - ], - "license_file": "LICENSE-MIT" - }, - "aide 0.14.2": { - "name": "aide", - "version": "0.14.2", - "package_url": "https://github.com/tamasfe/aide", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/aide/0.14.2/download", - "sha256": "a2477554ebf38aea815a9c4729100cfc32f766876c45b9c9c38ef221b9d1a703" - } - }, - "targets": [ - { - "Library": { - "crate_name": "aide", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "aide", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "axum", - "axum-json", - "bytes", - "http" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "axum 0.8.9", - "target": "axum" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "schemars 0.8.21", - "target": "schemars" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "tower-layer 0.3.3", - "target": "tower_layer" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.14.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "aligned-vec 0.6.1": { - "name": "aligned-vec", - "version": "0.6.1", - "package_url": "https://github.com/sarah-ek/aligned-vec/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/aligned-vec/0.6.1/download", - "sha256": "7e0966165eaf052580bd70eb1b32cb3d6245774c0104d1b2793e9650bf83b52a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "aligned_vec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "aligned_vec", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "equator 0.2.2", - "target": "equator" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "alloc-no-stdlib 2.0.4": { - "name": "alloc-no-stdlib", - "version": "2.0.4", - "package_url": "https://github.com/dropbox/rust-alloc-no-stdlib", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/alloc-no-stdlib/2.0.4/download", - "sha256": "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "alloc_no_stdlib", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "alloc_no_stdlib", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "2.0.4" - }, - "license": "BSD-3-Clause", - "license_ids": [ - "BSD-3-Clause" - ], - "license_file": "LICENSE" - }, - "alloc-stdlib 0.2.2": { - "name": "alloc-stdlib", - "version": "0.2.2", - "package_url": "https://github.com/dropbox/rust-alloc-no-stdlib", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/alloc-stdlib/0.2.2/download", - "sha256": "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" - } - }, - "targets": [ - { - "Library": { - "crate_name": "alloc_stdlib", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "alloc_stdlib", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "alloc-no-stdlib 2.0.4", - "target": "alloc_no_stdlib" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.2.2" - }, - "license": "BSD-3-Clause", - "license_ids": [ - "BSD-3-Clause" - ], - "license_file": null - }, - "allocator-api2 0.2.21": { - "name": "allocator-api2", - "version": "0.2.21", - "package_url": "https://github.com/zakarumych/allocator-api2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/allocator-api2/0.2.21/download", - "sha256": "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" - } - }, - "targets": [ - { - "Library": { - "crate_name": "allocator_api2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "allocator_api2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.21" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "alloy-consensus 1.8.3": { - "name": "alloy-consensus", - "version": "1.8.3", - "package_url": "https://github.com/alloy-rs/alloy", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/alloy-consensus/1.8.3/download", - "sha256": "7f16daaf7e1f95f62c6c3bf8a3fc3d78b08ae9777810c0bb5e94966c7cd57ef0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "alloy_consensus", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "alloy_consensus", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "k256", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloy-eips 1.8.3", - "target": "alloy_eips" - }, - { - "id": "alloy-primitives 1.7.1", - "target": "alloy_primitives" - }, - { - "id": "alloy-rlp 0.3.16", - "target": "alloy_rlp" - }, - { - "id": "alloy-serde 1.8.3", - "target": "alloy_serde" - }, - { - "id": "alloy-trie 0.9.5", - "target": "alloy_trie" - }, - { - "id": "derive_more 2.1.1", - "target": "derive_more" - }, - { - "id": "either 1.18.0", - "target": "either" - }, - { - "id": "k256 0.13.4", - "target": "k256" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "alloy-tx-macros 1.8.3", - "target": "alloy_tx_macros" - }, - { - "id": "auto_impl 1.3.0", - "target": "auto_impl" - } - ], - "selects": {} - }, - "version": "1.8.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "alloy-consensus-any 1.8.3": { - "name": "alloy-consensus-any", - "version": "1.8.3", - "package_url": "https://github.com/alloy-rs/alloy", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/alloy-consensus-any/1.8.3/download", - "sha256": "118998d9015332ab1b4720ae1f1e3009491966a0349938a1f43ff45a8a4c6299" - } - }, - "targets": [ - { - "Library": { - "crate_name": "alloy_consensus_any", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "alloy_consensus_any", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloy-consensus 1.8.3", - "target": "alloy_consensus" - }, - { - "id": "alloy-eips 1.8.3", - "target": "alloy_eips" - }, - { - "id": "alloy-primitives 1.7.1", - "target": "alloy_primitives" - }, - { - "id": "alloy-rlp 0.3.16", - "target": "alloy_rlp" - }, - { - "id": "alloy-serde 1.8.3", - "target": "alloy_serde" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.8.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "alloy-eip2124 0.2.0": { - "name": "alloy-eip2124", - "version": "0.2.0", - "package_url": "https://github.com/alloy-rs/eips", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/alloy-eip2124/0.2.0/download", - "sha256": "741bdd7499908b3aa0b159bba11e71c8cddd009a2c2eb7a06e825f1ec87900a5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "alloy_eip2124", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "alloy_eip2124", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloy-primitives 1.7.1", - "target": "alloy_primitives" - }, - { - "id": "alloy-rlp 0.3.16", - "target": "alloy_rlp" - }, - { - "id": "crc 3.3.0", - "target": "crc" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "alloy-eip2930 0.2.4": { - "name": "alloy-eip2930", - "version": "0.2.4", - "package_url": "https://github.com/alloy-rs/eips", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/alloy-eip2930/0.2.4/download", - "sha256": "e64579d931b3f8eacc7c9ab0b220e87e9c4816e5c724ede1947b55c2f8e92ae5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "alloy_eip2930", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "alloy_eip2930", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloy-primitives 1.7.1", - "target": "alloy_primitives" - }, - { - "id": "alloy-rlp 0.3.16", - "target": "alloy_rlp" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.2.4" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "alloy-eip7702 0.6.3": { - "name": "alloy-eip7702", - "version": "0.6.3", - "package_url": "https://github.com/alloy-rs/eips", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/alloy-eip7702/0.6.3/download", - "sha256": "2919c5a56a1007492da313e7a3b6d45ef5edc5d33416fdec63c0d7a2702a0d20" - } - }, - "targets": [ - { - "Library": { - "crate_name": "alloy_eip7702", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "alloy_eip7702", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "k256", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloy-primitives 1.7.1", - "target": "alloy_primitives" - }, - { - "id": "alloy-rlp 0.3.16", - "target": "alloy_rlp" - }, - { - "id": "k256 0.13.4", - "target": "k256" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.6.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "alloy-eip7928 0.3.7": { - "name": "alloy-eip7928", - "version": "0.3.7", - "package_url": "https://github.com/alloy-rs/eips", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/alloy-eip7928/0.3.7/download", - "sha256": "6b827a6d7784fe3eb3489d40699407a4cdcce74271421a01bdffe60cf573bb16" - } - }, - "targets": [ - { - "Library": { - "crate_name": "alloy_eip7928", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "alloy_eip7928", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloy-primitives 1.7.1", - "target": "alloy_primitives" - }, - { - "id": "alloy-rlp 0.3.16", - "target": "alloy_rlp" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.3.7" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "alloy-eips 1.8.3": { - "name": "alloy-eips", - "version": "1.8.3", - "package_url": "https://github.com/alloy-rs/alloy", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/alloy-eips/1.8.3/download", - "sha256": "e6ef28c9fdad22d4eec52d894f5f2673a0895f1e5ef196734568e68c0f6caca8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "alloy_eips", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "alloy_eips", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "k256", - "kzg-sidecar", - "serde", - "sha2", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloy-eip2124 0.2.0", - "target": "alloy_eip2124" - }, - { - "id": "alloy-eip2930 0.2.4", - "target": "alloy_eip2930" - }, - { - "id": "alloy-eip7702 0.6.3", - "target": "alloy_eip7702" - }, - { - "id": "alloy-eip7928 0.3.7", - "target": "alloy_eip7928" - }, - { - "id": "alloy-primitives 1.7.1", - "target": "alloy_primitives" - }, - { - "id": "alloy-rlp 0.3.16", - "target": "alloy_rlp" - }, - { - "id": "alloy-serde 1.8.3", - "target": "alloy_serde" - }, - { - "id": "derive_more 2.1.1", - "target": "derive_more" - }, - { - "id": "either 1.18.0", - "target": "either" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_with 3.21.0", - "target": "serde_with" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "auto_impl 1.3.0", - "target": "auto_impl" - } - ], - "selects": {} - }, - "version": "1.8.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "alloy-json-abi 1.7.1": { - "name": "alloy-json-abi", - "version": "1.7.1", - "package_url": "https://github.com/alloy-rs/core", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/alloy-json-abi/1.7.1/download", - "sha256": "208699c66c453fbb4c50d2e602f8ceff8a5f1fa48ac8b6ee3b6357fdc93da311" - } - }, - "targets": [ - { - "Library": { - "crate_name": "alloy_json_abi", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "alloy_json_abi", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "alloy-primitives 1.7.1", - "target": "alloy_primitives" - }, - { - "id": "alloy-sol-type-parser 1.7.1", - "target": "alloy_sol_type_parser" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "1.7.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "alloy-network-primitives 1.8.3": { - "name": "alloy-network-primitives", - "version": "1.8.3", - "package_url": "https://github.com/alloy-rs/alloy", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/alloy-network-primitives/1.8.3/download", - "sha256": "eb82711d59a43fdfd79727c99f270b974c784ec4eb5728a0d0d22f26716c87ef" - } - }, - "targets": [ - { - "Library": { - "crate_name": "alloy_network_primitives", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "alloy_network_primitives", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloy-consensus 1.8.3", - "target": "alloy_consensus" - }, - { - "id": "alloy-eips 1.8.3", - "target": "alloy_eips" - }, - { - "id": "alloy-primitives 1.7.1", - "target": "alloy_primitives" - }, - { - "id": "alloy-serde 1.8.3", - "target": "alloy_serde" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.8.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "alloy-primitives 1.7.1": { - "name": "alloy-primitives", - "version": "1.7.1", - "package_url": "https://github.com/alloy-rs/core", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/alloy-primitives/1.7.1/download", - "sha256": "9c902f0ca3f8353c41e3e1ec3cf26be49412525bc48ab9d3c4710d7be4f01832" - } - }, - "targets": [ - { - "Library": { - "crate_name": "alloy_primitives", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "alloy_primitives", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "k256", - "map", - "map-foldhash", - "rlp", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloy-rlp 0.3.16", - "target": "alloy_rlp" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "const-hex 1.19.1", - "target": "const_hex", - "alias": "hex" - }, - { - "id": "derive_more 2.1.1", - "target": "derive_more" - }, - { - "id": "foldhash 0.2.0", - "target": "foldhash" - }, - { - "id": "hashbrown 0.17.0", - "target": "hashbrown" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "k256 0.13.4", - "target": "k256" - }, - { - "id": "ruint 1.20.0", - "target": "ruint" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "sha3 0.11.0", - "target": "sha3" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "1.7.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "alloy-rlp 0.3.16": { - "name": "alloy-rlp", - "version": "0.3.16", - "package_url": "https://github.com/alloy-rs/rlp", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/alloy-rlp/0.3.16/download", - "sha256": "24671b1f62edcf0f9b62994c7bf72cd621a04a4b99f5020ece1a647b40e2f103" - } - }, - "targets": [ - { - "Library": { - "crate_name": "alloy_rlp", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "alloy_rlp", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "arrayvec", - "core-error", - "core-net", - "derive", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "arrayvec 0.7.4", - "target": "arrayvec" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "alloy-rlp-derive 0.3.16", - "target": "alloy_rlp_derive" - } - ], - "selects": {} - }, - "version": "0.3.16" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "alloy-rlp-derive 0.3.16": { - "name": "alloy-rlp-derive", - "version": "0.3.16", - "package_url": "https://github.com/alloy-rs/rlp", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/alloy-rlp-derive/0.3.16/download", - "sha256": "9d4311c03125e8a18296504560b9de3d75ecbd0dcda7f71e6cf2a196d57e6fba" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "alloy_rlp_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "alloy_rlp_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.16" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "alloy-rpc-types-eth 1.8.3": { - "name": "alloy-rpc-types-eth", - "version": "1.8.3", - "package_url": "https://github.com/alloy-rs/alloy", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/alloy-rpc-types-eth/1.8.3/download", - "sha256": "59c095f92c4e1ff4981d89e9aa02d5f98c762a1980ab66bec49c44be11349da2" - } - }, - "targets": [ - { - "Library": { - "crate_name": "alloy_rpc_types_eth", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "alloy_rpc_types_eth", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloy-consensus 1.8.3", - "target": "alloy_consensus" - }, - { - "id": "alloy-consensus-any 1.8.3", - "target": "alloy_consensus_any" - }, - { - "id": "alloy-eips 1.8.3", - "target": "alloy_eips" - }, - { - "id": "alloy-network-primitives 1.8.3", - "target": "alloy_network_primitives" - }, - { - "id": "alloy-primitives 1.7.1", - "target": "alloy_primitives" - }, - { - "id": "alloy-rlp 0.3.16", - "target": "alloy_rlp" - }, - { - "id": "alloy-serde 1.8.3", - "target": "alloy_serde" - }, - { - "id": "alloy-sol-types 1.7.1", - "target": "alloy_sol_types" - }, - { - "id": "itertools 0.14.0", - "target": "itertools" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.8.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "alloy-serde 1.8.3": { - "name": "alloy-serde", - "version": "1.8.3", - "package_url": "https://github.com/alloy-rs/alloy", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/alloy-serde/1.8.3/download", - "sha256": "11ece63b89294b8614ab3f483560c08d016930f842bf36da56bf0b764a15c11e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "alloy_serde", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "alloy_serde", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloy-primitives 1.7.1", - "target": "alloy_primitives" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.8.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "alloy-sol-macro 1.7.1": { - "name": "alloy-sol-macro", - "version": "1.7.1", - "package_url": "https://github.com/alloy-rs/core", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/alloy-sol-macro/1.7.1/download", - "sha256": "fdcbd48d60e029be4a325c3a2f1312761caea4ed249f18ba9e8ed24ca1bf01e6" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "alloy_sol_macro", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "alloy_sol_macro", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "alloy-sol-macro-expander 1.7.1", - "target": "alloy_sol_macro_expander" - }, - { - "id": "alloy-sol-macro-input 1.7.1", - "target": "alloy_sol_macro_input" - }, - { - "id": "proc-macro-error3 3.0.1", - "target": "proc_macro_error3" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "1.7.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "alloy-sol-macro-expander 1.7.1": { - "name": "alloy-sol-macro-expander", - "version": "1.7.1", - "package_url": "https://github.com/alloy-rs/core", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/alloy-sol-macro-expander/1.7.1/download", - "sha256": "59c9f7c535f99a7e7b64cc520968b09ed14cec3715572fcc277cfbff602808cd" - } - }, - "targets": [ - { - "Library": { - "crate_name": "alloy_sol_macro_expander", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "alloy_sol_macro_expander", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "alloy-sol-macro-input 1.7.1", - "target": "alloy_sol_macro_input" - }, - { - "id": "const-hex 1.19.1", - "target": "const_hex", - "alias": "hex" - }, - { - "id": "heck 0.5.0", - "target": "heck" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "proc-macro-error3 3.0.1", - "target": "proc_macro_error3" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "sha3 0.11.0", - "target": "sha3" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "syn-solidity 1.7.1", - "target": "syn_solidity" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "1.7.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "alloy-sol-macro-input 1.7.1": { - "name": "alloy-sol-macro-input", - "version": "1.7.1", - "package_url": "https://github.com/alloy-rs/core", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/alloy-sol-macro-input/1.7.1/download", - "sha256": "1abd404fbc12f543823005146b73fd07621bdc0baaa950d26995c543a9d73811" - } - }, - "targets": [ - { - "Library": { - "crate_name": "alloy_sol_macro_input", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "alloy_sol_macro_input", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "const-hex 1.19.1", - "target": "const_hex", - "alias": "hex" - }, - { - "id": "dunce 1.0.5", - "target": "dunce" - }, - { - "id": "heck 0.5.0", - "target": "heck" - }, - { - "id": "macro-string 0.2.0", - "target": "macro_string" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "syn-solidity 1.7.1", - "target": "syn_solidity" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "1.7.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "alloy-sol-type-parser 1.7.1": { - "name": "alloy-sol-type-parser", - "version": "1.7.1", - "package_url": "https://github.com/alloy-rs/core", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/alloy-sol-type-parser/1.7.1/download", - "sha256": "40a7fd71864526bfeca8903010d5bb7fd28a0a4f5cc55818304c9cad8f0d63ab" - } - }, - "targets": [ - { - "Library": { - "crate_name": "alloy_sol_type_parser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "alloy_sol_type_parser", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "winnow 1.0.4", - "target": "winnow" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "1.7.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "alloy-sol-types 1.7.1": { - "name": "alloy-sol-types", - "version": "1.7.1", - "package_url": "https://github.com/alloy-rs/core", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/alloy-sol-types/1.7.1/download", - "sha256": "adfc2ba3fb0e865de4934bcad6d37fc51e9ffcd5294be1322eab38e4494e051b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "alloy_sol_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "alloy_sol_types", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloy-primitives 1.7.1", - "target": "alloy_primitives" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "alloy-sol-macro 1.7.1", - "target": "alloy_sol_macro" - } - ], - "selects": {} - }, - "version": "1.7.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "alloy-trie 0.9.5": { - "name": "alloy-trie", - "version": "0.9.5", - "package_url": "https://github.com/alloy-rs/trie", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/alloy-trie/0.9.5/download", - "sha256": "3f14b5d9b2c2173980202c6ff470d96e7c5e202c65a9f67884ad565226df7fbb" - } - }, - "targets": [ - { - "Library": { - "crate_name": "alloy_trie", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "alloy_trie", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "ethereum", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloy-primitives 1.7.1", - "target": "alloy_primitives" - }, - { - "id": "alloy-rlp 0.3.16", - "target": "alloy_rlp" - }, - { - "id": "derive_more 2.1.1", - "target": "derive_more" - }, - { - "id": "nybbles 0.4.8", - "target": "nybbles" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.9.5" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "alloy-tx-macros 1.8.3": { - "name": "alloy-tx-macros", - "version": "1.8.3", - "package_url": "https://github.com/alloy-rs/alloy", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/alloy-tx-macros/1.8.3/download", - "sha256": "d69722eddcdf1ce096c3ab66cf8116999363f734eb36fe94a148f4f71c85da84" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "alloy_tx_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "alloy_tx_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "darling 0.23.0", - "target": "darling" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.8.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "android_system_properties 0.1.5": { - "name": "android_system_properties", - "version": "0.1.5", - "package_url": "https://github.com/nical/android_system_properties", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/android_system_properties/0.1.5/download", - "sha256": "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" - } - }, - "targets": [ - { - "Library": { - "crate_name": "android_system_properties", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "android_system_properties", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.5" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "anes 0.1.6": { - "name": "anes", - "version": "0.1.6", - "package_url": "https://github.com/zrzka/anes-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/anes/0.1.6/download", - "sha256": "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" - } - }, - "targets": [ - { - "Library": { - "crate_name": "anes", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "anes", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.6" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "anstream 0.6.15": { - "name": "anstream", - "version": "0.6.15", - "package_url": "https://github.com/rust-cli/anstyle.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/anstream/0.6.15/download", - "sha256": "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" - } - }, - "targets": [ - { - "Library": { - "crate_name": "anstream", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "anstream", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "auto", - "default", - "wincon" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anstyle 1.0.8", - "target": "anstyle" - }, - { - "id": "anstyle-parse 0.2.1", - "target": "anstyle_parse" - }, - { - "id": "anstyle-query 1.0.0", - "target": "anstyle_query" - }, - { - "id": "colorchoice 1.0.0", - "target": "colorchoice" - }, - { - "id": "is_terminal_polyfill 1.70.1", - "target": "is_terminal_polyfill" - }, - { - "id": "utf8parse 0.2.1", - "target": "utf8parse" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.15" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "anstyle 1.0.8": { - "name": "anstyle", - "version": "1.0.8", - "package_url": "https://github.com/rust-cli/anstyle.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/anstyle/1.0.8/download", - "sha256": "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "anstyle", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "anstyle", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.8" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "anstyle-parse 0.2.1": { - "name": "anstyle-parse", - "version": "0.2.1", - "package_url": "https://github.com/rust-cli/anstyle.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/anstyle-parse/0.2.1/download", - "sha256": "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" - } - }, - "targets": [ - { - "Library": { - "crate_name": "anstyle_parse", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "anstyle_parse", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "utf8" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "utf8parse 0.2.1", - "target": "utf8parse" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "anstyle-query 1.0.0": { - "name": "anstyle-query", - "version": "1.0.0", - "package_url": "https://github.com/rust-cli/anstyle", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/anstyle-query/1.0.0/download", - "sha256": "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "anstyle_query", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "anstyle_query", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(windows)": [ - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2021", - "version": "1.0.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "anstyle-wincon 3.0.1": { - "name": "anstyle-wincon", - "version": "3.0.1", - "package_url": "https://github.com/rust-cli/anstyle.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/anstyle-wincon/3.0.1/download", - "sha256": "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628" - } - }, - "targets": [ - { - "Library": { - "crate_name": "anstyle_wincon", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "anstyle_wincon", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "anstyle 1.0.8", - "target": "anstyle" - } - ], - "selects": { - "cfg(windows)": [ - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2021", - "version": "3.0.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "anyhow 1.0.104": { - "name": "anyhow", - "version": "1.0.104", - "package_url": "https://github.com/dtolnay/anyhow", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/anyhow/1.0.104/download", - "sha256": "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470" - } - }, - "targets": [ - { - "Library": { - "crate_name": "anyhow", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "anyhow", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.104" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "arbitrary 1.4.2": { - "name": "arbitrary", - "version": "1.4.2", - "package_url": "https://github.com/rust-fuzz/arbitrary/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/arbitrary/1.4.2/download", - "sha256": "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "arbitrary", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "arbitrary", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "derive", - "derive_arbitrary" - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "derive_arbitrary 1.4.1", - "target": "derive_arbitrary" - } - ], - "selects": {} - }, - "version": "1.4.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "arc-swap 1.7.1": { - "name": "arc-swap", - "version": "1.7.1", - "package_url": "https://github.com/vorner/arc-swap", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/arc-swap/1.7.1/download", - "sha256": "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" - } - }, - "targets": [ - { - "Library": { - "crate_name": "arc_swap", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "arc_swap", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.7.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "argon2 0.4.1": { - "name": "argon2", - "version": "0.4.1", - "package_url": "https://github.com/RustCrypto/password-hashes/tree/master/argon2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/argon2/0.4.1/download", - "sha256": "db4ce4441f99dbd377ca8a8f57b698c44d0d6e712d8329b5040da5a64aa1ce73" - } - }, - "targets": [ - { - "Library": { - "crate_name": "argon2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "argon2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "password-hash", - "rand", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base64ct 1.6.0", - "target": "base64ct" - }, - { - "id": "blake2 0.10.6", - "target": "blake2" - }, - { - "id": "password-hash 0.4.2", - "target": "password_hash" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ark-ff 0.3.0": { - "name": "ark-ff", - "version": "0.3.0", - "package_url": "https://github.com/arkworks-rs/algebra", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ark-ff/0.3.0/download", - "sha256": "6b3235cc41ee7a12aaaf2c575a2ad7b46713a8a50bda2fc3b003a04845c05dd6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ark_ff", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ark_ff", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "ark-ff 0.3.0", - "target": "build_script_build" - }, - { - "id": "ark-serialize 0.3.0", - "target": "ark_serialize" - }, - { - "id": "ark-std 0.3.0", - "target": "ark_std" - }, - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "ark-ff-asm 0.3.0", - "target": "ark_ff_asm" - }, - { - "id": "ark-ff-macros 0.3.0", - "target": "ark_ff_macros" - }, - { - "id": "derivative 2.2.0", - "target": "derivative" - }, - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "0.3.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "rustc_version 0.3.3", - "target": "rustc_version" - } - ], - "selects": {} - } - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ark-ff 0.4.2": { - "name": "ark-ff", - "version": "0.4.2", - "package_url": "https://github.com/arkworks-rs/algebra", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ark-ff/0.4.2/download", - "sha256": "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ark_ff", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ark_ff", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "ark-serialize 0.4.2", - "target": "ark_serialize" - }, - { - "id": "ark-std 0.4.0", - "target": "ark_std" - }, - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "itertools 0.10.5", - "target": "itertools" - }, - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "ark-ff-asm 0.4.2", - "target": "ark_ff_asm" - }, - { - "id": "ark-ff-macros 0.4.2", - "target": "ark_ff_macros" - }, - { - "id": "derivative 2.2.0", - "target": "derivative" - }, - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "0.4.2" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ark-ff 0.5.0": { - "name": "ark-ff", - "version": "0.5.0", - "package_url": "https://github.com/arkworks-rs/algebra", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ark-ff/0.5.0/download", - "sha256": "a177aba0ed1e0fbb62aa9f6d0502e9b46dad8c2eab04c14258a1212d2557ea70" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ark_ff", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ark_ff", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "ark-serialize 0.5.0", - "target": "ark_serialize" - }, - { - "id": "ark-std 0.5.0", - "target": "ark_std" - }, - { - "id": "arrayvec 0.7.4", - "target": "arrayvec" - }, - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "itertools 0.13.0", - "target": "itertools" - }, - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "ark-ff-asm 0.5.0", - "target": "ark_ff_asm" - }, - { - "id": "ark-ff-macros 0.5.0", - "target": "ark_ff_macros" - }, - { - "id": "educe 0.6.0", - "target": "educe" - }, - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "0.5.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ark-ff 0.6.0": { - "name": "ark-ff", - "version": "0.6.0", - "package_url": "https://github.com/arkworks-rs/algebra", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ark-ff/0.6.0/download", - "sha256": "f7a806ac6c8307b929df4645776290a50ee2aac754ad09d8bdf73391309e43af" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ark_ff", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ark_ff", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "ark-serialize 0.6.0", - "target": "ark_serialize" - }, - { - "id": "ark-std 0.6.0", - "target": "ark_std" - }, - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "ark-ff-asm 0.6.0", - "target": "ark_ff_asm" - }, - { - "id": "ark-ff-macros 0.6.0", - "target": "ark_ff_macros" - }, - { - "id": "educe 0.6.0", - "target": "educe" - } - ], - "selects": {} - }, - "version": "0.6.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ark-ff-asm 0.3.0": { - "name": "ark-ff-asm", - "version": "0.3.0", - "package_url": "https://github.com/arkworks-rs/algebra", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ark-ff-asm/0.3.0/download", - "sha256": "db02d390bf6643fb404d3d22d31aee1c4bc4459600aef9113833d17e786c6e44" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "ark_ff_asm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ark_ff_asm", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ark-ff-asm 0.4.2": { - "name": "ark-ff-asm", - "version": "0.4.2", - "package_url": "https://github.com/arkworks-rs/algebra", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ark-ff-asm/0.4.2/download", - "sha256": "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "ark_ff_asm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ark_ff_asm", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.2" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ark-ff-asm 0.5.0": { - "name": "ark-ff-asm", - "version": "0.5.0", - "package_url": "https://github.com/arkworks-rs/algebra", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ark-ff-asm/0.5.0/download", - "sha256": "62945a2f7e6de02a31fe400aa489f0e0f5b2502e69f95f853adb82a96c7a6b60" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "ark_ff_asm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ark_ff_asm", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ark-ff-asm 0.6.0": { - "name": "ark-ff-asm", - "version": "0.6.0", - "package_url": "https://github.com/arkworks-rs/algebra", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ark-ff-asm/0.6.0/download", - "sha256": "1479009684adc073dff49a1025d3a7065b317a9ead25aaaca38cdc70058ba8a2" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "ark_ff_asm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ark_ff_asm", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ark-ff-macros 0.3.0": { - "name": "ark-ff-macros", - "version": "0.3.0", - "package_url": "https://github.com/arkworks-rs/algebra", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ark-ff-macros/0.3.0/download", - "sha256": "db2fd794a08ccb318058009eefdf15bcaaaaf6f8161eb3345f907222bac38b20" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "ark_ff_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ark_ff_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ark-ff-macros 0.4.2": { - "name": "ark-ff-macros", - "version": "0.4.2", - "package_url": "https://github.com/arkworks-rs/algebra", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ark-ff-macros/0.4.2/download", - "sha256": "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "ark_ff_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ark_ff_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.2" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ark-ff-macros 0.5.0": { - "name": "ark-ff-macros", - "version": "0.5.0", - "package_url": "https://github.com/arkworks-rs/algebra", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ark-ff-macros/0.5.0/download", - "sha256": "09be120733ee33f7693ceaa202ca41accd5653b779563608f1234f78ae07c4b3" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "ark_ff_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ark_ff_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ark-ff-macros 0.6.0": { - "name": "ark-ff-macros", - "version": "0.6.0", - "package_url": "https://github.com/arkworks-rs/algebra", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ark-ff-macros/0.6.0/download", - "sha256": "4a0691ed21ef00ef89c1e9bda832eba493dda3ec2f8d892fb25b705f73f06bb8" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "ark_ff_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ark_ff_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ark-serialize 0.3.0": { - "name": "ark-serialize", - "version": "0.3.0", - "package_url": "https://github.com/arkworks-rs/algebra", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ark-serialize/0.3.0/download", - "sha256": "1d6c2b318ee6e10f8c2853e73a83adc0ccb88995aa978d8a3408d492ab2ee671" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ark_serialize", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ark_serialize", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "ark-std 0.3.0", - "target": "ark_std" - }, - { - "id": "digest 0.9.0", - "target": "digest" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ark-serialize 0.4.2": { - "name": "ark-serialize", - "version": "0.4.2", - "package_url": "https://github.com/arkworks-rs/algebra", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ark-serialize/0.4.2/download", - "sha256": "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ark_serialize", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ark_serialize", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "ark-std 0.4.0", - "target": "ark_std" - }, - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.2" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ark-serialize 0.5.0": { - "name": "ark-serialize", - "version": "0.5.0", - "package_url": "https://github.com/arkworks-rs/algebra", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ark-serialize/0.5.0/download", - "sha256": "3f4d068aaf107ebcd7dfb52bc748f8030e0fc930ac8e360146ca54c1203088f7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ark_serialize", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ark_serialize", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "ark-std 0.5.0", - "target": "ark_std" - }, - { - "id": "arrayvec 0.7.4", - "target": "arrayvec" - }, - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ark-serialize 0.6.0": { - "name": "ark-serialize", - "version": "0.6.0", - "package_url": "https://github.com/arkworks-rs/algebra", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ark-serialize/0.6.0/download", - "sha256": "a74dd304fd536fb95d0a328e72be759209cc496a9da094c5bc56e5fea4f9e86b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ark_serialize", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ark_serialize", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "ark-std 0.6.0", - "target": "ark_std" - }, - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ark-serialize-derive 0.6.0": { - "name": "ark-serialize-derive", - "version": "0.6.0", - "package_url": "https://github.com/arkworks-rs/algebra", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ark-serialize-derive/0.6.0/download", - "sha256": "4f153690697a2b91e5e1251ff98411ee5371500a111a0fd317a70e588eb300f9" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "ark_serialize_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ark_serialize_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ark-std 0.3.0": { - "name": "ark-std", - "version": "0.3.0", - "package_url": "https://github.com/arkworks-rs/utils", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ark-std/0.3.0/download", - "sha256": "1df2c09229cbc5a028b1d70e00fdb2acee28b1055dfb5ca73eea49c5a25c4e7c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ark_std", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ark_std", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "rand 0.8.6", - "target": "rand" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ark-std 0.4.0": { - "name": "ark-std", - "version": "0.4.0", - "package_url": "https://github.com/arkworks-rs/std", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ark-std/0.4.0/download", - "sha256": "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ark_std", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ark_std", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "rand 0.8.6", - "target": "rand" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ark-std 0.5.0": { - "name": "ark-std", - "version": "0.5.0", - "package_url": "https://github.com/arkworks-rs/std", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ark-std/0.5.0/download", - "sha256": "246a225cc6131e9ee4f24619af0f19d67761fff15d7ccc22e42b80846e69449a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ark_std", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ark_std", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "rand 0.8.6", - "target": "rand" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ark-std 0.6.0": { - "name": "ark-std", - "version": "0.6.0", - "package_url": "https://github.com/arkworks-rs/std", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ark-std/0.6.0/download", - "sha256": "367c9c827ed431bff6868b7aa926e05b16eb46603cc8b6e768e4a5553fa1d155" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ark_std", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ark_std", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "rand 0.8.6", - "target": "rand" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "array-init 2.1.0": { - "name": "array-init", - "version": "2.1.0", - "package_url": "https://github.com/Manishearth/array-init/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/array-init/2.1.0/download", - "sha256": "3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc" - } - }, - "targets": [ - { - "Library": { - "crate_name": "array_init", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "array_init", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "2.1.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "arrayvec 0.5.2": { - "name": "arrayvec", - "version": "0.5.2", - "package_url": "https://github.com/bluss/arrayvec", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/arrayvec/0.5.2/download", - "sha256": "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "arrayvec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "arrayvec", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.2" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "arrayvec 0.7.4": { - "name": "arrayvec", - "version": "0.7.4", - "package_url": "https://github.com/bluss/arrayvec", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/arrayvec/0.7.4/download", - "sha256": "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" - } - }, - "targets": [ - { - "Library": { - "crate_name": "arrayvec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "arrayvec", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.7.4" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "as-any 0.3.2": { - "name": "as-any", - "version": "0.3.2", - "package_url": "https://codeberg.org/fogti/as-any", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/as-any/0.3.2/download", - "sha256": "b0f477b951e452a0b6b4a10b53ccd569042d1d01729b519e02074a9c0958a063" - } - }, - "targets": [ - { - "Library": { - "crate_name": "as_any", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "as_any", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.3.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ascii-canvas 3.0.0": { - "name": "ascii-canvas", - "version": "3.0.0", - "package_url": "https://github.com/nikomatsakis/ascii-canvas", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ascii-canvas/3.0.0/download", - "sha256": "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ascii_canvas", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ascii_canvas", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "term 0.7.0", - "target": "term" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "3.0.0" - }, - "license": "Apache-2.0/MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ascii-canvas 4.0.0": { - "name": "ascii-canvas", - "version": "4.0.0", - "package_url": "https://github.com/lalrpop/ascii-canvas", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ascii-canvas/4.0.0/download", - "sha256": "ef1e3e699d84ab1b0911a1010c5c106aa34ae89aeac103be5ce0c3859db1e891" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ascii_canvas", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ascii_canvas", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "term 1.0.2", - "target": "term" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "4.0.0" - }, - "license": "Apache-2.0/MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "askama 0.15.1": { - "name": "askama", - "version": "0.15.1", - "package_url": "https://github.com/askama-rs/askama", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/askama/0.15.1/download", - "sha256": "bb7125972258312e79827b60c9eb93938334100245081cf701a2dee981b17427" - } - }, - "targets": [ - { - "Library": { - "crate_name": "askama", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "askama", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "config", - "default", - "derive", - "serde_json", - "std", - "urlencode" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "percent-encoding 2.3.1", - "target": "percent_encoding" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "askama_macros 0.15.1", - "target": "askama_macros" - } - ], - "selects": {} - }, - "version": "0.15.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "askama_derive 0.15.1": { - "name": "askama_derive", - "version": "0.15.1", - "package_url": "https://github.com/askama-rs/askama", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/askama_derive/0.15.1/download", - "sha256": "8ba5e7259a1580c61571e3116ebaaa01e3c001b2132b17c4cc5c70780ca3e994", - "patch_args": [ - "-p2" - ], - "patches": [ - "@@//bazel:askama.patch" - ] - } - }, - "targets": [ - { - "Library": { - "crate_name": "askama_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "askama_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "config", - "external-sources", - "proc-macro", - "serde_json", - "std", - "urlencode" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "askama_parser 0.15.1", - "target": "askama_parser", - "alias": "parser" - }, - { - "id": "basic-toml 0.1.7", - "target": "basic_toml" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "rustc-hash 2.1.1", - "target": "rustc_hash" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "serde_derive 1.0.228", - "target": "serde_derive" - } - ], - "selects": {} - }, - "version": "0.15.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "askama_macros 0.15.1": { - "name": "askama_macros", - "version": "0.15.1", - "package_url": "https://github.com/askama-rs/askama", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/askama_macros/0.15.1/download", - "sha256": "236ce20b77cb13506eaf5024899f4af6e12e8825f390bd943c4c37fd8f322e46" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "askama_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "askama_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "config", - "serde_json", - "std", - "urlencode" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "askama_derive 0.15.1", - "target": "askama_derive" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.15.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "askama_parser 0.15.1": { - "name": "askama_parser", - "version": "0.15.1", - "package_url": "https://github.com/askama-rs/askama", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/askama_parser/0.15.1/download", - "sha256": "f3c63392767bb2df6aa65a6e1e3b80fd89bb7af6d58359b924c0695620f1512e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "askama_parser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "askama_parser", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "config" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "rustc-hash 2.1.1", - "target": "rustc_hash" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "unicode-ident 1.0.22", - "target": "unicode_ident" - }, - { - "id": "winnow 0.7.14", - "target": "winnow" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "serde_derive 1.0.228", - "target": "serde_derive" - } - ], - "selects": {} - }, - "version": "0.15.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "asn1-rs 0.6.2": { - "name": "asn1-rs", - "version": "0.6.2", - "package_url": "https://github.com/rusticata/asn1-rs.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/asn1-rs/0.6.2/download", - "sha256": "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048" - } - }, - "targets": [ - { - "Library": { - "crate_name": "asn1_rs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "asn1_rs", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "datetime", - "default", - "std", - "time" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "nom 7.1.3", - "target": "nom" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "rusticata-macros 4.1.0", - "target": "rusticata_macros" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "time 0.3.47", - "target": "time" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "asn1-rs-derive 0.5.1", - "target": "asn1_rs_derive" - }, - { - "id": "asn1-rs-impl 0.2.0", - "target": "asn1_rs_impl" - }, - { - "id": "displaydoc 0.2.4", - "target": "displaydoc" - } - ], - "selects": {} - }, - "version": "0.6.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "asn1-rs 0.7.1": { - "name": "asn1-rs", - "version": "0.7.1", - "package_url": "https://github.com/rusticata/asn1-rs.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/asn1-rs/0.7.1/download", - "sha256": "56624a96882bb8c26d61312ae18cb45868e5a9992ea73c58e45c3101e56a1e60" - } - }, - "targets": [ - { - "Library": { - "crate_name": "asn1_rs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "asn1_rs", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "datetime", - "default", - "std", - "time" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "nom 7.1.3", - "target": "nom" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "rusticata-macros 4.1.0", - "target": "rusticata_macros" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "time 0.3.47", - "target": "time" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "asn1-rs-derive 0.6.0", - "target": "asn1_rs_derive" - }, - { - "id": "asn1-rs-impl 0.2.0", - "target": "asn1_rs_impl" - }, - { - "id": "displaydoc 0.2.4", - "target": "displaydoc" - } - ], - "selects": {} - }, - "version": "0.7.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "asn1-rs-derive 0.5.1": { - "name": "asn1-rs-derive", - "version": "0.5.1", - "package_url": "https://github.com/rusticata/asn1-rs.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/asn1-rs-derive/0.5.1/download", - "sha256": "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "asn1_rs_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "asn1_rs_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "synstructure 0.13.1", - "target": "synstructure" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "asn1-rs-derive 0.6.0": { - "name": "asn1-rs-derive", - "version": "0.6.0", - "package_url": "https://github.com/rusticata/asn1-rs.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/asn1-rs-derive/0.6.0/download", - "sha256": "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "asn1_rs_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "asn1_rs_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "synstructure 0.13.1", - "target": "synstructure" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.6.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "asn1-rs-impl 0.2.0": { - "name": "asn1-rs-impl", - "version": "0.2.0", - "package_url": "https://github.com/rusticata/asn1-rs.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/asn1-rs-impl/0.2.0/download", - "sha256": "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "asn1_rs_impl", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "asn1_rs_impl", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "assert-json-diff 2.0.2": { - "name": "assert-json-diff", - "version": "2.0.2", - "package_url": "https://github.com/davidpdrsn/assert-json-diff.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/assert-json-diff/2.0.2/download", - "sha256": "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12" - } - }, - "targets": [ - { - "Library": { - "crate_name": "assert_json_diff", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "assert_json_diff", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.0.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "assert_cmd 2.0.16": { - "name": "assert_cmd", - "version": "2.0.16", - "package_url": "https://github.com/assert-rs/assert_cmd.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/assert_cmd/2.0.16/download", - "sha256": "dc1835b7f27878de8525dc71410b5a31cdcc5f230aed5ba5df968e09c201b23d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "assert_cmd", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "assert_cmd", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "anstyle 1.0.8", - "target": "anstyle" - }, - { - "id": "assert_cmd 2.0.16", - "target": "build_script_build" - }, - { - "id": "bstr 1.6.0", - "target": "bstr" - }, - { - "id": "doc-comment 0.3.3", - "target": "doc_comment" - }, - { - "id": "predicates 3.1.2", - "target": "predicates" - }, - { - "id": "predicates-core 1.0.6", - "target": "predicates_core" - }, - { - "id": "predicates-tree 1.0.9", - "target": "predicates_tree" - }, - { - "id": "wait-timeout 0.2.0", - "target": "wait_timeout" - } - ], - "selects": { - "cfg(any())": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ] - } - }, - "edition": "2021", - "version": "2.0.16" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "assert_matches 1.5.0": { - "name": "assert_matches", - "version": "1.5.0", - "package_url": "https://github.com/murarth/assert_matches", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/assert_matches/1.5.0/download", - "sha256": "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "assert_matches", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "assert_matches", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "1.5.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "async-channel 1.9.0": { - "name": "async-channel", - "version": "1.9.0", - "package_url": "https://github.com/smol-rs/async-channel", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/async-channel/1.9.0/download", - "sha256": "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" - } - }, - "targets": [ - { - "Library": { - "crate_name": "async_channel", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "async_channel", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "concurrent-queue 2.5.0", - "target": "concurrent_queue" - }, - { - "id": "event-listener 2.5.3", - "target": "event_listener" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.9.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "async-channel 2.5.0": { - "name": "async-channel", - "version": "2.5.0", - "package_url": "https://github.com/smol-rs/async-channel", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/async-channel/2.5.0/download", - "sha256": "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" - } - }, - "targets": [ - { - "Library": { - "crate_name": "async_channel", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "async_channel", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "concurrent-queue 2.5.0", - "target": "concurrent_queue" - }, - { - "id": "event-listener-strategy 0.5.4", - "target": "event_listener_strategy" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.5.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "async-compression 0.4.3": { - "name": "async-compression", - "version": "0.4.3", - "package_url": "https://github.com/Nullus157/async-compression", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/async-compression/0.4.3/download", - "sha256": "bb42b2197bf15ccb092b62c74515dbd8b86d0effd934795f6687c93b6e679a2c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "async_compression", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "async_compression", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "brotli", - "flate2", - "gzip", - "libzstd", - "tokio", - "zlib", - "zstd", - "zstd-safe" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "brotli 3.3.4", - "target": "brotli" - }, - { - "id": "flate2 1.1.5", - "target": "flate2" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "zstd 0.12.4", - "target": "zstd", - "alias": "libzstd" - }, - { - "id": "zstd-safe 6.0.5+zstd.1.5.4", - "target": "zstd_safe" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "async-http-codec 0.8.0": { - "name": "async-http-codec", - "version": "0.8.0", - "package_url": null, - "repository": { - "Http": { - "url": "https://static.crates.io/crates/async-http-codec/0.8.0/download", - "sha256": "096146020b08dbc4587685b0730a7ba905625af13c65f8028035cdfd69573c91" - } - }, - "targets": [ - { - "Library": { - "crate_name": "async_http_codec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "async_http_codec", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "futures 0.3.31", - "target": "futures" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "httparse 1.10.1", - "target": "httparse" - }, - { - "id": "log 0.4.33", - "target": "log" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "async-io 2.4.0": { - "name": "async-io", - "version": "2.4.0", - "package_url": "https://github.com/smol-rs/async-io", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/async-io/2.4.0/download", - "sha256": "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059" - } - }, - "targets": [ - { - "Library": { - "crate_name": "async_io", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "async_io", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "async-lock 3.4.2", - "target": "async_lock" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "concurrent-queue 2.5.0", - "target": "concurrent_queue" - }, - { - "id": "futures-io 0.3.31", - "target": "futures_io" - }, - { - "id": "futures-lite 2.0.0", - "target": "futures_lite" - }, - { - "id": "parking 2.1.0", - "target": "parking" - }, - { - "id": "polling 3.7.4", - "target": "polling" - }, - { - "id": "rustix 0.38.44", - "target": "rustix" - }, - { - "id": "slab 0.4.8", - "target": "slab" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": { - "cfg(windows)": [ - { - "id": "windows-sys 0.59.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2021", - "version": "2.4.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "async-lock 3.4.2": { - "name": "async-lock", - "version": "3.4.2", - "package_url": "https://github.com/smol-rs/async-lock", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/async-lock/3.4.2/download", - "sha256": "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" - } - }, - "targets": [ - { - "Library": { - "crate_name": "async_lock", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "async_lock", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "event-listener 5.3.1", - "target": "event_listener" - }, - { - "id": "event-listener-strategy 0.5.4", - "target": "event_listener_strategy" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.4.2" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "async-net 2.0.0": { - "name": "async-net", - "version": "2.0.0", - "package_url": "https://github.com/smol-rs/async-net", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/async-net/2.0.0/download", - "sha256": "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "async_net", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "async_net", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "async-io 2.4.0", - "target": "async_io" - }, - { - "id": "blocking 1.6.1", - "target": "blocking" - }, - { - "id": "futures-lite 2.0.0", - "target": "futures_lite" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.0.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "async-recursion 1.0.5": { - "name": "async-recursion", - "version": "1.0.5", - "package_url": "https://github.com/dcchut/async-recursion", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/async-recursion/1.0.5/download", - "sha256": "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "async_recursion", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "async_recursion", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.5" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "async-socks5 0.6.0": { - "name": "async-socks5", - "version": "0.6.0", - "package_url": "https://github.com/ark0f/async-socks5", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/async-socks5/0.6.0/download", - "sha256": "8da2537846e16b96d2972ee52a3b355663872a1a687ce6d57a3b6f6b6a181c89" - } - }, - "targets": [ - { - "Library": { - "crate_name": "async_socks5", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "async_socks5", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE.md" - }, - "async-stream 0.3.6": { - "name": "async-stream", - "version": "0.3.6", - "package_url": "https://github.com/tokio-rs/async-stream", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/async-stream/0.3.6/download", - "sha256": "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" - } - }, - "targets": [ - { - "Library": { - "crate_name": "async_stream", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "async_stream", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-stream-impl 0.3.6", - "target": "async_stream_impl" - } - ], - "selects": {} - }, - "version": "0.3.6" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "async-stream-impl 0.3.6": { - "name": "async-stream-impl", - "version": "0.3.6", - "package_url": "https://github.com/tokio-rs/async-stream", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/async-stream-impl/0.3.6/download", - "sha256": "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "async_stream_impl", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "async_stream_impl", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.6" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "async-task 4.7.1": { - "name": "async-task", - "version": "4.7.1", - "package_url": "https://github.com/smol-rs/async-task", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/async-task/4.7.1/download", - "sha256": "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" - } - }, - "targets": [ - { - "Library": { - "crate_name": "async_task", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "async_task", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "4.7.1" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "async-trait 0.1.89": { - "name": "async-trait", - "version": "0.1.89", - "package_url": "https://github.com/dtolnay/async-trait", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/async-trait/0.1.89/download", - "sha256": "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "async_trait", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "async_trait", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.89" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "async-watch 0.3.1": { - "name": "async-watch", - "version": "0.3.1", - "package_url": "https://github.com/cynecx/async-watch", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/async-watch/0.3.1/download", - "sha256": "a078faf4e27c0c6cc0efb20e5da59dcccc04968ebf2801d8e0b2195124cdcdb2" - } - }, - "targets": [ - { - "Library": { - "crate_name": "async_watch", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "async_watch", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "event-listener 2.5.3", - "target": "event_listener" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.1" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "async-web-client 0.6.3": { - "name": "async-web-client", - "version": "0.6.3", - "package_url": "https://github.com/FlorianUekermann/async-web-client", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/async-web-client/0.6.3/download", - "sha256": "8caf502b44d6d4be6154ac33af012cbb5fef11e6066edcfb42834217fbaf501b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "async_web_client", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "async_web_client", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "aws-lc-rs", - "tls12" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "async-http-codec 0.8.0", - "target": "async_http_codec" - }, - { - "id": "async-net 2.0.0", - "target": "async_net" - }, - { - "id": "futures 0.3.31", - "target": "futures" - }, - { - "id": "futures-rustls 0.26.0", - "target": "futures_rustls" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "webpki-roots 0.26.8", - "target": "webpki_roots" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.3" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "atomic-waker 1.1.2": { - "name": "atomic-waker", - "version": "1.1.2", - "package_url": "https://github.com/smol-rs/atomic-waker", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/atomic-waker/1.1.2/download", - "sha256": "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "atomic_waker", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "atomic_waker", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.1.2" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "auto_impl 1.3.0": { - "name": "auto_impl", - "version": "1.3.0", - "package_url": "https://github.com/auto-impl-rs/auto_impl/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/auto_impl/1.3.0/download", - "sha256": "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "auto_impl", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "auto_impl", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.3.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "autocfg 1.5.0": { - "name": "autocfg", - "version": "1.5.0", - "package_url": "https://github.com/cuviper/autocfg", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/autocfg/1.5.0/download", - "sha256": "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "autocfg", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "autocfg", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "1.5.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "aws-lc-rs 1.17.3": { - "name": "aws-lc-rs", - "version": "1.17.3", - "package_url": "https://github.com/aws/aws-lc-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/aws-lc-rs/1.17.3/download", - "sha256": "00bdb5da18dac48ca2cc7cd4a98e533e8635a58e2361d13a1a4ee3888e0d72f1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "aws_lc_rs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "aws_lc_rs", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "aws-lc-sys", - "default", - "prebuilt-nasm", - "ring-io", - "ring-sig-verify" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aws-lc-rs 1.17.3", - "target": "build_script_build" - }, - { - "id": "aws-lc-sys 0.43.0", - "target": "aws_lc_sys" - }, - { - "id": "untrusted 0.7.1", - "target": "untrusted" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.17.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "link_deps": { - "common": [ - { - "id": "aws-lc-sys 0.43.0", - "target": "aws_lc_sys" - } - ], - "selects": {} - }, - "links": "aws_lc_rs_1_17_3_sys" - }, - "license": "ISC AND (Apache-2.0 OR ISC)", - "license_ids": [ - "Apache-2.0", - "ISC" - ], - "license_file": "LICENSE" - }, - "aws-lc-sys 0.43.0": { - "name": "aws-lc-sys", - "version": "0.43.0", - "package_url": "https://github.com/aws/aws-lc-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/aws-lc-sys/0.43.0/download", - "sha256": "43103168cc76fe62678a375e722fc9cb3a0146159ac5828bc4f0dfd755c2224c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "aws_lc_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_main", - "crate_root": "builder/main.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "aws_lc_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "prebuilt-nasm" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aws-lc-sys 0.43.0", - "target": "build_script_main" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.43.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - }, - { - "id": "cmake 0.1.58", - "target": "cmake" - }, - { - "id": "dunce 1.0.5", - "target": "dunce" - }, - { - "id": "fs_extra 1.3.0", - "target": "fs_extra" - } - ], - "selects": { - "cfg(unix)": [ - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - } - ] - } - }, - "links": "aws_lc_0_43_0" - }, - "license": "ISC AND (Apache-2.0 OR ISC) AND Apache-2.0 AND MIT AND BSD-3-Clause AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR ISC OR MIT-0)", - "license_ids": [ - "Apache-2.0", - "BSD-3-Clause", - "ISC", - "MIT", - "MIT-0" - ], - "license_file": "LICENSE" - }, - "axum 0.8.9": { - "name": "axum", - "version": "0.8.9", - "package_url": "https://github.com/tokio-rs/axum", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/axum/0.8.9/download", - "sha256": "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90" - } - }, - "targets": [ - { - "Library": { - "crate_name": "axum", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "axum", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "form", - "http1", - "json", - "macros", - "matched-path", - "original-uri", - "query", - "tokio", - "tower-log", - "tracing", - "ws" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "axum-core 0.5.6", - "target": "axum_core" - }, - { - "id": "base64 0.22.1", - "target": "base64" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "form_urlencoded 1.2.1", - "target": "form_urlencoded" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "http-body-util 0.1.3", - "target": "http_body_util" - }, - { - "id": "hyper 1.8.1", - "target": "hyper" - }, - { - "id": "hyper-util 0.1.20", - "target": "hyper_util" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "matchit 0.8.4", - "target": "matchit" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "mime 0.3.17", - "target": "mime" - }, - { - "id": "percent-encoding 2.3.1", - "target": "percent_encoding" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "serde_core 1.0.228", - "target": "serde_core" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "serde_path_to_error 0.1.14", - "target": "serde_path_to_error" - }, - { - "id": "serde_urlencoded 0.7.1", - "target": "serde_urlencoded" - }, - { - "id": "sha1 0.10.6", - "target": "sha1" - }, - { - "id": "sync_wrapper 1.0.2", - "target": "sync_wrapper" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-tungstenite 0.29.0", - "target": "tokio_tungstenite" - }, - { - "id": "tower 0.5.2", - "target": "tower" - }, - { - "id": "tower-layer 0.3.3", - "target": "tower_layer" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "axum-macros 0.5.1", - "target": "axum_macros" - } - ], - "selects": {} - }, - "version": "0.8.9" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "axum-core 0.5.6": { - "name": "axum-core", - "version": "0.5.6", - "package_url": "https://github.com/tokio-rs/axum", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/axum-core/0.5.6/download", - "sha256": "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "axum_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "axum_core", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "tracing" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "http-body-util 0.1.3", - "target": "http_body_util" - }, - { - "id": "mime 0.3.17", - "target": "mime" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "sync_wrapper 1.0.2", - "target": "sync_wrapper" - }, - { - "id": "tower-layer 0.3.3", - "target": "tower_layer" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.6" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "axum-extra 0.12.6": { - "name": "axum-extra", - "version": "0.12.6", - "package_url": "https://github.com/tokio-rs/axum", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/axum-extra/0.12.6/download", - "sha256": "be44683b41ccb9ab2d23a5230015c9c3c55be97a25e4428366de8873103f7970" - } - }, - "targets": [ - { - "Library": { - "crate_name": "axum_extra", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "axum_extra", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "middleware", - "tracing", - "typed-header" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "axum 0.8.9", - "target": "axum" - }, - { - "id": "axum-core 0.5.6", - "target": "axum_core" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "headers 0.4.1", - "target": "headers" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "http-body-util 0.1.3", - "target": "http_body_util" - }, - { - "id": "mime 0.3.17", - "target": "mime" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "tower-layer 0.3.3", - "target": "tower_layer" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.12.6" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "axum-macros 0.5.1": { - "name": "axum-macros", - "version": "0.5.1", - "package_url": "https://github.com/tokio-rs/axum", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/axum-macros/0.5.1/download", - "sha256": "7aa268c23bfbbd2c4363b9cd302a4f504fb2a9dfe7e3451d66f35dd392e20aca" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "axum_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "axum_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "axum-otel-metrics 0.14.1": { - "name": "axum-otel-metrics", - "version": "0.14.1", - "package_url": "https://github.com/ttys3/axum-otel-metrics/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/axum-otel-metrics/0.14.1/download", - "sha256": "d0d74d40b1ff9bd3e8f782aa6798d22ff6a7d1b53049e0e239f5332dab2dd83d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "axum_otel_metrics", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "axum_otel_metrics", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "axum 0.8.9", - "target": "axum" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "opentelemetry 0.32.0", - "target": "opentelemetry" - }, - { - "id": "opentelemetry-semantic-conventions 0.32.1", - "target": "opentelemetry_semantic_conventions" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "tower 0.5.2", - "target": "tower" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.14.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, - "axum-server 0.7.3": { - "name": "axum-server", - "version": "0.7.3", - "package_url": "https://github.com/programatik29/axum-server", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/axum-server/0.7.3/download", - "sha256": "c1ab4a3ec9ea8a657c72d99a03a824af695bd0fb5ec639ccbd9cd3543b41a5f9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "axum_server", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "axum_server", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "arc-swap", - "default", - "rustls", - "rustls-pemfile", - "rustls-pki-types", - "tls-rustls-no-provider", - "tokio-rustls" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "arc-swap 1.7.1", - "target": "arc_swap" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "fs-err 3.1.0", - "target": "fs_err" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "hyper 1.8.1", - "target": "hyper" - }, - { - "id": "hyper-util 0.1.20", - "target": "hyper_util" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "rustls 0.23.27", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.2.0", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-rustls 0.26.0", - "target": "tokio_rustls" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.3" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "backon 1.6.0": { - "name": "backon", - "version": "1.6.0", - "package_url": "https://github.com/Xuanwo/backon", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/backon/1.6.0/download", - "sha256": "cffb0e931875b666fc4fcb20fee52e9bbd1ef836fd9e9e04ec21555f9f85f7ef" - } - }, - "targets": [ - { - "Library": { - "crate_name": "backon", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "backon", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std", - "std-blocking-sleep" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "fastrand 2.3.0", - "target": "fastrand" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "1.6.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "backtrace 0.3.68": { - "name": "backtrace", - "version": "0.3.68", - "package_url": "https://github.com/rust-lang/backtrace-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/backtrace/0.3.68/download", - "sha256": "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12" - } - }, - "targets": [ - { - "Library": { - "crate_name": "backtrace", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "backtrace", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "addr2line 0.20.0", - "target": "addr2line" - }, - { - "id": "backtrace 0.3.68", - "target": "build_script_build" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "miniz_oxide 0.7.1", - "target": "miniz_oxide" - }, - { - "id": "object 0.31.1", - "target": "object" - }, - { - "id": "rustc-demangle 0.1.26", - "target": "rustc_demangle" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.68" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - } - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "base16ct 0.2.0": { - "name": "base16ct", - "version": "0.2.0", - "package_url": "https://github.com/RustCrypto/formats/tree/master/base16ct", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/base16ct/0.2.0/download", - "sha256": "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" - } - }, - "targets": [ - { - "Library": { - "crate_name": "base16ct", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "base16ct", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "base32 0.4.0": { - "name": "base32", - "version": "0.4.0", - "package_url": "https://github.com/andreasots/base32", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/base32/0.4.0/download", - "sha256": "23ce669cd6c8588f79e15cf450314f9638f967fc5770ff1c7c1deb0925ea7cfa" - } - }, - "targets": [ - { - "Library": { - "crate_name": "base32", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "base32", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.4.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "base58ck 0.1.0": { - "name": "base58ck", - "version": "0.1.0", - "package_url": "https://github.com/rust-bitcoin/rust-bitcoin/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/base58ck/0.1.0/download", - "sha256": "2c8d66485a3a2ea485c1913c4572ce0256067a5377ac8c75c4960e1cda98605f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "base58ck", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "base58ck", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitcoin-internals 0.3.0", - "target": "bitcoin_internals", - "alias": "internals" - }, - { - "id": "bitcoin_hashes 0.14.0", - "target": "bitcoin_hashes", - "alias": "hashes" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.0" - }, - "license": "CC0-1.0", - "license_ids": [ - "CC0-1.0" - ], - "license_file": null - }, - "base64 0.22.1": { - "name": "base64", - "version": "0.22.1", - "package_url": "https://github.com/marshallpierce/rust-base64", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/base64/0.22.1/download", - "sha256": "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "base64", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "base64", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.22.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "base64 0.23.1": { - "name": "base64", - "version": "0.23.1", - "package_url": "https://github.com/marshallpierce/rust-base64", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/base64/0.23.1/download", - "sha256": "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "base64", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "base64", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "simd-unsafe", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.23.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "base64ct 1.6.0": { - "name": "base64ct", - "version": "1.6.0", - "package_url": "https://github.com/RustCrypto/formats/tree/master/base64ct", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/base64ct/1.6.0/download", - "sha256": "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "base64ct", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "base64ct", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "1.6.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "basic-toml 0.1.7": { - "name": "basic-toml", - "version": "0.1.7", - "package_url": "https://github.com/dtolnay/basic-toml", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/basic-toml/0.1.7/download", - "sha256": "2f2139706359229bfa8f19142ac1155b4b80beafb7a60471ac5dd109d4a19778" - } - }, - "targets": [ - { - "Library": { - "crate_name": "basic_toml", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "basic_toml", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.7" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "bech32 0.8.1": { - "name": "bech32", - "version": "0.8.1", - "package_url": "https://github.com/rust-bitcoin/rust-bech32", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bech32/0.8.1/download", - "sha256": "cf9ff0bbfd639f15c74af777d81383cf53efb7c93613f6cab67c6c11e05bbf8b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bech32", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bech32", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "0.8.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, - "bech32 0.9.1": { - "name": "bech32", - "version": "0.9.1", - "package_url": "https://github.com/rust-bitcoin/rust-bech32", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bech32/0.9.1/download", - "sha256": "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bech32", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bech32", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.9.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, - "bech32 0.11.0": { - "name": "bech32", - "version": "0.11.0", - "package_url": "https://github.com/rust-bitcoin/rust-bech32", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bech32/0.11.0/download", - "sha256": "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bech32", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bech32", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.11.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE-MIT" - }, - "beef 0.5.2": { - "name": "beef", - "version": "0.5.2", - "package_url": "https://github.com/maciejhirsz/beef", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/beef/0.5.2/download", - "sha256": "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "beef", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "beef", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "bincode 1.3.3": { - "name": "bincode", - "version": "1.3.3", - "package_url": "https://github.com/servo/bincode", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bincode/1.3.3/download", - "sha256": "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bincode", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bincode", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2015", - "rustc_flags": { - "common": [], - "selects": { - "@@//bazel:fuzzing_code_enabled": [ - "-Cpasses=sancov-module", - "-Cllvm-args=-sanitizer-coverage-level=4", - "-Cllvm-args=-sanitizer-coverage-inline-8bit-counters", - "-Cllvm-args=-sanitizer-coverage-pc-table", - "-Cllvm-args=-sanitizer-coverage-trace-compares", - "-Cllvm-args=-sanitizer-coverage-stack-depth", - "-Cllvm-args=-sanitizer-coverage-prune-blocks=0", - "-Ctarget-cpu=native", - "-Coverflow_checks", - "-Copt-level=3", - "-Clink-dead-code", - "-Cdebug-assertions", - "-Ccodegen-units=1", - "-Zextra-const-ub-checks", - "-Zstrict-init-checks", - "-Zsanitizer=address" - ] - } - }, - "version": "1.3.3" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE.md" - }, - "bindgen 0.65.1": { - "name": "bindgen", - "version": "0.65.1", - "package_url": "https://github.com/rust-lang/rust-bindgen", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bindgen/0.65.1/download", - "sha256": "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bindgen", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bindgen", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "runtime" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bindgen 0.65.1", - "target": "build_script_build" - }, - { - "id": "bitflags 1.3.2", - "target": "bitflags" - }, - { - "id": "cexpr 0.6.0", - "target": "cexpr" - }, - { - "id": "clang-sys 1.6.1", - "target": "clang_sys" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "lazycell 1.3.0", - "target": "lazycell" - }, - { - "id": "peeking_take_while 0.1.2", - "target": "peeking_take_while" - }, - { - "id": "prettyplease 0.2.37", - "target": "prettyplease" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "rustc-hash 1.1.0", - "target": "rustc_hash" - }, - { - "id": "shlex 1.3.0", - "target": "shlex" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.65.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "link_deps": { - "common": [ - { - "id": "clang-sys 1.6.1", - "target": "clang_sys" - }, - { - "id": "prettyplease 0.2.37", - "target": "prettyplease" - } - ], - "selects": {} - } - }, - "license": "BSD-3-Clause", - "license_ids": [ - "BSD-3-Clause" - ], - "license_file": "LICENSE" - }, - "bindgen 0.69.4": { - "name": "bindgen", - "version": "0.69.4", - "package_url": "https://github.com/rust-lang/rust-bindgen", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bindgen/0.69.4/download", - "sha256": "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bindgen", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bindgen", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "runtime" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bindgen 0.69.4", - "target": "build_script_build" - }, - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "cexpr 0.6.0", - "target": "cexpr" - }, - { - "id": "clang-sys 1.6.1", - "target": "clang_sys" - }, - { - "id": "itertools 0.12.0", - "target": "itertools" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "lazycell 1.3.0", - "target": "lazycell" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "rustc-hash 1.1.0", - "target": "rustc_hash" - }, - { - "id": "shlex 1.3.0", - "target": "shlex" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.69.4" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "link_deps": { - "common": [ - { - "id": "clang-sys 1.6.1", - "target": "clang_sys" - } - ], - "selects": {} - } - }, - "license": "BSD-3-Clause", - "license_ids": [ - "BSD-3-Clause" - ], - "license_file": "LICENSE" - }, - "bindgen 0.71.1": { - "name": "bindgen", - "version": "0.71.1", - "package_url": "https://github.com/rust-lang/rust-bindgen", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bindgen/0.71.1/download", - "sha256": "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bindgen", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bindgen", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "logging", - "prettyplease", - "runtime" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bindgen 0.71.1", - "target": "build_script_build" - }, - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "cexpr 0.6.0", - "target": "cexpr" - }, - { - "id": "clang-sys 1.6.1", - "target": "clang_sys" - }, - { - "id": "itertools 0.13.0", - "target": "itertools" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "prettyplease 0.2.37", - "target": "prettyplease" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "rustc-hash 2.1.1", - "target": "rustc_hash" - }, - { - "id": "shlex 1.3.0", - "target": "shlex" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.71.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "link_deps": { - "common": [ - { - "id": "clang-sys 1.6.1", - "target": "clang_sys" - }, - { - "id": "prettyplease 0.2.37", - "target": "prettyplease" - } - ], - "selects": {} - } - }, - "license": "BSD-3-Clause", - "license_ids": [ - "BSD-3-Clause" - ], - "license_file": "LICENSE" - }, - "binrw 0.15.2": { - "name": "binrw", - "version": "0.15.2", - "package_url": "https://github.com/jam1garner/binrw", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/binrw/0.15.2/download", - "sha256": "6ad120d555272286c1017d25165ab8bd74806f13fc85b258484ec7e4ce75458f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "binrw", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "binrw", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "array-init 2.1.0", - "target": "array_init" - }, - { - "id": "binrw 0.15.2", - "target": "build_script_build" - }, - { - "id": "bytemuck 1.13.1", - "target": "bytemuck" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "binrw_derive 0.15.2", - "target": "binrw_derive" - } - ], - "selects": {} - }, - "version": "0.15.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, - "binrw_derive 0.15.2": { - "name": "binrw_derive", - "version": "0.15.2", - "package_url": "https://github.com/jam1garner/binrw", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/binrw_derive/0.15.2/download", - "sha256": "6df92e0e9baae4dc82c7bad7715ca40c0a5c71539057bf2ea04a5c29c980410b" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "binrw_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "binrw_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "binrw_derive 0.15.2", - "target": "build_script_build" - }, - { - "id": "either 1.18.0", - "target": "either" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.15.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, - "bip32 0.5.1": { - "name": "bip32", - "version": "0.5.1", - "package_url": "https://github.com/iqlusioninc/crates/tree/main/bip32", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bip32/0.5.1/download", - "sha256": "7e141fb0f8be1c7b45887af94c88b182472b57c96b56773250ae00cd6a14a164" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bip32", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bip32", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "bip39", - "default", - "k256", - "mnemonic", - "once_cell", - "pbkdf2", - "secp256k1", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bs58 0.5.1", - "target": "bs58" - }, - { - "id": "hmac 0.12.1", - "target": "hmac" - }, - { - "id": "k256 0.13.4", - "target": "k256" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "pbkdf2 0.12.2", - "target": "pbkdf2" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "ripemd 0.1.3", - "target": "ripemd" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.1" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "bit-set 0.5.3": { - "name": "bit-set", - "version": "0.5.3", - "package_url": "https://github.com/contain-rs/bit-set", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bit-set/0.5.3/download", - "sha256": "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bit_set", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bit_set", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bit-vec 0.6.3", - "target": "bit_vec" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.5.3" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "bit-set 0.8.0": { - "name": "bit-set", - "version": "0.8.0", - "package_url": "https://github.com/contain-rs/bit-set", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bit-set/0.8.0/download", - "sha256": "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bit_set", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bit_set", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bit-vec 0.8.0", - "target": "bit_vec" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.8.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "bit-vec 0.6.3": { - "name": "bit-vec", - "version": "0.6.3", - "package_url": "https://github.com/contain-rs/bit-vec", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bit-vec/0.6.3/download", - "sha256": "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bit_vec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bit_vec", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "0.6.3" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "bit-vec 0.8.0": { - "name": "bit-vec", - "version": "0.8.0", - "package_url": "https://github.com/contain-rs/bit-vec", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bit-vec/0.8.0/download", - "sha256": "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bit_vec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bit_vec", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "0.8.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "bitcoin 0.28.2": { - "name": "bitcoin", - "version": "0.28.2", - "package_url": "https://github.com/rust-bitcoin/rust-bitcoin/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bitcoin/0.28.2/download", - "sha256": "d4d30fb43d287492017964a1fd7d3f82e8cc760818471c6ef2d44111e317d5c3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bitcoin", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bitcoin", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "secp-recovery", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bech32 0.8.1", - "target": "bech32" - }, - { - "id": "bitcoin_hashes 0.10.0", - "target": "bitcoin_hashes" - }, - { - "id": "secp256k1 0.22.2", - "target": "secp256k1" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.28.2" - }, - "license": "CC0-1.0", - "license_ids": [ - "CC0-1.0" - ], - "license_file": "LICENSE" - }, - "bitcoin-dogecoin 0.32.7-doge.0": { - "name": "bitcoin-dogecoin", - "version": "0.32.7-doge.0", - "package_url": "https://github.com/dfinity/rust-dogecoin", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bitcoin-dogecoin/0.32.7-doge.0/download", - "sha256": "abf573e7be7ffca0b5c7632aafc2eb6759db362e2a0fe2375f18c664ba1346c8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bitcoin", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bitcoin", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "actual-serde", - "default", - "rand", - "secp-recovery", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base58ck 0.1.0", - "target": "base58ck", - "alias": "base58" - }, - { - "id": "bech32 0.11.0", - "target": "bech32" - }, - { - "id": "bitcoin-dogecoin 0.32.7-doge.0", - "target": "build_script_build" - }, - { - "id": "bitcoin-internals 0.3.0", - "target": "bitcoin_internals", - "alias": "internals" - }, - { - "id": "bitcoin-io 0.1.2", - "target": "bitcoin_io", - "alias": "io" - }, - { - "id": "bitcoin-units 0.1.2", - "target": "bitcoin_units", - "alias": "units" - }, - { - "id": "bitcoin_hashes 0.14.0", - "target": "bitcoin_hashes", - "alias": "hashes" - }, - { - "id": "hex-conservative 0.2.1", - "target": "hex_conservative", - "alias": "hex" - }, - { - "id": "hex_lit 0.1.1", - "target": "hex_lit" - }, - { - "id": "scrypt 0.11.0", - "target": "scrypt" - }, - { - "id": "secp256k1 0.29.0", - "target": "secp256k1" - }, - { - "id": "serde 1.0.228", - "target": "serde", - "alias": "actual_serde" - } - ], - "selects": {} - }, - "edition": "2021", - "rustc_flags": { - "common": [], - "selects": { - "@@//bazel:fuzzing_code_enabled": [ - "-Cpasses=sancov-module", - "-Cllvm-args=-sanitizer-coverage-level=4", - "-Cllvm-args=-sanitizer-coverage-inline-8bit-counters", - "-Cllvm-args=-sanitizer-coverage-pc-table", - "-Cllvm-args=-sanitizer-coverage-trace-compares", - "-Cllvm-args=-sanitizer-coverage-stack-depth", - "-Cllvm-args=-sanitizer-coverage-prune-blocks=0", - "-Ctarget-cpu=native", - "-Coverflow_checks", - "-Copt-level=3", - "-Clink-dead-code", - "-Cdebug-assertions", - "-Ccodegen-units=1", - "-Zextra-const-ub-checks", - "-Zstrict-init-checks", - "-Zsanitizer=address" - ] - } - }, - "version": "0.32.7-doge.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "Apache-2.0 OR CC0-1.0", - "license_ids": [ - "Apache-2.0", - "CC0-1.0" - ], - "license_file": null - }, - "bitcoin-internals 0.3.0": { - "name": "bitcoin-internals", - "version": "0.3.0", - "package_url": "https://github.com/rust-bitcoin/rust-bitcoin/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bitcoin-internals/0.3.0/download", - "sha256": "30bdbe14aa07b06e6cfeffc529a1f099e5fbe249524f8125358604df99a4bed2" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bitcoin_internals", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bitcoin_internals", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitcoin-internals 0.3.0", - "target": "build_script_build" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "CC0-1.0", - "license_ids": [ - "CC0-1.0" - ], - "license_file": null - }, - "bitcoin-io 0.1.2": { - "name": "bitcoin-io", - "version": "0.1.2", - "package_url": "https://github.com/rust-bitcoin/rust-bitcoin", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bitcoin-io/0.1.2/download", - "sha256": "340e09e8399c7bd8912f495af6aa58bea0c9214773417ffaa8f6460f93aaee56" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bitcoin_io", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bitcoin_io", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.2" - }, - "license": "CC0-1.0", - "license_ids": [ - "CC0-1.0" - ], - "license_file": null - }, - "bitcoin-units 0.1.2": { - "name": "bitcoin-units", - "version": "0.1.2", - "package_url": "https://github.com/rust-bitcoin/rust-bitcoin/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bitcoin-units/0.1.2/download", - "sha256": "5285c8bcaa25876d07f37e3d30c303f2609179716e11d688f51e8f1fe70063e2" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bitcoin_units", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bitcoin_units", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitcoin-internals 0.3.0", - "target": "bitcoin_internals", - "alias": "internals" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.2" - }, - "license": "CC0-1.0", - "license_ids": [ - "CC0-1.0" - ], - "license_file": null - }, - "bitcoin_hashes 0.10.0": { - "name": "bitcoin_hashes", - "version": "0.10.0", - "package_url": "https://github.com/rust-bitcoin/bitcoin_hashes/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bitcoin_hashes/0.10.0/download", - "sha256": "006cc91e1a1d99819bc5b8214be3555c1f0611b169f527a1fdc54ed1f2b745b0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bitcoin_hashes", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bitcoin_hashes", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "0.10.0" - }, - "license": "CC0-1.0", - "license_ids": [ - "CC0-1.0" - ], - "license_file": "LICENSE" - }, - "bitcoin_hashes 0.14.0": { - "name": "bitcoin_hashes", - "version": "0.14.0", - "package_url": "https://github.com/rust-bitcoin/rust-bitcoin", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bitcoin_hashes/0.14.0/download", - "sha256": "bb18c03d0db0247e147a21a6faafd5a7eb851c743db062de72018b6b7e8e4d16" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bitcoin_hashes", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bitcoin_hashes", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "bitcoin-io", - "io", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitcoin-io 0.1.2", - "target": "bitcoin_io" - }, - { - "id": "hex-conservative 0.2.1", - "target": "hex_conservative", - "alias": "hex" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.14.0" - }, - "license": "CC0-1.0", - "license_ids": [ - "CC0-1.0" - ], - "license_file": null - }, - "bitfield 0.19.1": { - "name": "bitfield", - "version": "0.19.1", - "package_url": "https://github.com/dzamlo/rust-bitfield", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bitfield/0.19.1/download", - "sha256": "db1bcd90f88eabbf0cadbfb87a45bceeaebcd3b4bc9e43da379cd2ef0162590d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bitfield", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bitfield", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "bitfield-macros 0.19.1", - "target": "bitfield_macros" - } - ], - "selects": {} - }, - "version": "0.19.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "bitfield-macros 0.19.1": { - "name": "bitfield-macros", - "version": "0.19.1", - "package_url": "https://github.com/dzamlo/rust-bitfield", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bitfield-macros/0.19.1/download", - "sha256": "3787a07661997bfc05dd3431e379c0188573f78857080cf682e1393ab8e4d64c" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "bitfield_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bitfield_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.19.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "bitflags 1.3.2": { - "name": "bitflags", - "version": "1.3.2", - "package_url": "https://github.com/bitflags/bitflags", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bitflags/1.3.2/download", - "sha256": "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bitflags", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bitflags", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2018", - "version": "1.3.2" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "bitflags 2.10.0": { - "name": "bitflags", - "version": "2.10.0", - "package_url": "https://github.com/bitflags/bitflags", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bitflags/2.10.0/download", - "sha256": "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bitflags", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bitflags", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "2.10.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "bitvec 1.0.1": { - "name": "bitvec", - "version": "1.0.1", - "package_url": "https://github.com/bitvecto-rs/bitvec", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bitvec/1.0.1/download", - "sha256": "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bitvec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bitvec", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "funty 2.0.0", - "target": "funty" - }, - { - "id": "radium 0.7.0", - "target": "radium" - }, - { - "id": "tap 1.0.1", - "target": "tap" - }, - { - "id": "wyz 0.5.1", - "target": "wyz" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE.txt" - }, - "blake2 0.10.6": { - "name": "blake2", - "version": "0.10.6", - "package_url": "https://github.com/RustCrypto/hashes", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/blake2/0.10.6/download", - "sha256": "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" - } - }, - "targets": [ - { - "Library": { - "crate_name": "blake2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "blake2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "digest 0.10.7", - "target": "digest" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.10.6" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "block-buffer 0.9.0": { - "name": "block-buffer", - "version": "0.9.0", - "package_url": "https://github.com/RustCrypto/utils", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/block-buffer/0.9.0/download", - "sha256": "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" - } - }, - "targets": [ - { - "Library": { - "crate_name": "block_buffer", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "block_buffer", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "generic-array 0.14.7", - "target": "generic_array" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.9.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "block-buffer 0.10.4": { - "name": "block-buffer", - "version": "0.10.4", - "package_url": "https://github.com/RustCrypto/utils", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/block-buffer/0.10.4/download", - "sha256": "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" - } - }, - "targets": [ - { - "Library": { - "crate_name": "block_buffer", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "block_buffer", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "generic-array 0.14.7", - "target": "generic_array" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.10.4" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "block-buffer 0.12.0": { - "name": "block-buffer", - "version": "0.12.0", - "package_url": "https://github.com/RustCrypto/utils", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/block-buffer/0.12.0/download", - "sha256": "cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be" - } - }, - "targets": [ - { - "Library": { - "crate_name": "block_buffer", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "block_buffer", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "hybrid-array 0.4.10", - "target": "hybrid_array" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.12.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "blocking 1.6.1": { - "name": "blocking", - "version": "1.6.1", - "package_url": "https://github.com/smol-rs/blocking", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/blocking/1.6.1/download", - "sha256": "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" - } - }, - "targets": [ - { - "Library": { - "crate_name": "blocking", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "blocking", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "async-channel 2.5.0", - "target": "async_channel" - }, - { - "id": "async-task 4.7.1", - "target": "async_task" - }, - { - "id": "futures-io 0.3.31", - "target": "futures_io" - }, - { - "id": "futures-lite 2.0.0", - "target": "futures_lite" - }, - { - "id": "piper 0.2.4", - "target": "piper" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.6.1" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "blst 0.3.17": { - "name": "blst", - "version": "0.3.17", - "package_url": "https://github.com/supranational/blst", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/blst/0.3.17/download", - "sha256": "c20659f9bbee16cbbd2f7393e40ab6309f5a98f76a2eb57a995ec508b72387fe" - } - }, - "targets": [ - { - "Library": { - "crate_name": "blst", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "blst", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "blst 0.3.17", - "target": "build_script_build" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": { - "cfg(not(any(target_arch = \"wasm32\", target_os = \"none\", target_os = \"unknown\", target_os = \"uefi\")))": [ - { - "id": "threadpool 1.8.1", - "target": "threadpool" - } - ] - } - }, - "edition": "2018", - "version": "0.3.17" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": { - "cfg(target_env = \"msvc\")": [ - { - "id": "glob 0.3.1", - "target": "glob" - } - ] - } - }, - "links": "blst" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "borrow-or-share 0.2.4": { - "name": "borrow-or-share", - "version": "0.2.4", - "package_url": "https://github.com/yescallop/borrow-or-share", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/borrow-or-share/0.2.4/download", - "sha256": "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "borrow_or_share", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "borrow_or_share", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.4" - }, - "license": "MIT-0", - "license_ids": [ - "MIT-0" - ], - "license_file": "LICENSE" - }, - "borsh 1.5.2": { - "name": "borsh", - "version": "1.5.2", - "package_url": "https://github.com/near/borsh-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/borsh/1.5.2/download", - "sha256": "f5327f6c99920069d1fe374aa743be1af0031dea9f250852cdf1ae6a0861ee24" - } - }, - "targets": [ - { - "Library": { - "crate_name": "borsh", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "borsh", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "borsh 1.5.2", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.5.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg_aliases 0.2.1", - "target": "cfg_aliases" - } - ], - "selects": {} - } - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "borsh-derive 1.5.7": { - "name": "borsh-derive", - "version": "1.5.7", - "package_url": "https://github.com/near/borsh-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/borsh-derive/1.5.7/download", - "sha256": "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "borsh_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "borsh_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "proc-macro-crate 3.5.0", - "target": "proc_macro_crate" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.5.7" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "brotli 3.3.4": { - "name": "brotli", - "version": "3.3.4", - "package_url": "https://github.com/dropbox/rust-brotli", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/brotli/3.3.4/download", - "sha256": "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68" - } - }, - "targets": [ - { - "Library": { - "crate_name": "brotli", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "brotli", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc-stdlib", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloc-no-stdlib 2.0.4", - "target": "alloc_no_stdlib" - }, - { - "id": "alloc-stdlib 0.2.2", - "target": "alloc_stdlib" - }, - { - "id": "brotli-decompressor 2.3.4", - "target": "brotli_decompressor" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "3.3.4" - }, - "license": "BSD-3-Clause/MIT", - "license_ids": [ - "BSD-3-Clause", - "MIT" - ], - "license_file": "LICENSE" - }, - "brotli 8.0.1": { - "name": "brotli", - "version": "8.0.1", - "package_url": "https://github.com/dropbox/rust-brotli", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/brotli/8.0.1/download", - "sha256": "9991eea70ea4f293524138648e41ee89b0b2b12ddef3b255effa43c8056e0e0d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "brotli", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "brotli", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc-stdlib", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloc-no-stdlib 2.0.4", - "target": "alloc_no_stdlib" - }, - { - "id": "alloc-stdlib 0.2.2", - "target": "alloc_stdlib" - }, - { - "id": "brotli-decompressor 5.0.0", - "target": "brotli_decompressor" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "8.0.1" - }, - "license": "BSD-3-Clause AND MIT", - "license_ids": [ - "BSD-3-Clause", - "MIT" - ], - "license_file": "LICENSE.MIT" - }, - "brotli-decompressor 2.3.4": { - "name": "brotli-decompressor", - "version": "2.3.4", - "package_url": "https://github.com/dropbox/rust-brotli-decompressor", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/brotli-decompressor/2.3.4/download", - "sha256": "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744" - } - }, - "targets": [ - { - "Library": { - "crate_name": "brotli_decompressor", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "brotli_decompressor", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc-stdlib", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloc-no-stdlib 2.0.4", - "target": "alloc_no_stdlib" - }, - { - "id": "alloc-stdlib 0.2.2", - "target": "alloc_stdlib" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "2.3.4" - }, - "license": "BSD-3-Clause/MIT", - "license_ids": [ - "BSD-3-Clause", - "MIT" - ], - "license_file": "LICENSE" - }, - "brotli-decompressor 5.0.0": { - "name": "brotli-decompressor", - "version": "5.0.0", - "package_url": "https://github.com/dropbox/rust-brotli-decompressor", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/brotli-decompressor/5.0.0/download", - "sha256": "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" - } - }, - "targets": [ - { - "Library": { - "crate_name": "brotli_decompressor", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "brotli_decompressor", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc-stdlib", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloc-no-stdlib 2.0.4", - "target": "alloc_no_stdlib" - }, - { - "id": "alloc-stdlib 0.2.2", - "target": "alloc_stdlib" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "5.0.0" - }, - "license": "BSD-3-Clause/MIT", - "license_ids": [ - "BSD-3-Clause", - "MIT" - ], - "license_file": "LICENSE" - }, - "bs58 0.5.1": { - "name": "bs58", - "version": "0.5.1", - "package_url": "https://github.com/Nullus157/bs58-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bs58/0.5.1/download", - "sha256": "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bs58", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bs58", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "check", - "default", - "sha2", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "sha2 0.10.9", - "target": "sha2" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.1" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "bstr 0.2.17": { - "name": "bstr", - "version": "0.2.17", - "package_url": "https://github.com/BurntSushi/bstr", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bstr/0.2.17/download", - "sha256": "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bstr", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bstr", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "lazy_static", - "regex-automata", - "unicode" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "regex-automata 0.1.10", - "target": "regex_automata" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.17" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "bstr 1.6.0": { - "name": "bstr", - "version": "1.6.0", - "package_url": "https://github.com/BurntSushi/bstr", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bstr/1.6.0/download", - "sha256": "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bstr", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bstr", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std", - "unicode" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "regex-automata 0.3.3", - "target": "regex_automata" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.6.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "build-info 0.0.45": { - "name": "build-info", - "version": "0.0.45", - "package_url": "https://github.com/danielschemmel/build-info/", - "repository": { - "Git": { - "remote": "https://github.com/dfinity-lab/build-info", - "commitish": { - "Rev": "27ba16a68aa312de66f2ebd0f16665f1429eee36" - }, - "strip_prefix": "build-info" - } - }, - "targets": [ - { - "Library": { - "crate_name": "build_info", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "build_info", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "runtime" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "build-info-common 0.0.45", - "target": "build_info_common" - }, - { - "id": "ciborium 0.2.2", - "target": "ciborium" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "build-info-proc 0.0.45", - "target": "build_info_proc" - } - ], - "selects": {} - }, - "version": "0.0.45" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "build-info-build 0.0.45": { - "name": "build-info-build", - "version": "0.0.45", - "package_url": "https://github.com/danielschemmel/build-info/", - "repository": { - "Git": { - "remote": "https://github.com/dfinity-lab/build-info", - "commitish": { - "Rev": "27ba16a68aa312de66f2ebd0f16665f1429eee36" - }, - "strip_prefix": "build-info-build" - } - }, - "targets": [ - { - "Library": { - "crate_name": "build_info_build", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "build_info_build", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "build-info-common 0.0.45", - "target": "build_info_common" - }, - { - "id": "ciborium 0.2.2", - "target": "ciborium" - }, - { - "id": "glob 0.3.1", - "target": "glob" - }, - { - "id": "rustc_version 0.4.0", - "target": "rustc_version" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "z85 3.0.7", - "target": "z85" - }, - { - "id": "zstd 0.13.2", - "target": "zstd" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.0.45" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "build-info-common 0.0.45": { - "name": "build-info-common", - "version": "0.0.45", - "package_url": "https://github.com/danielschemmel/build-info/", - "repository": { - "Git": { - "remote": "https://github.com/dfinity-lab/build-info", - "commitish": { - "Rev": "27ba16a68aa312de66f2ebd0f16665f1429eee36" - }, - "strip_prefix": "build-info-common" - } - }, - "targets": [ - { - "Library": { - "crate_name": "build_info_common", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "build_info_common", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "derive_more 2.1.1", - "target": "derive_more" - }, - { - "id": "semver 1.0.27", - "target": "semver" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.0.45" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "build-info-proc 0.0.45": { - "name": "build-info-proc", - "version": "0.0.45", - "package_url": "https://github.com/danielschemmel/build-info/", - "repository": { - "Git": { - "remote": "https://github.com/dfinity-lab/build-info", - "commitish": { - "Rev": "27ba16a68aa312de66f2ebd0f16665f1429eee36" - }, - "strip_prefix": "build-info-proc" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "build_info_proc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "build_info_proc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "runtime" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "build-info-common 0.0.45", - "target": "build_info_common" - }, - { - "id": "ciborium 0.2.2", - "target": "ciborium" - }, - { - "id": "manyhow 0.11.4", - "target": "manyhow" - }, - { - "id": "num-bigint 0.5.1", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "z85 3.0.7", - "target": "z85" - }, - { - "id": "zstd 0.13.2", - "target": "zstd" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.0.45" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "bumpalo 3.20.2": { - "name": "bumpalo", - "version": "3.20.2", - "package_url": "https://github.com/fitzgen/bumpalo", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bumpalo/3.20.2/download", - "sha256": "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bumpalo", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bumpalo", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "allocator-api2", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "allocator-api2 0.2.21", - "target": "allocator_api2" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.20.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "by_address 1.1.0": { - "name": "by_address", - "version": "1.1.0", - "package_url": "https://github.com/mbrubeck/by_address", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/by_address/1.1.0/download", - "sha256": "bf8dba2868114ed769a1f2590fc9ae5eb331175b44313b6c9b922f8f7ca813d0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "by_address", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "by_address", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.1.0" - }, - "license": "MIT / Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "byte-slice-cast 1.2.2": { - "name": "byte-slice-cast", - "version": "1.2.2", - "package_url": "https://github.com/sdroege/bytes-num-slice-cast", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/byte-slice-cast/1.2.2/download", - "sha256": "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "byte_slice_cast", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "byte_slice_cast", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.2.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "byte-unit 4.0.19": { - "name": "byte-unit", - "version": "4.0.19", - "package_url": "https://github.com/magiclen/byte-unit", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/byte-unit/4.0.19/download", - "sha256": "da78b32057b8fdfc352504708feeba7216dcd65a2c9ab02978cbd288d1279b6c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "byte_unit", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "byte_unit", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "serde", - "std", - "u128" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "utf8-width 0.1.6", - "target": "utf8_width" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "4.0.19" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "bytecheck 0.8.2": { - "name": "bytecheck", - "version": "0.8.2", - "package_url": "https://github.com/rkyv/bytecheck", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bytecheck/0.8.2/download", - "sha256": "0caa33a2c0edca0419d15ac723dff03f1956f7978329b1e3b5fdaaaed9d3ca8b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bytecheck", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bytecheck", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "ptr_meta 0.3.1", - "target": "ptr_meta" - }, - { - "id": "rancor 0.1.1", - "target": "rancor" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "bytecheck_derive 0.8.2", - "target": "bytecheck_derive" - } - ], - "selects": {} - }, - "version": "0.8.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "bytecheck_derive 0.8.2": { - "name": "bytecheck_derive", - "version": "0.8.2", - "package_url": "https://github.com/rkyv/bytecheck", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bytecheck_derive/0.8.2/download", - "sha256": "89385e82b5d1821d2219e0b095efa2cc1f246cbf99080f3be46a1a85c0d392d9" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "bytecheck_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bytecheck_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "bytecount 0.6.9": { - "name": "bytecount", - "version": "0.6.9", - "package_url": "https://github.com/llogiq/bytecount", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bytecount/0.6.9/download", - "sha256": "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bytecount", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bytecount", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [], - "selects": { - "aarch64-apple-darwin": [ - "runtime-dispatch-simd" - ], - "aarch64-unknown-linux-gnu": [ - "runtime-dispatch-simd" - ], - "x86_64-apple-darwin": [ - "runtime-dispatch-simd" - ], - "x86_64-unknown-linux-gnu": [ - "runtime-dispatch-simd" - ] - } - }, - "edition": "2018", - "version": "0.6.9" - }, - "license": "Apache-2.0/MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE.Apache2" - }, - "bytemuck 1.13.1": { - "name": "bytemuck", - "version": "1.13.1", - "package_url": "https://github.com/Lokathor/bytemuck", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bytemuck/1.13.1/download", - "sha256": "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bytemuck", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bytemuck", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.13.1" - }, - "license": "Zlib OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT", - "Zlib" - ], - "license_file": "LICENSE-APACHE" - }, - "byteorder 1.5.0": { - "name": "byteorder", - "version": "1.5.0", - "package_url": "https://github.com/BurntSushi/byteorder", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/byteorder/1.5.0/download", - "sha256": "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "byteorder", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "byteorder", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "i128", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "1.5.0" - }, - "license": "Unlicense OR MIT", - "license_ids": [ - "MIT", - "Unlicense" - ], - "license_file": "LICENSE-MIT" - }, - "bytes 1.11.1": { - "name": "bytes", - "version": "1.11.1", - "package_url": "https://github.com/tokio-rs/bytes", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bytes/1.11.1/download", - "sha256": "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bytes", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bytes", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.11.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "bytesize 1.3.0": { - "name": "bytesize", - "version": "1.3.0", - "package_url": "https://github.com/hyunsik/bytesize/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bytesize/1.3.0/download", - "sha256": "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bytesize", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bytesize", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2015", - "version": "1.3.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "bytestring 1.3.0": { - "name": "bytestring", - "version": "1.3.0", - "package_url": "https://github.com/actix/actix-net.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bytestring/1.3.0/download", - "sha256": "238e4886760d98c4f899360c834fa93e62cf7f721ac3c2da375cbdf4b8679aae" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bytestring", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bytestring", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.3.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "bzip2-sys 0.1.11+1.0.8": { - "name": "bzip2-sys", - "version": "0.1.11+1.0.8", - "package_url": "https://github.com/alexcrichton/bzip2-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/bzip2-sys/0.1.11+1.0.8/download", - "sha256": "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" - } - }, - "targets": [ - { - "Library": { - "crate_name": "bzip2_sys", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "bzip2_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bzip2-sys 0.1.11+1.0.8", - "target": "build_script_build" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.1.11+1.0.8" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - }, - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - } - ], - "selects": {} - }, - "links": "bzip2" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "c-kzg 2.1.8": { - "name": "c-kzg", - "version": "2.1.8", - "package_url": null, - "repository": { - "Http": { - "url": "https://static.crates.io/crates/c-kzg/2.1.8/download", - "sha256": "38d04308254695569fdb9bfe3bacc1c91837a670d0806605eb82d63748fbd3a6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "c_kzg", - "crate_root": "bindings/rust/src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "bindings/rust/build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "c_kzg", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "blst 0.3.17", - "target": "blst" - }, - { - "id": "c-kzg 2.1.8", - "target": "build_script_build" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.1.8" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": { - "cfg(target_env = \"msvc\")": [ - { - "id": "glob 0.3.1", - "target": "glob" - } - ] - } - }, - "link_deps": { - "common": [ - { - "id": "blst 0.3.17", - "target": "blst" - } - ], - "selects": {} - }, - "links": "ckzg" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "cached 0.54.0": { - "name": "cached", - "version": "0.54.0", - "package_url": "https://github.com/jaemk/cached", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cached/0.54.0/download", - "sha256": "9718806c4a2fe9e8a56fd736f97b340dd10ed1be8ed733ed50449f351dc33cae" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cached", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cached", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "ahash", - "cached_proc_macro", - "cached_proc_macro_types", - "default", - "proc_macro" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ahash 0.8.11", - "target": "ahash" - }, - { - "id": "cached_proc_macro_types 0.1.1", - "target": "cached_proc_macro_types" - }, - { - "id": "hashbrown 0.14.5", - "target": "hashbrown" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "web-time 1.1.0", - "target": "web_time" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "cached_proc_macro 0.23.0", - "target": "cached_proc_macro" - } - ], - "selects": {} - }, - "version": "0.54.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "cached 0.56.0": { - "name": "cached", - "version": "0.56.0", - "package_url": "https://github.com/jaemk/cached", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cached/0.56.0/download", - "sha256": "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cached", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cached", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "ahash" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ahash 0.8.11", - "target": "ahash" - }, - { - "id": "hashbrown 0.15.2", - "target": "hashbrown" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "web-time 1.1.0", - "target": "web_time" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.56.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "cached_proc_macro 0.23.0": { - "name": "cached_proc_macro", - "version": "0.23.0", - "package_url": "https://github.com/jaemk/cached", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cached_proc_macro/0.23.0/download", - "sha256": "2f42a145ed2d10dce2191e1dcf30cfccfea9026660e143662ba5eec4017d5daa" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "cached_proc_macro", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cached_proc_macro", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "darling 0.20.11", - "target": "darling" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.23.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "cached_proc_macro_types 0.1.1": { - "name": "cached_proc_macro_types", - "version": "0.1.1", - "package_url": "https://github.com/jaemk/cached", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cached_proc_macro_types/0.1.1/download", - "sha256": "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cached_proc_macro_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cached_proc_macro_types", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.1.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "camino 1.1.6": { - "name": "camino", - "version": "1.1.6", - "package_url": "https://github.com/camino-rs/camino", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/camino/1.1.6/download", - "sha256": "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "camino", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "camino", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "serde", - "serde1" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "camino 1.1.6", - "target": "build_script_build" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.1.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "canbench-rs 0.7.0": { - "name": "canbench-rs", - "version": "0.7.0", - "package_url": "https://github.com/dfinity/canbench", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/canbench-rs/0.7.0/download", - "sha256": "f219d11b441f13b811b48f3500e16193e5ff2478f2af1f444b825c723bd8f880" - } - }, - "targets": [ - { - "Library": { - "crate_name": "canbench_rs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "canbench_rs", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "ic-cdk 0.20.2", - "target": "ic_cdk" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "canbench-rs-macros 0.7.0", - "target": "canbench_rs_macros" - } - ], - "selects": {} - }, - "version": "0.7.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "canbench-rs-macros 0.7.0": { - "name": "canbench-rs-macros", - "version": "0.7.0", - "package_url": "https://github.com/dfinity/canbench", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/canbench-rs-macros/0.7.0/download", - "sha256": "57f3091003ebefb0685c8c06cd4f165ea3ef28bca5e321e99de035229c624fda" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "canbench_rs_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "canbench_rs_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "candid 0.10.35": { - "name": "candid", - "version": "0.10.35", - "package_url": "https://github.com/dfinity/candid", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/candid/0.10.35/download", - "sha256": "5cdba86ff862a2cc6b244f273a8713ffdf82b84254470e90bd029ee87c283f25" - } - }, - "targets": [ - { - "Library": { - "crate_name": "candid", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "candid", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "all", - "bignum", - "default", - "printer", - "serde_bytes", - "value" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "binrw 0.15.2", - "target": "binrw" - }, - { - "id": "byteorder 1.5.0", - "target": "byteorder" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "ic_principal 0.1.5", - "target": "ic_principal" - }, - { - "id": "leb128 0.2.5", - "target": "leb128" - }, - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "pretty 0.12.1", - "target": "pretty" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": { - "cfg(not(target_family = \"wasm\"))": [ - { - "id": "stacker 0.1.15", - "target": "stacker" - } - ] - } - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "candid_derive 0.10.35", - "target": "candid_derive" - }, - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "rustc_flags": { - "common": [], - "selects": { - "@@//bazel:fuzzing_code_enabled": [ - "-Cpasses=sancov-module", - "-Cllvm-args=-sanitizer-coverage-level=4", - "-Cllvm-args=-sanitizer-coverage-inline-8bit-counters", - "-Cllvm-args=-sanitizer-coverage-pc-table", - "-Cllvm-args=-sanitizer-coverage-trace-compares", - "-Cllvm-args=-sanitizer-coverage-stack-depth", - "-Cllvm-args=-sanitizer-coverage-prune-blocks=0", - "-Ctarget-cpu=native", - "-Coverflow_checks", - "-Copt-level=3", - "-Clink-dead-code", - "-Cdebug-assertions", - "-Ccodegen-units=1", - "-Zextra-const-ub-checks", - "-Zstrict-init-checks", - "-Zsanitizer=address" - ] - } - }, - "version": "0.10.35" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "candid_derive 0.10.35": { - "name": "candid_derive", - "version": "0.10.35", - "package_url": "https://github.com/dfinity/candid", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/candid_derive/0.10.35/download", - "sha256": "13501edc1f9c9f057d5d84171a13ee1fe4255705f9027a3fac64b5949cbdd170" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "candid_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "candid_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.10.35" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "candid_parser 0.1.4": { - "name": "candid_parser", - "version": "0.1.4", - "package_url": "https://github.com/dfinity/candid", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/candid_parser/0.1.4/download", - "sha256": "48a3da76f989cd350b7342c64c6c6008341bb6186f6832ef04e56dc50ba0fd76" - } - }, - "targets": [ - { - "Library": { - "crate_name": "candid_parser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "candid_parser", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "candid_parser 0.1.4", - "target": "build_script_build" - }, - { - "id": "codespan-reporting 0.11.1", - "target": "codespan_reporting" - }, - { - "id": "convert_case 0.6.0", - "target": "convert_case" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "lalrpop-util 0.20.0", - "target": "lalrpop_util" - }, - { - "id": "logos 0.13.0", - "target": "logos" - }, - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "pretty 0.12.1", - "target": "pretty" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.4" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "lalrpop 0.20.0", - "target": "lalrpop" - } - ], - "selects": {} - } - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "candid_parser 0.4.0": { - "name": "candid_parser", - "version": "0.4.0", - "package_url": "https://github.com/dfinity/candid", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/candid_parser/0.4.0/download", - "sha256": "2e35c12ed409a6c02c6e204db49926c75ceeb622a4a994b828cdd3dea7dfec59" - } - }, - "targets": [ - { - "Library": { - "crate_name": "candid_parser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "candid_parser", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "candid_parser 0.4.0", - "target": "build_script_build" - }, - { - "id": "codespan-reporting 0.11.1", - "target": "codespan_reporting" - }, - { - "id": "convert_case 0.6.0", - "target": "convert_case" - }, - { - "id": "handlebars 6.4.0", - "target": "handlebars" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "lalrpop-util 0.20.0", - "target": "lalrpop_util" - }, - { - "id": "logos 0.14.4", - "target": "logos" - }, - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "pretty 0.12.1", - "target": "pretty" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "toml 0.8.19", - "target": "toml" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "lalrpop 0.20.0", - "target": "lalrpop" - } - ], - "selects": {} - } - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "canlog 0.2.0": { - "name": "canlog", - "version": "0.2.0", - "package_url": "https://github.com/dfinity/ic", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/canlog/0.2.0/download", - "sha256": "bd21b4c7140d033fe006495a65ec5ae24d79219eca550a74e0ba140ff9aa71dc" - } - }, - "targets": [ - { - "Library": { - "crate_name": "canlog", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "canlog", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "derive" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "ic-canister-log 0.2.0", - "target": "ic_canister_log" - }, - { - "id": "ic0 1.1.0", - "target": "ic0" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "canlog_derive 0.1.0", - "target": "canlog_derive" - } - ], - "selects": {} - }, - "version": "0.2.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "canlog_derive 0.1.0": { - "name": "canlog_derive", - "version": "0.1.0", - "package_url": "https://github.com/dfinity/ic", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/canlog_derive/0.1.0/download", - "sha256": "6620814f83b784938b29ca6ca8867967a93a4f7f08c1b7ec6256d12c1b53abe8" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "canlog_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "canlog_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "darling 0.20.11", - "target": "darling" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "cargo-platform 0.1.3": { - "name": "cargo-platform", - "version": "0.1.3", - "package_url": "https://github.com/rust-lang/cargo", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cargo-platform/0.1.3/download", - "sha256": "2cfa25e60aea747ec7e1124f238816749faa93759c6ff5b31f1ccdda137f4479" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cargo_platform", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cargo_platform", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "cargo_metadata 0.14.2": { - "name": "cargo_metadata", - "version": "0.14.2", - "package_url": "https://github.com/oli-obk/cargo_metadata", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cargo_metadata/0.14.2/download", - "sha256": "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cargo_metadata", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cargo_metadata", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "camino 1.1.6", - "target": "camino" - }, - { - "id": "cargo-platform 0.1.3", - "target": "cargo_platform" - }, - { - "id": "semver 1.0.27", - "target": "semver" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.14.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE-MIT" - }, - "cassowary 0.3.0": { - "name": "cassowary", - "version": "0.3.0", - "package_url": "https://github.com/dylanede/cassowary-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cassowary/0.3.0/download", - "sha256": "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cassowary", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cassowary", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.3.0" - }, - "license": "MIT / Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "cast 0.3.0": { - "name": "cast", - "version": "0.3.0", - "package_url": "https://github.com/japaric/cast.rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cast/0.3.0/download", - "sha256": "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cast", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cast", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.3.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "castaway 0.2.4": { - "name": "castaway", - "version": "0.2.4", - "package_url": "https://github.com/sagebind/castaway", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/castaway/0.2.4/download", - "sha256": "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "castaway", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "castaway", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc" - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "rustversion 1.0.14", - "target": "rustversion" - } - ], - "selects": {} - }, - "version": "0.2.4" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "cc 1.2.48": { - "name": "cc", - "version": "1.2.48", - "package_url": "https://github.com/rust-lang/cc-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cc/1.2.48/download", - "sha256": "c481bdbf0ed3b892f6f806287d72acd515b352a4ec27a208489b8c1bc839633a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [], - "selects": { - "aarch64-apple-darwin": [ - "parallel" - ], - "aarch64-unknown-linux-gnu": [ - "parallel" - ], - "x86_64-apple-darwin": [ - "parallel" - ], - "x86_64-unknown-linux-gnu": [ - "parallel" - ] - } - }, - "deps": { - "common": [ - { - "id": "find-msvc-tools 0.1.5", - "target": "find_msvc_tools" - }, - { - "id": "shlex 1.3.0", - "target": "shlex" - } - ], - "selects": { - "aarch64-apple-darwin": [ - { - "id": "jobserver 0.1.32", - "target": "jobserver" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "aarch64-unknown-linux-gnu": [ - { - "id": "jobserver 0.1.32", - "target": "jobserver" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "x86_64-apple-darwin": [ - { - "id": "jobserver 0.1.32", - "target": "jobserver" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "x86_64-unknown-linux-gnu": [ - { - "id": "jobserver 0.1.32", - "target": "jobserver" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ] - } - }, - "edition": "2018", - "version": "1.2.48" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "cesu8 1.1.0": { - "name": "cesu8", - "version": "1.1.0", - "package_url": "https://github.com/emk/cesu8-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cesu8/1.1.0/download", - "sha256": "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cesu8", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cesu8", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "1.1.0" - }, - "license": "Apache-2.0/MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "cexpr 0.6.0": { - "name": "cexpr", - "version": "0.6.0", - "package_url": "https://github.com/jethrogb/rust-cexpr", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cexpr/0.6.0/download", - "sha256": "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cexpr", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cexpr", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "nom 7.1.3", - "target": "nom" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.6.0" - }, - "license": "Apache-2.0/MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "cfg-if 1.0.0": { - "name": "cfg-if", - "version": "1.0.0", - "package_url": "https://github.com/alexcrichton/cfg-if", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cfg-if/1.0.0/download", - "sha256": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cfg_if", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cfg_if", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.0.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "cfg_aliases 0.2.1": { - "name": "cfg_aliases", - "version": "0.2.1", - "package_url": "https://github.com/katharostech/cfg_aliases", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cfg_aliases/0.2.1/download", - "sha256": "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cfg_aliases", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cfg_aliases", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.2.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "chacha20 0.9.1": { - "name": "chacha20", - "version": "0.9.1", - "package_url": "https://github.com/RustCrypto/stream-ciphers", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/chacha20/0.9.1/download", - "sha256": "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818" - } - }, - "targets": [ - { - "Library": { - "crate_name": "chacha20", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "chacha20", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "cipher 0.4.4", - "target": "cipher" - } - ], - "selects": { - "cfg(any(target_arch = \"x86_64\", target_arch = \"x86\"))": [ - { - "id": "cpufeatures 0.2.9", - "target": "cpufeatures" - } - ] - } - }, - "edition": "2021", - "version": "0.9.1" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "chacha20 0.10.0": { - "name": "chacha20", - "version": "0.10.0", - "package_url": "https://github.com/RustCrypto/stream-ciphers", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/chacha20/0.10.0/download", - "sha256": "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" - } - }, - "targets": [ - { - "Library": { - "crate_name": "chacha20", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "chacha20", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "rng" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "rand_core 0.10.1", - "target": "rand_core" - } - ], - "selects": { - "cfg(any(target_arch = \"x86_64\", target_arch = \"x86\"))": [ - { - "id": "cpufeatures 0.3.0", - "target": "cpufeatures" - } - ] - } - }, - "edition": "2024", - "version": "0.10.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "chacha20poly1305 0.10.1": { - "name": "chacha20poly1305", - "version": "0.10.1", - "package_url": "https://github.com/RustCrypto/AEADs/tree/master/chacha20poly1305", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/chacha20poly1305/0.10.1/download", - "sha256": "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35" - } - }, - "targets": [ - { - "Library": { - "crate_name": "chacha20poly1305", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "chacha20poly1305", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "getrandom", - "rand_core" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aead 0.5.2", - "target": "aead" - }, - { - "id": "chacha20 0.9.1", - "target": "chacha20" - }, - { - "id": "cipher 0.4.4", - "target": "cipher" - }, - { - "id": "poly1305 0.8.0", - "target": "poly1305" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.10.1" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "chrono 0.4.41": { - "name": "chrono", - "version": "0.4.41", - "package_url": "https://github.com/chronotope/chrono", - "repository": { - "Git": { - "remote": "https://github.com/chronotope/chrono.git", - "commitish": { - "Rev": "d1de1d95ead4e59472622761ad545dc4a940992b" - } - } - }, - "targets": [ - { - "Library": { - "crate_name": "chrono", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "chrono", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-traits 0.2.19", - "target": "num_traits" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.41" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE.txt" - }, - "chrono 0.4.42": { - "name": "chrono", - "version": "0.4.42", - "package_url": "https://github.com/chronotope/chrono", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/chrono/0.4.42/download", - "sha256": "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" - } - }, - "targets": [ - { - "Library": { - "crate_name": "chrono", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "chrono", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "clock", - "default", - "iana-time-zone", - "js-sys", - "now", - "oldtime", - "serde", - "std", - "wasm-bindgen", - "wasmbind", - "winapi", - "windows-link" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": { - "aarch64-apple-darwin": [ - { - "id": "iana-time-zone 0.1.59", - "target": "iana_time_zone" - } - ], - "aarch64-unknown-linux-gnu": [ - { - "id": "iana-time-zone 0.1.59", - "target": "iana_time_zone" - } - ], - "wasm32-unknown-unknown": [ - { - "id": "js-sys 0.3.103", - "target": "js_sys" - }, - { - "id": "wasm-bindgen 0.2.126", - "target": "wasm_bindgen" - } - ], - "x86_64-apple-darwin": [ - { - "id": "iana-time-zone 0.1.59", - "target": "iana_time_zone" - } - ], - "x86_64-unknown-linux-gnu": [ - { - "id": "iana-time-zone 0.1.59", - "target": "iana_time_zone" - } - ] - } - }, - "edition": "2021", - "version": "0.4.42" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE.txt" - }, - "ciborium 0.2.2": { - "name": "ciborium", - "version": "0.2.2", - "package_url": "https://github.com/enarx/ciborium", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ciborium/0.2.2/download", - "sha256": "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ciborium", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ciborium", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ciborium-io 0.2.2", - "target": "ciborium_io" - }, - { - "id": "ciborium-ll 0.2.2", - "target": "ciborium_ll" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.2" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ciborium-io 0.2.2": { - "name": "ciborium-io", - "version": "0.2.2", - "package_url": "https://github.com/enarx/ciborium", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ciborium-io/0.2.2/download", - "sha256": "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ciborium_io", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ciborium_io", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.2" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ciborium-ll 0.2.2": { - "name": "ciborium-ll", - "version": "0.2.2", - "package_url": "https://github.com/enarx/ciborium", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ciborium-ll/0.2.2/download", - "sha256": "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ciborium_ll", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ciborium_ll", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "ciborium-io 0.2.2", - "target": "ciborium_io" - }, - { - "id": "half 2.7.1", - "target": "half" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.2" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "cidr 0.2.3": { - "name": "cidr", - "version": "0.2.3", - "package_url": "https://github.com/stbuehler/rust-cidr", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cidr/0.2.3/download", - "sha256": "6bdf600c45bd958cf2945c445264471cca8b6c8e67bc87b71affd6d7e5682621" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cidr", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cidr", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.3" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "cipher 0.4.4": { - "name": "cipher", - "version": "0.4.4", - "package_url": "https://github.com/RustCrypto/traits", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cipher/0.4.4/download", - "sha256": "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cipher", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cipher", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crypto-common 0.1.6", - "target": "crypto_common" - }, - { - "id": "inout 0.1.3", - "target": "inout" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.4" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "clang-sys 1.6.1": { - "name": "clang-sys", - "version": "1.6.1", - "package_url": "https://github.com/KyleMayes/clang-sys", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/clang-sys/1.6.1/download", - "sha256": "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "clang_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "clang_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "clang_3_5", - "clang_3_6", - "clang_3_7", - "clang_3_8", - "clang_3_9", - "clang_4_0", - "clang_5_0", - "clang_6_0", - "libloading", - "runtime" - ], - "selects": { - "aarch64-apple-darwin": [ - "clang_10_0", - "clang_11_0", - "clang_7_0", - "clang_8_0", - "clang_9_0" - ], - "aarch64-unknown-linux-gnu": [ - "clang_10_0", - "clang_11_0", - "clang_7_0", - "clang_8_0", - "clang_9_0" - ], - "x86_64-apple-darwin": [ - "clang_10_0", - "clang_11_0", - "clang_7_0", - "clang_8_0", - "clang_9_0" - ], - "x86_64-unknown-linux-gnu": [ - "clang_10_0", - "clang_11_0", - "clang_7_0", - "clang_8_0", - "clang_9_0" - ] - } - }, - "deps": { - "common": [ - { - "id": "clang-sys 1.6.1", - "target": "build_script_build" - }, - { - "id": "glob 0.3.1", - "target": "glob" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "libloading 0.7.4", - "target": "libloading" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "1.6.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "glob 0.3.1", - "target": "glob" - } - ], - "selects": {} - }, - "links": "clang" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE.txt" - }, - "clap 4.5.53": { - "name": "clap", - "version": "4.5.53", - "package_url": "https://github.com/clap-rs/clap", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/clap/4.5.53/download", - "sha256": "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "clap", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "clap", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "cargo", - "color", - "default", - "derive", - "env", - "error-context", - "help", - "std", - "string", - "suggestions", - "usage" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "clap_builder 4.5.53", - "target": "clap_builder" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "clap_derive 4.5.49", - "target": "clap_derive" - } - ], - "selects": {} - }, - "version": "4.5.53" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "clap_builder 4.5.53": { - "name": "clap_builder", - "version": "4.5.53", - "package_url": "https://github.com/clap-rs/clap", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/clap_builder/4.5.53/download", - "sha256": "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00" - } - }, - "targets": [ - { - "Library": { - "crate_name": "clap_builder", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "clap_builder", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "cargo", - "color", - "env", - "error-context", - "help", - "std", - "string", - "suggestions", - "usage" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anstream 0.6.15", - "target": "anstream" - }, - { - "id": "anstyle 1.0.8", - "target": "anstyle" - }, - { - "id": "clap_lex 0.7.5", - "target": "clap_lex" - }, - { - "id": "strsim 0.11.1", - "target": "strsim" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "4.5.53" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "clap_derive 4.5.49": { - "name": "clap_derive", - "version": "4.5.49", - "package_url": "https://github.com/clap-rs/clap", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/clap_derive/4.5.49/download", - "sha256": "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "clap_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "clap_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "heck 0.5.0", - "target": "heck" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "4.5.49" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "clap_lex 0.7.5": { - "name": "clap_lex", - "version": "0.7.5", - "package_url": "https://github.com/clap-rs/clap", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/clap_lex/0.7.5/download", - "sha256": "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" - } - }, - "targets": [ - { - "Library": { - "crate_name": "clap_lex", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "clap_lex", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.7.5" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "clocksource 0.8.1": { - "name": "clocksource", - "version": "0.8.1", - "package_url": "https://github.com/pelikan-io/rustcommon", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/clocksource/0.8.1/download", - "sha256": "129026dd5a8a9592d96916258f3a5379589e513ea5e86aeb0bd2530286e44e9e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "clocksource", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "clocksource", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "time 0.3.47", - "target": "time" - } - ], - "selects": { - "cfg(windows)": [ - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ] - } - }, - "edition": "2021", - "version": "0.8.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "cmake 0.1.58": { - "name": "cmake", - "version": "0.1.58", - "package_url": "https://github.com/rust-lang/cmake-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cmake/0.1.58/download", - "sha256": "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cmake", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cmake", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.58" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "cobs 0.3.0": { - "name": "cobs", - "version": "0.3.0", - "package_url": "https://github.com/jamesmunns/cobs.rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cobs/0.3.0/download", - "sha256": "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cobs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cobs", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "codespan-reporting 0.11.1": { - "name": "codespan-reporting", - "version": "0.11.1", - "package_url": "https://github.com/brendanzab/codespan", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/codespan-reporting/0.11.1/download", - "sha256": "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "codespan_reporting", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "codespan_reporting", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "termcolor 1.4.1", - "target": "termcolor" - }, - { - "id": "unicode-width 0.1.14", - "target": "unicode_width" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.11.1" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "colorchoice 1.0.0": { - "name": "colorchoice", - "version": "1.0.0", - "package_url": "https://github.com/rust-cli/anstyle", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/colorchoice/1.0.0/download", - "sha256": "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "colorchoice", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "colorchoice", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "1.0.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "colored 2.0.4": { - "name": "colored", - "version": "2.0.4", - "package_url": "https://github.com/mackwic/colored", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/colored/2.0.4/download", - "sha256": "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "colored", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "colored", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "is-terminal 0.4.9", - "target": "is_terminal" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - } - ], - "selects": { - "cfg(windows)": [ - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2021", - "version": "2.0.4" - }, - "license": "MPL-2.0", - "license_ids": [ - "MPL-2.0" - ], - "license_file": "LICENSE" - }, - "combine 4.6.7": { - "name": "combine", - "version": "4.6.7", - "package_url": "https://github.com/Marwes/combine", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/combine/4.6.7/download", - "sha256": "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" - } - }, - "targets": [ - { - "Library": { - "crate_name": "combine", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "combine", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "memchr 2.7.4", - "target": "memchr" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "4.6.7" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "comma 1.0.0": { - "name": "comma", - "version": "1.0.0", - "package_url": "https://github.com/emctague/comma", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/comma/1.0.0/download", - "sha256": "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335" - } - }, - "targets": [ - { - "Library": { - "crate_name": "comma", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "comma", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.0.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, - "compact_str 0.8.1": { - "name": "compact_str", - "version": "0.8.1", - "package_url": "https://github.com/ParkMyCar/compact_str", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/compact_str/0.8.1/download", - "sha256": "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32" - } - }, - "targets": [ - { - "Library": { - "crate_name": "compact_str", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "compact_str", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "castaway 0.2.4", - "target": "castaway" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "ryu 1.0.15", - "target": "ryu" - }, - { - "id": "static_assertions 1.1.0", - "target": "static_assertions" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "rustversion 1.0.14", - "target": "rustversion" - } - ], - "selects": {} - }, - "version": "0.8.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "comparable 0.5.6": { - "name": "comparable", - "version": "0.5.6", - "package_url": "https://github.com/jwiegley/comparable", - "repository": { - "Git": { - "remote": "https://github.com/dfinity/comparable", - "commitish": { - "Rev": "8338f595496454f9e770389e2edc0d96e137a4e9" - }, - "strip_prefix": "comparable" - } - }, - "targets": [ - { - "Library": { - "crate_name": "comparable", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "comparable", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "comparable_derive", - "derive" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "pretty_assertions 1.4.0", - "target": "pretty_assertions" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "comparable_derive 0.5.6", - "target": "comparable_derive" - }, - { - "id": "comparable_helper 0.5.6", - "target": "comparable_helper" - } - ], - "selects": {} - }, - "version": "0.5.6" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "comparable_derive 0.5.6": { - "name": "comparable_derive", - "version": "0.5.6", - "package_url": "https://github.com/jwiegley/comparable", - "repository": { - "Git": { - "remote": "https://github.com/dfinity/comparable", - "commitish": { - "Rev": "8338f595496454f9e770389e2edc0d96e137a4e9" - }, - "strip_prefix": "comparable_derive" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "comparable_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "comparable_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "convert_case 0.6.0", - "target": "convert_case" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.6" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "comparable_helper 0.5.6": { - "name": "comparable_helper", - "version": "0.5.6", - "package_url": "https://github.com/jwiegley/comparable", - "repository": { - "Git": { - "remote": "https://github.com/dfinity/comparable", - "commitish": { - "Rev": "8338f595496454f9e770389e2edc0d96e137a4e9" - }, - "strip_prefix": "comparable_helper" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "comparable_helper", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "comparable_helper", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "convert_case 0.6.0", - "target": "convert_case" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.6" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "concurrent-queue 2.5.0": { - "name": "concurrent-queue", - "version": "2.5.0", - "package_url": "https://github.com/smol-rs/concurrent-queue", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/concurrent-queue/2.5.0/download", - "sha256": "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" - } - }, - "targets": [ - { - "Library": { - "crate_name": "concurrent_queue", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "concurrent_queue", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crossbeam-utils 0.8.21", - "target": "crossbeam_utils" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.5.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "console 0.11.3": { - "name": "console", - "version": "0.11.3", - "package_url": "https://github.com/mitsuhiko/console", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/console/0.11.3/download", - "sha256": "8c0994e656bba7b922d8dd1245db90672ffb701e684e45be58f20719d69abc5a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "console", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "console", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "ansi-parsing", - "default", - "regex", - "unicode-width", - "winapi-util", - "windows-console-colors" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "terminal_size 0.1.17", - "target": "terminal_size" - }, - { - "id": "unicode-width 0.1.14", - "target": "unicode_width" - } - ], - "selects": { - "cfg(unix)": [ - { - "id": "termios 0.3.3", - "target": "termios" - } - ], - "cfg(windows)": [ - { - "id": "encode_unicode 0.3.6", - "target": "encode_unicode" - }, - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ] - } - }, - "edition": "2018", - "version": "0.11.3" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "console 0.15.7": { - "name": "console", - "version": "0.15.7", - "package_url": "https://github.com/console-rs/console", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/console/0.15.7/download", - "sha256": "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "console", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "console", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "ansi-parsing", - "default", - "unicode-width" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "unicode-width 0.1.14", - "target": "unicode_width" - } - ], - "selects": { - "cfg(windows)": [ - { - "id": "encode_unicode 0.3.6", - "target": "encode_unicode" - }, - { - "id": "windows-sys 0.45.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2018", - "version": "0.15.7" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "const-hex 1.19.1": { - "name": "const-hex", - "version": "1.19.1", - "package_url": "https://github.com/danipopes/const-hex", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/const-hex/1.19.1/download", - "sha256": "33e2a781ebdf4467d1428dc4593067825fb646f6871475098d8577421af73558" - } - }, - "targets": [ - { - "Library": { - "crate_name": "const_hex", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "const_hex", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "core-error", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "serde_core 1.0.228", - "target": "serde_core" - } - ], - "selects": { - "cfg(any(target_arch = \"x86\", target_arch = \"x86_64\"))": [ - { - "id": "cpufeatures 0.2.9", - "target": "cpufeatures" - } - ] - } - }, - "edition": "2021", - "version": "1.19.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "const-oid 0.9.4": { - "name": "const-oid", - "version": "0.9.4", - "package_url": "https://github.com/RustCrypto/formats/tree/master/const-oid", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/const-oid/0.9.4/download", - "sha256": "795bc6e66a8e340f075fcf6227e417a2dc976b92b91f3cdc778bb858778b6747" - } - }, - "targets": [ - { - "Library": { - "crate_name": "const_oid", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "const_oid", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "db", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.4" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "const-oid 0.10.2": { - "name": "const-oid", - "version": "0.10.2", - "package_url": "https://github.com/RustCrypto/formats", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/const-oid/0.10.2/download", - "sha256": "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "const_oid", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "const_oid", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2024", - "version": "0.10.2" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "const-random 0.1.18": { - "name": "const-random", - "version": "0.1.18", - "package_url": "https://github.com/tkaitchuck/constrandom", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/const-random/0.1.18/download", - "sha256": "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" - } - }, - "targets": [ - { - "Library": { - "crate_name": "const_random", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "const_random", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "const-random-macro 0.1.16", - "target": "const_random_macro" - } - ], - "selects": {} - }, - "version": "0.1.18" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "const-random-macro 0.1.16": { - "name": "const-random-macro", - "version": "0.1.16", - "package_url": "https://github.com/tkaitchuck/constrandom", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/const-random-macro/0.1.16/download", - "sha256": "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "const_random_macro", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "const_random_macro", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "getrandom 0.2.10", - "target": "getrandom" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "tiny-keccak 2.0.2", - "target": "tiny_keccak" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.16" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "convert_case 0.4.0": { - "name": "convert_case", - "version": "0.4.0", - "package_url": "https://github.com/rutrum/convert-case", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/convert_case/0.4.0/download", - "sha256": "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "convert_case", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "convert_case", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.4.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, - "convert_case 0.6.0": { - "name": "convert_case", - "version": "0.6.0", - "package_url": "https://github.com/rutrum/convert-case", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/convert_case/0.6.0/download", - "sha256": "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" - } - }, - "targets": [ - { - "Library": { - "crate_name": "convert_case", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "convert_case", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "unicode-segmentation 1.12.0", - "target": "unicode_segmentation" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.6.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "convert_case 0.10.0": { - "name": "convert_case", - "version": "0.10.0", - "package_url": "https://github.com/rutrum/convert-case", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/convert_case/0.10.0/download", - "sha256": "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "convert_case", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "convert_case", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "unicode-segmentation 1.12.0", - "target": "unicode_segmentation" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.10.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "cookie 0.16.2": { - "name": "cookie", - "version": "0.16.2", - "package_url": "https://github.com/SergioBenitez/cookie-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cookie/0.16.2/download", - "sha256": "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cookie", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cookie", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "percent-encode", - "percent-encoding" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cookie 0.16.2", - "target": "build_script_build" - }, - { - "id": "percent-encoding 2.3.1", - "target": "percent_encoding" - }, - { - "id": "time 0.3.47", - "target": "time" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.16.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "version_check 0.9.4", - "target": "version_check" - } - ], - "selects": {} - } - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "core-foundation 0.9.4": { - "name": "core-foundation", - "version": "0.9.4", - "package_url": "https://github.com/servo/core-foundation-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/core-foundation/0.9.4/download", - "sha256": "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "core_foundation", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "core_foundation", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "link" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "core-foundation-sys 0.8.7", - "target": "core_foundation_sys" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.9.4" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "core-foundation 0.10.0": { - "name": "core-foundation", - "version": "0.10.0", - "package_url": "https://github.com/servo/core-foundation-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/core-foundation/0.10.0/download", - "sha256": "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" - } - }, - "targets": [ - { - "Library": { - "crate_name": "core_foundation", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "core_foundation", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "link" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "core-foundation-sys 0.8.7", - "target": "core_foundation_sys" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.10.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "core-foundation-sys 0.8.7": { - "name": "core-foundation-sys", - "version": "0.8.7", - "package_url": "https://github.com/servo/core-foundation-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/core-foundation-sys/0.8.7/download", - "sha256": "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "core_foundation_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "core_foundation_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "link" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.8.7" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "cpp_demangle 0.5.1": { - "name": "cpp_demangle", - "version": "0.5.1", - "package_url": "https://github.com/gimli-rs/cpp_demangle", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cpp_demangle/0.5.1/download", - "sha256": "0667304c32ea56cb4cd6d2d7c0cfe9a2f8041229db8c033af7f8d69492429def" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cpp_demangle", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cpp_demangle", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "cpp_demangle 0.5.1", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "cpufeatures 0.2.9": { - "name": "cpufeatures", - "version": "0.2.9", - "package_url": "https://github.com/RustCrypto/utils", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cpufeatures/0.2.9/download", - "sha256": "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cpufeatures", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cpufeatures", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "aarch64-linux-android": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(all(target_arch = \"aarch64\", target_vendor = \"apple\"))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ] - } - }, - "edition": "2018", - "version": "0.2.9" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "cpufeatures 0.3.0": { - "name": "cpufeatures", - "version": "0.3.0", - "package_url": "https://github.com/RustCrypto/utils", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cpufeatures/0.3.0/download", - "sha256": "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cpufeatures", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cpufeatures", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(all(target_arch = \"aarch64\", target_os = \"android\"))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(all(target_arch = \"aarch64\", target_vendor = \"apple\"))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(all(target_arch = \"loongarch64\", target_os = \"linux\"))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ] - } - }, - "edition": "2024", - "version": "0.3.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "cranelift-assembler-x64 0.134.3": { - "name": "cranelift-assembler-x64", - "version": "0.134.3", - "package_url": null, - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cranelift-assembler-x64/0.134.3/download", - "sha256": "d552bd33b7a56dc70aeb1e1c960e51a218fa0db50f23873b500a310379450b2d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cranelift_assembler_x64", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cranelift_assembler_x64", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cranelift-assembler-x64 0.134.3", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.134.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cranelift-assembler-x64-meta 0.134.3", - "target": "cranelift_assembler_x64_meta" - } - ], - "selects": {} - } - }, - "license": "Apache-2.0 WITH LLVM-exception", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "cranelift-assembler-x64-meta 0.134.3": { - "name": "cranelift-assembler-x64-meta", - "version": "0.134.3", - "package_url": null, - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cranelift-assembler-x64-meta/0.134.3/download", - "sha256": "078e80e4c222279e3330f6aa1a256ca77ddf156d4453166a9f09defedc4594dd" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cranelift_assembler_x64_meta", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cranelift_assembler_x64_meta", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cranelift-srcgen 0.134.3", - "target": "cranelift_srcgen" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.134.3" - }, - "license": "Apache-2.0 WITH LLVM-exception", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "cranelift-bforest 0.134.3": { - "name": "cranelift-bforest", - "version": "0.134.3", - "package_url": "https://github.com/bytecodealliance/wasmtime", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cranelift-bforest/0.134.3/download", - "sha256": "820ce15d4ad3562d613c31a67b6d0434d403e7091a68d1349903842f7d31737e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cranelift_bforest", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cranelift_bforest", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cranelift-entity 0.134.3", - "target": "cranelift_entity" - }, - { - "id": "wasmtime-internal-core 47.0.3", - "target": "wasmtime_internal_core", - "alias": "wasmtime_core" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.134.3" - }, - "license": "Apache-2.0 WITH LLVM-exception", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "cranelift-bitset 0.134.3": { - "name": "cranelift-bitset", - "version": "0.134.3", - "package_url": "https://github.com/bytecodealliance/wasmtime", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cranelift-bitset/0.134.3/download", - "sha256": "61bca563d4b86d285928d9e27f97f27039bb33a0fc524fa130d7d0c106bf8ab3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cranelift_bitset", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cranelift_bitset", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "enable-serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "wasmtime-internal-core 47.0.3", - "target": "wasmtime_internal_core", - "alias": "wasmtime_core" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "serde_derive 1.0.228", - "target": "serde_derive" - } - ], - "selects": {} - }, - "version": "0.134.3" - }, - "license": "Apache-2.0 WITH LLVM-exception", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "cranelift-codegen 0.134.3": { - "name": "cranelift-codegen", - "version": "0.134.3", - "package_url": "https://github.com/bytecodealliance/wasmtime", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cranelift-codegen/0.134.3/download", - "sha256": "709f4b7c0fb57d952658d5b5c07fbdc4149acd7b7f0de9678ae754b9c981949a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cranelift_codegen", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cranelift_codegen", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "enable-serde", - "gimli", - "host-arch", - "incremental-cache", - "postcard", - "pulley", - "serde", - "serde_derive", - "sha2", - "std", - "timing", - "unwind" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bumpalo 3.20.2", - "target": "bumpalo" - }, - { - "id": "cranelift-assembler-x64 0.134.3", - "target": "cranelift_assembler_x64" - }, - { - "id": "cranelift-bforest 0.134.3", - "target": "cranelift_bforest" - }, - { - "id": "cranelift-bitset 0.134.3", - "target": "cranelift_bitset" - }, - { - "id": "cranelift-codegen 0.134.3", - "target": "build_script_build" - }, - { - "id": "cranelift-codegen-shared 0.134.3", - "target": "cranelift_codegen_shared" - }, - { - "id": "cranelift-control 0.134.3", - "target": "cranelift_control" - }, - { - "id": "cranelift-entity 0.134.3", - "target": "cranelift_entity" - }, - { - "id": "gimli 0.33.0", - "target": "gimli" - }, - { - "id": "hashbrown 0.17.0", - "target": "hashbrown" - }, - { - "id": "libm 0.2.16", - "target": "libm" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "postcard 1.1.3", - "target": "postcard" - }, - { - "id": "pulley-interpreter 47.0.3", - "target": "pulley_interpreter" - }, - { - "id": "regalloc2 0.15.1", - "target": "regalloc2" - }, - { - "id": "rustc-hash 2.1.1", - "target": "rustc_hash" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "target-lexicon 0.13.5", - "target": "target_lexicon" - }, - { - "id": "wasmtime-internal-core 47.0.3", - "target": "wasmtime_internal_core", - "alias": "wasmtime_core" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "serde_derive 1.0.228", - "target": "serde_derive" - } - ], - "selects": {} - }, - "version": "0.134.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cranelift-codegen-meta 0.134.3", - "target": "cranelift_codegen_meta" - }, - { - "id": "cranelift-isle 0.134.3", - "target": "cranelift_isle" - } - ], - "selects": {} - } - }, - "license": "Apache-2.0 WITH LLVM-exception", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "cranelift-codegen-meta 0.134.3": { - "name": "cranelift-codegen-meta", - "version": "0.134.3", - "package_url": "https://github.com/bytecodealliance/wasmtime", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cranelift-codegen-meta/0.134.3/download", - "sha256": "903dc8915af62aad1d9d0f39a5968d33fa80b9aa899ed6f56e47f40ca4512e1e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cranelift_codegen_meta", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cranelift_codegen_meta", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "pulley" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cranelift-assembler-x64-meta 0.134.3", - "target": "cranelift_assembler_x64_meta" - }, - { - "id": "cranelift-codegen-shared 0.134.3", - "target": "cranelift_codegen_shared" - }, - { - "id": "cranelift-srcgen 0.134.3", - "target": "cranelift_srcgen" - }, - { - "id": "heck 0.5.0", - "target": "heck" - }, - { - "id": "pulley-interpreter 47.0.3", - "target": "pulley_interpreter" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.134.3" - }, - "license": "Apache-2.0 WITH LLVM-exception", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "cranelift-codegen-shared 0.134.3": { - "name": "cranelift-codegen-shared", - "version": "0.134.3", - "package_url": "https://github.com/bytecodealliance/wasmtime", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cranelift-codegen-shared/0.134.3/download", - "sha256": "0522d74c227e49f3fd49ab055311486ae4f09083262b66705bed676952491469" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cranelift_codegen_shared", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cranelift_codegen_shared", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2024", - "version": "0.134.3" - }, - "license": "Apache-2.0 WITH LLVM-exception", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "cranelift-control 0.134.3": { - "name": "cranelift-control", - "version": "0.134.3", - "package_url": "https://github.com/bytecodealliance/wasmtime", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cranelift-control/0.134.3/download", - "sha256": "66560ea1c5cef72e170b18e46d263dba2d3169c9d39e8cafdab2173c6362cc1a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cranelift_control", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cranelift_control", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "fuzz" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "arbitrary 1.4.2", - "target": "arbitrary" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.134.3" - }, - "license": "Apache-2.0 WITH LLVM-exception", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "cranelift-entity 0.134.3": { - "name": "cranelift-entity", - "version": "0.134.3", - "package_url": "https://github.com/bytecodealliance/wasmtime", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cranelift-entity/0.134.3/download", - "sha256": "b62ef5b17cc814d27e96b66a5b46da0e4ce2b8ac55a6d478048bb99d04b05526" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cranelift_entity", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cranelift_entity", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "enable-serde", - "serde", - "serde_derive" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cranelift-bitset 0.134.3", - "target": "cranelift_bitset" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "wasmtime-internal-core 47.0.3", - "target": "wasmtime_internal_core", - "alias": "wasmtime_core" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "serde_derive 1.0.228", - "target": "serde_derive" - } - ], - "selects": {} - }, - "version": "0.134.3" - }, - "license": "Apache-2.0 WITH LLVM-exception", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "cranelift-frontend 0.134.3": { - "name": "cranelift-frontend", - "version": "0.134.3", - "package_url": "https://github.com/bytecodealliance/wasmtime", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cranelift-frontend/0.134.3/download", - "sha256": "a87e0aaa39dbf70693b348a221e45904111704ee8f9fef140498471005f9842d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cranelift_frontend", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cranelift_frontend", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cranelift-codegen 0.134.3", - "target": "cranelift_codegen" - }, - { - "id": "hashbrown 0.17.0", - "target": "hashbrown" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "target-lexicon 0.13.5", - "target": "target_lexicon" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.134.3" - }, - "license": "Apache-2.0 WITH LLVM-exception", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "cranelift-isle 0.134.3": { - "name": "cranelift-isle", - "version": "0.134.3", - "package_url": "https://github.com/bytecodealliance/wasmtime/tree/main/cranelift/isle", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cranelift-isle/0.134.3/download", - "sha256": "cf79003ebfa1eed5e87f3b84446ad5236f540268289960e14f387dc9b28e40b7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cranelift_isle", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cranelift_isle", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cranelift-isle 0.134.3", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.134.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "Apache-2.0 WITH LLVM-exception", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "cranelift-native 0.134.3": { - "name": "cranelift-native", - "version": "0.134.3", - "package_url": "https://github.com/bytecodealliance/wasmtime", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cranelift-native/0.134.3/download", - "sha256": "05bf4f235743c81e67ee4db617c5a4a0b65d58d3f0cfc575ee0f1a4e0cd58273" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cranelift_native", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cranelift_native", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cranelift-codegen 0.134.3", - "target": "cranelift_codegen" - }, - { - "id": "target-lexicon 0.13.5", - "target": "target_lexicon" - } - ], - "selects": { - "cfg(target_arch = \"riscv64\")": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ] - } - }, - "edition": "2024", - "version": "0.134.3" - }, - "license": "Apache-2.0 WITH LLVM-exception", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "cranelift-srcgen 0.134.3": { - "name": "cranelift-srcgen", - "version": "0.134.3", - "package_url": "https://github.com/bytecodealliance/wasmtime", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cranelift-srcgen/0.134.3/download", - "sha256": "f6977c2a71ab1e0d1e62f966b411a498aa04c4dce47d93d52f8a360a06058922" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cranelift_srcgen", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cranelift_srcgen", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2024", - "version": "0.134.3" - }, - "license": "Apache-2.0 WITH LLVM-exception", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "crc 3.3.0": { - "name": "crc", - "version": "3.3.0", - "package_url": "https://github.com/mrhooray/crc-rs.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/crc/3.3.0/download", - "sha256": "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" - } - }, - "targets": [ - { - "Library": { - "crate_name": "crc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "crc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "crc-catalog 2.4.0", - "target": "crc_catalog" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.3.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "crc-catalog 2.4.0": { - "name": "crc-catalog", - "version": "2.4.0", - "package_url": "https://github.com/akhilles/crc-catalog.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/crc-catalog/2.4.0/download", - "sha256": "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "crc_catalog", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "crc_catalog", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "2.4.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSES" - }, - "crc32fast 1.3.2": { - "name": "crc32fast", - "version": "1.3.2", - "package_url": "https://github.com/srijs/rust-crc32fast", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/crc32fast/1.3.2/download", - "sha256": "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "crc32fast", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "crc32fast", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "crc32fast 1.3.2", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "1.3.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "criterion 0.5.1": { - "name": "criterion", - "version": "0.5.1", - "package_url": "https://github.com/bheisler/criterion.rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/criterion/0.5.1/download", - "sha256": "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "criterion", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "criterion", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "async", - "async_tokio", - "cargo_bench_support", - "default", - "futures", - "html_reports", - "plotters", - "rayon", - "tokio" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anes 0.1.6", - "target": "anes" - }, - { - "id": "cast 0.3.0", - "target": "cast" - }, - { - "id": "ciborium 0.2.2", - "target": "ciborium" - }, - { - "id": "clap 4.5.53", - "target": "clap" - }, - { - "id": "criterion-plot 0.5.0", - "target": "criterion_plot" - }, - { - "id": "futures 0.3.31", - "target": "futures" - }, - { - "id": "is-terminal 0.4.9", - "target": "is_terminal" - }, - { - "id": "itertools 0.10.5", - "target": "itertools" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "oorandom 11.1.3", - "target": "oorandom" - }, - { - "id": "plotters 0.3.5", - "target": "plotters" - }, - { - "id": "rayon 1.10.0", - "target": "rayon" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "tinytemplate 1.2.1", - "target": "tinytemplate" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "walkdir 2.5.0", - "target": "walkdir" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "serde_derive 1.0.228", - "target": "serde_derive" - } - ], - "selects": {} - }, - "version": "0.5.1" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "criterion-plot 0.5.0": { - "name": "criterion-plot", - "version": "0.5.0", - "package_url": "https://github.com/bheisler/criterion.rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/criterion-plot/0.5.0/download", - "sha256": "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "criterion_plot", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "criterion_plot", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cast 0.3.0", - "target": "cast" - }, - { - "id": "itertools 0.10.5", - "target": "itertools" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "critical-section 1.2.0": { - "name": "critical-section", - "version": "1.2.0", - "package_url": "https://github.com/rust-embedded/critical-section", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/critical-section/1.2.0/download", - "sha256": "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "critical_section", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "critical_section", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.2.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "crossbeam 0.8.4": { - "name": "crossbeam", - "version": "0.8.4", - "package_url": "https://github.com/crossbeam-rs/crossbeam", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/crossbeam/0.8.4/download", - "sha256": "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "crossbeam", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "crossbeam", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "crossbeam-channel", - "crossbeam-deque", - "crossbeam-epoch", - "crossbeam-queue", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crossbeam-channel 0.5.15", - "target": "crossbeam_channel" - }, - { - "id": "crossbeam-deque 0.8.5", - "target": "crossbeam_deque" - }, - { - "id": "crossbeam-epoch 0.9.18", - "target": "crossbeam_epoch" - }, - { - "id": "crossbeam-queue 0.3.11", - "target": "crossbeam_queue" - }, - { - "id": "crossbeam-utils 0.8.21", - "target": "crossbeam_utils" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.4" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "crossbeam-channel 0.5.15": { - "name": "crossbeam-channel", - "version": "0.5.15", - "package_url": "https://github.com/crossbeam-rs/crossbeam", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/crossbeam-channel/0.5.15/download", - "sha256": "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" - } - }, - "targets": [ - { - "Library": { - "crate_name": "crossbeam_channel", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "crossbeam_channel", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crossbeam-utils 0.8.21", - "target": "crossbeam_utils" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.15" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "crossbeam-deque 0.8.5": { - "name": "crossbeam-deque", - "version": "0.8.5", - "package_url": "https://github.com/crossbeam-rs/crossbeam", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/crossbeam-deque/0.8.5/download", - "sha256": "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "crossbeam_deque", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "crossbeam_deque", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crossbeam-epoch 0.9.18", - "target": "crossbeam_epoch" - }, - { - "id": "crossbeam-utils 0.8.21", - "target": "crossbeam_utils" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.5" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "crossbeam-epoch 0.9.18": { - "name": "crossbeam-epoch", - "version": "0.9.18", - "package_url": "https://github.com/crossbeam-rs/crossbeam", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/crossbeam-epoch/0.9.18/download", - "sha256": "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "crossbeam_epoch", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "crossbeam_epoch", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crossbeam-utils 0.8.21", - "target": "crossbeam_utils" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.18" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "crossbeam-queue 0.3.11": { - "name": "crossbeam-queue", - "version": "0.3.11", - "package_url": "https://github.com/crossbeam-rs/crossbeam", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/crossbeam-queue/0.3.11/download", - "sha256": "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" - } - }, - "targets": [ - { - "Library": { - "crate_name": "crossbeam_queue", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "crossbeam_queue", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crossbeam-utils 0.8.21", - "target": "crossbeam_utils" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.11" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "crossbeam-utils 0.8.21": { - "name": "crossbeam-utils", - "version": "0.8.21", - "package_url": "https://github.com/crossbeam-rs/crossbeam", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/crossbeam-utils/0.8.21/download", - "sha256": "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" - } - }, - "targets": [ - { - "Library": { - "crate_name": "crossbeam_utils", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "crossbeam_utils", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crossbeam-utils 0.8.21", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.21" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "crossterm 0.28.1": { - "name": "crossterm", - "version": "0.28.1", - "package_url": "https://github.com/crossterm-rs/crossterm", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/crossterm/0.28.1/download", - "sha256": "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "crossterm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "crossterm", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "bracketed-paste", - "default", - "events", - "windows" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "parking_lot 0.12.5", - "target": "parking_lot" - } - ], - "selects": { - "aarch64-apple-darwin": [ - { - "id": "mio 1.0.2", - "target": "mio" - }, - { - "id": "signal-hook 0.3.17", - "target": "signal_hook" - }, - { - "id": "signal-hook-mio 0.2.5", - "target": "signal_hook_mio" - } - ], - "aarch64-unknown-linux-gnu": [ - { - "id": "mio 1.0.2", - "target": "mio" - }, - { - "id": "signal-hook 0.3.17", - "target": "signal_hook" - }, - { - "id": "signal-hook-mio 0.2.5", - "target": "signal_hook_mio" - } - ], - "cfg(unix)": [ - { - "id": "rustix 0.38.44", - "target": "rustix" - } - ], - "x86_64-apple-darwin": [ - { - "id": "mio 1.0.2", - "target": "mio" - }, - { - "id": "signal-hook 0.3.17", - "target": "signal_hook" - }, - { - "id": "signal-hook-mio 0.2.5", - "target": "signal_hook_mio" - } - ], - "x86_64-unknown-linux-gnu": [ - { - "id": "mio 1.0.2", - "target": "mio" - }, - { - "id": "signal-hook 0.3.17", - "target": "signal_hook" - }, - { - "id": "signal-hook-mio 0.2.5", - "target": "signal_hook_mio" - } - ] - } - }, - "edition": "2021", - "version": "0.28.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "crossterm_winapi 0.9.1": { - "name": "crossterm_winapi", - "version": "0.9.1", - "package_url": "https://github.com/crossterm-rs/crossterm-winapi", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/crossterm_winapi/0.9.1/download", - "sha256": "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "crossterm_winapi", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "crossterm_winapi", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(windows)": [ - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ] - } - }, - "edition": "2018", - "version": "0.9.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "crunchy 0.2.2": { - "name": "crunchy", - "version": "0.2.2", - "package_url": null, - "repository": { - "Http": { - "url": "https://static.crates.io/crates/crunchy/0.2.2/download", - "sha256": "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "crunchy", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "crunchy", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "limit_128" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crunchy 0.2.2", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.2.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, - "crypto-bigint 0.5.2": { - "name": "crypto-bigint", - "version": "0.5.2", - "package_url": "https://github.com/RustCrypto/crypto-bigint", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/crypto-bigint/0.5.2/download", - "sha256": "cf4c2f4e1afd912bc40bfd6fed5d9dc1f288e0ba01bfcc835cc5bc3eb13efe15" - } - }, - "targets": [ - { - "Library": { - "crate_name": "crypto_bigint", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "crypto_bigint", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "generic-array", - "rand_core", - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "generic-array 0.14.7", - "target": "generic_array" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.2" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "crypto-common 0.1.6": { - "name": "crypto-common", - "version": "0.1.6", - "package_url": "https://github.com/RustCrypto/traits", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/crypto-common/0.1.6/download", - "sha256": "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "crypto_common", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "crypto_common", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "getrandom", - "rand_core", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "generic-array 0.14.7", - "target": "generic_array" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "typenum 1.17.0", - "target": "typenum" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.6" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "crypto-common 0.2.1": { - "name": "crypto-common", - "version": "0.2.1", - "package_url": "https://github.com/RustCrypto/traits", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/crypto-common/0.2.1/download", - "sha256": "77727bb15fa921304124b128af125e7e3b968275d1b108b379190264f4423710" - } - }, - "targets": [ - { - "Library": { - "crate_name": "crypto_common", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "crypto_common", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "hybrid-array 0.4.10", - "target": "hybrid_array" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.2.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "cssparser 0.35.0": { - "name": "cssparser", - "version": "0.35.0", - "package_url": "https://github.com/servo/rust-cssparser", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cssparser/0.35.0/download", - "sha256": "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cssparser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cssparser", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "dtoa-short 0.3.4", - "target": "dtoa_short" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "phf 0.11.2", - "target": "phf" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "cssparser-macros 0.6.1", - "target": "cssparser_macros" - } - ], - "selects": {} - }, - "version": "0.35.0" - }, - "license": "MPL-2.0", - "license_ids": [ - "MPL-2.0" - ], - "license_file": "LICENSE" - }, - "cssparser-macros 0.6.1": { - "name": "cssparser-macros", - "version": "0.6.1", - "package_url": "https://github.com/servo/rust-cssparser", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cssparser-macros/0.6.1/download", - "sha256": "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "cssparser_macros", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cssparser_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.6.1" - }, - "license": "MPL-2.0", - "license_ids": [ - "MPL-2.0" - ], - "license_file": "LICENSE" - }, - "csv 1.2.2": { - "name": "csv", - "version": "1.2.2", - "package_url": "https://github.com/BurntSushi/rust-csv", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/csv/1.2.2/download", - "sha256": "626ae34994d3d8d668f4269922248239db4ae42d538b14c398b74a52208e8086" - } - }, - "targets": [ - { - "Library": { - "crate_name": "csv", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "csv", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "csv-core 0.1.10", - "target": "csv_core" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "ryu 1.0.15", - "target": "ryu" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.2.2" - }, - "license": "Unlicense/MIT", - "license_ids": [ - "MIT", - "Unlicense" - ], - "license_file": "LICENSE-MIT" - }, - "csv-core 0.1.10": { - "name": "csv-core", - "version": "0.1.10", - "package_url": "https://github.com/BurntSushi/rust-csv", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/csv-core/0.1.10/download", - "sha256": "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90" - } - }, - "targets": [ - { - "Library": { - "crate_name": "csv_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "csv_core", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "memchr 2.7.4", - "target": "memchr" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.10" - }, - "license": "Unlicense/MIT", - "license_ids": [ - "MIT", - "Unlicense" - ], - "license_file": "LICENSE-MIT" - }, - "ctr 0.9.2": { - "name": "ctr", - "version": "0.9.2", - "package_url": "https://github.com/RustCrypto/block-modes", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ctr/0.9.2/download", - "sha256": "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ctr", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ctr", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cipher 0.4.4", - "target": "cipher" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ctrlc 3.4.5": { - "name": "ctrlc", - "version": "3.4.5", - "package_url": "https://github.com/Detegr/rust-ctrlc.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ctrlc/3.4.5/download", - "sha256": "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ctrlc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ctrlc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "termination" - ], - "selects": {} - }, - "deps": { - "common": [], - "selects": { - "cfg(unix)": [ - { - "id": "nix 0.29.0", - "target": "nix" - } - ], - "cfg(windows)": [ - { - "id": "windows-sys 0.59.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2021", - "version": "3.4.5" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "curve25519-dalek 4.1.3": { - "name": "curve25519-dalek", - "version": "4.1.3", - "package_url": "https://github.com/dalek-cryptography/curve25519-dalek/tree/main/curve25519-dalek", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/curve25519-dalek/4.1.3/download", - "sha256": "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" - } - }, - "targets": [ - { - "Library": { - "crate_name": "curve25519_dalek", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "curve25519_dalek", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "digest", - "group", - "precomputed-tables", - "rand_core", - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "curve25519-dalek 4.1.3", - "target": "build_script_build" - }, - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "group 0.13.0", - "target": "group" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": { - "cfg(curve25519_dalek_backend = \"fiat\")": [ - { - "id": "fiat-crypto 0.2.6", - "target": "fiat_crypto" - } - ], - "cfg(target_arch = \"x86_64\")": [ - { - "id": "cpufeatures 0.2.9", - "target": "cpufeatures" - } - ] - } - }, - "edition": "2021", - "proc_macro_deps": { - "common": [], - "selects": { - "cfg(all(not(curve25519_dalek_backend = \"fiat\"), not(curve25519_dalek_backend = \"serial\"), target_arch = \"x86_64\"))": [ - { - "id": "curve25519-dalek-derive 0.1.1", - "target": "curve25519_dalek_derive" - } - ] - } - }, - "rustc_flags": { - "common": [ - "-C", - "opt-level=3" - ], - "selects": {} - }, - "version": "4.1.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "rustc_version 0.4.0", - "target": "rustc_version" - } - ], - "selects": {} - } - }, - "license": "BSD-3-Clause", - "license_ids": [ - "BSD-3-Clause" - ], - "license_file": "LICENSE" - }, - "curve25519-dalek-derive 0.1.1": { - "name": "curve25519-dalek-derive", - "version": "0.1.1", - "package_url": "https://github.com/dalek-cryptography/curve25519-dalek", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/curve25519-dalek-derive/0.1.1/download", - "sha256": "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "curve25519_dalek_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "curve25519_dalek_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.1" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "curve25519-dalek-ng 4.1.1": { - "name": "curve25519-dalek-ng", - "version": "4.1.1", - "package_url": "https://github.com/zkcrypto/curve25519-dalek-ng", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/curve25519-dalek-ng/4.1.1/download", - "sha256": "1c359b7249347e46fb28804470d071c921156ad62b3eef5d34e2ba867533dec8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "curve25519_dalek_ng", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "curve25519_dalek_ng", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "u64_backend" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "byteorder 1.5.0", - "target": "byteorder" - }, - { - "id": "digest 0.9.0", - "target": "digest" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "subtle-ng 2.5.0", - "target": "subtle_ng", - "alias": "subtle" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "4.1.1" - }, - "license": "BSD-3-Clause", - "license_ids": [ - "BSD-3-Clause" - ], - "license_file": "LICENSE" - }, - "cvt 0.1.2": { - "name": "cvt", - "version": "0.1.2", - "package_url": "https://github.com/marmistrz/cvt", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/cvt/0.1.2/download", - "sha256": "d2ae9bf77fbf2d39ef573205d554d87e86c12f1994e9ea335b0651b9b278bcf1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "cvt", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "cvt", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.2" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "darling 0.20.11": { - "name": "darling", - "version": "0.20.11", - "package_url": "https://github.com/TedDriggs/darling", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/darling/0.20.11/download", - "sha256": "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" - } - }, - "targets": [ - { - "Library": { - "crate_name": "darling", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "darling", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "suggestions" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "darling_core 0.20.11", - "target": "darling_core" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "darling_macro 0.20.11", - "target": "darling_macro" - } - ], - "selects": {} - }, - "version": "0.20.11" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "darling 0.23.0": { - "name": "darling", - "version": "0.23.0", - "package_url": "https://github.com/TedDriggs/darling", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/darling/0.23.0/download", - "sha256": "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "darling", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "darling", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "serde", - "suggestions" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "darling_core 0.23.0", - "target": "darling_core" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "darling_macro 0.23.0", - "target": "darling_macro" - } - ], - "selects": {} - }, - "version": "0.23.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "darling_core 0.20.11": { - "name": "darling_core", - "version": "0.20.11", - "package_url": "https://github.com/TedDriggs/darling", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/darling_core/0.20.11/download", - "sha256": "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "darling_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "darling_core", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "strsim", - "suggestions" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "fnv 1.0.7", - "target": "fnv" - }, - { - "id": "ident_case 1.0.1", - "target": "ident_case" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "strsim 0.11.1", - "target": "strsim" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.20.11" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "darling_core 0.23.0": { - "name": "darling_core", - "version": "0.23.0", - "package_url": "https://github.com/TedDriggs/darling", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/darling_core/0.23.0/download", - "sha256": "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "darling_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "darling_core", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "serde", - "strsim", - "suggestions" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ident_case 1.0.1", - "target": "ident_case" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "strsim 0.11.1", - "target": "strsim" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.23.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "darling_macro 0.20.11": { - "name": "darling_macro", - "version": "0.20.11", - "package_url": "https://github.com/TedDriggs/darling", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/darling_macro/0.20.11/download", - "sha256": "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "darling_macro", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "darling_macro", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "darling_core 0.20.11", - "target": "darling_core" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.20.11" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "darling_macro 0.23.0": { - "name": "darling_macro", - "version": "0.23.0", - "package_url": "https://github.com/TedDriggs/darling", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/darling_macro/0.23.0/download", - "sha256": "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "darling_macro", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "darling_macro", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "darling_core 0.23.0", - "target": "darling_core" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.23.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "dary_heap 0.3.6": { - "name": "dary_heap", - "version": "0.3.6", - "package_url": "https://github.com/hanmertens/dary_heap", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/dary_heap/0.3.6/download", - "sha256": "7762d17f1241643615821a8455a0b2c3e803784b058693d990b11f2dce25a0ca" - } - }, - "targets": [ - { - "Library": { - "crate_name": "dary_heap", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "dary_heap", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.3.6" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "dashmap 5.5.0": { - "name": "dashmap", - "version": "5.5.0", - "package_url": "https://github.com/xacrimon/dashmap", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/dashmap/5.5.0/download", - "sha256": "6943ae99c34386c84a470c499d3414f66502a41340aa895406e0d2e4a207b91d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "dashmap", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "dashmap", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "hashbrown 0.14.5", - "target": "hashbrown" - }, - { - "id": "lock_api 0.4.14", - "target": "lock_api" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "parking_lot_core 0.9.12", - "target": "parking_lot_core" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "5.5.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "dashmap 6.1.0": { - "name": "dashmap", - "version": "6.1.0", - "package_url": "https://github.com/xacrimon/dashmap", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/dashmap/6.1.0/download", - "sha256": "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" - } - }, - "targets": [ - { - "Library": { - "crate_name": "dashmap", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "dashmap", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "crossbeam-utils 0.8.21", - "target": "crossbeam_utils" - }, - { - "id": "hashbrown 0.14.5", - "target": "hashbrown" - }, - { - "id": "lock_api 0.4.14", - "target": "lock_api" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "parking_lot_core 0.9.12", - "target": "parking_lot_core" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "6.1.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "data-encoding 2.11.0": { - "name": "data-encoding", - "version": "2.11.0", - "package_url": "https://github.com/ia0/data-encoding", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/data-encoding/2.11.0/download", - "sha256": "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "data_encoding", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "data_encoding", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "2.11.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "datasize 0.2.15": { - "name": "datasize", - "version": "0.2.15", - "package_url": "https://github.com/casperlabs/datasize-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/datasize/0.2.15/download", - "sha256": "e65c07d59e45d77a8bda53458c24a828893a99ac6cdd9c84111e09176ab739a2" - } - }, - "targets": [ - { - "Library": { - "crate_name": "datasize", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "datasize", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "const-generics", - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "datasize_derive 0.2.15", - "target": "datasize_derive" - } - ], - "selects": {} - }, - "version": "0.2.15" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "datasize_derive 0.2.15": { - "name": "datasize_derive", - "version": "0.2.15", - "package_url": "https://github.com/casperlabs/datasize-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/datasize_derive/0.2.15/download", - "sha256": "613e4ee15899913285b7612004bbd490abd605be7b11d35afada5902fb6b91d5" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "datasize_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "datasize_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.15" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "dbus 0.9.7": { - "name": "dbus", - "version": "0.9.7", - "package_url": "https://github.com/diwic/dbus-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/dbus/0.9.7/download", - "sha256": "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "dbus", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "dbus", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "vendored" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "libdbus-sys 0.2.5", - "target": "libdbus_sys" - } - ], - "selects": { - "cfg(windows)": [ - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ] - } - }, - "edition": "2018", - "version": "0.9.7" - }, - "license": "Apache-2.0/MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "dbus-secret-service 4.0.3": { - "name": "dbus-secret-service", - "version": "4.0.3", - "package_url": "https://github.com/brotskydotcom/dbus-secret-service.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/dbus-secret-service/4.0.3/download", - "sha256": "b42a16374481d92aed73ae45b1f120207d8e71d24fb89f357fadbd8f946fd84b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "dbus_secret_service", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "dbus_secret_service", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "vendored" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "dbus 0.9.7", - "target": "dbus" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "num 0.4.3", - "target": "num" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "rand 0.8.6", - "target": "rand" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "4.0.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "debugid 0.8.0": { - "name": "debugid", - "version": "0.8.0", - "package_url": "https://github.com/getsentry/rust-debugid", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/debugid/0.8.0/download", - "sha256": "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "debugid", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "debugid", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "uuid 1.12.1", - "target": "uuid" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.8.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "der 0.7.7": { - "name": "der", - "version": "0.7.7", - "package_url": "https://github.com/RustCrypto/formats/tree/master/der", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/der/0.7.7/download", - "sha256": "0c7ed52955ce76b1554f509074bb357d3fb8ac9b51288a65a3fd480d1dfba946" - } - }, - "targets": [ - { - "Library": { - "crate_name": "der", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "der", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "derive", - "flagset", - "oid", - "pem", - "std", - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "const-oid 0.9.4", - "target": "const_oid" - }, - { - "id": "flagset 0.4.3", - "target": "flagset" - }, - { - "id": "pem-rfc7468 0.7.0", - "target": "pem_rfc7468" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "der_derive 0.7.2", - "target": "der_derive" - } - ], - "selects": {} - }, - "version": "0.7.7" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "der-parser 9.0.0": { - "name": "der-parser", - "version": "9.0.0", - "package_url": "https://github.com/rusticata/der-parser.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/der-parser/9.0.0/download", - "sha256": "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553" - } - }, - "targets": [ - { - "Library": { - "crate_name": "der_parser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "der_parser", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "bigint", - "default", - "num-bigint", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "asn1-rs 0.6.2", - "target": "asn1_rs" - }, - { - "id": "nom 7.1.3", - "target": "nom" - }, - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "rusticata-macros 4.1.0", - "target": "rusticata_macros" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "displaydoc 0.2.4", - "target": "displaydoc" - } - ], - "selects": {} - }, - "version": "9.0.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "der-parser 10.0.0": { - "name": "der-parser", - "version": "10.0.0", - "package_url": "https://github.com/rusticata/der-parser.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/der-parser/10.0.0/download", - "sha256": "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "der_parser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "der_parser", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "bigint", - "default", - "num-bigint", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "asn1-rs 0.7.1", - "target": "asn1_rs" - }, - { - "id": "nom 7.1.3", - "target": "nom" - }, - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "rusticata-macros 4.1.0", - "target": "rusticata_macros" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "displaydoc 0.2.4", - "target": "displaydoc" - } - ], - "selects": {} - }, - "version": "10.0.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "der_derive 0.7.2": { - "name": "der_derive", - "version": "0.7.2", - "package_url": "https://github.com/RustCrypto/formats/tree/master/der/derive", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/der_derive/0.7.2/download", - "sha256": "5fe87ce4529967e0ba1dcf8450bab64d97dfd5010a6256187ffe2e43e6f0e049" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "der_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "der_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.2" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "deranged 0.5.6": { - "name": "deranged", - "version": "0.5.6", - "package_url": "https://github.com/jhpratt/deranged", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/deranged/0.5.6/download", - "sha256": "cc3dc5ad92c2e2d1c193bbbbdf2ea477cb81331de4f3103f267ca18368b988c4" - } - }, - "targets": [ - { - "Library": { - "crate_name": "deranged", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "deranged", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "powerfmt", - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "powerfmt 0.2.0", - "target": "powerfmt" - }, - { - "id": "serde_core 1.0.228", - "target": "serde_core" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.6" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-Apache" - }, - "derivative 2.2.0": { - "name": "derivative", - "version": "2.2.0", - "package_url": "https://github.com/mcarton/rust-derivative", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/derivative/2.2.0/download", - "sha256": "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "derivative", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "derivative", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "2.2.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "derive-ex 0.1.8": { - "name": "derive-ex", - "version": "0.1.8", - "package_url": "https://github.com/frozenlib/derive-ex", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/derive-ex/0.1.8/download", - "sha256": "bba95f299f6b9cd47f68a847eca2ae9060a2713af532dc35c342065544845407" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "derive_ex", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "derive_ex", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "structmeta 0.3.0", - "target": "structmeta" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.8" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "derive-new 0.7.0": { - "name": "derive-new", - "version": "0.7.0", - "package_url": "https://github.com/nrc/derive-new", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/derive-new/0.7.0/download", - "sha256": "2cdc8d50f426189eef89dac62fabfa0abb27d5cc008f25bf4156a0203325becc" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "derive_new", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "derive_new", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "derive_arbitrary 1.4.1": { - "name": "derive_arbitrary", - "version": "1.4.1", - "package_url": "https://github.com/rust-fuzz/arbitrary", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/derive_arbitrary/1.4.1/download", - "sha256": "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "derive_arbitrary", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "derive_arbitrary", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.4.1" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "derive_builder 0.20.2": { - "name": "derive_builder", - "version": "0.20.2", - "package_url": "https://github.com/colin-kiegel/rust-derive-builder", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/derive_builder/0.20.2/download", - "sha256": "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" - } - }, - "targets": [ - { - "Library": { - "crate_name": "derive_builder", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "derive_builder", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "derive_builder_macro 0.20.2", - "target": "derive_builder_macro" - } - ], - "selects": {} - }, - "version": "0.20.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "derive_builder_core 0.20.2": { - "name": "derive_builder_core", - "version": "0.20.2", - "package_url": "https://github.com/colin-kiegel/rust-derive-builder", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/derive_builder_core/0.20.2/download", - "sha256": "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "derive_builder_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "derive_builder_core", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "lib_has_std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "darling 0.20.11", - "target": "darling" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.20.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "derive_builder_macro 0.20.2": { - "name": "derive_builder_macro", - "version": "0.20.2", - "package_url": "https://github.com/colin-kiegel/rust-derive-builder", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/derive_builder_macro/0.20.2/download", - "sha256": "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "derive_builder_macro", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "derive_builder_macro", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "lib_has_std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "derive_builder_core 0.20.2", - "target": "derive_builder_core" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.20.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "derive_more 0.99.17": { - "name": "derive_more", - "version": "0.99.17", - "package_url": "https://github.com/JelteF/derive_more", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/derive_more/0.99.17/download", - "sha256": "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "derive_more", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "derive_more", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "add", - "add_assign", - "as_mut", - "as_ref", - "constructor", - "convert_case", - "default", - "deref", - "deref_mut", - "display", - "error", - "from", - "from_str", - "index", - "index_mut", - "into", - "into_iterator", - "is_variant", - "iterator", - "mul", - "mul_assign", - "not", - "rustc_version", - "sum", - "try_into", - "unwrap" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "convert_case 0.4.0", - "target": "convert_case" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.99.17" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "derive_more 2.1.1": { - "name": "derive_more", - "version": "2.1.1", - "package_url": "https://github.com/JelteF/derive_more", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/derive_more/2.1.1/download", - "sha256": "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" - } - }, - "targets": [ - { - "Library": { - "crate_name": "derive_more", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "derive_more", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "add", - "add_assign", - "as_ref", - "default", - "deref", - "deref_mut", - "display", - "error", - "from", - "from_str", - "index", - "index_mut", - "into", - "into_iterator", - "not", - "std" - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "derive_more-impl 2.1.1", - "target": "derive_more_impl" - } - ], - "selects": {} - }, - "version": "2.1.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "derive_more-impl 2.1.1": { - "name": "derive_more-impl", - "version": "2.1.1", - "package_url": "https://github.com/JelteF/derive_more", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/derive_more-impl/2.1.1/download", - "sha256": "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "derive_more_impl", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "derive_more_impl", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "add", - "add_assign", - "as_ref", - "default", - "deref", - "deref_mut", - "display", - "error", - "from", - "from_str", - "index", - "index_mut", - "into", - "into_iterator", - "not" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "convert_case 0.10.0", - "target": "convert_case" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "unicode-xid 0.2.4", - "target": "unicode_xid" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.1.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "devicemapper 0.34.4": { - "name": "devicemapper", - "version": "0.34.4", - "package_url": "https://github.com/stratis-storage/devicemapper-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/devicemapper/0.34.4/download", - "sha256": "cfc1218171f91b60cfeb178048f076a79930acf1fe7c295e9304bd871da1bd35" - } - }, - "targets": [ - { - "Library": { - "crate_name": "devicemapper", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "devicemapper", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "devicemapper 0.34.4", - "target": "build_script_build" - }, - { - "id": "devicemapper-sys 0.3.1", - "target": "devicemapper_sys" - }, - { - "id": "env_logger 0.11.2", - "target": "env_logger" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "nix 0.29.0", - "target": "nix" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "rand 0.8.6", - "target": "rand" - }, - { - "id": "retry 2.1.0", - "target": "retry" - }, - { - "id": "semver 1.0.27", - "target": "semver" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.34.4" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "devicemapper-sys 0.3.1", - "target": "devicemapper_sys" - }, - { - "id": "semver 1.0.27", - "target": "semver" - } - ], - "selects": {} - } - }, - "license": "MPL-2.0", - "license_ids": [ - "MPL-2.0" - ], - "license_file": "LICENSE.md" - }, - "devicemapper-sys 0.3.1": { - "name": "devicemapper-sys", - "version": "0.3.1", - "package_url": "https://github.com/stratis-storage/devicemapper-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/devicemapper-sys/0.3.1/download", - "sha256": "2edf94f6d3ca216380413446f38d1aa3035ac2c503a21b6929ead7e32f66a0b9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "devicemapper_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "devicemapper_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "devicemapper-sys 0.3.1", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "extra_link_deps": { - "common": [ - "@@//third_party:devmapper" - ], - "selects": {} - }, - "version": "0.3.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bindgen 0.69.4", - "target": "bindgen" - }, - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - } - ], - "selects": {} - } - }, - "license": "MPL-2.0", - "license_ids": [ - "MPL-2.0" - ], - "license_file": "LICENSE.md" - }, - "dialoguer 0.11.0": { - "name": "dialoguer", - "version": "0.11.0", - "package_url": "https://github.com/console-rs/dialoguer", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/dialoguer/0.11.0/download", - "sha256": "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de" - } - }, - "targets": [ - { - "Library": { - "crate_name": "dialoguer", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "dialoguer", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "editor", - "password", - "tempfile", - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "console 0.15.7", - "target": "console" - }, - { - "id": "shell-words 1.1.0", - "target": "shell_words" - }, - { - "id": "tempfile 3.23.0", - "target": "tempfile" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.11.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "diff 0.1.13": { - "name": "diff", - "version": "0.1.13", - "package_url": "https://github.com/utkarshkukreti/diff.rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/diff/0.1.13/download", - "sha256": "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "diff", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "diff", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.1.13" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "difflib 0.4.0": { - "name": "difflib", - "version": "0.4.0", - "package_url": "https://github.com/DimaKudosh/difflib", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/difflib/0.4.0/download", - "sha256": "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "difflib", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "difflib", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.4.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, - "digest 0.9.0": { - "name": "digest", - "version": "0.9.0", - "package_url": "https://github.com/RustCrypto/traits", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/digest/0.9.0/download", - "sha256": "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" - } - }, - "targets": [ - { - "Library": { - "crate_name": "digest", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "digest", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "generic-array 0.14.7", - "target": "generic_array" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.9.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "digest 0.10.7": { - "name": "digest", - "version": "0.10.7", - "package_url": "https://github.com/RustCrypto/traits", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/digest/0.10.7/download", - "sha256": "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" - } - }, - "targets": [ - { - "Library": { - "crate_name": "digest", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "digest", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "block-buffer", - "const-oid", - "core-api", - "default", - "mac", - "oid", - "std", - "subtle" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "block-buffer 0.10.4", - "target": "block_buffer" - }, - { - "id": "const-oid 0.9.4", - "target": "const_oid" - }, - { - "id": "crypto-common 0.1.6", - "target": "crypto_common" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.10.7" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "digest 0.11.3": { - "name": "digest", - "version": "0.11.3", - "package_url": "https://github.com/RustCrypto/traits", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/digest/0.11.3/download", - "sha256": "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2" - } - }, - "targets": [ - { - "Library": { - "crate_name": "digest", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "digest", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "block-api", - "default", - "oid" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "block-buffer 0.12.0", - "target": "block_buffer" - }, - { - "id": "const-oid 0.10.2", - "target": "const_oid" - }, - { - "id": "crypto-common 0.2.1", - "target": "crypto_common", - "alias": "common" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.11.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "direct-cargo-bazel-deps 0.0.1": { - "name": "direct-cargo-bazel-deps", - "version": "0.0.1", - "package_url": null, - "repository": null, - "targets": [ - { - "Library": { - "crate_name": "direct_cargo_bazel_deps", - "crate_root": ".direct_cargo_bazel_deps.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "direct_cargo_bazel_deps", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "actix-rt 2.10.0", - "target": "actix_rt" - }, - { - "id": "actix-web 4.9.0", - "target": "actix_web" - }, - { - "id": "actix-web-prom 0.10.0", - "target": "actix_web_prom" - }, - { - "id": "addr 0.15.6", - "target": "addr" - }, - { - "id": "aes-gcm 0.10.3", - "target": "aes_gcm" - }, - { - "id": "aide 0.14.2", - "target": "aide" - }, - { - "id": "alloy-consensus 1.8.3", - "target": "alloy_consensus" - }, - { - "id": "alloy-eips 1.8.3", - "target": "alloy_eips" - }, - { - "id": "alloy-primitives 1.7.1", - "target": "alloy_primitives" - }, - { - "id": "alloy-rpc-types-eth 1.8.3", - "target": "alloy_rpc_types_eth" - }, - { - "id": "alloy-sol-types 1.7.1", - "target": "alloy_sol_types" - }, - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "arbitrary 1.4.2", - "target": "arbitrary" - }, - { - "id": "arc-swap 1.7.1", - "target": "arc_swap" - }, - { - "id": "argon2 0.4.1", - "target": "argon2" - }, - { - "id": "arrayvec 0.7.4", - "target": "arrayvec" - }, - { - "id": "askama 0.15.1", - "target": "askama" - }, - { - "id": "assert-json-diff 2.0.2", - "target": "assert_json_diff" - }, - { - "id": "assert_cmd 2.0.16", - "target": "assert_cmd" - }, - { - "id": "assert_matches 1.5.0", - "target": "assert_matches" - }, - { - "id": "async-stream 0.3.6", - "target": "async_stream" - }, - { - "id": "axum 0.8.9", - "target": "axum" - }, - { - "id": "axum-extra 0.12.6", - "target": "axum_extra" - }, - { - "id": "axum-otel-metrics 0.14.1", - "target": "axum_otel_metrics" - }, - { - "id": "axum-server 0.7.3", - "target": "axum_server" - }, - { - "id": "backon 1.6.0", - "target": "backon" - }, - { - "id": "base32 0.4.0", - "target": "base32" - }, - { - "id": "base64 0.22.1", - "target": "base64" - }, - { - "id": "bech32 0.9.1", - "target": "bech32" - }, - { - "id": "bincode 1.3.3", - "target": "bincode" - }, - { - "id": "bindgen 0.65.1", - "target": "bindgen" - }, - { - "id": "bip32 0.5.1", - "target": "bip32" - }, - { - "id": "bit-vec 0.6.3", - "target": "bit_vec" - }, - { - "id": "bitcoin 0.28.2", - "target": "bitcoin", - "alias": "bitcoin_0_28" - }, - { - "id": "bitcoin-dogecoin 0.32.7-doge.0", - "target": "bitcoin", - "alias": "bitcoin_dogecoin" - }, - { - "id": "bs58 0.5.1", - "target": "bs58" - }, - { - "id": "build-info 0.0.45", - "target": "build_info" - }, - { - "id": "build-info-build 0.0.45", - "target": "build_info_build" - }, - { - "id": "by_address 1.1.0", - "target": "by_address" - }, - { - "id": "byte-unit 4.0.19", - "target": "byte_unit" - }, - { - "id": "byteorder 1.5.0", - "target": "byteorder" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "canbench-rs 0.7.0", - "target": "canbench_rs" - }, - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "candid_parser 0.1.4", - "target": "candid_parser" - }, - { - "id": "cargo_metadata 0.14.2", - "target": "cargo_metadata" - }, - { - "id": "cc 1.2.48", - "target": "cc" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "chacha20poly1305 0.10.1", - "target": "chacha20poly1305" - }, - { - "id": "chrono 0.4.41", - "target": "chrono", - "alias": "chrono_canisters" - }, - { - "id": "chrono 0.4.42", - "target": "chrono" - }, - { - "id": "ciborium 0.2.2", - "target": "ciborium" - }, - { - "id": "cidr 0.2.3", - "target": "cidr" - }, - { - "id": "clap 4.5.53", - "target": "clap" - }, - { - "id": "colored 2.0.4", - "target": "colored" - }, - { - "id": "comparable 0.5.6", - "target": "comparable" - }, - { - "id": "console 0.11.3", - "target": "console" - }, - { - "id": "convert_case 0.6.0", - "target": "convert_case" - }, - { - "id": "crc32fast 1.3.2", - "target": "crc32fast" - }, - { - "id": "criterion 0.5.1", - "target": "criterion" - }, - { - "id": "crossbeam 0.8.4", - "target": "crossbeam" - }, - { - "id": "crossbeam-channel 0.5.15", - "target": "crossbeam_channel" - }, - { - "id": "csv 1.2.2", - "target": "csv" - }, - { - "id": "ctrlc 3.4.5", - "target": "ctrlc" - }, - { - "id": "curve25519-dalek 4.1.3", - "target": "curve25519_dalek" - }, - { - "id": "cvt 0.1.2", - "target": "cvt" - }, - { - "id": "darling 0.20.11", - "target": "darling" - }, - { - "id": "dashmap 5.5.0", - "target": "dashmap" - }, - { - "id": "der 0.7.7", - "target": "der" - }, - { - "id": "devicemapper 0.34.4", - "target": "devicemapper" - }, - { - "id": "dialoguer 0.11.0", - "target": "dialoguer" - }, - { - "id": "directories-next 2.0.0", - "target": "directories_next" - }, - { - "id": "duration-string 0.3.0", - "target": "duration_string" - }, - { - "id": "dyn-clone 1.0.20", - "target": "dyn_clone" - }, - { - "id": "ed25519-dalek 2.2.0", - "target": "ed25519_dalek" - }, - { - "id": "erased-serde 0.3.28", - "target": "erased_serde" - }, - { - "id": "escargot 0.5.7", - "target": "escargot" - }, - { - "id": "ethnum 1.5.3", - "target": "ethnum" - }, - { - "id": "evm_rpc_client 0.4.0", - "target": "evm_rpc_client" - }, - { - "id": "evm_rpc_types 3.1.1", - "target": "evm_rpc_types" - }, - { - "id": "exec 0.3.1", - "target": "exec" - }, - { - "id": "exitcode 1.1.2", - "target": "exitcode" - }, - { - "id": "eyre 0.6.8", - "target": "eyre" - }, - { - "id": "ff 0.12.1", - "target": "ff" - }, - { - "id": "flate2 1.1.5", - "target": "flate2" - }, - { - "id": "form_urlencoded 1.2.1", - "target": "form_urlencoded" - }, - { - "id": "fqdn 0.5.2", - "target": "fqdn" - }, - { - "id": "fs_extra 1.3.0", - "target": "fs_extra" - }, - { - "id": "futures 0.3.31", - "target": "futures" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "getifs 0.4.0", - "target": "getifs" - }, - { - "id": "getrandom 0.2.10", - "target": "getrandom" - }, - { - "id": "goldenfile 1.8.0", - "target": "goldenfile" - }, - { - "id": "gpt 4.1.0", - "target": "gpt" - }, - { - "id": "group 0.13.0", - "target": "group" - }, - { - "id": "hashlink 0.8.3", - "target": "hashlink" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "hex-literal 0.4.1", - "target": "hex_literal" - }, - { - "id": "hickory-resolver 0.26.1", - "target": "hickory_resolver" - }, - { - "id": "hkdf 0.12.4", - "target": "hkdf" - }, - { - "id": "hmac 0.12.1", - "target": "hmac" - }, - { - "id": "hpke 0.13.0", - "target": "hpke" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "http-body-util 0.1.3", - "target": "http_body_util" - }, - { - "id": "humantime 2.4.0", - "target": "humantime" - }, - { - "id": "humantime-serde 1.1.1", - "target": "humantime_serde" - }, - { - "id": "hyper 1.8.1", - "target": "hyper" - }, - { - "id": "hyper-rustls 0.27.7", - "target": "hyper_rustls" - }, - { - "id": "hyper-socks2 0.9.1", - "target": "hyper_socks2" - }, - { - "id": "hyper-util 0.1.20", - "target": "hyper_util" - }, - { - "id": "ic-agent 0.49.1", - "target": "ic_agent" - }, - { - "id": "ic-bn-lib 0.7.0", - "target": "ic_bn_lib" - }, - { - "id": "ic-btc-interface 0.4.0", - "target": "ic_btc_interface" - }, - { - "id": "ic-canister-log 0.2.0", - "target": "ic_canister_log" - }, - { - "id": "ic-canister-runtime 0.2.3", - "target": "ic_canister_runtime" - }, - { - "id": "ic-canister-sig-creation 1.3.0", - "target": "ic_canister_sig_creation" - }, - { - "id": "ic-cbor 3.1.0", - "target": "ic_cbor" - }, - { - "id": "ic-cdk 0.20.2", - "target": "ic_cdk" - }, - { - "id": "ic-cdk-bitcoin-canister 0.2.0", - "target": "ic_cdk_bitcoin_canister" - }, - { - "id": "ic-cdk-executor 2.0.0", - "target": "ic_cdk_executor" - }, - { - "id": "ic-cdk-management-canister 0.1.1", - "target": "ic_cdk_management_canister" - }, - { - "id": "ic-cdk-timers 1.0.0", - "target": "ic_cdk_timers" - }, - { - "id": "ic-certificate-verification 3.1.0", - "target": "ic_certificate_verification" - }, - { - "id": "ic-certification 3.1.0", - "target": "ic_certification" - }, - { - "id": "ic-certified-map 0.3.4", - "target": "ic_certified_map" - }, - { - "id": "ic-doge-interface 0.3.0", - "target": "ic_doge_interface" - }, - { - "id": "ic-gateway 0.2.0", - "target": "ic_gateway" - }, - { - "id": "ic-http-certification 3.1.0", - "target": "ic_http_certification" - }, - { - "id": "ic-identity-hsm 0.49.1", - "target": "ic_identity_hsm" - }, - { - "id": "ic-management-canister-types 0.8.0", - "target": "ic_management_canister_types" - }, - { - "id": "ic-metrics-encoder 1.1.1", - "target": "ic_metrics_encoder" - }, - { - "id": "ic-response-verification 3.1.0", - "target": "ic_response_verification" - }, - { - "id": "ic-sha3 1.0.0", - "target": "ic_sha3" - }, - { - "id": "ic-stable-structures 0.6.8", - "target": "ic_stable_structures" - }, - { - "id": "ic-stable-structures 0.7.0", - "target": "ic_stable_structures", - "alias": "ic_stable_structures_next" - }, - { - "id": "ic-test-state-machine-client 3.0.1", - "target": "ic_test_state_machine_client" - }, - { - "id": "ic-transport-types 0.49.1", - "target": "ic_transport_types" - }, - { - "id": "ic-utils 0.49.1", - "target": "ic_utils" - }, - { - "id": "ic-verify-bls-signature 0.6.0", - "target": "ic_verify_bls_signature" - }, - { - "id": "ic-vetkeys 0.7.0", - "target": "ic_vetkeys" - }, - { - "id": "ic-wasm 0.11.1", - "target": "ic_wasm" - }, - { - "id": "ic-xrc-types 1.2.0", - "target": "ic_xrc_types" - }, - { - "id": "ic0 1.1.0", - "target": "ic0" - }, - { - "id": "ic_bls12_381 0.10.1", - "target": "ic_bls12_381" - }, - { - "id": "ic_principal 0.1.5", - "target": "ic_principal" - }, - { - "id": "icrc1-test-env 0.1.1", - "target": "icrc1_test_env" - }, - { - "id": "icrc1-test-suite 0.1.1", - "target": "icrc1_test_suite" - }, - { - "id": "idna 1.0.3", - "target": "idna" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "indicatif 0.17.5", - "target": "indicatif" - }, - { - "id": "inferno 0.12.0", - "target": "inferno" - }, - { - "id": "inotify 0.11.2", - "target": "inotify" - }, - { - "id": "insta 1.31.0", - "target": "insta" - }, - { - "id": "intmap 1.1.0", - "target": "intmap" - }, - { - "id": "ipnet 2.10.1", - "target": "ipnet" - }, - { - "id": "isocountry 0.3.2", - "target": "isocountry" - }, - { - "id": "itertools 0.12.0", - "target": "itertools" - }, - { - "id": "json-patch 0.2.7", - "target": "json_patch" - }, - { - "id": "json5 0.4.1", - "target": "json5" - }, - { - "id": "jsonrpc 0.20.1", - "target": "jsonrpc" - }, - { - "id": "k256 0.13.4", - "target": "k256" - }, - { - "id": "keyring 3.4.0", - "target": "keyring" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "leb128 0.2.5", - "target": "leb128" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "libcryptsetup-rs 0.15.0", - "target": "libcryptsetup_rs" - }, - { - "id": "libflate 2.3.1", - "target": "libflate" - }, - { - "id": "libfuzzer-sys 0.4.7", - "target": "libfuzzer_sys" - }, - { - "id": "libnss 0.5.0", - "target": "libnss" - }, - { - "id": "libsystemd 0.7.2", - "target": "libsystemd" - }, - { - "id": "little-loadshedder 0.2.0", - "target": "little_loadshedder" - }, - { - "id": "lmdb-rkv 0.14.99", - "target": "lmdb", - "alias": "lmdb_rkv" - }, - { - "id": "lmdb-rkv-sys 0.11.99", - "target": "lmdb_sys", - "alias": "lmdb_rkv_sys" - }, - { - "id": "local-ip-address 0.6.13", - "target": "local_ip_address" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "loopdev-3 0.5.1", - "target": "loopdev", - "alias": "loopdev_3" - }, - { - "id": "lru 0.12.5", - "target": "lru" - }, - { - "id": "lzma-sys 0.1.20", - "target": "lzma_sys" - }, - { - "id": "macaddr 1.0.1", - "target": "macaddr" - }, - { - "id": "maplit 1.0.2", - "target": "maplit" - }, - { - "id": "maxminddb 0.29.0", - "target": "maxminddb" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "memmap2 0.9.5", - "target": "memmap2" - }, - { - "id": "minicbor 0.22.0", - "target": "minicbor" - }, - { - "id": "mockall 0.15.0", - "target": "mockall" - }, - { - "id": "mockito 1.7.0", - "target": "mockito" - }, - { - "id": "moka 0.12.15", - "target": "moka" - }, - { - "id": "more-asserts 0.3.1", - "target": "more_asserts" - }, - { - "id": "nftables 0.4.1", - "target": "nftables" - }, - { - "id": "nix 0.31.3", - "target": "nix" - }, - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-bigint-dig 0.9.1", - "target": "num_bigint_dig" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "num_cpus 1.16.0", - "target": "num_cpus" - }, - { - "id": "object 0.37.3", - "target": "object" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "opentelemetry 0.32.0", - "target": "opentelemetry" - }, - { - "id": "opentelemetry-otlp 0.32.0", - "target": "opentelemetry_otlp" - }, - { - "id": "opentelemetry-prometheus 0.32.0", - "target": "opentelemetry_prometheus" - }, - { - "id": "opentelemetry_sdk 0.32.1", - "target": "opentelemetry_sdk" - }, - { - "id": "p256 0.13.2", - "target": "p256" - }, - { - "id": "p384 0.13.1", - "target": "p384" - }, - { - "id": "pairing 0.23.0", - "target": "pairing" - }, - { - "id": "parking_lot 0.12.5", - "target": "parking_lot" - }, - { - "id": "pcre2 0.2.6", - "target": "pcre2" - }, - { - "id": "pem 3.0.6", - "target": "pem" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "ping 0.5.0", - "target": "ping" - }, - { - "id": "pkcs8 0.10.2", - "target": "pkcs8" - }, - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - }, - { - "id": "pprof 0.15.0", - "target": "pprof" - }, - { - "id": "predicates 3.1.2", - "target": "predicates" - }, - { - "id": "pretty_assertions 1.4.0", - "target": "pretty_assertions" - }, - { - "id": "priority-queue 2.7.0", - "target": "priority_queue" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "procfs 0.17.0", - "target": "procfs" - }, - { - "id": "prometheus 0.14.0", - "target": "prometheus" - }, - { - "id": "prometheus-parse 0.2.4", - "target": "prometheus_parse" - }, - { - "id": "proptest 1.6.0", - "target": "proptest" - }, - { - "id": "prost 0.14.4", - "target": "prost" - }, - { - "id": "prost-build 0.14.4", - "target": "prost_build" - }, - { - "id": "protobuf 3.7.2", - "target": "protobuf" - }, - { - "id": "publicsuffix 2.2.3", - "target": "publicsuffix" - }, - { - "id": "qrcode 0.14.1", - "target": "qrcode" - }, - { - "id": "quickcheck 1.0.3", - "target": "quickcheck" - }, - { - "id": "quinn 0.11.11", - "target": "quinn" - }, - { - "id": "quinn-udp 0.5.5", - "target": "quinn_udp" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "rand 0.8.6", - "target": "rand" - }, - { - "id": "rand 0.9.4", - "target": "rand", - "alias": "rand_0_9" - }, - { - "id": "rand_chacha 0.3.1", - "target": "rand_chacha" - }, - { - "id": "rand_chacha 0.9.0", - "target": "rand_chacha", - "alias": "rand_chacha_0_9" - }, - { - "id": "rand_distr 0.4.3", - "target": "rand_distr" - }, - { - "id": "rand_pcg 0.3.1", - "target": "rand_pcg" - }, - { - "id": "ratatui 0.29.0", - "target": "ratatui" - }, - { - "id": "ratelimit 0.9.1", - "target": "ratelimit" - }, - { - "id": "rayon 1.10.0", - "target": "rayon" - }, - { - "id": "rcgen 0.13.1", - "target": "rcgen" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "regex-lite 0.1.8", - "target": "regex_lite" - }, - { - "id": "reqwest 0.13.4", - "target": "reqwest" - }, - { - "id": "rexpect 0.6.2", - "target": "rexpect" - }, - { - "id": "rgb 0.8.37", - "target": "rgb" - }, - { - "id": "ring 0.17.14", - "target": "ring" - }, - { - "id": "ripemd 0.1.3", - "target": "ripemd" - }, - { - "id": "rlp 0.5.2", - "target": "rlp" - }, - { - "id": "rocksdb 0.22.0", - "target": "rocksdb" - }, - { - "id": "rolling-file 0.2.0", - "target": "rolling_file" - }, - { - "id": "rsa 0.9.10", - "target": "rsa" - }, - { - "id": "rstest 0.19.0", - "target": "rstest" - }, - { - "id": "rusb 0.9.4", - "target": "rusb" - }, - { - "id": "rusqlite 0.37.0", - "target": "rusqlite" - }, - { - "id": "rust-ini 0.21.2", - "target": "ini", - "alias": "rust_ini" - }, - { - "id": "rust_decimal 1.42.1", - "target": "rust_decimal" - }, - { - "id": "rustc-demangle 0.1.26", - "target": "rustc_demangle" - }, - { - "id": "rustc-hash 1.1.0", - "target": "rustc_hash" - }, - { - "id": "rustls 0.23.27", - "target": "rustls" - }, - { - "id": "rustls-pemfile 2.2.0", - "target": "rustls_pemfile" - }, - { - "id": "rusty-fork 0.3.0", - "target": "rusty_fork" - }, - { - "id": "schemars 0.8.21", - "target": "schemars" - }, - { - "id": "scoped_threadpool 0.1.9", - "target": "scoped_threadpool" - }, - { - "id": "scopeguard 1.2.0", - "target": "scopeguard" - }, - { - "id": "scraper 0.24.0", - "target": "scraper" - }, - { - "id": "scrypt 0.11.0", - "target": "scrypt" - }, - { - "id": "secp256k1 0.29.0", - "target": "secp256k1" - }, - { - "id": "security-framework 3.5.1", - "target": "security_framework" - }, - { - "id": "semver 1.0.27", - "target": "semver" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde-bytes-repr 0.3.0", - "target": "serde_bytes_repr" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - }, - { - "id": "serde_cbor 0.11.2", - "target": "serde_cbor" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "serde_regex 1.1.0", - "target": "serde_regex" - }, - { - "id": "serde_with 3.21.0", - "target": "serde_with" - }, - { - "id": "serde_yaml 0.9.34+deprecated", - "target": "serde_yaml" - }, - { - "id": "sev 7.1.0", - "target": "sev" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "sha3 0.10.8", - "target": "sha3" - }, - { - "id": "shell-escape 0.1.5", - "target": "shell_escape" - }, - { - "id": "signal-hook 0.3.17", - "target": "signal_hook" - }, - { - "id": "signature 2.2.0", - "target": "signature" - }, - { - "id": "simple_asn1 0.6.2", - "target": "simple_asn1" - }, - { - "id": "simple_logger 4.3.3", - "target": "simple_logger" - }, - { - "id": "simple_moving_average 1.0.2", - "target": "simple_moving_average" - }, - { - "id": "slog 2.7.0", - "target": "slog" - }, - { - "id": "slog-async 2.8.0", - "target": "slog_async" - }, - { - "id": "slog-envlogger 2.2.0", - "target": "slog_envlogger" - }, - { - "id": "slog-json 2.6.1", - "target": "slog_json" - }, - { - "id": "slog-scope 4.4.0", - "target": "slog_scope" - }, - { - "id": "slog-term 2.9.1", - "target": "slog_term" - }, - { - "id": "slotmap 1.0.7", - "target": "slotmap" - }, - { - "id": "socket2 0.5.9", - "target": "socket2" - }, - { - "id": "socks5-impl 0.6.1", - "target": "socks5_impl" - }, - { - "id": "ssh2 0.9.4", - "target": "ssh2" - }, - { - "id": "static_assertions 1.1.0", - "target": "static_assertions" - }, - { - "id": "strum 0.26.3", - "target": "strum" - }, - { - "id": "stubborn-io 0.3.2", - "target": "stubborn_io" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "sys-mount 3.0.1", - "target": "sys_mount" - }, - { - "id": "syscalls 0.6.18", - "target": "syscalls" - }, - { - "id": "sysinfo 0.37.2", - "target": "sysinfo" - }, - { - "id": "tabled 0.20.0", - "target": "tabled" - }, - { - "id": "tar 0.4.46", - "target": "tar" - }, - { - "id": "tarpc 0.37.0", - "target": "tarpc" - }, - { - "id": "tempfile 3.23.0", - "target": "tempfile" - }, - { - "id": "textplots 0.8.4", - "target": "textplots" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "threadpool 1.8.1", - "target": "threadpool" - }, - { - "id": "tikv-jemalloc-ctl 0.7.0", - "target": "tikv_jemalloc_ctl" - }, - { - "id": "tikv-jemallocator 0.7.0", - "target": "tikv_jemallocator" - }, - { - "id": "time 0.3.47", - "target": "time" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-io-timeout 1.2.0", - "target": "tokio_io_timeout" - }, - { - "id": "tokio-metrics 0.4.0", - "target": "tokio_metrics" - }, - { - "id": "tokio-rusqlite 0.7.0", - "target": "tokio_rusqlite" - }, - { - "id": "tokio-rustls 0.26.0", - "target": "tokio_rustls" - }, - { - "id": "tokio-serde 0.9.0", - "target": "tokio_serde" - }, - { - "id": "tokio-socks 0.5.2", - "target": "tokio_socks" - }, - { - "id": "tokio-stream 0.1.17", - "target": "tokio_stream" - }, - { - "id": "tokio-test 0.4.4", - "target": "tokio_test" - }, - { - "id": "tokio-tungstenite 0.29.0", - "target": "tokio_tungstenite" - }, - { - "id": "tokio-util 0.7.17", - "target": "tokio_util" - }, - { - "id": "toml 0.5.11", - "target": "toml" - }, - { - "id": "tonic 0.14.6", - "target": "tonic" - }, - { - "id": "tonic-build 0.14.6", - "target": "tonic_build" - }, - { - "id": "tonic-prost 0.14.5", - "target": "tonic_prost" - }, - { - "id": "tonic-prost-build 0.14.6", - "target": "tonic_prost_build" - }, - { - "id": "tower 0.5.2", - "target": "tower" - }, - { - "id": "tower-http 0.6.11", - "target": "tower_http" - }, - { - "id": "tower-request-id 0.3.0", - "target": "tower_request_id" - }, - { - "id": "tower-test 0.4.0", - "target": "tower_test" - }, - { - "id": "tower_governor 0.8.0", - "target": "tower_governor" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - }, - { - "id": "tracing-appender 0.2.3", - "target": "tracing_appender" - }, - { - "id": "tracing-flame 0.2.0", - "target": "tracing_flame" - }, - { - "id": "tracing-journald 0.3.2", - "target": "tracing_journald" - }, - { - "id": "tracing-opentelemetry 0.33.0", - "target": "tracing_opentelemetry" - }, - { - "id": "tracing-serde 0.2.0", - "target": "tracing_serde" - }, - { - "id": "tracing-slog 0.2.0", - "target": "tracing_slog" - }, - { - "id": "tracing-subscriber 0.3.23", - "target": "tracing_subscriber" - }, - { - "id": "trust-dns-resolver 0.22.0", - "target": "trust_dns_resolver" - }, - { - "id": "tui-textarea 0.7.0", - "target": "tui_textarea" - }, - { - "id": "turmoil 0.6.4", - "target": "turmoil" - }, - { - "id": "url 2.5.4", - "target": "url" - }, - { - "id": "uuid 1.12.1", - "target": "uuid" - }, - { - "id": "virt 0.4.2", - "target": "virt" - }, - { - "id": "vsock 0.4.0", - "target": "vsock" - }, - { - "id": "walkdir 2.5.0", - "target": "walkdir" - }, - { - "id": "walrus 0.26.4", - "target": "walrus" - }, - { - "id": "wasm-encoder 0.252.0", - "target": "wasm_encoder" - }, - { - "id": "wasm-smith 0.252.0", - "target": "wasm_smith" - }, - { - "id": "wasmparser 0.252.0", - "target": "wasmparser" - }, - { - "id": "wasmprinter 0.252.0", - "target": "wasmprinter" - }, - { - "id": "wasmtime 47.0.3", - "target": "wasmtime" - }, - { - "id": "wast 252.0.0", - "target": "wast" - }, - { - "id": "wat 1.252.0", - "target": "wat" - }, - { - "id": "webpki-roots 1.0.6", - "target": "webpki_roots" - }, - { - "id": "which 4.4.0", - "target": "which" - }, - { - "id": "wirm 4.0.4", - "target": "wirm" - }, - { - "id": "wycheproof 0.6.0", - "target": "wycheproof" - }, - { - "id": "x509-cert 0.2.5", - "target": "x509_cert" - }, - { - "id": "x509-parser 0.18.1", - "target": "x509_parser" - }, - { - "id": "xz2 0.1.7", - "target": "xz2" - }, - { - "id": "yansi 0.5.1", - "target": "yansi" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - }, - { - "id": "zstd 0.13.2", - "target": "zstd" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "async-recursion 1.0.5", - "target": "async_recursion" - }, - { - "id": "async-trait 0.1.89", - "target": "async_trait" - }, - { - "id": "derive-new 0.7.0", - "target": "derive_new" - }, - { - "id": "educe 0.5.11", - "target": "educe" - }, - { - "id": "enum-ordinalize-derive 4.4.1", - "target": "enum_ordinalize_derive" - }, - { - "id": "indoc 2.0.7", - "target": "indoc" - }, - { - "id": "minicbor-derive 0.14.0", - "target": "minicbor_derive" - }, - { - "id": "paste 1.0.15", - "target": "paste" - }, - { - "id": "proptest-derive 0.5.0", - "target": "proptest_derive" - }, - { - "id": "rust_decimal_macros 1.40.0", - "target": "rust_decimal_macros" - }, - { - "id": "rustversion 1.0.14", - "target": "rustversion" - }, - { - "id": "securefmt 0.1.5", - "target": "securefmt" - }, - { - "id": "strum_macros 0.26.4", - "target": "strum_macros" - }, - { - "id": "test-strategy 0.4.5", - "target": "test_strategy" - } - ], - "selects": {} - }, - "version": "0.0.1" - }, - "license": null, - "license_ids": [], - "license_file": null - }, - "directories-next 2.0.0": { - "name": "directories-next", - "version": "2.0.0", - "package_url": "https://github.com/xdg-rs/dirs/tree/master/directories", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/directories-next/2.0.0/download", - "sha256": "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc" - } - }, - "targets": [ - { - "Library": { - "crate_name": "directories_next", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "directories_next", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "dirs-sys-next 0.1.2", - "target": "dirs_sys_next" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.0.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "dirs 6.0.0": { - "name": "dirs", - "version": "6.0.0", - "package_url": "https://github.com/soc/dirs-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/dirs/6.0.0/download", - "sha256": "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "dirs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "dirs", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "dirs-sys 0.5.0", - "target": "dirs_sys" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "6.0.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "dirs-next 2.0.0": { - "name": "dirs-next", - "version": "2.0.0", - "package_url": "https://github.com/xdg-rs/dirs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/dirs-next/2.0.0/download", - "sha256": "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "dirs_next", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "dirs_next", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "dirs-sys-next 0.1.2", - "target": "dirs_sys_next" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.0.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "dirs-sys 0.5.0": { - "name": "dirs-sys", - "version": "0.5.0", - "package_url": "https://github.com/dirs-dev/dirs-sys-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/dirs-sys/0.5.0/download", - "sha256": "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" - } - }, - "targets": [ - { - "Library": { - "crate_name": "dirs_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "dirs_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "option-ext 0.2.0", - "target": "option_ext" - } - ], - "selects": { - "cfg(target_os = \"redox\")": [ - { - "id": "redox_users 0.5.0", - "target": "redox_users" - } - ], - "cfg(unix)": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "windows-sys 0.61.2", - "target": "windows_sys" - } - ] - } - }, - "edition": "2015", - "version": "0.5.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "dirs-sys-next 0.1.2": { - "name": "dirs-sys-next", - "version": "0.1.2", - "package_url": "https://github.com/xdg-rs/dirs/tree/master/dirs-sys", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/dirs-sys-next/0.1.2/download", - "sha256": "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "dirs_sys_next", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "dirs_sys_next", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(target_os = \"redox\")": [ - { - "id": "redox_users 0.4.3", - "target": "redox_users" - } - ], - "cfg(unix)": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ] - } - }, - "edition": "2018", - "version": "0.1.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "displaydoc 0.2.4": { - "name": "displaydoc", - "version": "0.2.4", - "package_url": "https://github.com/yaahc/displaydoc", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/displaydoc/0.2.4/download", - "sha256": "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "displaydoc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "displaydoc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.4" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "dlv-list 0.5.2": { - "name": "dlv-list", - "version": "0.5.2", - "package_url": "https://github.com/sgodwincs/dlv-list-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/dlv-list/0.5.2/download", - "sha256": "442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "dlv_list", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "dlv_list", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "const-random 0.1.18", - "target": "const_random" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "doc-comment 0.3.3": { - "name": "doc-comment", - "version": "0.3.3", - "package_url": "https://github.com/GuillaumeGomez/doc-comment", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/doc-comment/0.3.3/download", - "sha256": "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" - } - }, - "targets": [ - { - "Library": { - "crate_name": "doc_comment", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "doc_comment", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "doc-comment 0.3.3", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.3.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "downcast 0.11.0": { - "name": "downcast", - "version": "0.11.0", - "package_url": "https://github.com/fkoep/downcast-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/downcast/0.11.0/download", - "sha256": "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "downcast", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "downcast", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.11.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE-MIT" - }, - "drawille 0.3.0": { - "name": "drawille", - "version": "0.3.0", - "package_url": "https://github.com/ftxqxd/drawille-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/drawille/0.3.0/download", - "sha256": "e64e461c3f1e69d99372620640b3fd5f0309eeda2e26e4af69f6760c0e1df845" - } - }, - "targets": [ - { - "Library": { - "crate_name": "drawille", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "drawille", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "colored 2.0.4", - "target": "colored" - }, - { - "id": "fnv 1.0.7", - "target": "fnv" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.3.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "dtoa 1.0.9": { - "name": "dtoa", - "version": "1.0.9", - "package_url": "https://github.com/dtolnay/dtoa", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/dtoa/1.0.9/download", - "sha256": "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" - } - }, - "targets": [ - { - "Library": { - "crate_name": "dtoa", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "dtoa", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.0.9" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "dtoa-short 0.3.4": { - "name": "dtoa-short", - "version": "0.3.4", - "package_url": "https://github.com/upsuper/dtoa-short", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/dtoa-short/0.3.4/download", - "sha256": "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74" - } - }, - "targets": [ - { - "Library": { - "crate_name": "dtoa_short", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "dtoa_short", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "dtoa 1.0.9", - "target": "dtoa" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.3.4" - }, - "license": "MPL-2.0", - "license_ids": [ - "MPL-2.0" - ], - "license_file": "LICENSE" - }, - "dunce 1.0.5": { - "name": "dunce", - "version": "1.0.5", - "package_url": "https://gitlab.com/kornelski/dunce", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/dunce/1.0.5/download", - "sha256": "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" - } - }, - "targets": [ - { - "Library": { - "crate_name": "dunce", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "dunce", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "1.0.5" - }, - "license": "CC0-1.0 OR MIT-0 OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "CC0-1.0", - "MIT-0" - ], - "license_file": "LICENSE" - }, - "duration-string 0.3.0": { - "name": "duration-string", - "version": "0.3.0", - "package_url": "https://github.com/Ronniskansing/duration-string", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/duration-string/0.3.0/download", - "sha256": "6fcc1d9ae294a15ed05aeae8e11ee5f2b3fe971c077d45a42fb20825fba6ee13" - } - }, - "targets": [ - { - "Library": { - "crate_name": "duration_string", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "duration_string", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.0" - }, - "license": null, - "license_ids": [], - "license_file": "LICENSE" - }, - "dyn-clone 1.0.20": { - "name": "dyn-clone", - "version": "1.0.20", - "package_url": "https://github.com/dtolnay/dyn-clone", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/dyn-clone/1.0.20/download", - "sha256": "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" - } - }, - "targets": [ - { - "Library": { - "crate_name": "dyn_clone", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "dyn_clone", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.0.20" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ecdsa 0.16.9": { - "name": "ecdsa", - "version": "0.16.9", - "package_url": "https://github.com/RustCrypto/signatures/tree/master/ecdsa", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ecdsa/0.16.9/download", - "sha256": "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ecdsa", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ecdsa", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "arithmetic", - "default", - "der", - "digest", - "hazmat", - "pem", - "pkcs8", - "rfc6979", - "serde", - "serdect", - "signing", - "spki", - "std", - "verifying" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "der 0.7.7", - "target": "der" - }, - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "elliptic-curve 0.13.8", - "target": "elliptic_curve" - }, - { - "id": "rfc6979 0.4.0", - "target": "rfc6979" - }, - { - "id": "serdect 0.2.0", - "target": "serdect" - }, - { - "id": "signature 2.2.0", - "target": "signature" - }, - { - "id": "spki 0.7.3", - "target": "spki" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.16.9" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ed25519 2.2.3": { - "name": "ed25519", - "version": "2.2.3", - "package_url": "https://github.com/RustCrypto/signatures/tree/master/ed25519", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ed25519/2.2.3/download", - "sha256": "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ed25519", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ed25519", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "pem", - "pkcs8", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "pkcs8 0.10.2", - "target": "pkcs8" - }, - { - "id": "signature 2.2.0", - "target": "signature" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.2.3" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ed25519-consensus 2.1.0": { - "name": "ed25519-consensus", - "version": "2.1.0", - "package_url": "https://github.com/penumbra-zone/ed25519-consensus", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ed25519-consensus/2.1.0/download", - "sha256": "3c8465edc8ee7436ffea81d21a019b16676ee3db267aa8d5a8d729581ecf998b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ed25519_consensus", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ed25519_consensus", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "serde", - "std", - "thiserror" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "curve25519-dalek-ng 4.1.1", - "target": "curve25519_dalek_ng", - "alias": "curve25519_dalek" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "sha2 0.9.9", - "target": "sha2" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.1.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "ed25519-dalek 2.2.0": { - "name": "ed25519-dalek", - "version": "2.2.0", - "package_url": "https://github.com/dalek-cryptography/curve25519-dalek/tree/main/ed25519-dalek", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ed25519-dalek/2.2.0/download", - "sha256": "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ed25519_dalek", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ed25519_dalek", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "batch", - "default", - "digest", - "fast", - "hazmat", - "merlin", - "pem", - "pkcs8", - "rand_core", - "signature", - "std", - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "curve25519-dalek 4.1.3", - "target": "curve25519_dalek" - }, - { - "id": "ed25519 2.2.3", - "target": "ed25519" - }, - { - "id": "merlin 3.0.0", - "target": "merlin" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "signature 2.2.0", - "target": "signature" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.2.0" - }, - "license": "BSD-3-Clause", - "license_ids": [ - "BSD-3-Clause" - ], - "license_file": "LICENSE" - }, - "educe 0.5.11": { - "name": "educe", - "version": "0.5.11", - "package_url": "https://github.com/magiclen/educe", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/educe/0.5.11/download", - "sha256": "e4bd92664bf78c4d3dba9b7cdafce6fa15b13ed3ed16175218196942e99168a8" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "educe", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "educe", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "Clone", - "Copy", - "Debug", - "Default", - "Deref", - "DerefMut", - "Eq", - "Hash", - "Into", - "Ord", - "PartialEq", - "PartialOrd", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "enum-ordinalize 4.4.2", - "target": "enum_ordinalize" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.11" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "educe 0.6.0": { - "name": "educe", - "version": "0.6.0", - "package_url": "https://github.com/magiclen/educe", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/educe/0.6.0/download", - "sha256": "1d7bc049e1bd8cdeb31b68bbd586a9464ecf9f3944af3958a7a9d0f8b9799417" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "educe", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "educe", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "enum-ordinalize 4.4.2", - "target": "enum_ordinalize" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "ego-tree 0.10.0": { - "name": "ego-tree", - "version": "0.10.0", - "package_url": "https://github.com/rust-scraper/ego-tree", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ego-tree/0.10.0/download", - "sha256": "b2972feb8dffe7bc8c5463b1dacda1b0dfbed3710e50f977d965429692d74cd8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ego_tree", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ego_tree", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.10.0" - }, - "license": "ISC", - "license_ids": [ - "ISC" - ], - "license_file": "LICENSE" - }, - "either 1.18.0": { - "name": "either", - "version": "1.18.0", - "package_url": "https://github.com/rayon-rs/either", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/either/1.18.0/download", - "sha256": "252afb9ae5eaa683babdc6a068b3f5726eb19e05070c731f9b2a23a7c3e8ed34" - } - }, - "targets": [ - { - "Library": { - "crate_name": "either", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "either", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "serde", - "std", - "use_std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.18.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "elliptic-curve 0.13.8": { - "name": "elliptic-curve", - "version": "0.13.8", - "package_url": "https://github.com/RustCrypto/traits/tree/master/elliptic-curve", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/elliptic-curve/0.13.8/download", - "sha256": "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" - } - }, - "targets": [ - { - "Library": { - "crate_name": "elliptic_curve", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "elliptic_curve", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "arithmetic", - "default", - "digest", - "ecdh", - "ff", - "group", - "hazmat", - "pem", - "pkcs8", - "sec1", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base16ct 0.2.0", - "target": "base16ct" - }, - { - "id": "crypto-bigint 0.5.2", - "target": "crypto_bigint" - }, - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "ff 0.13.0", - "target": "ff" - }, - { - "id": "generic-array 0.14.7", - "target": "generic_array" - }, - { - "id": "group 0.13.0", - "target": "group" - }, - { - "id": "hkdf 0.12.4", - "target": "hkdf" - }, - { - "id": "pem-rfc7468 0.7.0", - "target": "pem_rfc7468" - }, - { - "id": "pkcs8 0.10.2", - "target": "pkcs8" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "sec1 0.7.3", - "target": "sec1" - }, - { - "id": "serdect 0.2.0", - "target": "serdect" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.13.8" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "email_address 0.2.9": { - "name": "email_address", - "version": "0.2.9", - "package_url": "https://github.com/johnstonskj/rust-email_address.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/email_address/0.2.9/download", - "sha256": "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449" - } - }, - "targets": [ - { - "Library": { - "crate_name": "email_address", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "email_address", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "serde", - "serde_support" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.9" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "embedded-io 0.4.0": { - "name": "embedded-io", - "version": "0.4.0", - "package_url": "https://github.com/embassy-rs/embedded-io", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/embedded-io/0.4.0/download", - "sha256": "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced" - } - }, - "targets": [ - { - "Library": { - "crate_name": "embedded_io", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "embedded_io", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.4.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "embedded-io 0.6.1": { - "name": "embedded-io", - "version": "0.6.1", - "package_url": "https://github.com/rust-embedded/embedded-hal", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/embedded-io/0.6.1/download", - "sha256": "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "embedded_io", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "embedded_io", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.6.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ena 0.14.2": { - "name": "ena", - "version": "0.14.2", - "package_url": "https://github.com/rust-lang/ena", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ena/0.14.2/download", - "sha256": "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ena", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ena", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "log 0.4.33", - "target": "log" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.14.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "encode_unicode 0.3.6": { - "name": "encode_unicode", - "version": "0.3.6", - "package_url": "https://github.com/tormol/encode_unicode", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/encode_unicode/0.3.6/download", - "sha256": "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "encode_unicode", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "encode_unicode", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.3.6" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "encoding_rs 0.8.32": { - "name": "encoding_rs", - "version": "0.8.32", - "package_url": "https://github.com/hsivonen/encoding_rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/encoding_rs/0.8.32/download", - "sha256": "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" - } - }, - "targets": [ - { - "Library": { - "crate_name": "encoding_rs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "encoding_rs", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.8.32" - }, - "license": "(Apache-2.0 OR MIT) AND BSD-3-Clause", - "license_ids": [ - "Apache-2.0", - "BSD-3-Clause", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "enum-as-inner 0.5.1": { - "name": "enum-as-inner", - "version": "0.5.1", - "package_url": "https://github.com/bluejekyll/enum-as-inner", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/enum-as-inner/0.5.1/download", - "sha256": "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "enum_as_inner", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "enum_as_inner", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "heck 0.4.1", - "target": "heck" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.1" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "enum-ordinalize 4.4.2": { - "name": "enum-ordinalize", - "version": "4.4.2", - "package_url": "https://github.com/magiclen/enum-ordinalize", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/enum-ordinalize/4.4.2/download", - "sha256": "89dd01549b09589510cf0647475075d12071456586d70f5c75c98ae2a5537677" - } - }, - "targets": [ - { - "Library": { - "crate_name": "enum_ordinalize", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "enum_ordinalize", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "derive" - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "enum-ordinalize-derive 4.4.1", - "target": "enum_ordinalize_derive" - } - ], - "selects": {} - }, - "version": "4.4.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "enum-ordinalize-derive 4.4.1": { - "name": "enum-ordinalize-derive", - "version": "4.4.1", - "package_url": "https://github.com/magiclen/enum-ordinalize", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/enum-ordinalize-derive/4.4.1/download", - "sha256": "42e528e2d34ba8a67a1a650b86beae8ef69fc5fdb638016f386b973226590432" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "enum_ordinalize_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "enum_ordinalize_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "4.4.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "env_filter 0.1.2": { - "name": "env_filter", - "version": "0.1.2", - "package_url": "https://github.com/rust-cli/env_logger", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/env_filter/0.1.2/download", - "sha256": "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab" - } - }, - "targets": [ - { - "Library": { - "crate_name": "env_filter", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "env_filter", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "regex" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "regex 1.13.1", - "target": "regex" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "env_logger 0.8.4": { - "name": "env_logger", - "version": "0.8.4", - "package_url": "https://github.com/env-logger-rs/env_logger/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/env_logger/0.8.4/download", - "sha256": "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "env_logger", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "env_logger", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "regex" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "regex 1.13.1", - "target": "regex" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.8.4" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "env_logger 0.11.2": { - "name": "env_logger", - "version": "0.11.2", - "package_url": "https://github.com/rust-cli/env_logger", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/env_logger/0.11.2/download", - "sha256": "6c012a26a7f605efc424dd53697843a72be7dc86ad2d01f7814337794a12231d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "env_logger", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "env_logger", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "auto-color", - "color", - "default", - "humantime", - "regex" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anstream 0.6.15", - "target": "anstream" - }, - { - "id": "anstyle 1.0.8", - "target": "anstyle" - }, - { - "id": "env_filter 0.1.2", - "target": "env_filter" - }, - { - "id": "humantime 2.4.0", - "target": "humantime" - }, - { - "id": "log 0.4.33", - "target": "log" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.11.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "equator 0.2.2": { - "name": "equator", - "version": "0.2.2", - "package_url": "https://github.com/sarah-ek/equator/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/equator/0.2.2/download", - "sha256": "c35da53b5a021d2484a7cc49b2ac7f2d840f8236a286f84202369bd338d761ea" - } - }, - "targets": [ - { - "Library": { - "crate_name": "equator", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "equator", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "equator-macro 0.2.1", - "target": "equator_macro" - } - ], - "selects": {} - }, - "version": "0.2.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, - "equator-macro 0.2.1": { - "name": "equator-macro", - "version": "0.2.1", - "package_url": "https://github.com/sarah-ek/equator/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/equator-macro/0.2.1/download", - "sha256": "3bf679796c0322556351f287a51b49e48f7c4986e727b5dd78c972d30e2e16cc" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "equator_macro", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "equator_macro", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, - "equivalent 1.0.1": { - "name": "equivalent", - "version": "1.0.1", - "package_url": "https://github.com/cuviper/equivalent", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/equivalent/1.0.1/download", - "sha256": "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "equivalent", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "equivalent", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "1.0.1" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "erased-serde 0.3.28": { - "name": "erased-serde", - "version": "0.3.28", - "package_url": "https://github.com/dtolnay/erased-serde", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/erased-serde/0.3.28/download", - "sha256": "da96524cc884f6558f1769b6c46686af2fe8e8b4cd253bd5a3cdba8181b8e070" - } - }, - "targets": [ - { - "Library": { - "crate_name": "erased_serde", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "erased_serde", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "erased-serde 0.3.28", - "target": "build_script_build" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.28" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "errno 0.2.8": { - "name": "errno", - "version": "0.2.8", - "package_url": "https://github.com/lambda-fairy/rust-errno", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/errno/0.2.8/download", - "sha256": "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "errno", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "errno", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [], - "selects": { - "cfg(target_os = \"dragonfly\")": [ - { - "id": "errno-dragonfly 0.1.2", - "target": "errno_dragonfly" - } - ], - "cfg(target_os = \"hermit\")": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(target_os = \"wasi\")": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(unix)": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ] - } - }, - "edition": "2015", - "version": "0.2.8" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "errno 0.3.10": { - "name": "errno", - "version": "0.3.10", - "package_url": "https://github.com/lambda-fairy/rust-errno", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/errno/0.3.10/download", - "sha256": "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "errno", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "errno", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [], - "selects": { - "cfg(target_os = \"hermit\")": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(target_os = \"wasi\")": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(unix)": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "windows-sys 0.59.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2018", - "version": "0.3.10" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "errno-dragonfly 0.1.2": { - "name": "errno-dragonfly", - "version": "0.1.2", - "package_url": "https://github.com/mneumann/errno-dragonfly-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/errno-dragonfly/0.1.2/download", - "sha256": "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" - } - }, - "targets": [ - { - "Library": { - "crate_name": "errno_dragonfly", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "errno_dragonfly", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "errno-dragonfly 0.1.2", - "target": "build_script_build" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - } - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "escargot 0.5.7": { - "name": "escargot", - "version": "0.5.7", - "package_url": "https://github.com/crate-ci/escargot.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/escargot/0.5.7/download", - "sha256": "f5584ba17d7ab26a8a7284f13e5bd196294dd2f2d79773cff29b9e9edef601a6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "escargot", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "escargot", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "print" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "escargot 0.5.7", - "target": "build_script_build" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.7" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ethnum 1.5.3": { - "name": "ethnum", - "version": "1.5.3", - "package_url": "https://github.com/nlordell/ethnum-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ethnum/1.5.3/download", - "sha256": "40404c3f5f511ec4da6fe866ddf6a717c309fdbb69fbbad7b0f3edab8f2e835f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ethnum", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ethnum", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.5.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "event-listener 2.5.3": { - "name": "event-listener", - "version": "2.5.3", - "package_url": "https://github.com/smol-rs/event-listener", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/event-listener/2.5.3/download", - "sha256": "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "event_listener", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "event_listener", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "2.5.3" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "event-listener 5.3.1": { - "name": "event-listener", - "version": "5.3.1", - "package_url": "https://github.com/smol-rs/event-listener", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/event-listener/5.3.1/download", - "sha256": "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" - } - }, - "targets": [ - { - "Library": { - "crate_name": "event_listener", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "event_listener", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "parking", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "concurrent-queue 2.5.0", - "target": "concurrent_queue" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - } - ], - "selects": { - "aarch64-apple-darwin": [ - { - "id": "parking 2.1.0", - "target": "parking" - } - ], - "aarch64-unknown-linux-gnu": [ - { - "id": "parking 2.1.0", - "target": "parking" - } - ], - "x86_64-apple-darwin": [ - { - "id": "parking 2.1.0", - "target": "parking" - } - ], - "x86_64-unknown-linux-gnu": [ - { - "id": "parking 2.1.0", - "target": "parking" - } - ] - } - }, - "edition": "2021", - "version": "5.3.1" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "event-listener-strategy 0.5.4": { - "name": "event-listener-strategy", - "version": "0.5.4", - "package_url": "https://github.com/smol-rs/event-listener-strategy", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/event-listener-strategy/0.5.4/download", - "sha256": "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" - } - }, - "targets": [ - { - "Library": { - "crate_name": "event_listener_strategy", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "event_listener_strategy", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "event-listener 5.3.1", - "target": "event_listener" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.4" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "evm_rpc_client 0.4.0": { - "name": "evm_rpc_client", - "version": "0.4.0", - "package_url": "https://github.com/dfinity/evm-rpc-canister", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/evm_rpc_client/0.4.0/download", - "sha256": "023af59e299f1591daf2ac441129ba338fc9c6759c884bd05e222a99ffc19c9c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "evm_rpc_client", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "evm_rpc_client", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "evm_rpc_types 3.1.1", - "target": "evm_rpc_types" - }, - { - "id": "ic-canister-runtime 0.2.3", - "target": "ic_canister_runtime" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "strum 0.27.2", - "target": "strum" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.89", - "target": "async_trait" - } - ], - "selects": {} - }, - "version": "0.4.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "evm_rpc_types 3.1.1": { - "name": "evm_rpc_types", - "version": "3.1.1", - "package_url": "https://github.com/dfinity/evm-rpc-canister", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/evm_rpc_types/3.1.1/download", - "sha256": "c348e834a97e2ca221259d6ec813009346904860be95cf756123630c44b79d5c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "evm_rpc_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "evm_rpc_types", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "canlog 0.2.0", - "target": "canlog" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "ic-error-types 0.2.0", - "target": "ic_error_types" - }, - { - "id": "ic-management-canister-types 0.5.0", - "target": "ic_management_canister_types" - }, - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "strum 0.27.2", - "target": "strum" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "url 2.5.4", - "target": "url" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.1.1" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "exec 0.3.1": { - "name": "exec", - "version": "0.3.1", - "package_url": "https://github.com/faradayio/exec-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/exec/0.3.1/download", - "sha256": "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615" - } - }, - "targets": [ - { - "Library": { - "crate_name": "exec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "exec", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "errno 0.2.8", - "target": "errno" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.3.1" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE.txt" - }, - "exitcode 1.1.2": { - "name": "exitcode", - "version": "1.1.2", - "package_url": "https://github.com/benwilber/exitcode", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/exitcode/1.1.2/download", - "sha256": "de853764b47027c2e862a995c34978ffa63c1501f2e15f987ba11bd4f9bba193" - } - }, - "targets": [ - { - "Library": { - "crate_name": "exitcode", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "exitcode", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "1.1.2" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "eyre 0.6.8": { - "name": "eyre", - "version": "0.6.8", - "package_url": "https://github.com/yaahc/eyre", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/eyre/0.6.8/download", - "sha256": "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb" - } - }, - "targets": [ - { - "Library": { - "crate_name": "eyre", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "eyre", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "auto-install", - "default", - "track-caller" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "eyre 0.6.8", - "target": "build_script_build" - }, - { - "id": "indenter 0.3.3", - "target": "indenter" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.6.8" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "fallible-iterator 0.3.0": { - "name": "fallible-iterator", - "version": "0.3.0", - "package_url": "https://github.com/sfackler/rust-fallible-iterator", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/fallible-iterator/0.3.0/download", - "sha256": "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" - } - }, - "targets": [ - { - "Library": { - "crate_name": "fallible_iterator", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "fallible_iterator", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "fallible-streaming-iterator 0.1.9": { - "name": "fallible-streaming-iterator", - "version": "0.1.9", - "package_url": "https://github.com/sfackler/fallible-streaming-iterator", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/fallible-streaming-iterator/0.1.9/download", - "sha256": "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "fallible_streaming_iterator", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "fallible_streaming_iterator", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.1.9" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "fancy-regex 0.17.0": { - "name": "fancy-regex", - "version": "0.17.0", - "package_url": "https://github.com/fancy-regex/fancy-regex", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/fancy-regex/0.17.0/download", - "sha256": "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "fancy_regex", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "fancy_regex", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "perf", - "std", - "unicode", - "variable-lookbehinds" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bit-set 0.8.0", - "target": "bit_set" - }, - { - "id": "regex-automata 0.4.16", - "target": "regex_automata" - }, - { - "id": "regex-syntax 0.8.11", - "target": "regex_syntax" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.17.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "fastrand 2.3.0": { - "name": "fastrand", - "version": "2.3.0", - "package_url": "https://github.com/smol-rs/fastrand", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/fastrand/2.3.0/download", - "sha256": "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" - } - }, - "targets": [ - { - "Library": { - "crate_name": "fastrand", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "fastrand", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "2.3.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "fastrlp 0.3.1": { - "name": "fastrlp", - "version": "0.3.1", - "package_url": "https://github.com/vorot93/fastrlp", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/fastrlp/0.3.1/download", - "sha256": "139834ddba373bbdd213dffe02c8d110508dcf1726c2be27e8d1f7d7e1856418" - } - }, - "targets": [ - { - "Library": { - "crate_name": "fastrlp", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "fastrlp", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "arrayvec 0.7.4", - "target": "arrayvec" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "auto_impl 1.3.0", - "target": "auto_impl" - } - ], - "selects": {} - }, - "version": "0.3.1" - }, - "license": "MPL-2.0", - "license_ids": [ - "MPL-2.0" - ], - "license_file": "LICENSE" - }, - "fastrlp 0.4.0": { - "name": "fastrlp", - "version": "0.4.0", - "package_url": "https://github.com/vorot93/fastrlp", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/fastrlp/0.4.0/download", - "sha256": "ce8dba4714ef14b8274c371879b175aa55b16b30f269663f19d576f380018dc4" - } - }, - "targets": [ - { - "Library": { - "crate_name": "fastrlp", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "fastrlp", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "arrayvec 0.7.4", - "target": "arrayvec" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "auto_impl 1.3.0", - "target": "auto_impl" - } - ], - "selects": {} - }, - "version": "0.4.0" - }, - "license": "MPL-2.0", - "license_ids": [ - "MPL-2.0" - ], - "license_file": "LICENSE" - }, - "ff 0.12.1": { - "name": "ff", - "version": "0.12.1", - "package_url": "https://github.com/zkcrypto/ff", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ff/0.12.1/download", - "sha256": "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ff", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ff", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.12.1" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ff 0.13.0": { - "name": "ff", - "version": "0.13.0", - "package_url": "https://github.com/zkcrypto/ff", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ff/0.13.0/download", - "sha256": "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ff", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ff", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.13.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "fiat-crypto 0.2.6": { - "name": "fiat-crypto", - "version": "0.2.6", - "package_url": "https://github.com/mit-plv/fiat-crypto", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/fiat-crypto/0.2.6/download", - "sha256": "1676f435fc1dadde4d03e43f5d62b259e1ce5f40bd4ffb21db2b42ebe59c1382" - } - }, - "targets": [ - { - "Library": { - "crate_name": "fiat_crypto", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "fiat_crypto", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.2.6" - }, - "license": "MIT OR Apache-2.0 OR BSD-1-Clause", - "license_ids": [ - "Apache-2.0", - "BSD-1-Clause", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "filetime 0.2.21": { - "name": "filetime", - "version": "0.2.21", - "package_url": "https://github.com/alexcrichton/filetime", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/filetime/0.2.21/download", - "sha256": "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" - } - }, - "targets": [ - { - "Library": { - "crate_name": "filetime", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "filetime", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - } - ], - "selects": { - "cfg(target_os = \"redox\")": [ - { - "id": "redox_syscall 0.2.16", - "target": "syscall" - } - ], - "cfg(unix)": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2018", - "version": "0.2.21" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "find-msvc-tools 0.1.5": { - "name": "find-msvc-tools", - "version": "0.1.5", - "package_url": "https://github.com/rust-lang/cc-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/find-msvc-tools/0.1.5/download", - "sha256": "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" - } - }, - "targets": [ - { - "Library": { - "crate_name": "find_msvc_tools", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "find_msvc_tools", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.1.5" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "findshlibs 0.10.2": { - "name": "findshlibs", - "version": "0.10.2", - "package_url": "https://github.com/gimli-rs/findshlibs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/findshlibs/0.10.2/download", - "sha256": "40b9e59cd0f7e0806cca4be089683ecb6434e602038df21fe6bf6711b2f07f64" - } - }, - "targets": [ - { - "Library": { - "crate_name": "findshlibs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "findshlibs", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "findshlibs 0.10.2", - "target": "build_script_build" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": { - "cfg(any(target_os = \"macos\", target_os = \"ios\"))": [ - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - } - ], - "cfg(target_os = \"windows\")": [ - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ] - } - }, - "edition": "2018", - "version": "0.10.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - } - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "fixed-cache 0.1.10": { - "name": "fixed-cache", - "version": "0.1.10", - "package_url": "https://github.com/DaniPopes/fixed-cache", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/fixed-cache/0.1.10/download", - "sha256": "2fe63500644ef0269fe6b744e7e5dc5c20b5eebf3d881bc2be53f194636f6583" - } - }, - "targets": [ - { - "Library": { - "crate_name": "fixed_cache", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "fixed_cache", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "equivalent 1.0.1", - "target": "equivalent" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.1.10" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "fixed-hash 0.8.0": { - "name": "fixed-hash", - "version": "0.8.0", - "package_url": "https://github.com/paritytech/parity-common", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/fixed-hash/0.8.0/download", - "sha256": "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" - } - }, - "targets": [ - { - "Library": { - "crate_name": "fixed_hash", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "fixed_hash", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "static_assertions 1.1.0", - "target": "static_assertions" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "fixedbitset 0.4.2": { - "name": "fixedbitset", - "version": "0.4.2", - "package_url": "https://github.com/petgraph/fixedbitset", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/fixedbitset/0.4.2/download", - "sha256": "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" - } - }, - "targets": [ - { - "Library": { - "crate_name": "fixedbitset", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "fixedbitset", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.4.2" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "fixedbitset 0.5.7": { - "name": "fixedbitset", - "version": "0.5.7", - "package_url": "https://github.com/petgraph/fixedbitset", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/fixedbitset/0.5.7/download", - "sha256": "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" - } - }, - "targets": [ - { - "Library": { - "crate_name": "fixedbitset", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "fixedbitset", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.5.7" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "flagset 0.4.3": { - "name": "flagset", - "version": "0.4.3", - "package_url": "https://github.com/enarx/flagset", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/flagset/0.4.3/download", - "sha256": "cda653ca797810c02f7ca4b804b40b8b95ae046eb989d356bce17919a8c25499" - } - }, - "targets": [ - { - "Library": { - "crate_name": "flagset", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "flagset", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.4.3" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "flate2 1.1.5": { - "name": "flate2", - "version": "1.1.5", - "package_url": "https://github.com/rust-lang/flate2-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/flate2/1.1.5/download", - "sha256": "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" - } - }, - "targets": [ - { - "Library": { - "crate_name": "flate2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "flate2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "any_impl", - "default", - "miniz_oxide", - "rust_backend" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crc32fast 1.3.2", - "target": "crc32fast" - }, - { - "id": "miniz_oxide 0.8.9", - "target": "miniz_oxide" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.1.5" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "float-cmp 0.9.0": { - "name": "float-cmp", - "version": "0.9.0", - "package_url": "https://github.com/mikedilger/float-cmp", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/float-cmp/0.9.0/download", - "sha256": "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" - } - }, - "targets": [ - { - "Library": { - "crate_name": "float_cmp", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "float_cmp", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "num-traits", - "ratio" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-traits 0.2.19", - "target": "num_traits" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.9.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "fluent-uri 0.4.1": { - "name": "fluent-uri", - "version": "0.4.1", - "package_url": "https://github.com/yescallop/fluent-uri-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/fluent-uri/0.4.1/download", - "sha256": "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "fluent_uri", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "fluent_uri", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "impl-error", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "borrow-or-share 0.2.4", - "target": "borrow_or_share" - }, - { - "id": "ref-cast 1.0.25", - "target": "ref_cast" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "fnv 1.0.7": { - "name": "fnv", - "version": "1.0.7", - "package_url": "https://github.com/servo/rust-fnv", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/fnv/1.0.7/download", - "sha256": "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "fnv", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "fnv", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "1.0.7" - }, - "license": "Apache-2.0 / MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "foldhash 0.1.4": { - "name": "foldhash", - "version": "0.1.4", - "package_url": "https://github.com/orlp/foldhash", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/foldhash/0.1.4/download", - "sha256": "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "foldhash", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "foldhash", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.4" - }, - "license": "Zlib", - "license_ids": [ - "Zlib" - ], - "license_file": "LICENSE" - }, - "foldhash 0.2.0": { - "name": "foldhash", - "version": "0.2.0", - "package_url": "https://github.com/orlp/foldhash", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/foldhash/0.2.0/download", - "sha256": "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" - } - }, - "targets": [ - { - "Library": { - "crate_name": "foldhash", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "foldhash", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" - }, - "license": "Zlib", - "license_ids": [ - "Zlib" - ], - "license_file": "LICENSE" - }, - "foreign-types 0.3.2": { - "name": "foreign-types", - "version": "0.3.2", - "package_url": "https://github.com/sfackler/foreign-types", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/foreign-types/0.3.2/download", - "sha256": "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "foreign_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "foreign_types", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "foreign-types-shared 0.1.1", - "target": "foreign_types_shared" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.3.2" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "foreign-types-shared 0.1.1": { - "name": "foreign-types-shared", - "version": "0.1.1", - "package_url": "https://github.com/sfackler/foreign-types", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/foreign-types-shared/0.1.1/download", - "sha256": "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "foreign_types_shared", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "foreign_types_shared", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.1.1" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "form_urlencoded 1.2.1": { - "name": "form_urlencoded", - "version": "1.2.1", - "package_url": "https://github.com/servo/rust-url", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/form_urlencoded/1.2.1/download", - "sha256": "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" - } - }, - "targets": [ - { - "Library": { - "crate_name": "form_urlencoded", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "form_urlencoded", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "percent-encoding 2.3.1", - "target": "percent_encoding" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.2.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "forwarded-header-value 0.1.1": { - "name": "forwarded-header-value", - "version": "0.1.1", - "package_url": "https://github.com/EasyPost/rust-forwarded-header-value", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/forwarded-header-value/0.1.1/download", - "sha256": "8835f84f38484cc86f110a805655697908257fb9a7af005234060891557198e9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "forwarded_header_value", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "forwarded_header_value", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "nonempty 0.7.0", - "target": "nonempty" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.1" - }, - "license": "ISC", - "license_ids": [ - "ISC" - ], - "license_file": "LICENSE.txt" - }, - "fqdn 0.5.2": { - "name": "fqdn", - "version": "0.5.2", - "package_url": "https://github.com/Orange-OpenSource/fqdn", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/fqdn/0.5.2/download", - "sha256": "886ac788f62d16d6b0f26b2fa762b34ef16ebfb4b624c2c15fbcadc9173c0f72" - } - }, - "targets": [ - { - "Library": { - "crate_name": "fqdn", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "fqdn", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "punycode", - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "punycode 0.4.1", - "target": "punycode" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, - "fraction 0.15.3": { - "name": "fraction", - "version": "0.15.3", - "package_url": "https://github.com/dnsl48/fraction.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/fraction/0.15.3/download", - "sha256": "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "fraction", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "fraction", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "lazy_static", - "with-bigint" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "num 0.4.3", - "target": "num" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.15.3" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "fragile 2.0.0": { - "name": "fragile", - "version": "2.0.0", - "package_url": "https://github.com/mitsuhiko/fragile", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/fragile/2.0.0/download", - "sha256": "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" - } - }, - "targets": [ - { - "Library": { - "crate_name": "fragile", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "fragile", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "2.0.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "fs-err 3.1.0": { - "name": "fs-err", - "version": "3.1.0", - "package_url": "https://github.com/andrewhickman/fs-err", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/fs-err/3.1.0/download", - "sha256": "1f89bda4c2a21204059a977ed3bfe746677dfd137b83c339e702b0ac91d482aa" - } - }, - "targets": [ - { - "Library": { - "crate_name": "fs_err", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "fs_err", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "tokio" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "fs-err 3.1.0", - "target": "build_script_build" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "3.1.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "autocfg 1.5.0", - "target": "autocfg" - } - ], - "selects": {} - } - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "fs_extra 1.3.0": { - "name": "fs_extra", - "version": "1.3.0", - "package_url": "https://github.com/webdesus/fs_extra", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/fs_extra/1.3.0/download", - "sha256": "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "fs_extra", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "fs_extra", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.3.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "funty 2.0.0": { - "name": "funty", - "version": "2.0.0", - "package_url": "https://github.com/myrrlyn/funty", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/funty/2.0.0/download", - "sha256": "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "funty", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "funty", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "2.0.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE.txt" - }, - "futf 0.1.5": { - "name": "futf", - "version": "0.1.5", - "package_url": "https://github.com/servo/futf", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/futf/0.1.5/download", - "sha256": "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" - } - }, - "targets": [ - { - "Library": { - "crate_name": "futf", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "futf", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "mac 0.1.1", - "target": "mac" - }, - { - "id": "new_debug_unreachable 1.0.4", - "target": "debug_unreachable" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.1.5" - }, - "license": "MIT / Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "futures 0.3.31": { - "name": "futures", - "version": "0.3.31", - "package_url": "https://github.com/rust-lang/futures-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/futures/0.3.31/download", - "sha256": "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" - } - }, - "targets": [ - { - "Library": { - "crate_name": "futures", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "futures", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "async-await", - "default", - "executor", - "futures-executor", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-channel 0.3.31", - "target": "futures_channel" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-executor 0.3.31", - "target": "futures_executor" - }, - { - "id": "futures-io 0.3.31", - "target": "futures_io" - }, - { - "id": "futures-sink 0.3.31", - "target": "futures_sink" - }, - { - "id": "futures-task 0.3.31", - "target": "futures_task" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.31" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "futures-channel 0.3.31": { - "name": "futures-channel", - "version": "0.3.31", - "package_url": "https://github.com/rust-lang/futures-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/futures-channel/0.3.31/download", - "sha256": "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" - } - }, - "targets": [ - { - "Library": { - "crate_name": "futures_channel", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "futures_channel", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "futures-sink", - "sink", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-sink 0.3.31", - "target": "futures_sink" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.31" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "futures-core 0.3.31": { - "name": "futures-core", - "version": "0.3.31", - "package_url": "https://github.com/rust-lang/futures-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/futures-core/0.3.31/download", - "sha256": "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "futures_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "futures_core", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.31" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "futures-executor 0.3.31": { - "name": "futures-executor", - "version": "0.3.31", - "package_url": "https://github.com/rust-lang/futures-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/futures-executor/0.3.31/download", - "sha256": "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "futures_executor", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "futures_executor", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-task 0.3.31", - "target": "futures_task" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.31" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "futures-io 0.3.31": { - "name": "futures-io", - "version": "0.3.31", - "package_url": "https://github.com/rust-lang/futures-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/futures-io/0.3.31/download", - "sha256": "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "futures_io", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "futures_io", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.31" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "futures-lite 2.0.0": { - "name": "futures-lite", - "version": "2.0.0", - "package_url": "https://github.com/smol-rs/futures-lite", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/futures-lite/2.0.0/download", - "sha256": "9c1155db57329dca6d018b61e76b1488ce9a2e5e44028cac420a5898f4fcef63" - } - }, - "targets": [ - { - "Library": { - "crate_name": "futures_lite", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "futures_lite", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "fastrand", - "futures-io", - "memchr", - "parking", - "race", - "std", - "waker-fn" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "fastrand 2.3.0", - "target": "fastrand" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-io 0.3.31", - "target": "futures_io" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "parking 2.1.0", - "target": "parking" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "waker-fn 1.2.0", - "target": "waker_fn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.0.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "futures-macro 0.3.31": { - "name": "futures-macro", - "version": "0.3.31", - "package_url": "https://github.com/rust-lang/futures-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/futures-macro/0.3.31/download", - "sha256": "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "futures_macro", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "futures_macro", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.31" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "futures-rustls 0.26.0": { - "name": "futures-rustls", - "version": "0.26.0", - "package_url": "https://github.com/quininer/futures-rustls", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/futures-rustls/0.26.0/download", - "sha256": "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" - } - }, - "targets": [ - { - "Library": { - "crate_name": "futures_rustls", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "futures_rustls", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "aws-lc-rs", - "tls12" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-io 0.3.31", - "target": "futures_io" - }, - { - "id": "rustls 0.23.27", - "target": "rustls" - }, - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types", - "alias": "pki_types" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.26.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "futures-sink 0.3.31": { - "name": "futures-sink", - "version": "0.3.31", - "package_url": "https://github.com/rust-lang/futures-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/futures-sink/0.3.31/download", - "sha256": "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "futures_sink", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "futures_sink", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.31" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "futures-task 0.3.31": { - "name": "futures-task", - "version": "0.3.31", - "package_url": "https://github.com/rust-lang/futures-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/futures-task/0.3.31/download", - "sha256": "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" - } - }, - "targets": [ - { - "Library": { - "crate_name": "futures_task", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "futures_task", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.31" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "futures-timer 3.0.3": { - "name": "futures-timer", - "version": "3.0.3", - "package_url": "https://github.com/async-rs/futures-timer", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/futures-timer/3.0.3/download", - "sha256": "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" - } - }, - "targets": [ - { - "Library": { - "crate_name": "futures_timer", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "futures_timer", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "3.0.3" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "futures-util 0.3.31": { - "name": "futures-util", - "version": "0.3.31", - "package_url": "https://github.com/rust-lang/futures-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/futures-util/0.3.31/download", - "sha256": "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" - } - }, - "targets": [ - { - "Library": { - "crate_name": "futures_util", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "futures_util", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "async-await", - "async-await-macro", - "channel", - "default", - "futures-channel", - "futures-io", - "futures-macro", - "futures-sink", - "io", - "memchr", - "sink", - "slab", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-channel 0.3.31", - "target": "futures_channel" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-io 0.3.31", - "target": "futures_io" - }, - { - "id": "futures-sink 0.3.31", - "target": "futures_sink" - }, - { - "id": "futures-task 0.3.31", - "target": "futures_task" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "pin-utils 0.1.0", - "target": "pin_utils" - }, - { - "id": "slab 0.4.8", - "target": "slab" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "futures-macro 0.3.31", - "target": "futures_macro" - } - ], - "selects": {} - }, - "version": "0.3.31" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "fxhash 0.2.1": { - "name": "fxhash", - "version": "0.2.1", - "package_url": "https://github.com/cbreeden/fxhash", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/fxhash/0.2.1/download", - "sha256": "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "fxhash", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "fxhash", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "byteorder 1.5.0", - "target": "byteorder" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.2.1" - }, - "license": "Apache-2.0/MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "generic-array 0.14.7": { - "name": "generic-array", - "version": "0.14.7", - "package_url": "https://github.com/fizyk20/generic-array.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/generic-array/0.14.7/download", - "sha256": "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "generic_array", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "generic_array", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "more_lengths", - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "generic-array 0.14.7", - "target": "build_script_build" - }, - { - "id": "typenum 1.17.0", - "target": "typenum" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.14.7" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "version_check 0.9.4", - "target": "version_check" - } - ], - "selects": {} - } - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "getifs 0.4.0": { - "name": "getifs", - "version": "0.4.0", - "package_url": "https://github.com/al8n/getifs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/getifs/0.4.0/download", - "sha256": "7143bdeb50c2871c11628ebd913d22c4182b41d1793912e6f89ecbcb6b48d596" - } - }, - "targets": [ - { - "Library": { - "crate_name": "getifs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "getifs", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "either 1.18.0", - "target": "either" - }, - { - "id": "getifs 0.4.0", - "target": "build_script_build" - }, - { - "id": "hardware-address 0.2.0", - "target": "hardware_address" - }, - { - "id": "ipnet 2.10.1", - "target": "ipnet" - }, - { - "id": "iprfc 0.2.0", - "target": "iprfc" - }, - { - "id": "iprobe 0.1.1", - "target": "iprobe" - }, - { - "id": "smallvec-wrapper 0.3.0", - "target": "smallvec_wrapper" - }, - { - "id": "smol_str 0.3.6", - "target": "smol_str" - }, - { - "id": "triomphe 0.1.15", - "target": "triomphe" - } - ], - "selects": { - "cfg(all(any(target_os = \"android\", target_os = \"linux\")))": [ - { - "id": "linux-raw-sys 0.12.1", - "target": "linux_raw_sys" - }, - { - "id": "rustix 1.1.4", - "target": "rustix" - } - ], - "cfg(all(not(windows), not(any(target_os = \"android\", target_os = \"linux\"))))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "widestring 1.0.2", - "target": "widestring" - }, - { - "id": "windows-sys 0.61.2", - "target": "windows_sys" - } - ] - } - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "0.4.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "getopts 0.2.24": { - "name": "getopts", - "version": "0.2.24", - "package_url": "https://github.com/rust-lang/getopts", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/getopts/0.2.24/download", - "sha256": "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" - } - }, - "targets": [ - { - "Library": { - "crate_name": "getopts", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "getopts", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "unicode" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "unicode-width 0.2.0", - "target": "unicode_width" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.24" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "getrandom 0.2.10": { - "name": "getrandom", - "version": "0.2.10", - "package_url": "https://github.com/rust-random/getrandom", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/getrandom/0.2.10/download", - "sha256": "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" - } - }, - "targets": [ - { - "Library": { - "crate_name": "getrandom", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "getrandom", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "custom", - "std" - ], - "selects": { - "wasm32-unknown-unknown": [ - "js", - "js-sys", - "wasm-bindgen" - ] - } - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - } - ], - "selects": { - "cfg(target_os = \"wasi\")": [ - { - "id": "wasi 0.11.0+wasi-snapshot-preview1", - "target": "wasi" - } - ], - "cfg(unix)": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "wasm32-unknown-unknown": [ - { - "id": "js-sys 0.3.103", - "target": "js_sys" - }, - { - "id": "wasm-bindgen 0.2.126", - "target": "wasm_bindgen" - } - ] - } - }, - "edition": "2018", - "version": "0.2.10" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE", - "additive_build_file_content": "load(\"@rules_rust//rust:defs.bzl\", \"rust_library\")\n\nrust_library(\n name = \"getrandom_no_wasm_bindgen\",\n srcs = glob(\n allow_empty = True,\n include = [\"**/*.rs\"],\n ),\n compile_data = glob(\n allow_empty = True,\n include = [\"**\"],\n exclude = [\n \"**/* *\",\n \".tmp_git_root/**/*\",\n \"BUILD\",\n \"BUILD.bazel\",\n \"WORKSPACE\",\n \"WORKSPACE.bazel\",\n ],\n ),\n crate_features = [\"custom\", \"std\"],\n crate_name = \"getrandom\",\n crate_root = \"src/lib.rs\",\n deps = [\n \"@crate_index__cfg-if-1.0.0//:cfg_if\",\n ] + select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [\"@crate_index__libc-0.2.186//:libc\"],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [\"@crate_index__libc-0.2.186//:libc\"],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:x86_64-apple-darwin\": [\"@crate_index__libc-0.2.186//:libc\"],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [\"@crate_index__libc-0.2.186//:libc\"],\n \"//conditions:default\": [],\n }),\n edition = \"2018\",\n rustc_env_files = [\":cargo_toml_env_vars\"],\n rustc_flags = [\"--cap-lints=allow\"],\n tags = [\"cargo-bazel\", \"crate-name=getrandom\", \"manual\", \"noclippy\", \"norustfmt\"],\n target_compatible_with = select({\n \"@rules_rust//rust/platform:aarch64-apple-darwin\": [],\n \"@rules_rust//rust/platform:aarch64-unknown-linux-gnu\": [],\n \"@rules_rust//rust/platform:wasm32-unknown-unknown\": [],\n \"@rules_rust//rust/platform:x86_64-apple-darwin\": [],\n \"@rules_rust//rust/platform:x86_64-unknown-linux-gnu\": [],\n \"//conditions:default\": [\"@platforms//:incompatible\"],\n }),\n version = \"0.2.10\",\n visibility = [\"//visibility:public\"],\n)\n", - "override_targets": { - "lib": "@@rules_rust++crate+crate_index__getrandom-0.2.10//:getrandom_no_wasm_bindgen" - } - }, - "getrandom 0.3.4": { - "name": "getrandom", - "version": "0.3.4", - "package_url": "https://github.com/rust-random/getrandom", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/getrandom/0.3.4/download", - "sha256": "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" - } - }, - "targets": [ - { - "Library": { - "crate_name": "getrandom", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "getrandom", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std", - "wasm_js" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "getrandom 0.3.4", - "target": "build_script_build" - } - ], - "selects": { - "cfg(all(any(target_os = \"linux\", target_os = \"android\"), not(any(all(target_os = \"linux\", target_env = \"\"), getrandom_backend = \"custom\", getrandom_backend = \"linux_raw\", getrandom_backend = \"rdrand\", getrandom_backend = \"rndr\"))))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(all(target_arch = \"wasm32\", target_os = \"wasi\", target_env = \"p2\"))": [ - { - "id": "wasip2 1.0.3+wasi-0.2.9", - "target": "wasip2" - } - ], - "cfg(all(target_os = \"uefi\", getrandom_backend = \"efi_rng\"))": [ - { - "id": "r-efi 5.3.0", - "target": "r_efi" - } - ], - "cfg(any(target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"hurd\", target_os = \"illumos\", target_os = \"cygwin\", all(target_os = \"horizon\", target_arch = \"arm\")))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(any(target_os = \"haiku\", target_os = \"redox\", target_os = \"nto\", target_os = \"aix\"))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(any(target_os = \"ios\", target_os = \"visionos\", target_os = \"watchos\", target_os = \"tvos\"))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(any(target_os = \"macos\", target_os = \"openbsd\", target_os = \"vita\", target_os = \"emscripten\"))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(target_os = \"netbsd\")": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(target_os = \"solaris\")": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(target_os = \"vxworks\")": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "wasm32-unknown-unknown": [ - { - "id": "wasm-bindgen 0.2.126", - "target": "wasm_bindgen" - } - ] - } - }, - "edition": "2021", - "version": "0.3.4" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "getrandom 0.4.2": { - "name": "getrandom", - "version": "0.4.2", - "package_url": "https://github.com/rust-random/getrandom", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/getrandom/0.4.2/download", - "sha256": "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" - } - }, - "targets": [ - { - "Library": { - "crate_name": "getrandom", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "getrandom", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std", - "sys_rng" - ], - "selects": { - "wasm32-unknown-unknown": [ - "wasm_js" - ] - } - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "getrandom 0.4.2", - "target": "build_script_build" - }, - { - "id": "rand_core 0.10.1", - "target": "rand_core" - } - ], - "selects": { - "cfg(all(any(target_os = \"linux\", target_os = \"android\"), not(any(all(target_os = \"linux\", target_env = \"\"), getrandom_backend = \"custom\", getrandom_backend = \"linux_raw\", getrandom_backend = \"rdrand\", getrandom_backend = \"rndr\"))))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(all(target_arch = \"wasm32\", target_os = \"wasi\", target_env = \"p2\"))": [ - { - "id": "wasip2 1.0.3+wasi-0.2.9", - "target": "wasip2" - } - ], - "cfg(all(target_arch = \"wasm32\", target_os = \"wasi\", target_env = \"p3\"))": [ - { - "id": "wasip3 0.4.0+wasi-0.3.0-rc-2026-01-06", - "target": "wasip3" - } - ], - "cfg(all(target_os = \"uefi\", getrandom_backend = \"efi_rng\"))": [ - { - "id": "r-efi 6.0.0", - "target": "r_efi" - } - ], - "cfg(any(target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"hurd\", target_os = \"illumos\", target_os = \"cygwin\", all(target_os = \"horizon\", target_arch = \"arm\")))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(any(target_os = \"haiku\", target_os = \"redox\", target_os = \"nto\", target_os = \"aix\"))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(any(target_os = \"ios\", target_os = \"visionos\", target_os = \"watchos\", target_os = \"tvos\"))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(any(target_os = \"macos\", target_os = \"openbsd\", target_os = \"vita\", target_os = \"emscripten\"))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(target_os = \"netbsd\")": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(target_os = \"solaris\")": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(target_os = \"vxworks\")": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "wasm32-unknown-unknown": [ - { - "id": "wasm-bindgen 0.2.126", - "target": "wasm_bindgen" - } - ] - } - }, - "edition": "2024", - "version": "0.4.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "getset 0.1.7": { - "name": "getset", - "version": "0.1.7", - "package_url": "https://github.com/jbaublitz/getset", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/getset/0.1.7/download", - "sha256": "6cf442baaabe4213ce7d1239afc26c039180b6456da2cededa316ae2c8a77a77" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "getset", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "getset", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.7" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "ghash 0.5.1": { - "name": "ghash", - "version": "0.5.1", - "package_url": "https://github.com/RustCrypto/universal-hashes", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ghash/0.5.1/download", - "sha256": "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ghash", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ghash", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "opaque-debug 0.3.0", - "target": "opaque_debug" - }, - { - "id": "polyval 0.6.2", - "target": "polyval" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.1" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "gimli 0.27.3": { - "name": "gimli", - "version": "0.27.3", - "package_url": "https://github.com/gimli-rs/gimli", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/gimli/0.27.3/download", - "sha256": "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "gimli", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "gimli", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "read", - "read-core" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.27.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "gimli 0.32.3": { - "name": "gimli", - "version": "0.32.3", - "package_url": "https://github.com/gimli-rs/gimli", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/gimli/0.32.3/download", - "sha256": "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "gimli", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "gimli", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "endian-reader", - "fallible-iterator", - "read", - "read-all", - "read-core", - "std", - "write" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "fallible-iterator 0.3.0", - "target": "fallible_iterator" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "stable_deref_trait 1.2.0", - "target": "stable_deref_trait" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.32.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "gimli 0.33.0": { - "name": "gimli", - "version": "0.33.0", - "package_url": "https://github.com/gimli-rs/gimli", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/gimli/0.33.0/download", - "sha256": "0bf7f043f89559805f8c7cacc432749b2fa0d0a0a9ee46ce47164ed5ba7f126c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "gimli", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "gimli", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "read", - "read-core", - "std", - "write" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "fnv 1.0.7", - "target": "fnv" - }, - { - "id": "hashbrown 0.16.1", - "target": "hashbrown" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.33.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "glob 0.3.1": { - "name": "glob", - "version": "0.3.1", - "package_url": "https://github.com/rust-lang/glob", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/glob/0.3.1/download", - "sha256": "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "glob", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "glob", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.3.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "goldenfile 1.8.0": { - "name": "goldenfile", - "version": "1.8.0", - "package_url": "https://github.com/calder/rust-goldenfile", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/goldenfile/1.8.0/download", - "sha256": "cf39e208efa110ca273f7255aea02485103ffcb7e5dfa5e4196b05a02411618e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "goldenfile", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "goldenfile", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "scopeguard 1.2.0", - "target": "scopeguard" - }, - { - "id": "similar-asserts 1.7.0", - "target": "similar_asserts" - }, - { - "id": "tempfile 3.23.0", - "target": "tempfile" - }, - { - "id": "yansi 1.0.1", - "target": "yansi" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.8.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "governor 0.10.2": { - "name": "governor", - "version": "0.10.2", - "package_url": "https://github.com/boinkor-net/governor.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/governor/0.10.2/download", - "sha256": "6e23d5986fd4364c2fb7498523540618b4b8d92eec6c36a02e565f66748e2f79" - } - }, - "targets": [ - { - "Library": { - "crate_name": "governor", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "governor", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "dashmap", - "default", - "jitter", - "quanta", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "dashmap 6.1.0", - "target": "dashmap" - }, - { - "id": "futures-sink 0.3.31", - "target": "futures_sink" - }, - { - "id": "futures-timer 3.0.3", - "target": "futures_timer" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "getrandom 0.3.4", - "target": "getrandom" - }, - { - "id": "hashbrown 0.16.1", - "target": "hashbrown" - }, - { - "id": "nonzero_ext 0.3.0", - "target": "nonzero_ext" - }, - { - "id": "parking_lot 0.12.5", - "target": "parking_lot" - }, - { - "id": "portable-atomic 1.11.0", - "target": "portable_atomic" - }, - { - "id": "quanta 0.12.3", - "target": "quanta" - }, - { - "id": "rand 0.9.4", - "target": "rand" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "spinning_top 0.3.0", - "target": "spinning_top" - }, - { - "id": "web-time 1.1.0", - "target": "web_time" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.10.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, - "gpt 4.1.0": { - "name": "gpt", - "version": "4.1.0", - "package_url": "https://github.com/Quyzi/gpt", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/gpt/4.1.0/download", - "sha256": "3696fafb1ecdcc2ae3ce337de73e9202806068594b77d22fdf2f3573c5ec2219" - } - }, - "targets": [ - { - "Library": { - "crate_name": "gpt", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "gpt", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "crc 3.3.0", - "target": "crc" - }, - { - "id": "simple-bytes 0.2.14", - "target": "simple_bytes" - }, - { - "id": "uuid 1.12.1", - "target": "uuid" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "4.1.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "group 0.13.0": { - "name": "group", - "version": "0.13.0", - "package_url": "https://github.com/zkcrypto/group", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/group/0.13.0/download", - "sha256": "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" - } - }, - "targets": [ - { - "Library": { - "crate_name": "group", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "group", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ff 0.13.0", - "target": "ff" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.13.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "h2 0.3.27": { - "name": "h2", - "version": "0.3.27", - "package_url": "https://github.com/hyperium/h2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/h2/0.3.27/download", - "sha256": "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "h2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "h2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "fnv 1.0.7", - "target": "fnv" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-sink 0.3.31", - "target": "futures_sink" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "http 0.2.12", - "target": "http" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "slab 0.4.8", - "target": "slab" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-util 0.7.17", - "target": "tokio_util" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.27" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "h2 0.4.4": { - "name": "h2", - "version": "0.4.4", - "package_url": "https://github.com/hyperium/h2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/h2/0.4.4/download", - "sha256": "816ec7294445779408f36fe57bc5b7fc1cf59664059096c65f905c1c61f58069" - } - }, - "targets": [ - { - "Library": { - "crate_name": "h2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "h2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "stream" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "fnv 1.0.7", - "target": "fnv" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-sink 0.3.31", - "target": "futures_sink" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "slab 0.4.8", - "target": "slab" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-util 0.7.17", - "target": "tokio_util" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.4" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "half 1.8.2": { - "name": "half", - "version": "1.8.2", - "package_url": "https://github.com/starkat99/half-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/half/1.8.2/download", - "sha256": "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "half", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "half", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.8.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE" - }, - "half 2.7.1": { - "name": "half", - "version": "2.7.1", - "package_url": "https://github.com/VoidStarKat/half-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/half/2.7.1/download", - "sha256": "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "half", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "half", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "zerocopy 0.8.56", - "target": "zerocopy" - } - ], - "selects": { - "cfg(target_arch = \"spirv\")": [ - { - "id": "crunchy 0.2.2", - "target": "crunchy" - } - ] - } - }, - "edition": "2021", - "version": "2.7.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "handlebars 6.4.0": { - "name": "handlebars", - "version": "6.4.0", - "package_url": "https://github.com/sunng87/handlebars-rust", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/handlebars/6.4.0/download", - "sha256": "9b3f9296c208515b87bd915a2f5d1163d4b3f863ba83337d7713cf478055948e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "handlebars", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "handlebars", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "derive_builder 0.20.2", - "target": "derive_builder" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "num-order 1.2.0", - "target": "num_order" - }, - { - "id": "pest 2.7.1", - "target": "pest" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "pest_derive 2.7.1", - "target": "pest_derive" - } - ], - "selects": {} - }, - "version": "6.4.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "hardware-address 0.2.0": { - "name": "hardware-address", - "version": "0.2.0", - "package_url": "https://github.com/al8n/hardware-address", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hardware-address/0.2.0/download", - "sha256": "36fca164ea873ea6d164c3b9e6bc59a70e172d28a57b8513528ed4f5ec127c9f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hardware_address", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hardware_address", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "hardware-address 0.2.0", - "target": "build_script_build" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "0.2.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "hashbrown 0.12.3": { - "name": "hashbrown", - "version": "0.12.3", - "package_url": "https://github.com/rust-lang/hashbrown", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hashbrown/0.12.3/download", - "sha256": "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hashbrown", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hashbrown", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "raw" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.12.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "hashbrown 0.14.5": { - "name": "hashbrown", - "version": "0.14.5", - "package_url": "https://github.com/rust-lang/hashbrown", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hashbrown/0.14.5/download", - "sha256": "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hashbrown", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hashbrown", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "ahash", - "allocator-api2", - "default", - "inline-more", - "raw" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ahash 0.8.11", - "target": "ahash" - }, - { - "id": "allocator-api2 0.2.21", - "target": "allocator_api2" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.14.5" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "hashbrown 0.15.2": { - "name": "hashbrown", - "version": "0.15.2", - "package_url": "https://github.com/rust-lang/hashbrown", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hashbrown/0.15.2/download", - "sha256": "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hashbrown", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hashbrown", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "allocator-api2", - "default", - "default-hasher", - "equivalent", - "inline-more", - "raw-entry" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "allocator-api2 0.2.21", - "target": "allocator_api2" - }, - { - "id": "equivalent 1.0.1", - "target": "equivalent" - }, - { - "id": "foldhash 0.1.4", - "target": "foldhash" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.15.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "hashbrown 0.16.1": { - "name": "hashbrown", - "version": "0.16.1", - "package_url": "https://github.com/rust-lang/hashbrown", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hashbrown/0.16.1/download", - "sha256": "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hashbrown", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hashbrown", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "allocator-api2", - "default", - "default-hasher", - "equivalent", - "inline-more", - "raw-entry", - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "allocator-api2 0.2.21", - "target": "allocator_api2" - }, - { - "id": "equivalent 1.0.1", - "target": "equivalent" - }, - { - "id": "foldhash 0.2.0", - "target": "foldhash" - }, - { - "id": "serde_core 1.0.228", - "target": "serde_core" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.16.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "hashbrown 0.17.0": { - "name": "hashbrown", - "version": "0.17.0", - "package_url": "https://github.com/rust-lang/hashbrown", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hashbrown/0.17.0/download", - "sha256": "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hashbrown", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hashbrown", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default-hasher", - "inline-more", - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "foldhash 0.2.0", - "target": "foldhash" - }, - { - "id": "serde_core 1.0.228", - "target": "serde_core" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.17.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "hashlink 0.8.3": { - "name": "hashlink", - "version": "0.8.3", - "package_url": "https://github.com/kyren/hashlink", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hashlink/0.8.3/download", - "sha256": "312f66718a2d7789ffef4f4b7b213138ed9f1eb3aa1d0d82fc99f88fb3ffd26f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hashlink", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hashlink", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "hashbrown 0.14.5", - "target": "hashbrown" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.8.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "hashlink 0.10.0": { - "name": "hashlink", - "version": "0.10.0", - "package_url": "https://github.com/kyren/hashlink", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hashlink/0.10.0/download", - "sha256": "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hashlink", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hashlink", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "hashbrown 0.15.2", - "target": "hashbrown" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.10.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "hdrhistogram 7.5.2": { - "name": "hdrhistogram", - "version": "7.5.2", - "package_url": "https://github.com/HdrHistogram/HdrHistogram_rust.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hdrhistogram/7.5.2/download", - "sha256": "7f19b9f54f7c7f55e31401bb647626ce0cf0f67b0004982ce815b3ee72a02aa8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hdrhistogram", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hdrhistogram", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "byteorder 1.5.0", - "target": "byteorder" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "7.5.2" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "headers 0.4.1": { - "name": "headers", - "version": "0.4.1", - "package_url": "https://github.com/hyperium/headers", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/headers/0.4.1/download", - "sha256": "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb" - } - }, - "targets": [ - { - "Library": { - "crate_name": "headers", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "headers", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "base64 0.22.1", - "target": "base64" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "headers-core 0.3.0", - "target": "headers_core" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "httpdate 1.0.3", - "target": "httpdate" - }, - { - "id": "mime 0.3.17", - "target": "mime" - }, - { - "id": "sha1 0.10.6", - "target": "sha1" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "headers-core 0.3.0": { - "name": "headers-core", - "version": "0.3.0", - "package_url": "https://github.com/hyperium/headers", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/headers-core/0.3.0/download", - "sha256": "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4" - } - }, - "targets": [ - { - "Library": { - "crate_name": "headers_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "headers_core", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "http 1.3.1", - "target": "http" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.3.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "heck 0.4.1": { - "name": "heck", - "version": "0.4.1", - "package_url": "https://github.com/withoutboats/heck", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/heck/0.4.1/download", - "sha256": "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "heck", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "heck", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "heck 0.5.0": { - "name": "heck", - "version": "0.5.0", - "package_url": "https://github.com/withoutboats/heck", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/heck/0.5.0/download", - "sha256": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" - } - }, - "targets": [ - { - "Library": { - "crate_name": "heck", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "heck", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.5.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "hermit-abi 0.3.9": { - "name": "hermit-abi", - "version": "0.3.9", - "package_url": "https://github.com/hermit-os/hermit-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hermit-abi/0.3.9/download", - "sha256": "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hermit_abi", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hermit_abi", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.3.9" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "hermit-abi 0.4.0": { - "name": "hermit-abi", - "version": "0.4.0", - "package_url": "https://github.com/hermit-os/hermit-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hermit-abi/0.4.0/download", - "sha256": "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hermit_abi", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hermit_abi", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.4.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "hex 0.4.3": { - "name": "hex", - "version": "0.4.3", - "package_url": "https://github.com/KokaKiwi/rust-hex", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hex/0.4.3/download", - "sha256": "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hex", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hex", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "hex-conservative 0.2.1": { - "name": "hex-conservative", - "version": "0.2.1", - "package_url": "https://github.com/rust-bitcoin/hex-conservative", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hex-conservative/0.2.1/download", - "sha256": "5313b072ce3c597065a808dbf612c4c8e8590bdbf8b579508bf7a762c5eae6cd" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hex_conservative", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hex_conservative", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "arrayvec 0.7.4", - "target": "arrayvec" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.1" - }, - "license": "CC0-1.0", - "license_ids": [ - "CC0-1.0" - ], - "license_file": "LICENSE" - }, - "hex-literal 0.4.1": { - "name": "hex-literal", - "version": "0.4.1", - "package_url": "https://github.com/RustCrypto/utils", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hex-literal/0.4.1/download", - "sha256": "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hex_literal", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hex_literal", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.4.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "hex-literal 1.0.0": { - "name": "hex-literal", - "version": "1.0.0", - "package_url": "https://github.com/RustCrypto/utils", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hex-literal/1.0.0/download", - "sha256": "bcaaec4551594c969335c98c903c1397853d4198408ea609190f420500f6be71" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hex_literal", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hex_literal", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2024", - "version": "1.0.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "hex_lit 0.1.1": { - "name": "hex_lit", - "version": "0.1.1", - "package_url": "https://github.com/Kixunil/hex_lit", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hex_lit/0.1.1/download", - "sha256": "3011d1213f159867b13cfd6ac92d2cd5f1345762c63be3554e84092d85a50bbd" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hex_lit", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hex_lit", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "hex_lit 0.1.1", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MITNFA", - "license_ids": [ - "MITNFA" - ], - "license_file": null - }, - "hickory-net 0.26.1": { - "name": "hickory-net", - "version": "0.26.1", - "package_url": "https://github.com/hickory-dns/hickory-dns", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hickory-net/0.26.1/download", - "sha256": "e2295ed2f9c31e471e1428a8f88a3f0e1f4b27c15049592138d1eebe9c35b183" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hickory_net", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hickory_net", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "__dnssec", - "__https", - "__tls", - "dnssec-aws-lc-rs", - "https-aws-lc-rs", - "tls-aws-lc-rs", - "tokio", - "webpki-roots" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aws-lc-rs 1.17.3", - "target": "aws_lc_rs" - }, - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "data-encoding 2.11.0", - "target": "data_encoding" - }, - { - "id": "futures-channel 0.3.31", - "target": "futures_channel" - }, - { - "id": "futures-io 0.3.31", - "target": "futures_io" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "h2 0.4.4", - "target": "h2" - }, - { - "id": "hickory-proto 0.26.1", - "target": "hickory_proto" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "idna 1.0.3", - "target": "idna" - }, - { - "id": "ipnet 2.10.1", - "target": "ipnet" - }, - { - "id": "lru-cache 0.1.2", - "target": "lru_cache" - }, - { - "id": "parking_lot 0.12.5", - "target": "parking_lot" - }, - { - "id": "rand 0.10.1", - "target": "rand" - }, - { - "id": "rustls 0.23.27", - "target": "rustls" - }, - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "time 0.3.47", - "target": "time" - }, - { - "id": "tinyvec 1.6.0", - "target": "tinyvec" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-rustls 0.26.0", - "target": "tokio_rustls" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - }, - { - "id": "url 2.5.4", - "target": "url" - }, - { - "id": "webpki-roots 1.0.6", - "target": "webpki_roots" - } - ], - "selects": { - "cfg(target_os = \"android\")": [ - { - "id": "jni 0.22.4", - "target": "jni" - } - ] - } - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.89", - "target": "async_trait" - } - ], - "selects": {} - }, - "version": "0.26.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "hickory-proto 0.26.1": { - "name": "hickory-proto", - "version": "0.26.1", - "package_url": "https://github.com/hickory-dns/hickory-dns", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hickory-proto/0.26.1/download", - "sha256": "0bab31817bfb44672a252e97fe81cd0c18d1b2cf892108922f6818820df8c643" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hickory_proto", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hickory_proto", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "__dnssec", - "access-control", - "default", - "dnssec-aws-lc-rs", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aws-lc-rs 1.17.3", - "target": "aws_lc_rs" - }, - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "data-encoding 2.11.0", - "target": "data_encoding" - }, - { - "id": "idna 1.0.3", - "target": "idna" - }, - { - "id": "ipnet 2.10.1", - "target": "ipnet" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "prefix-trie 0.8.4", - "target": "prefix_trie" - }, - { - "id": "rand 0.10.1", - "target": "rand" - }, - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "time 0.3.47", - "target": "time" - }, - { - "id": "tinyvec 1.6.0", - "target": "tinyvec" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - }, - { - "id": "url 2.5.4", - "target": "url" - } - ], - "selects": { - "cfg(target_os = \"android\")": [ - { - "id": "jni 0.22.4", - "target": "jni" - } - ] - } - }, - "edition": "2021", - "version": "0.26.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "hickory-resolver 0.26.1": { - "name": "hickory-resolver", - "version": "0.26.1", - "package_url": "https://github.com/hickory-dns/hickory-dns", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hickory-resolver/0.26.1/download", - "sha256": "f0d58d28879ceecde6607729660c2667a081ccdc082e082675042793960f178c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hickory_resolver", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hickory_resolver", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "__dnssec", - "__https", - "__tls", - "default", - "dnssec-aws-lc-rs", - "https-aws-lc-rs", - "system-config", - "tls-aws-lc-rs", - "tokio", - "webpki-roots" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "hickory-net 0.26.1", - "target": "hickory_net" - }, - { - "id": "hickory-proto 0.26.1", - "target": "hickory_proto" - }, - { - "id": "ipnet 2.10.1", - "target": "ipnet" - }, - { - "id": "moka 0.12.15", - "target": "moka" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "parking_lot 0.12.5", - "target": "parking_lot" - }, - { - "id": "rand 0.10.1", - "target": "rand" - }, - { - "id": "resolv-conf 0.7.0", - "target": "resolv_conf" - }, - { - "id": "rustls 0.23.27", - "target": "rustls" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-rustls 0.26.0", - "target": "tokio_rustls" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - }, - { - "id": "webpki-roots 1.0.6", - "target": "webpki_roots" - } - ], - "selects": { - "aarch64-apple-darwin": [ - { - "id": "system-configuration 0.7.0", - "target": "system_configuration" - } - ], - "x86_64-apple-darwin": [ - { - "id": "system-configuration 0.7.0", - "target": "system_configuration" - } - ] - } - }, - "edition": "2021", - "version": "0.26.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "hkdf 0.12.4": { - "name": "hkdf", - "version": "0.12.4", - "package_url": "https://github.com/RustCrypto/KDFs/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hkdf/0.12.4/download", - "sha256": "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hkdf", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hkdf", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "hmac 0.12.1", - "target": "hmac" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.12.4" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "hmac 0.12.1": { - "name": "hmac", - "version": "0.12.1", - "package_url": "https://github.com/RustCrypto/MACs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hmac/0.12.1/download", - "sha256": "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hmac", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hmac", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "reset" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "digest 0.10.7", - "target": "digest" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.12.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "home 0.5.9": { - "name": "home", - "version": "0.5.9", - "package_url": "https://github.com/rust-lang/cargo", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/home/0.5.9/download", - "sha256": "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "home", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "home", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(windows)": [ - { - "id": "windows-sys 0.52.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2021", - "version": "0.5.9" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "hostname 0.3.1": { - "name": "hostname", - "version": "0.3.1", - "package_url": "https://github.com/svartalf/hostname", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hostname/0.3.1/download", - "sha256": "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hostname", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hostname", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "match_cfg 0.1.0", - "target": "match_cfg" - } - ], - "selects": { - "cfg(any(unix, target_os = \"redox\"))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(target_os = \"windows\")": [ - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ] - } - }, - "edition": "2015", - "version": "0.3.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "hostname 0.4.0": { - "name": "hostname", - "version": "0.4.0", - "package_url": "https://github.com/svartalf/hostname", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hostname/0.4.0/download", - "sha256": "f9c7c7c8ac16c798734b8a24560c1362120597c40d5e1459f09498f8f6c8f2ba" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hostname", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hostname", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - } - ], - "selects": { - "cfg(any(unix, target_os = \"redox\"))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(target_os = \"windows\")": [ - { - "id": "windows 0.52.0", - "target": "windows" - } - ] - } - }, - "edition": "2021", - "version": "0.4.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "hpke 0.13.0": { - "name": "hpke", - "version": "0.13.0", - "package_url": "https://github.com/rozbb/rust-hpke", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hpke/0.13.0/download", - "sha256": "f65d16b699dd1a1fa2d851c970b0c971b388eeeb40f744252b8de48860980c8f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hpke", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hpke", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "p384" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aead 0.5.2", - "target": "aead" - }, - { - "id": "aes-gcm 0.10.3", - "target": "aes_gcm" - }, - { - "id": "chacha20poly1305 0.10.1", - "target": "chacha20poly1305" - }, - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "generic-array 0.14.7", - "target": "generic_array" - }, - { - "id": "hkdf 0.12.4", - "target": "hkdf" - }, - { - "id": "hmac 0.12.1", - "target": "hmac" - }, - { - "id": "p384 0.13.1", - "target": "p384" - }, - { - "id": "rand_core 0.9.3", - "target": "rand_core" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.13.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "html5ever 0.35.0": { - "name": "html5ever", - "version": "0.35.0", - "package_url": "https://github.com/servo/html5ever", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/html5ever/0.35.0/download", - "sha256": "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4" - } - }, - "targets": [ - { - "Library": { - "crate_name": "html5ever", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "html5ever", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "markup5ever 0.35.0", - "target": "markup5ever" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "match_token 0.35.0", - "target": "match_token" - } - ], - "selects": {} - }, - "version": "0.35.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "http 0.2.12": { - "name": "http", - "version": "0.2.12", - "package_url": "https://github.com/hyperium/http", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/http/0.2.12/download", - "sha256": "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "http", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "http", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "fnv 1.0.7", - "target": "fnv" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.12" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "http 1.3.1": { - "name": "http", - "version": "1.3.1", - "package_url": "https://github.com/hyperium/http", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/http/1.3.1/download", - "sha256": "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" - } - }, - "targets": [ - { - "Library": { - "crate_name": "http", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "http", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "fnv 1.0.7", - "target": "fnv" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.3.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "http-body 1.0.1": { - "name": "http-body", - "version": "1.0.1", - "package_url": "https://github.com/hyperium/http-body", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/http-body/1.0.1/download", - "sha256": "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" - } - }, - "targets": [ - { - "Library": { - "crate_name": "http_body", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "http_body", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "http 1.3.1", - "target": "http" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "http-body-util 0.1.3": { - "name": "http-body-util", - "version": "0.1.3", - "package_url": "https://github.com/hyperium/http-body", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/http-body-util/0.1.3/download", - "sha256": "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "http_body_util", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "http_body_util", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.3" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "httparse 1.10.1": { - "name": "httparse", - "version": "1.10.1", - "package_url": "https://github.com/seanmonstar/httparse", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/httparse/1.10.1/download", - "sha256": "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" - } - }, - "targets": [ - { - "Library": { - "crate_name": "httparse", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "httparse", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "httparse 1.10.1", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.10.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "httpdate 1.0.3": { - "name": "httpdate", - "version": "1.0.3", - "package_url": "https://github.com/pyfisch/httpdate", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/httpdate/1.0.3/download", - "sha256": "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "httpdate", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "httpdate", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "1.0.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "humantime 2.4.0": { - "name": "humantime", - "version": "2.4.0", - "package_url": "https://github.com/chronotope/humantime", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/humantime/2.4.0/download", - "sha256": "15cdd26707701c53297e2fa6afb323d55fbc1d0810c3aec078ae3ef0424c3c15" - } - }, - "targets": [ - { - "Library": { - "crate_name": "humantime", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "humantime", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "2.4.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "humantime-serde 1.1.1": { - "name": "humantime-serde", - "version": "1.1.1", - "package_url": "https://github.com/jean-airoldie/humantime-serde", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/humantime-serde/1.1.1/download", - "sha256": "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "humantime_serde", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "humantime_serde", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "humantime 2.4.0", - "target": "humantime" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.1.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "hybrid-array 0.4.10": { - "name": "hybrid-array", - "version": "0.4.10", - "package_url": "https://github.com/RustCrypto/hybrid-array", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hybrid-array/0.4.10/download", - "sha256": "3944cf8cf766b40e2a1a333ee5e9b563f854d5fa49d6a8ca2764e97c6eddb214" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hybrid_array", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hybrid_array", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "typenum 1.17.0", - "target": "typenum" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.4.10" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "hyper 1.8.1": { - "name": "hyper", - "version": "1.8.1", - "package_url": "https://github.com/hyperium/hyper", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hyper/1.8.1/download", - "sha256": "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hyper", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hyper", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "client", - "default", - "full", - "http1", - "http2", - "server" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "atomic-waker 1.1.2", - "target": "atomic_waker" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "futures-channel 0.3.31", - "target": "futures_channel" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "h2 0.4.4", - "target": "h2" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "httparse 1.10.1", - "target": "httparse" - }, - { - "id": "httpdate 1.0.3", - "target": "httpdate" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "pin-utils 0.1.0", - "target": "pin_utils" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "want 0.3.1", - "target": "want" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.8.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "hyper-rustls 0.27.7": { - "name": "hyper-rustls", - "version": "0.27.7", - "package_url": "https://github.com/rustls/hyper-rustls", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hyper-rustls/0.27.7/download", - "sha256": "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hyper_rustls", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hyper_rustls", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "aws-lc-rs", - "http1", - "http2", - "log", - "logging", - "native-tokio", - "rustls-native-certs", - "rustls-platform-verifier", - "tls12", - "webpki-roots" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "hyper 1.8.1", - "target": "hyper" - }, - { - "id": "hyper-util 0.1.20", - "target": "hyper_util" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "rustls 0.23.27", - "target": "rustls" - }, - { - "id": "rustls-native-certs 0.8.0", - "target": "rustls_native_certs" - }, - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types", - "alias": "pki_types" - }, - { - "id": "rustls-platform-verifier 0.6.2", - "target": "rustls_platform_verifier" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-rustls 0.26.0", - "target": "tokio_rustls" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - }, - { - "id": "webpki-roots 1.0.6", - "target": "webpki_roots" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.27.7" - }, - "license": "Apache-2.0 OR ISC OR MIT", - "license_ids": [ - "Apache-2.0", - "ISC", - "MIT" - ], - "license_file": "LICENSE" - }, - "hyper-socks2 0.9.1": { - "name": "hyper-socks2", - "version": "0.9.1", - "package_url": "https://github.com/ark0f/hyper-socks2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hyper-socks2/0.9.1/download", - "sha256": "51c227614c208f7e7c2e040526912604a1a957fe467c9c2f5b06c5d032337dab" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hyper_socks2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hyper_socks2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "async-socks5 0.6.0", - "target": "async_socks5" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "hyper 1.8.1", - "target": "hyper" - }, - { - "id": "hyper-util 0.1.20", - "target": "hyper_util" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.1" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE.md" - }, - "hyper-timeout 0.5.1": { - "name": "hyper-timeout", - "version": "0.5.1", - "package_url": "https://github.com/hjr3/hyper-timeout", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hyper-timeout/0.5.1/download", - "sha256": "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hyper_timeout", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hyper_timeout", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "hyper 1.8.1", - "target": "hyper" - }, - { - "id": "hyper-util 0.1.20", - "target": "hyper_util" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "hyper-util 0.1.20": { - "name": "hyper-util", - "version": "0.1.20", - "package_url": "https://github.com/hyperium/hyper-util", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/hyper-util/0.1.20/download", - "sha256": "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "hyper_util", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "hyper_util", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "client", - "client-legacy", - "client-pool", - "client-proxy", - "client-proxy-system", - "default", - "full", - "http1", - "http2", - "server", - "server-auto", - "server-graceful", - "service", - "tokio", - "tracing" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base64 0.22.1", - "target": "base64" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "futures-channel 0.3.31", - "target": "futures_channel" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "hyper 1.8.1", - "target": "hyper" - }, - { - "id": "ipnet 2.10.1", - "target": "ipnet" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "percent-encoding 2.3.1", - "target": "percent_encoding" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "socket2 0.6.1", - "target": "socket2" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tower-layer 0.3.3", - "target": "tower_layer" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": { - "aarch64-apple-darwin": [ - { - "id": "system-configuration 0.7.0", - "target": "system_configuration" - } - ], - "x86_64-apple-darwin": [ - { - "id": "system-configuration 0.7.0", - "target": "system_configuration" - } - ] - } - }, - "edition": "2021", - "version": "0.1.20" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "iana-time-zone 0.1.59": { - "name": "iana-time-zone", - "version": "0.1.59", - "package_url": "https://github.com/strawlab/iana-time-zone", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/iana-time-zone/0.1.59/download", - "sha256": "b6a67363e2aa4443928ce15e57ebae94fd8949958fd1223c4cfc0cd473ad7539" - } - }, - "targets": [ - { - "Library": { - "crate_name": "iana_time_zone", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "iana_time_zone", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "fallback" - ], - "selects": {} - }, - "deps": { - "common": [], - "selects": { - "cfg(any(target_os = \"macos\", target_os = \"ios\"))": [ - { - "id": "core-foundation-sys 0.8.7", - "target": "core_foundation_sys" - } - ], - "cfg(target_arch = \"wasm32\")": [ - { - "id": "js-sys 0.3.103", - "target": "js_sys" - }, - { - "id": "wasm-bindgen 0.2.126", - "target": "wasm_bindgen" - } - ], - "cfg(target_os = \"android\")": [ - { - "id": "android_system_properties 0.1.5", - "target": "android_system_properties" - } - ], - "cfg(target_os = \"haiku\")": [ - { - "id": "iana-time-zone-haiku 0.1.2", - "target": "iana_time_zone_haiku" - } - ], - "cfg(target_os = \"windows\")": [ - { - "id": "windows-core 0.52.0", - "target": "windows_core" - } - ] - } - }, - "edition": "2018", - "version": "0.1.59" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "iana-time-zone-haiku 0.1.2": { - "name": "iana-time-zone-haiku", - "version": "0.1.2", - "package_url": "https://github.com/strawlab/iana-time-zone", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/iana-time-zone-haiku/0.1.2/download", - "sha256": "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "iana_time_zone_haiku", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "iana_time_zone_haiku", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "iana-time-zone-haiku 0.1.2", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - } - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ic-agent 0.49.1": { - "name": "ic-agent", - "version": "0.49.1", - "package_url": "https://github.com/dfinity/agent-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-agent/0.49.1/download", - "sha256": "499d1647334e4c8bccd9a96a92bf4be8b332a4507369c0e36d7ab9585a24f725" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_agent", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_agent", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "pem" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "arc-swap 1.7.1", - "target": "arc_swap" - }, - { - "id": "async-channel 2.5.0", - "target": "async_channel" - }, - { - "id": "async-lock 3.4.2", - "target": "async_lock" - }, - { - "id": "backon 1.6.0", - "target": "backon" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "cached 0.56.0", - "target": "cached" - }, - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "ecdsa 0.16.9", - "target": "ecdsa" - }, - { - "id": "ed25519-consensus 2.1.0", - "target": "ed25519_consensus" - }, - { - "id": "elliptic-curve 0.13.8", - "target": "elliptic_curve" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "http-body-util 0.1.3", - "target": "http_body_util" - }, - { - "id": "ic-certification 3.1.0", - "target": "ic_certification" - }, - { - "id": "ic-ed25519 0.6.0", - "target": "ic_ed25519" - }, - { - "id": "ic-transport-types 0.49.1", - "target": "ic_transport_types" - }, - { - "id": "ic-verify-bls-signature 0.6.0", - "target": "ic_verify_bls_signature" - }, - { - "id": "ic_principal 0.1.5", - "target": "ic_principal" - }, - { - "id": "k256 0.13.4", - "target": "k256" - }, - { - "id": "leb128 0.2.5", - "target": "leb128" - }, - { - "id": "p256 0.13.2", - "target": "p256" - }, - { - "id": "pem 3.0.6", - "target": "pem" - }, - { - "id": "pkcs8 0.10.2", - "target": "pkcs8" - }, - { - "id": "rand 0.10.1", - "target": "rand" - }, - { - "id": "rangemap 1.7.1", - "target": "rangemap" - }, - { - "id": "reqwest 0.13.4", - "target": "reqwest" - }, - { - "id": "sec1 0.7.3", - "target": "sec1" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - }, - { - "id": "serde_cbor 0.11.2", - "target": "serde_cbor" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "stop-token 0.7.0", - "target": "stop_token" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "time 0.3.47", - "target": "time" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - }, - { - "id": "url 2.5.4", - "target": "url" - } - ], - "selects": { - "cfg(not(target_family = \"wasm\"))": [ - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "cfg(target_family = \"wasm\")": [ - { - "id": "async-watch 0.3.1", - "target": "async_watch" - } - ] - } - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.89", - "target": "async_trait" - }, - { - "id": "serde_repr 0.1.19", - "target": "serde_repr" - } - ], - "selects": {} - }, - "version": "0.49.1" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "ic-bn-lib 0.7.0": { - "name": "ic-bn-lib", - "version": "0.7.0", - "package_url": "https://github.com/dfinity/ic-bn-lib", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-bn-lib/0.7.0/download", - "sha256": "5195609bb6f45c53ad2e171ee5106b001e3a553fe6ce8f1f2662563430360003" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_bn_lib", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_bn_lib", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "acme", - "acme-alpn", - "acme-dns", - "cert-providers", - "clients-hyper", - "custom-domains", - "default", - "lb", - "pubsub", - "vector" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ahash 0.8.11", - "target": "ahash" - }, - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "arc-swap 1.7.1", - "target": "arc_swap" - }, - { - "id": "arrayvec 0.7.4", - "target": "arrayvec" - }, - { - "id": "async-channel 2.5.0", - "target": "async_channel" - }, - { - "id": "axum 0.8.9", - "target": "axum" - }, - { - "id": "axum-extra 0.12.6", - "target": "axum_extra" - }, - { - "id": "base64 0.23.1", - "target": "base64" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "chacha20poly1305 0.10.1", - "target": "chacha20poly1305" - }, - { - "id": "chrono 0.4.42", - "target": "chrono" - }, - { - "id": "clap 4.5.53", - "target": "clap" - }, - { - "id": "flate2 1.1.5", - "target": "flate2" - }, - { - "id": "fqdn 0.5.2", - "target": "fqdn" - }, - { - "id": "futures 0.3.31", - "target": "futures" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "governor 0.10.2", - "target": "governor" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "hickory-proto 0.26.1", - "target": "hickory_proto" - }, - { - "id": "hickory-resolver 0.26.1", - "target": "hickory_resolver" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "http-body-util 0.1.3", - "target": "http_body_util" - }, - { - "id": "humantime 2.4.0", - "target": "humantime" - }, - { - "id": "hyper 1.8.1", - "target": "hyper" - }, - { - "id": "hyper-rustls 0.27.7", - "target": "hyper_rustls" - }, - { - "id": "hyper-util 0.1.20", - "target": "hyper_util" - }, - { - "id": "ic-agent 0.49.1", - "target": "ic_agent" - }, - { - "id": "ic-custom-domains-canister-api 0.2.4", - "target": "ic_custom_domains_canister_api" - }, - { - "id": "ic-transport-types 0.49.1", - "target": "ic_transport_types" - }, - { - "id": "instant-acme 0.8.5", - "target": "instant_acme" - }, - { - "id": "ipnet 2.10.1", - "target": "ipnet" - }, - { - "id": "itertools 0.15.0", - "target": "itertools" - }, - { - "id": "maxminddb 0.29.0", - "target": "maxminddb" - }, - { - "id": "moka 0.12.15", - "target": "moka" - }, - { - "id": "nix 0.31.3", - "target": "nix" - }, - { - "id": "parse-size 1.1.0", - "target": "parse_size" - }, - { - "id": "pem 4.0.0", - "target": "pem" - }, - { - "id": "ppp 2.3.0", - "target": "ppp" - }, - { - "id": "prometheus 0.14.0", - "target": "prometheus" - }, - { - "id": "prost 0.14.4", - "target": "prost" - }, - { - "id": "prost-types 0.14.4", - "target": "prost_types" - }, - { - "id": "rand 0.8.6", - "target": "rand" - }, - { - "id": "rcgen 0.14.5", - "target": "rcgen" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "reqwest 0.13.4", - "target": "reqwest" - }, - { - "id": "rustls 0.23.27", - "target": "rustls" - }, - { - "id": "rustls-acme 0.15.4", - "target": "rustls_acme" - }, - { - "id": "rustls-pemfile 2.2.0", - "target": "rustls_pemfile" - }, - { - "id": "rustls-platform-verifier 0.7.0", - "target": "rustls_platform_verifier" - }, - { - "id": "scopeguard 1.2.0", - "target": "scopeguard" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "serde_with 3.21.0", - "target": "serde_with" - }, - { - "id": "serde_yaml_ng 0.10.0", - "target": "serde_yaml_ng" - }, - { - "id": "sha1 0.11.0", - "target": "sha1" - }, - { - "id": "sha2 0.11.0", - "target": "sha2" - }, - { - "id": "show-option 0.2.0", - "target": "show_option" - }, - { - "id": "socket2 0.6.1", - "target": "socket2" - }, - { - "id": "strum 0.28.0", - "target": "strum" - }, - { - "id": "systemstat 0.2.3", - "target": "systemstat" - }, - { - "id": "tar 0.4.46", - "target": "tar" - }, - { - "id": "tempfile 3.23.0", - "target": "tempfile" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-io-timeout 1.2.0", - "target": "tokio_io_timeout" - }, - { - "id": "tokio-rustls 0.26.0", - "target": "tokio_rustls" - }, - { - "id": "tokio-util 0.7.17", - "target": "tokio_util" - }, - { - "id": "tower 0.5.2", - "target": "tower" - }, - { - "id": "tower-http 0.7.0", - "target": "tower_http" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - }, - { - "id": "tracing-subscriber 0.3.23", - "target": "tracing_subscriber" - }, - { - "id": "url 2.5.4", - "target": "url" - }, - { - "id": "uuid 1.12.1", - "target": "uuid" - }, - { - "id": "vrl 0.34.0", - "target": "vrl" - }, - { - "id": "webpki-root-certs 1.0.4", - "target": "webpki_root_certs" - }, - { - "id": "x509-parser 0.18.1", - "target": "x509_parser" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - }, - { - "id": "zstd 0.13.2", - "target": "zstd" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.89", - "target": "async_trait" - }, - { - "id": "derive-new 0.7.0", - "target": "derive_new" - }, - { - "id": "indoc 2.0.7", - "target": "indoc" - }, - { - "id": "strum_macros 0.28.0", - "target": "strum_macros" - } - ], - "selects": {} - }, - "version": "0.7.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "ic-btc-interface 0.4.0": { - "name": "ic-btc-interface", - "version": "0.4.0", - "package_url": "https://github.com/dfinity/bitcoin-canister", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-btc-interface/0.4.0/download", - "sha256": "7b07cca9319498684a7477a77a66d87377ecd698b5465a3b8523484fcca16bff" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_btc_interface", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_btc_interface", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "datasize 0.2.15", - "target": "datasize" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "ic-canister-log 0.2.0": { - "name": "ic-canister-log", - "version": "0.2.0", - "package_url": "https://github.com/dfinity/ic", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-canister-log/0.2.0/download", - "sha256": "cb82c4f617ecff6e452fe65af0489626ec7330ffe3eedd9ea14e6178eea48d1a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_canister_log", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_canister_log", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ic-canister-runtime 0.2.3": { - "name": "ic-canister-runtime", - "version": "0.2.3", - "package_url": "https://github.com/dfinity/canhttp", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-canister-runtime/0.2.3/download", - "sha256": "da5bf7cb1426e5485da0e2b0b8da4f11b7b24a2a56cb127b53720ecf8495c2e0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_canister_runtime", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_canister_runtime", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "ic-cdk 0.20.2", - "target": "ic_cdk" - }, - { - "id": "ic-cdk-management-canister 0.1.1", - "target": "ic_cdk_management_canister" - }, - { - "id": "ic-error-types 0.2.0", - "target": "ic_error_types" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.89", - "target": "async_trait" - } - ], - "selects": {} - }, - "version": "0.2.3" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ic-canister-sig-creation 1.3.0": { - "name": "ic-canister-sig-creation", - "version": "1.3.0", - "package_url": "https://github.com/dfinity/ic-canister-sig-creation", - "repository": { - "Git": { - "remote": "https://github.com/dfinity/ic-canister-sig-creation.git", - "commitish": { - "Rev": "c790e58434be9bf30e656b418c14f7862353a476" - } - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_canister_sig_creation", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_canister_sig_creation", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "ic-certification 3.1.0", - "target": "ic_certification" - }, - { - "id": "ic-representation-independent-hash 3.1.0", - "target": "ic_representation_independent_hash" - }, - { - "id": "ic0 1.1.0", - "target": "ic0" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - }, - { - "id": "serde_cbor 0.11.2", - "target": "serde_cbor" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.3.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ic-cbor 3.1.0": { - "name": "ic-cbor", - "version": "3.1.0", - "package_url": "https://github.com/dfinity/response-verification", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-cbor/3.1.0/download", - "sha256": "3ad96f92a9aa201f4578e80409e7f02a0561b4229f0032ea4f24c5a2ecebd15e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_cbor", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_cbor", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "ic-certification 3.1.0", - "target": "ic_certification" - }, - { - "id": "leb128 0.2.5", - "target": "leb128" - }, - { - "id": "nom 7.1.3", - "target": "nom" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.1.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "ic-cdk 0.20.2": { - "name": "ic-cdk", - "version": "0.20.2", - "package_url": "https://github.com/dfinity/cdk-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-cdk/0.20.2/download", - "sha256": "6a7971f4983db147afbbc4e7f87f60b09fcd60ac707af37ff3d2468dcddbf551" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_cdk", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_cdk", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "ic-cdk-executor 2.0.0", - "target": "ic_cdk_executor" - }, - { - "id": "ic-error-types 0.2.0", - "target": "ic_error_types" - }, - { - "id": "ic0 1.1.0", - "target": "ic0" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "ic-cdk-macros 0.20.2", - "target": "ic_cdk_macros" - } - ], - "selects": {} - }, - "version": "0.20.2" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ic-cdk-bitcoin-canister 0.2.0": { - "name": "ic-cdk-bitcoin-canister", - "version": "0.2.0", - "package_url": "https://github.com/dfinity/cdk-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-cdk-bitcoin-canister/0.2.0/download", - "sha256": "0e8bf6dd432d5750428b8658bbe6fb0cbc26f6ad634e20d48994f48d7bf84da9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_cdk_bitcoin_canister", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_cdk_bitcoin_canister", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "ic-btc-interface 0.4.0", - "target": "ic_btc_interface" - }, - { - "id": "ic-cdk 0.20.2", - "target": "ic_cdk" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.2.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ic-cdk-executor 2.0.0": { - "name": "ic-cdk-executor", - "version": "2.0.0", - "package_url": "https://github.com/dfinity/cdk-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-cdk-executor/2.0.0/download", - "sha256": "33716b730ded33690b8a704bff3533fda87d229e58046823647d28816e9bcee7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_cdk_executor", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_cdk_executor", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "ic-cdk-executor 2.0.0", - "target": "build_script_build" - }, - { - "id": "ic0 1.1.0", - "target": "ic0" - }, - { - "id": "slotmap 1.0.7", - "target": "slotmap" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "2.0.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "links": "ic-cdk async executor, see https://github.com/dfinity/cdk-rs/blob/links-pin/TROUBLESHOOTING.md" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "ic-cdk-macros 0.20.2": { - "name": "ic-cdk-macros", - "version": "0.20.2", - "package_url": "https://github.com/dfinity/cdk-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-cdk-macros/0.20.2/download", - "sha256": "a7c20c002200c720958f321bb78b4d4987fc2c380bf9ef69ed4404730810f45f" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "ic_cdk_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_cdk_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "darling 0.23.0", - "target": "darling" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.20.2" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ic-cdk-management-canister 0.1.1": { - "name": "ic-cdk-management-canister", - "version": "0.1.1", - "package_url": "https://github.com/dfinity/cdk-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-cdk-management-canister/0.1.1/download", - "sha256": "92c1319a274caebf0ab70ab826b8905c29e8563498289356b9a59464f2a85c56" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_cdk_management_canister", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_cdk_management_canister", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "ic-cdk 0.20.2", - "target": "ic_cdk" - }, - { - "id": "ic-management-canister-types 0.7.1", - "target": "ic_management_canister_types" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.1.1" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ic-cdk-timers 1.0.0": { - "name": "ic-cdk-timers", - "version": "1.0.0", - "package_url": "https://github.com/dfinity/cdk-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-cdk-timers/1.0.0/download", - "sha256": "6852b9c1d4a82ff50fc7318599298aee8bfb082bd7e9fe7e5c1420692b2170f7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_cdk_timers", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_cdk_timers", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "ic-cdk-executor 2.0.0", - "target": "ic_cdk_executor" - }, - { - "id": "ic-cdk-timers 1.0.0", - "target": "build_script_build" - }, - { - "id": "ic0 1.1.0", - "target": "ic0" - }, - { - "id": "slotmap 1.0.7", - "target": "slotmap" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "1.0.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "link_deps": { - "common": [ - { - "id": "ic-cdk-executor 2.0.0", - "target": "ic_cdk_executor" - } - ], - "selects": {} - }, - "links": "ic-cdk-timers (canister_global_timer), see https://github.com/dfinity/cdk-rs/blob/links-pin/TROUBLESHOOTING.md" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ic-certificate-verification 3.1.0": { - "name": "ic-certificate-verification", - "version": "3.1.0", - "package_url": "https://github.com/dfinity/response-verification", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-certificate-verification/3.1.0/download", - "sha256": "a36d5cab93b4ecfb607b95ed469a511b37eec8f4cb30443bafbd37304c2cd0ae" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_certificate_verification", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_certificate_verification", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cached 0.54.0", - "target": "cached" - }, - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "ic-cbor 3.1.0", - "target": "ic_cbor" - }, - { - "id": "ic-certification 3.1.0", - "target": "ic_certification" - }, - { - "id": "ic-verify-bls-signature 0.6.0", - "target": "ic_verify_bls_signature" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "leb128 0.2.5", - "target": "leb128" - }, - { - "id": "nom 7.1.3", - "target": "nom" - }, - { - "id": "parking_lot 0.12.5", - "target": "parking_lot" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.1.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "ic-certification 3.1.0": { - "name": "ic-certification", - "version": "3.1.0", - "package_url": "https://github.com/dfinity/response-verification", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-certification/3.1.0/download", - "sha256": "7c11273a40f8d67926ee423b0bd21381ae8419db809b42f33c5cb3319549b40f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_certification", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_certification", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.1.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ic-certified-map 0.3.4": { - "name": "ic-certified-map", - "version": "0.3.4", - "package_url": "https://github.com/dfinity/cdk-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-certified-map/0.3.4/download", - "sha256": "6adc65afeffc619a7cd19553c66c79820908c12f42191af90cfb39e2e93c4431" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_certified_map", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_certified_map", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.4" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ic-custom-domains-canister-api 0.2.4": { - "name": "ic-custom-domains-canister-api", - "version": "0.2.4", - "package_url": "https://github.com/dfinity/custom-domains", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-custom-domains-canister-api/0.2.4/download", - "sha256": "268df6565445943a8cf4bd1c2d6d86c33c65e23b32e7d3f155a7be8d90a07166" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_custom_domains_canister_api", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_custom_domains_canister_api", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "strum 0.28.0", - "target": "strum" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "derive-new 0.7.0", - "target": "derive_new" - } - ], - "selects": {} - }, - "version": "0.2.4" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "ic-doge-interface 0.3.0": { - "name": "ic-doge-interface", - "version": "0.3.0", - "package_url": "https://github.com/dfinity/dogecoin-canister", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-doge-interface/0.3.0/download", - "sha256": "b6d9bf312c324521ce174560c002e90aef179bf16befb46c62bdffbccff8f14b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_doge_interface", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_doge_interface", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "datasize 0.2.15", - "target": "datasize" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "ic-ed25519 0.6.0": { - "name": "ic-ed25519", - "version": "0.6.0", - "package_url": "https://github.com/dfinity/ic", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-ed25519/0.6.0/download", - "sha256": "6ad3d86f2e35cb99ae7497b3e4fa92ad751a8e8978f0680d37b86dd51ef91714" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_ed25519", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_ed25519", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "rand" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "curve25519-dalek 4.1.3", - "target": "curve25519_dalek" - }, - { - "id": "ed25519-dalek 2.2.0", - "target": "ed25519_dalek" - }, - { - "id": "hex-literal 0.4.1", - "target": "hex_literal" - }, - { - "id": "hkdf 0.12.4", - "target": "hkdf" - }, - { - "id": "ic_principal 0.1.5", - "target": "ic_principal" - }, - { - "id": "pem 3.0.6", - "target": "pem" - }, - { - "id": "rand 0.8.6", - "target": "rand" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.6.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ic-error-types 0.2.0": { - "name": "ic-error-types", - "version": "0.2.0", - "package_url": "https://github.com/dfinity/ic", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-error-types/0.2.0/download", - "sha256": "bbeeb3d91aa179d6496d7293becdacedfc413c825cac79fd54ea1906f003ee55" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_error_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_error_types", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "strum 0.26.3", - "target": "strum" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "strum_macros 0.26.4", - "target": "strum_macros" - } - ], - "selects": {} - }, - "version": "0.2.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ic-gateway 0.2.0": { - "name": "ic-gateway", - "version": "0.2.0", - "package_url": null, - "repository": { - "Git": { - "remote": "https://github.com/dfinity/ic-gateway", - "commitish": { - "Rev": "a16fb54f4c8d4407b8134d63b57f864d67520062" - } - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_gateway", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "Binary": { - "crate_name": "ic-gateway", - "crate_root": "src/main.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_gateway", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "acme", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ahash 0.8.11", - "target": "ahash" - }, - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "arc-swap 1.7.1", - "target": "arc_swap" - }, - { - "id": "axum 0.8.9", - "target": "axum" - }, - { - "id": "axum-extra 0.12.6", - "target": "axum_extra" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "clap 4.5.53", - "target": "clap" - }, - { - "id": "ctrlc 3.4.5", - "target": "ctrlc" - }, - { - "id": "fqdn 0.5.2", - "target": "fqdn" - }, - { - "id": "futures 0.3.31", - "target": "futures" - }, - { - "id": "hostname 0.4.0", - "target": "hostname" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "http-body-util 0.1.3", - "target": "http_body_util" - }, - { - "id": "humantime 2.4.0", - "target": "humantime" - }, - { - "id": "ic-bn-lib 0.7.0", - "target": "ic_bn_lib" - }, - { - "id": "ic-http-gateway-protocol 0.0.0-git", - "target": "ic_http_gateway_protocol" - }, - { - "id": "isbot 0.1.3", - "target": "isbot" - }, - { - "id": "itertools 0.15.0", - "target": "itertools" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "maxminddb 0.29.0", - "target": "maxminddb" - }, - { - "id": "moka 0.12.15", - "target": "moka" - }, - { - "id": "prometheus 0.14.0", - "target": "prometheus" - }, - { - "id": "rand 0.8.6", - "target": "rand" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "reqwest 0.13.4", - "target": "reqwest" - }, - { - "id": "rustls 0.23.27", - "target": "rustls" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_cbor 0.11.2", - "target": "serde_cbor" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "sha2 0.11.0", - "target": "sha2" - }, - { - "id": "strum 0.28.0", - "target": "strum" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "tikv-jemalloc-ctl 0.7.0", - "target": "tikv_jemalloc_ctl" - }, - { - "id": "tikv-jemallocator 0.7.0", - "target": "tikv_jemallocator" - }, - { - "id": "time 0.3.47", - "target": "time" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-util 0.7.17", - "target": "tokio_util" - }, - { - "id": "tower 0.5.2", - "target": "tower" - }, - { - "id": "tower-http 0.7.0", - "target": "tower_http" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - }, - { - "id": "tracing-core 0.1.36", - "target": "tracing_core" - }, - { - "id": "tracing-serde 0.2.0", - "target": "tracing_serde" - }, - { - "id": "tracing-subscriber 0.3.23", - "target": "tracing_subscriber" - }, - { - "id": "url 2.5.4", - "target": "url" - }, - { - "id": "urlencoding 2.1.3", - "target": "urlencoding" - }, - { - "id": "woothee 0.13.0", - "target": "woothee" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.89", - "target": "async_trait" - }, - { - "id": "derive-new 0.7.0", - "target": "derive_new" - } - ], - "selects": {} - }, - "version": "0.2.0" - }, - "license": null, - "license_ids": [], - "license_file": "LICENSE" - }, - "ic-http-certification 3.1.0": { - "name": "ic-http-certification", - "version": "3.1.0", - "package_url": "https://github.com/dfinity/response-verification", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-http-certification/3.1.0/download", - "sha256": "6cc4a86284197421ffea3de6b1d2f67d7080345a1e4a8037be1529d31f7561bd" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_http_certification", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_http_certification", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "base64 0.22.1", - "target": "base64" - }, - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "ic-certification 3.1.0", - "target": "ic_certification" - }, - { - "id": "ic-representation-independent-hash 3.1.0", - "target": "ic_representation_independent_hash" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_cbor 0.11.2", - "target": "serde_cbor" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "urlencoding 2.1.3", - "target": "urlencoding" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.1.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ic-http-gateway-protocol 0.0.0-git": { - "name": "ic-http-gateway-protocol", - "version": "0.0.0-git", - "package_url": "https://github.com/dfinity/ic-http-gateway-protocol", - "repository": { - "Git": { - "remote": "https://github.com/dfinity/ic-http-gateway-protocol", - "commitish": { - "Rev": "cf47127b978b1ed9c64cf6cbc3ce82c93cec4c6c" - }, - "strip_prefix": "packages/ic-http-gateway-protocol" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_http_gateway_protocol", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_http_gateway_protocol", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "futures 0.3.31", - "target": "futures" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "http-body-util 0.1.3", - "target": "http_body_util" - }, - { - "id": "ic-agent 0.49.1", - "target": "ic_agent" - }, - { - "id": "ic-http-certification 3.1.0", - "target": "ic_http_certification" - }, - { - "id": "ic-response-verification 3.1.0", - "target": "ic_response_verification" - }, - { - "id": "ic-utils 0.49.1", - "target": "ic_utils" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.0.0-git" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "ic-identity-hsm 0.49.1": { - "name": "ic-identity-hsm", - "version": "0.49.1", - "package_url": "https://github.com/dfinity/agent-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-identity-hsm/0.49.1/download", - "sha256": "af528049c02d371578ea1dde0ad75b7d572d5f5145a61ff7a5ac0711b151f419" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_identity_hsm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_identity_hsm", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "ic-agent 0.49.1", - "target": "ic_agent" - }, - { - "id": "pkcs11 0.5.0", - "target": "pkcs11" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "simple_asn1 0.6.2", - "target": "simple_asn1" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.49.1" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "ic-management-canister-types 0.5.0": { - "name": "ic-management-canister-types", - "version": "0.5.0", - "package_url": "https://github.com/dfinity/cdk-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-management-canister-types/0.5.0/download", - "sha256": "3149217e24186df3f13dc45eee14cdb3e5cad07d0b2b67bd53555c1c55462957" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_management_canister_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_management_canister_types", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.5.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ic-management-canister-types 0.7.1": { - "name": "ic-management-canister-types", - "version": "0.7.1", - "package_url": "https://github.com/dfinity/cdk-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-management-canister-types/0.7.1/download", - "sha256": "51705516ed4d23f24e8d714a70fe9d7ec17106cfd830d5434a1b29f583ef70ee" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_management_canister_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_management_canister_types", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.7.1" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ic-management-canister-types 0.8.0": { - "name": "ic-management-canister-types", - "version": "0.8.0", - "package_url": "https://github.com/dfinity/ic", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-management-canister-types/0.8.0/download", - "sha256": "3187ba94198a8df0e38a478f289812fcead6a86c658b9552b00f1f8081f06bb3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_management_canister_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_management_canister_types", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.8.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "ic-metrics-encoder 1.1.1": { - "name": "ic-metrics-encoder", - "version": "1.1.1", - "package_url": "https://github.com/dfinity/metrics-encoder", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-metrics-encoder/1.1.1/download", - "sha256": "8b5c7628eac357aecda461130f8074468be5aa4d258a002032d82d817f79f1f8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_metrics_encoder", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_metrics_encoder", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "1.1.1" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ic-representation-independent-hash 3.1.0": { - "name": "ic-representation-independent-hash", - "version": "3.1.0", - "package_url": "https://github.com/dfinity/response-verification", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-representation-independent-hash/3.1.0/download", - "sha256": "52fde1026b8f48c17fdfd102d4c39b0d1660ad8f5789a3258bd748240434f7d6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_representation_independent_hash", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_representation_independent_hash", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "leb128 0.2.5", - "target": "leb128" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.1.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "ic-response-verification 3.1.0": { - "name": "ic-response-verification", - "version": "3.1.0", - "package_url": "https://github.com/dfinity/response-verification", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-response-verification/3.1.0/download", - "sha256": "d9761ccca4e426c032ff63f8798e81757556c81ceefea577a9535ca0fe503daa" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_response_verification", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_response_verification", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "base64 0.22.1", - "target": "base64" - }, - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "flate2 1.1.5", - "target": "flate2" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "ic-cbor 3.1.0", - "target": "ic_cbor" - }, - { - "id": "ic-certificate-verification 3.1.0", - "target": "ic_certificate_verification" - }, - { - "id": "ic-certification 3.1.0", - "target": "ic_certification" - }, - { - "id": "ic-http-certification 3.1.0", - "target": "ic_http_certification" - }, - { - "id": "ic-representation-independent-hash 3.1.0", - "target": "ic_representation_independent_hash" - }, - { - "id": "leb128 0.2.5", - "target": "leb128" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "nom 7.1.3", - "target": "nom" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "urlencoding 2.1.3", - "target": "urlencoding" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.1.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "ic-sha3 1.0.0": { - "name": "ic-sha3", - "version": "1.0.0", - "package_url": "https://github.com/dfinity/ic", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-sha3/1.0.0/download", - "sha256": "3715f0f4370e8ce6aa9805b81e915ef4420c9dfb5209c71489c27e6f98bd5d65" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_sha3", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_sha3", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "sha3 0.10.8", - "target": "sha3" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ic-stable-structures 0.6.8": { - "name": "ic-stable-structures", - "version": "0.6.8", - "package_url": "https://github.com/dfinity/stable-structures", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-stable-structures/0.6.8/download", - "sha256": "f0f5684f577e0146738cd11afed789109c4f51ba963c75823c48c1501dc53278" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_stable_structures", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_stable_structures", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "ic_principal 0.1.5", - "target": "ic_principal" - } - ], - "selects": {} - }, - "edition": "2021", - "rustc_flags": { - "common": [], - "selects": { - "@@//bazel:fuzzing_code_enabled": [ - "-Cpasses=sancov-module", - "-Cllvm-args=-sanitizer-coverage-level=4", - "-Cllvm-args=-sanitizer-coverage-inline-8bit-counters", - "-Cllvm-args=-sanitizer-coverage-pc-table", - "-Cllvm-args=-sanitizer-coverage-trace-compares", - "-Cllvm-args=-sanitizer-coverage-stack-depth", - "-Cllvm-args=-sanitizer-coverage-prune-blocks=0", - "-Ctarget-cpu=native", - "-Coverflow_checks", - "-Copt-level=3", - "-Clink-dead-code", - "-Cdebug-assertions", - "-Ccodegen-units=1", - "-Zextra-const-ub-checks", - "-Zstrict-init-checks", - "-Zsanitizer=address" - ] - } - }, - "version": "0.6.8" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ic-stable-structures 0.7.0": { - "name": "ic-stable-structures", - "version": "0.7.0", - "package_url": "https://github.com/dfinity/stable-structures", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-stable-structures/0.7.0/download", - "sha256": "e54aeb082293c69def5ab34c70593ba85ff000386f7d0eacdf73514daaeca031" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_stable_structures", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_stable_structures", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "ic_principal 0.1.5", - "target": "ic_principal" - } - ], - "selects": {} - }, - "edition": "2021", - "rustc_flags": { - "common": [], - "selects": { - "@@//bazel:fuzzing_code_enabled": [ - "-Cpasses=sancov-module", - "-Cllvm-args=-sanitizer-coverage-level=4", - "-Cllvm-args=-sanitizer-coverage-inline-8bit-counters", - "-Cllvm-args=-sanitizer-coverage-pc-table", - "-Cllvm-args=-sanitizer-coverage-trace-compares", - "-Cllvm-args=-sanitizer-coverage-stack-depth", - "-Cllvm-args=-sanitizer-coverage-prune-blocks=0", - "-Ctarget-cpu=native", - "-Coverflow_checks", - "-Copt-level=3", - "-Clink-dead-code", - "-Cdebug-assertions", - "-Ccodegen-units=1", - "-Zextra-const-ub-checks", - "-Zstrict-init-checks", - "-Zsanitizer=address" - ] - } - }, - "version": "0.7.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ic-test-state-machine-client 3.0.1": { - "name": "ic-test-state-machine-client", - "version": "3.0.1", - "package_url": "https://github.com/dfinity/test-state-machine-client", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-test-state-machine-client/3.0.1/download", - "sha256": "b8e05a81e0cbdf178228d72ace06c60ac7fa99927b49a238f9ccf5ef82eaced6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_test_state_machine_client", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_test_state_machine_client", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "ciborium 0.2.2", - "target": "ciborium" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.0.1" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ic-transport-types 0.49.1": { - "name": "ic-transport-types", - "version": "0.49.1", - "package_url": "https://github.com/dfinity/agent-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-transport-types/0.49.1/download", - "sha256": "9ae3ab1d620565ff148c9fd9486bf2e9da0cfa8d42f7020d0cff13e2d6eff8b5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_transport_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_transport_types", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "ic-certification 3.1.0", - "target": "ic_certification" - }, - { - "id": "leb128 0.2.5", - "target": "leb128" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - }, - { - "id": "serde_cbor 0.11.2", - "target": "serde_cbor" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "serde_repr 0.1.19", - "target": "serde_repr" - } - ], - "selects": {} - }, - "version": "0.49.1" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "ic-utils 0.49.1": { - "name": "ic-utils", - "version": "0.49.1", - "package_url": "https://github.com/dfinity/agent-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-utils/0.49.1/download", - "sha256": "a143d270c29f00fb6274d43d490d619cd3aaf6d87f128ab1073d14f5842f573a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_utils", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_utils", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "raw" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "ic-agent 0.49.1", - "target": "ic_agent" - }, - { - "id": "ic-management-canister-types 0.8.0", - "target": "ic_management_canister_types" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "semver 1.0.27", - "target": "semver" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "strum 0.28.0", - "target": "strum" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "time 0.3.47", - "target": "time" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.89", - "target": "async_trait" - }, - { - "id": "strum_macros 0.28.0", - "target": "strum_macros" - } - ], - "selects": {} - }, - "version": "0.49.1" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "ic-verify-bls-signature 0.6.0": { - "name": "ic-verify-bls-signature", - "version": "0.6.0", - "package_url": null, - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-verify-bls-signature/0.6.0/download", - "sha256": "cd6c4261586eb473fe1219de63186a98e554985d5fd6f3488036c8fb82452e27" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_verify_bls_signature", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_verify_bls_signature", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "hex", - "lazy_static", - "rand" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "ic_bls12_381 0.10.1", - "target": "ic_bls12_381", - "alias": "bls12_381" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "pairing 0.23.0", - "target": "pairing" - }, - { - "id": "rand 0.8.6", - "target": "rand" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "ic-vetkeys 0.7.0": { - "name": "ic-vetkeys", - "version": "0.7.0", - "package_url": "https://github.com/dfinity/vetkeys", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-vetkeys/0.7.0/download", - "sha256": "5c7ce838bc1fc10a504f722ef46a1c473413f520e5303dd200e15f2937ce7052" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_vetkeys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_vetkeys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "aes-gcm 0.10.3", - "target": "aes_gcm" - }, - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "futures 0.3.31", - "target": "futures" - }, - { - "id": "hex-literal 1.0.0", - "target": "hex_literal" - }, - { - "id": "hkdf 0.12.4", - "target": "hkdf" - }, - { - "id": "ic-cdk 0.20.2", - "target": "ic_cdk" - }, - { - "id": "ic-cdk-management-canister 0.1.1", - "target": "ic_cdk_management_canister" - }, - { - "id": "ic-stable-structures 0.7.0", - "target": "ic_stable_structures" - }, - { - "id": "ic_bls12_381 0.10.1", - "target": "ic_bls12_381" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "pairing 0.23.0", - "target": "pairing" - }, - { - "id": "rand 0.8.6", - "target": "rand" - }, - { - "id": "rand_chacha 0.3.1", - "target": "rand_chacha" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_bytes 0.11.15", - "target": "serde_bytes" - }, - { - "id": "serde_cbor 0.11.2", - "target": "serde_cbor" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "sha3 0.10.8", - "target": "sha3" - }, - { - "id": "strum 0.27.2", - "target": "strum" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "strum_macros 0.27.1", - "target": "strum_macros" - } - ], - "selects": {} - }, - "version": "0.7.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ic-wasm 0.11.1": { - "name": "ic-wasm", - "version": "0.11.1", - "package_url": "https://github.com/dfinity/ic-wasm", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-wasm/0.11.1/download", - "sha256": "62beb934ad93d6cab235018e6b2ad15c72a54cd2148885f7b83dc8f5362806b7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_wasm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "Binary": { - "crate_name": "ic-wasm", - "crate_root": "src/bin/main.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_wasm", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "check-endpoints", - "exe" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "candid_parser 0.4.0", - "target": "candid_parser" - }, - { - "id": "clap 4.5.53", - "target": "clap" - }, - { - "id": "libflate 2.3.1", - "target": "libflate" - }, - { - "id": "parse-display 0.11.0", - "target": "parse_display" - }, - { - "id": "rustc-demangle 0.1.26", - "target": "rustc_demangle" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "walrus 0.26.4", - "target": "walrus" - }, - { - "id": "wasmparser 0.253.0", - "target": "wasmparser" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.11.1" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ic-xrc-types 1.2.0": { - "name": "ic-xrc-types", - "version": "1.2.0", - "package_url": "https://github.com/dfinity/exchange-rate-canister", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic-xrc-types/1.2.0/download", - "sha256": "b1a2b2eaa332201f4abbd1192a307f7a5b6ea55d077a7f489ac62bf8e358b5a2" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_xrc_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_xrc_types", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.2.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ic0 1.1.0": { - "name": "ic0", - "version": "1.1.0", - "package_url": "https://github.com/dfinity/cdk-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic0/1.1.0/download", - "sha256": "c77c8932bff1f09502d0d8c079d5a206a06afe523e35e816162cf4d30b5bf80d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic0", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic0", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2024", - "version": "1.1.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ic_bls12_381 0.10.1": { - "name": "ic_bls12_381", - "version": "0.10.1", - "package_url": "https://github.com/dfinity/bls12_381", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic_bls12_381/0.10.1/download", - "sha256": "a1e828f9e804ccefe4b9b15b2195f474c60fd4f95ccd14fcb554eb6d7dfafde3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_bls12_381", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_bls12_381", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "digest", - "experimental", - "group", - "groups", - "pairing", - "pairings", - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "ff 0.13.0", - "target": "ff" - }, - { - "id": "group 0.13.0", - "target": "group" - }, - { - "id": "pairing 0.23.0", - "target": "pairing" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "rustc_flags": { - "common": [ - "-C", - "opt-level=3" - ], - "selects": {} - }, - "version": "0.10.1" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ic_principal 0.1.5": { - "name": "ic_principal", - "version": "0.1.5", - "package_url": "https://github.com/dfinity/candid", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ic_principal/0.1.5/download", - "sha256": "0c2732829022822ec69021c336d23b32a053e07abdd08553c71407d6e2d1675d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ic_principal", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ic_principal", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "arbitrary", - "convert", - "default", - "rangemap", - "self_authenticating", - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "arbitrary 1.4.2", - "target": "arbitrary" - }, - { - "id": "crc32fast 1.3.2", - "target": "crc32fast" - }, - { - "id": "data-encoding 2.11.0", - "target": "data_encoding" - }, - { - "id": "rangemap 1.7.1", - "target": "rangemap" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.5" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "icrc1-test-env 0.1.1": { - "name": "icrc1-test-env", - "version": "0.1.1", - "package_url": "https://github.com/dfinity/ICRC-1", - "repository": { - "Git": { - "remote": "https://github.com/dfinity/ICRC-1", - "commitish": { - "Rev": "26a80d777e079644cd69e883e18dad1a201f5b1a" - }, - "strip_prefix": "test/env" - } - }, - "targets": [ - { - "Library": { - "crate_name": "icrc1_test_env", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "icrc1_test_env", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.89", - "target": "async_trait" - } - ], - "selects": {} - }, - "version": "0.1.1" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "icrc1-test-suite 0.1.1": { - "name": "icrc1-test-suite", - "version": "0.1.1", - "package_url": "https://github.com/dfinity/ICRC-1", - "repository": { - "Git": { - "remote": "https://github.com/dfinity/ICRC-1", - "commitish": { - "Rev": "26a80d777e079644cd69e883e18dad1a201f5b1a" - }, - "strip_prefix": "test/suite" - } - }, - "targets": [ - { - "Library": { - "crate_name": "icrc1_test_suite", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "icrc1_test_suite", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "candid 0.10.35", - "target": "candid" - }, - { - "id": "futures 0.3.31", - "target": "futures" - }, - { - "id": "icrc1-test-env 0.1.1", - "target": "icrc1_test_env" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.1" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "icu_collections 1.5.0": { - "name": "icu_collections", - "version": "1.5.0", - "package_url": "https://github.com/unicode-org/icu4x", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/icu_collections/1.5.0/download", - "sha256": "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" - } - }, - "targets": [ - { - "Library": { - "crate_name": "icu_collections", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "icu_collections", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "yoke 0.7.4", - "target": "yoke" - }, - { - "id": "zerofrom 0.1.4", - "target": "zerofrom" - }, - { - "id": "zerovec 0.10.4", - "target": "zerovec" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "displaydoc 0.2.4", - "target": "displaydoc" - } - ], - "selects": {} - }, - "version": "1.5.0" - }, - "license": "Unicode-3.0", - "license_ids": [ - "Unicode-3.0" - ], - "license_file": "LICENSE" - }, - "icu_locid 1.5.0": { - "name": "icu_locid", - "version": "1.5.0", - "package_url": "https://github.com/unicode-org/icu4x", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/icu_locid/1.5.0/download", - "sha256": "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" - } - }, - "targets": [ - { - "Library": { - "crate_name": "icu_locid", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "icu_locid", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "zerovec" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "litemap 0.7.3", - "target": "litemap" - }, - { - "id": "tinystr 0.7.6", - "target": "tinystr" - }, - { - "id": "writeable 0.5.5", - "target": "writeable" - }, - { - "id": "zerovec 0.10.4", - "target": "zerovec" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "displaydoc 0.2.4", - "target": "displaydoc" - } - ], - "selects": {} - }, - "version": "1.5.0" - }, - "license": "Unicode-3.0", - "license_ids": [ - "Unicode-3.0" - ], - "license_file": "LICENSE" - }, - "icu_locid_transform 1.5.0": { - "name": "icu_locid_transform", - "version": "1.5.0", - "package_url": "https://github.com/unicode-org/icu4x", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/icu_locid_transform/1.5.0/download", - "sha256": "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "icu_locid_transform", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "icu_locid_transform", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "compiled_data" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "icu_locid 1.5.0", - "target": "icu_locid" - }, - { - "id": "icu_locid_transform_data 1.5.0", - "target": "icu_locid_transform_data" - }, - { - "id": "icu_provider 1.5.0", - "target": "icu_provider" - }, - { - "id": "tinystr 0.7.6", - "target": "tinystr" - }, - { - "id": "zerovec 0.10.4", - "target": "zerovec" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "displaydoc 0.2.4", - "target": "displaydoc" - } - ], - "selects": {} - }, - "version": "1.5.0" - }, - "license": "Unicode-3.0", - "license_ids": [ - "Unicode-3.0" - ], - "license_file": "LICENSE" - }, - "icu_locid_transform_data 1.5.0": { - "name": "icu_locid_transform_data", - "version": "1.5.0", - "package_url": "https://github.com/unicode-org/icu4x", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/icu_locid_transform_data/1.5.0/download", - "sha256": "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "icu_locid_transform_data", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "icu_locid_transform_data", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "1.5.0" - }, - "license": "Unicode-3.0", - "license_ids": [ - "Unicode-3.0" - ], - "license_file": "LICENSE" - }, - "icu_normalizer 1.5.0": { - "name": "icu_normalizer", - "version": "1.5.0", - "package_url": "https://github.com/unicode-org/icu4x", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/icu_normalizer/1.5.0/download", - "sha256": "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "icu_normalizer", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "icu_normalizer", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "compiled_data", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "icu_collections 1.5.0", - "target": "icu_collections" - }, - { - "id": "icu_normalizer_data 1.5.0", - "target": "icu_normalizer_data" - }, - { - "id": "icu_properties 1.5.1", - "target": "icu_properties" - }, - { - "id": "icu_provider 1.5.0", - "target": "icu_provider" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "utf16_iter 1.0.5", - "target": "utf16_iter" - }, - { - "id": "utf8_iter 1.0.4", - "target": "utf8_iter" - }, - { - "id": "write16 1.0.0", - "target": "write16" - }, - { - "id": "zerovec 0.10.4", - "target": "zerovec" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "displaydoc 0.2.4", - "target": "displaydoc" - } - ], - "selects": {} - }, - "version": "1.5.0" - }, - "license": "Unicode-3.0", - "license_ids": [ - "Unicode-3.0" - ], - "license_file": "LICENSE" - }, - "icu_normalizer_data 1.5.0": { - "name": "icu_normalizer_data", - "version": "1.5.0", - "package_url": "https://github.com/unicode-org/icu4x", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/icu_normalizer_data/1.5.0/download", - "sha256": "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" - } - }, - "targets": [ - { - "Library": { - "crate_name": "icu_normalizer_data", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "icu_normalizer_data", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "1.5.0" - }, - "license": "Unicode-3.0", - "license_ids": [ - "Unicode-3.0" - ], - "license_file": "LICENSE" - }, - "icu_properties 1.5.1": { - "name": "icu_properties", - "version": "1.5.1", - "package_url": "https://github.com/unicode-org/icu4x", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/icu_properties/1.5.1/download", - "sha256": "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "icu_properties", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "icu_properties", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "compiled_data", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "icu_collections 1.5.0", - "target": "icu_collections" - }, - { - "id": "icu_locid_transform 1.5.0", - "target": "icu_locid_transform" - }, - { - "id": "icu_properties_data 1.5.0", - "target": "icu_properties_data" - }, - { - "id": "icu_provider 1.5.0", - "target": "icu_provider" - }, - { - "id": "tinystr 0.7.6", - "target": "tinystr" - }, - { - "id": "zerovec 0.10.4", - "target": "zerovec" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "displaydoc 0.2.4", - "target": "displaydoc" - } - ], - "selects": {} - }, - "version": "1.5.1" - }, - "license": "Unicode-3.0", - "license_ids": [ - "Unicode-3.0" - ], - "license_file": "LICENSE" - }, - "icu_properties_data 1.5.0": { - "name": "icu_properties_data", - "version": "1.5.0", - "package_url": "https://github.com/unicode-org/icu4x", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/icu_properties_data/1.5.0/download", - "sha256": "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" - } - }, - "targets": [ - { - "Library": { - "crate_name": "icu_properties_data", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "icu_properties_data", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "1.5.0" - }, - "license": "Unicode-3.0", - "license_ids": [ - "Unicode-3.0" - ], - "license_file": "LICENSE" - }, - "icu_provider 1.5.0": { - "name": "icu_provider", - "version": "1.5.0", - "package_url": "https://github.com/unicode-org/icu4x", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/icu_provider/1.5.0/download", - "sha256": "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "icu_provider", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "icu_provider", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "macros" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "icu_locid 1.5.0", - "target": "icu_locid" - }, - { - "id": "stable_deref_trait 1.2.0", - "target": "stable_deref_trait" - }, - { - "id": "tinystr 0.7.6", - "target": "tinystr" - }, - { - "id": "writeable 0.5.5", - "target": "writeable" - }, - { - "id": "yoke 0.7.4", - "target": "yoke" - }, - { - "id": "zerofrom 0.1.4", - "target": "zerofrom" - }, - { - "id": "zerovec 0.10.4", - "target": "zerovec" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "displaydoc 0.2.4", - "target": "displaydoc" - }, - { - "id": "icu_provider_macros 1.5.0", - "target": "icu_provider_macros" - } - ], - "selects": {} - }, - "version": "1.5.0" - }, - "license": "Unicode-3.0", - "license_ids": [ - "Unicode-3.0" - ], - "license_file": "LICENSE" - }, - "icu_provider_macros 1.5.0": { - "name": "icu_provider_macros", - "version": "1.5.0", - "package_url": "https://github.com/unicode-org/icu4x", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/icu_provider_macros/1.5.0/download", - "sha256": "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "icu_provider_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "icu_provider_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.5.0" - }, - "license": "Unicode-3.0", - "license_ids": [ - "Unicode-3.0" - ], - "license_file": "LICENSE" - }, - "id-arena 2.3.0": { - "name": "id-arena", - "version": "2.3.0", - "package_url": "https://github.com/fitzgen/id-arena", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/id-arena/2.3.0/download", - "sha256": "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" - } - }, - "targets": [ - { - "Library": { - "crate_name": "id_arena", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "id_arena", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "2.3.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ident_case 1.0.1": { - "name": "ident_case", - "version": "1.0.1", - "package_url": "https://github.com/TedDriggs/ident_case", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ident_case/1.0.1/download", - "sha256": "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ident_case", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ident_case", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "1.0.1" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE" - }, - "idna 0.2.3": { - "name": "idna", - "version": "0.2.3", - "package_url": "https://github.com/servo/rust-url/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/idna/0.2.3/download", - "sha256": "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "idna", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "idna", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "matches 0.1.10", - "target": "matches" - }, - { - "id": "unicode-bidi 0.3.13", - "target": "unicode_bidi" - }, - { - "id": "unicode-normalization 0.1.22", - "target": "unicode_normalization" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.3" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "idna 0.3.0": { - "name": "idna", - "version": "0.3.0", - "package_url": "https://github.com/servo/rust-url/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/idna/0.3.0/download", - "sha256": "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "idna", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "idna", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "unicode-bidi 0.3.13", - "target": "unicode_bidi" - }, - { - "id": "unicode-normalization 0.1.22", - "target": "unicode_normalization" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "idna 1.0.3": { - "name": "idna", - "version": "1.0.3", - "package_url": "https://github.com/servo/rust-url/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/idna/1.0.3/download", - "sha256": "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "idna", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "idna", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "compiled_data", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "idna_adapter 1.2.0", - "target": "idna_adapter" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "utf8_iter 1.0.4", - "target": "utf8_iter" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "idna_adapter 1.2.0": { - "name": "idna_adapter", - "version": "1.2.0", - "package_url": "https://github.com/hsivonen/idna_adapter", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/idna_adapter/1.2.0/download", - "sha256": "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" - } - }, - "targets": [ - { - "Library": { - "crate_name": "idna_adapter", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "idna_adapter", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "compiled_data" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "icu_normalizer 1.5.0", - "target": "icu_normalizer" - }, - { - "id": "icu_properties 1.5.1", - "target": "icu_properties" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.2.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "impl-codec 0.6.0": { - "name": "impl-codec", - "version": "0.6.0", - "package_url": "https://github.com/paritytech/parity-common", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/impl-codec/0.6.0/download", - "sha256": "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "impl_codec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "impl_codec", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "parity-scale-codec 3.6.3", - "target": "parity_scale_codec" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "impl-more 0.1.6": { - "name": "impl-more", - "version": "0.1.6", - "package_url": "https://github.com/robjtede/impl-more", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/impl-more/0.1.6/download", - "sha256": "206ca75c9c03ba3d4ace2460e57b189f39f43de612c2f85836e65c929701bb2d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "impl_more", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "impl_more", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.1.6" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "impl-trait-for-tuples 0.2.2": { - "name": "impl-trait-for-tuples", - "version": "0.2.2", - "package_url": "https://github.com/bkchr/impl-trait-for-tuples", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/impl-trait-for-tuples/0.2.2/download", - "sha256": "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "impl_trait_for_tuples", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "impl_trait_for_tuples", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.2" - }, - "license": "Apache-2.0/MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "indenter 0.3.3": { - "name": "indenter", - "version": "0.3.3", - "package_url": "https://github.com/yaahc/indenter", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/indenter/0.3.3/download", - "sha256": "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" - } - }, - "targets": [ - { - "Library": { - "crate_name": "indenter", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "indenter", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "indexmap 1.9.3": { - "name": "indexmap", - "version": "1.9.3", - "package_url": "https://github.com/bluss/indexmap", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/indexmap/1.9.3/download", - "sha256": "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" - } - }, - "targets": [ - { - "Library": { - "crate_name": "indexmap", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "indexmap", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [], - "selects": { - "aarch64-apple-darwin": [ - "std" - ], - "aarch64-unknown-linux-gnu": [ - "std" - ], - "x86_64-apple-darwin": [ - "std" - ], - "x86_64-unknown-linux-gnu": [ - "std" - ] - } - }, - "deps": { - "common": [ - { - "id": "hashbrown 0.12.3", - "target": "hashbrown" - }, - { - "id": "indexmap 1.9.3", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.9.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "autocfg 1.5.0", - "target": "autocfg" - } - ], - "selects": {} - } - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "indexmap 2.14.0": { - "name": "indexmap", - "version": "2.14.0", - "package_url": "https://github.com/indexmap-rs/indexmap", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/indexmap/2.14.0/download", - "sha256": "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "indexmap", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "indexmap", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "equivalent 1.0.1", - "target": "equivalent" - }, - { - "id": "hashbrown 0.17.0", - "target": "hashbrown" - }, - { - "id": "serde_core 1.0.228", - "target": "serde_core" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "2.14.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "indicatif 0.17.5": { - "name": "indicatif", - "version": "0.17.5", - "package_url": "https://github.com/console-rs/indicatif", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/indicatif/0.17.5/download", - "sha256": "8ff8cc23a7393a397ed1d7f56e6365cba772aba9f9912ab968b03043c395d057" - } - }, - "targets": [ - { - "Library": { - "crate_name": "indicatif", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "indicatif", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "unicode-width" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "console 0.15.7", - "target": "console" - }, - { - "id": "number_prefix 0.4.0", - "target": "number_prefix" - }, - { - "id": "portable-atomic 1.11.0", - "target": "portable_atomic" - }, - { - "id": "unicode-width 0.1.14", - "target": "unicode_width" - } - ], - "selects": { - "cfg(target_arch = \"wasm32\")": [ - { - "id": "instant 0.1.12", - "target": "instant" - } - ] - } - }, - "edition": "2018", - "version": "0.17.5" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "indoc 2.0.7": { - "name": "indoc", - "version": "2.0.7", - "package_url": "https://github.com/dtolnay/indoc", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/indoc/2.0.7/download", - "sha256": "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "indoc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "indoc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "2.0.7" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "inferno 0.12.0": { - "name": "inferno", - "version": "0.12.0", - "package_url": "https://github.com/jonhoo/inferno.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/inferno/0.12.0/download", - "sha256": "75a5d75fee4d36809e6b021e4b96b686e763d365ffdb03af2bd00786353f84fe" - } - }, - "targets": [ - { - "Library": { - "crate_name": "inferno", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "inferno", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "clap", - "cli", - "crossbeam-channel", - "crossbeam-utils", - "dashmap", - "default", - "env_logger", - "indexmap", - "multithreaded", - "nameattr" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ahash 0.8.11", - "target": "ahash" - }, - { - "id": "clap 4.5.53", - "target": "clap" - }, - { - "id": "crossbeam-channel 0.5.15", - "target": "crossbeam_channel" - }, - { - "id": "crossbeam-utils 0.8.21", - "target": "crossbeam_utils" - }, - { - "id": "dashmap 6.1.0", - "target": "dashmap" - }, - { - "id": "env_logger 0.11.2", - "target": "env_logger" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "num-format 0.4.4", - "target": "num_format" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "quick-xml 0.37.1", - "target": "quick_xml" - }, - { - "id": "rgb 0.8.37", - "target": "rgb" - }, - { - "id": "str_stack 0.1.0", - "target": "str_stack" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.12.0" - }, - "license": "CDDL-1.0", - "license_ids": [ - "CDDL-1.0" - ], - "license_file": "LICENSE" - }, - "inotify 0.11.2": { - "name": "inotify", - "version": "0.11.2", - "package_url": "https://github.com/hannobraun/inotify-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/inotify/0.11.2/download", - "sha256": "533e68a5842e734946fe159fb03fc9bbbb254f590dd0d8ad321ae5ff7beca2c1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "inotify", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "inotify", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "futures-util", - "stream", - "tokio" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "inotify-sys 0.1.5", - "target": "inotify_sys" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.11.2" - }, - "license": "ISC", - "license_ids": [ - "ISC" - ], - "license_file": "LICENSE" - }, - "inotify-sys 0.1.5": { - "name": "inotify-sys", - "version": "0.1.5", - "package_url": "https://github.com/hannobraun/inotify-sys", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/inotify-sys/0.1.5/download", - "sha256": "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" - } - }, - "targets": [ - { - "Library": { - "crate_name": "inotify_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "inotify_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.1.5" - }, - "license": "ISC", - "license_ids": [ - "ISC" - ], - "license_file": "LICENSE" - }, - "inout 0.1.3": { - "name": "inout", - "version": "0.1.3", - "package_url": "https://github.com/RustCrypto/utils", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/inout/0.1.3/download", - "sha256": "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "inout", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "inout", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "generic-array 0.14.7", - "target": "generic_array" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "insta 1.31.0": { - "name": "insta", - "version": "1.31.0", - "package_url": "https://github.com/mitsuhiko/insta", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/insta/1.31.0/download", - "sha256": "a0770b0a3d4c70567f0d58331f3088b0e4c4f56c9b8d764efe654b4a5d46de3a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "insta", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "insta", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "colors", - "console", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "console 0.15.7", - "target": "console" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "linked-hash-map 0.5.6", - "target": "linked_hash_map" - }, - { - "id": "similar 2.2.1", - "target": "similar" - }, - { - "id": "yaml-rust 0.4.5", - "target": "yaml_rust" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.31.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "instability 0.3.9": { - "name": "instability", - "version": "0.3.9", - "package_url": "https://github.com/ratatui/instability", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/instability/0.3.9/download", - "sha256": "435d80800b936787d62688c927b6490e887c7ef5ff9ce922c6c6050fca75eb9a" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "instability", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "instability", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "darling 0.20.11", - "target": "darling" - }, - { - "id": "instability 0.3.9", - "target": "build_script_build" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "indoc 2.0.7", - "target": "indoc" - } - ], - "selects": {} - }, - "version": "0.3.9" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE.md" - }, - "instant 0.1.12": { - "name": "instant", - "version": "0.1.12", - "package_url": "https://github.com/sebcrozet/instant", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/instant/0.1.12/download", - "sha256": "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "instant", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "instant", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.12" - }, - "license": "BSD-3-Clause", - "license_ids": [ - "BSD-3-Clause" - ], - "license_file": "LICENSE" - }, - "instant-acme 0.8.5": { - "name": "instant-acme", - "version": "0.8.5", - "package_url": "https://github.com/djc/instant-acme", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/instant-acme/0.8.5/download", - "sha256": "9f05ad37c421b962354c358d347d4a6130151df9407978372d3ad7f0c8f71a64" - } - }, - "targets": [ - { - "Library": { - "crate_name": "instant_acme", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "instant_acme", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "aws-lc-rs", - "hyper-rustls", - "rcgen" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aws-lc-rs 1.17.3", - "target": "aws_lc_rs" - }, - { - "id": "base64 0.22.1", - "target": "base64" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "http-body-util 0.1.3", - "target": "http_body_util" - }, - { - "id": "httpdate 1.0.3", - "target": "httpdate" - }, - { - "id": "hyper 1.8.1", - "target": "hyper" - }, - { - "id": "hyper-rustls 0.27.7", - "target": "hyper_rustls" - }, - { - "id": "hyper-util 0.1.20", - "target": "hyper_util" - }, - { - "id": "rcgen 0.14.5", - "target": "rcgen" - }, - { - "id": "rustls 0.23.27", - "target": "rustls" - }, - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.89", - "target": "async_trait" - } - ], - "selects": {} - }, - "version": "0.8.5" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "intmap 1.1.0": { - "name": "intmap", - "version": "1.1.0", - "package_url": "https://github.com/JesperAxelsson/rust-intmap", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/intmap/1.1.0/download", - "sha256": "b357564d111300f8a33b79e06795235529a627a1f7078d2b1db7f7dcdf032874" - } - }, - "targets": [ - { - "Library": { - "crate_name": "intmap", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "intmap", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.1.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE-MIT" - }, - "iocuddle 0.1.1": { - "name": "iocuddle", - "version": "0.1.1", - "package_url": "https://github.com/enarx/iocuddle", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/iocuddle/0.1.1/download", - "sha256": "d8972d5be69940353d5347a1344cb375d9b457d6809b428b05bb1ca2fb9ce007" - } - }, - "targets": [ - { - "Library": { - "crate_name": "iocuddle", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "iocuddle", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.1.1" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ipconfig 0.3.2": { - "name": "ipconfig", - "version": "0.3.2", - "package_url": "https://github.com/liranringel/ipconfig", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ipconfig/0.3.2/download", - "sha256": "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ipconfig", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ipconfig", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "ipconfig 0.3.2", - "target": "build_script_build" - } - ], - "selects": { - "cfg(windows)": [ - { - "id": "socket2 0.5.9", - "target": "socket2" - }, - { - "id": "widestring 1.0.2", - "target": "widestring" - }, - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2018", - "version": "0.3.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ipnet 2.10.1": { - "name": "ipnet", - "version": "2.10.1", - "package_url": "https://github.com/krisprice/ipnet", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ipnet/2.10.1/download", - "sha256": "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ipnet", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ipnet", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.10.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ipnetwork 0.21.1": { - "name": "ipnetwork", - "version": "0.21.1", - "package_url": "https://github.com/achanda/ipnetwork", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ipnetwork/0.21.1/download", - "sha256": "cf370abdafd54d13e54a620e8c3e1145f28e46cc9d704bc6d94414559df41763" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ipnetwork", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ipnetwork", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.21.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE.md" - }, - "iprfc 0.2.0": { - "name": "iprfc", - "version": "0.2.0", - "package_url": "https://github.com/al8n/iprfc", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/iprfc/0.2.0/download", - "sha256": "0bc9535b4a1d67bfcd48132d801bedcba48364615bd718b1d63da985e93d5310" - } - }, - "targets": [ - { - "Library": { - "crate_name": "iprfc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "iprfc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "ipnet 2.10.1", - "target": "ipnet" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "0.2.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "iprobe 0.1.1": { - "name": "iprobe", - "version": "0.1.1", - "package_url": "https://github.com/al8n/iprobe", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/iprobe/0.1.1/download", - "sha256": "ff11c64cf994eda9584764f77c94dd1a7499bcbe1634f2c330e7ab9e0d7f5a6d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "iprobe", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "iprobe", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "rustix 1.1.4", - "target": "rustix" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "is-terminal 0.4.9": { - "name": "is-terminal", - "version": "0.4.9", - "package_url": "https://github.com/sunfishcode/is-terminal", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/is-terminal/0.4.9/download", - "sha256": "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "is_terminal", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "is_terminal", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))": [ - { - "id": "rustix 0.38.44", - "target": "rustix" - } - ], - "cfg(target_os = \"hermit\")": [ - { - "id": "hermit-abi 0.3.9", - "target": "hermit_abi" - } - ], - "cfg(windows)": [ - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2018", - "version": "0.4.9" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE-MIT" - }, - "is_terminal_polyfill 1.70.1": { - "name": "is_terminal_polyfill", - "version": "1.70.1", - "package_url": "https://github.com/polyfill-rs/is_terminal_polyfill", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/is_terminal_polyfill/1.70.1/download", - "sha256": "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" - } - }, - "targets": [ - { - "Library": { - "crate_name": "is_terminal_polyfill", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "is_terminal_polyfill", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2021", - "version": "1.70.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "isbot 0.1.3": { - "name": "isbot", - "version": "0.1.3", - "package_url": "https://github.com/BryanMorgan/isbot", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/isbot/0.1.3/download", - "sha256": "f98d665d8689fd01bd1572c10fd58cf38a811f56c2d00b5ec5c0c50dc1eee956" - } - }, - "targets": [ - { - "Library": { - "crate_name": "isbot", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "isbot", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "include-default-bots" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "regex 1.13.1", - "target": "regex" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.3" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "isocountry 0.3.2": { - "name": "isocountry", - "version": "0.3.2", - "package_url": "https://github.com/sifton/isocountry-rs.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/isocountry/0.3.2/download", - "sha256": "1ea1dc4bf0fb4904ba83ffdb98af3d9c325274e92e6e295e4151e86c96363e04" - } - }, - "targets": [ - { - "Library": { - "crate_name": "isocountry", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "isocountry", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "itertools 0.10.5": { - "name": "itertools", - "version": "0.10.5", - "package_url": "https://github.com/rust-itertools/itertools", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/itertools/0.10.5/download", - "sha256": "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" - } - }, - "targets": [ - { - "Library": { - "crate_name": "itertools", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "itertools", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "use_alloc", - "use_std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "either 1.18.0", - "target": "either" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.10.5" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "itertools 0.12.0": { - "name": "itertools", - "version": "0.12.0", - "package_url": "https://github.com/rust-itertools/itertools", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/itertools/0.12.0/download", - "sha256": "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "itertools", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "itertools", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "use_alloc", - "use_std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "either 1.18.0", - "target": "either" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.12.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "itertools 0.13.0": { - "name": "itertools", - "version": "0.13.0", - "package_url": "https://github.com/rust-itertools/itertools", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/itertools/0.13.0/download", - "sha256": "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" - } - }, - "targets": [ - { - "Library": { - "crate_name": "itertools", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "itertools", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "use_alloc", - "use_std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "either 1.18.0", - "target": "either" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.13.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "itertools 0.14.0": { - "name": "itertools", - "version": "0.14.0", - "package_url": "https://github.com/rust-itertools/itertools", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/itertools/0.14.0/download", - "sha256": "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" - } - }, - "targets": [ - { - "Library": { - "crate_name": "itertools", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "itertools", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "use_alloc", - "use_std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "either 1.18.0", - "target": "either" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.14.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "itertools 0.15.0": { - "name": "itertools", - "version": "0.15.0", - "package_url": "https://github.com/rust-itertools/itertools", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/itertools/0.15.0/download", - "sha256": "8b4baf93f58d4425749ca49a51c50ebab072c5df6994d08fed93541c331481dc" - } - }, - "targets": [ - { - "Library": { - "crate_name": "itertools", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "itertools", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "use_alloc", - "use_std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "either 1.18.0", - "target": "either" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.15.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "itoa 1.0.17": { - "name": "itoa", - "version": "1.0.17", - "package_url": "https://github.com/dtolnay/itoa", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/itoa/1.0.17/download", - "sha256": "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" - } - }, - "targets": [ - { - "Library": { - "crate_name": "itoa", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "itoa", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "1.0.17" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "jni 0.21.1": { - "name": "jni", - "version": "0.21.1", - "package_url": "https://github.com/jni-rs/jni-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/jni/0.21.1/download", - "sha256": "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" - } - }, - "targets": [ - { - "Library": { - "crate_name": "jni", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "jni", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cesu8 1.1.0", - "target": "cesu8" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "combine 4.6.7", - "target": "combine" - }, - { - "id": "jni-sys 0.3.0", - "target": "jni_sys" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": { - "cfg(windows)": [ - { - "id": "windows-sys 0.45.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2018", - "version": "0.21.1" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "jni 0.22.4": { - "name": "jni", - "version": "0.22.4", - "package_url": "https://github.com/jni-rs/jni-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/jni/0.22.4/download", - "sha256": "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498" - } - }, - "targets": [ - { - "Library": { - "crate_name": "jni", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "jni", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "combine 4.6.7", - "target": "combine" - }, - { - "id": "jni 0.22.4", - "target": "build_script_build" - }, - { - "id": "jni-sys 0.4.1", - "target": "jni_sys" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "simd_cesu8 1.1.1", - "target": "simd_cesu8" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": { - "cfg(windows)": [ - { - "id": "windows-link 0.2.1", - "target": "windows_link" - } - ] - } - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "jni-macros 0.22.4", - "target": "jni_macros" - } - ], - "selects": {} - }, - "version": "0.22.4" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "walkdir 2.5.0", - "target": "walkdir" - } - ], - "selects": {} - } - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "jni-macros 0.22.4": { - "name": "jni-macros", - "version": "0.22.4", - "package_url": "https://github.com/jni-rs/jni-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/jni-macros/0.22.4/download", - "sha256": "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "jni_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "jni_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "jni-macros 0.22.4", - "target": "build_script_build" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "simd_cesu8 1.1.1", - "target": "simd_cesu8" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.22.4" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "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": null - }, - "jni-sys 0.3.0": { - "name": "jni-sys", - "version": "0.3.0", - "package_url": "https://github.com/sfackler/rust-jni-sys", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/jni-sys/0.3.0/download", - "sha256": "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" - } - }, - "targets": [ - { - "Library": { - "crate_name": "jni_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "jni_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.3.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "jni-sys 0.4.1": { - "name": "jni-sys", - "version": "0.4.1", - "package_url": "https://github.com/jni-rs/jni-sys", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/jni-sys/0.4.1/download", - "sha256": "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2" - } - }, - "targets": [ - { - "Library": { - "crate_name": "jni_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "jni_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "jni-sys-macros 0.4.1", - "target": "jni_sys_macros" - } - ], - "selects": {} - }, - "version": "0.4.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "jni-sys-macros 0.4.1": { - "name": "jni-sys-macros", - "version": "0.4.1", - "package_url": "https://github.com/jni-rs/jni-sys", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/jni-sys-macros/0.4.1/download", - "sha256": "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "jni_sys_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "jni_sys_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "jobserver 0.1.32": { - "name": "jobserver", - "version": "0.1.32", - "package_url": "https://github.com/rust-lang/jobserver-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/jobserver/0.1.32/download", - "sha256": "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "jobserver", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "jobserver", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(unix)": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ] - } - }, - "edition": "2021", - "version": "0.1.32" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "js-sys 0.3.103": { - "name": "js-sys", - "version": "0.3.103", - "package_url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/js-sys", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/js-sys/0.3.103/download", - "sha256": "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102" - } - }, - "targets": [ - { - "Library": { - "crate_name": "js_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "js_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std", - "unsafe-eval" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "wasm-bindgen 0.2.126", - "target": "wasm_bindgen" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.103" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "json-patch 0.2.7": { - "name": "json-patch", - "version": "0.2.7", - "package_url": "https://github.com/idubrov/json-patch", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/json-patch/0.2.7/download", - "sha256": "eb3fa5a61630976fc4c353c70297f2e93f1930e3ccee574d59d618ccbd5154ce" - } - }, - "targets": [ - { - "Library": { - "crate_name": "json_patch", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "json_patch", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "diff", - "treediff" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "treediff 3.0.2", - "target": "treediff" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.7" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "json5 0.4.1": { - "name": "json5", - "version": "0.4.1", - "package_url": "https://github.com/callum-oakley/json5-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/json5/0.4.1/download", - "sha256": "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "json5", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "json5", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "pest 2.7.1", - "target": "pest" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "pest_derive 2.7.1", - "target": "pest_derive" - } - ], - "selects": {} - }, - "version": "0.4.1" - }, - "license": "ISC", - "license_ids": [ - "ISC" - ], - "license_file": null - }, - "jsonrpc 0.20.1": { - "name": "jsonrpc", - "version": "0.20.1", - "package_url": "https://github.com/rust-bitcoin/corepc/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/jsonrpc/0.20.1/download", - "sha256": "f106cca655869522988b976127096f0aa36e0f1a8ff1f1f425a5c85b61e59391" - } - }, - "targets": [ - { - "Library": { - "crate_name": "jsonrpc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "jsonrpc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "base64", - "default", - "simple_http", - "simple_tcp" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base64 0.22.1", - "target": "base64" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.20.1" - }, - "license": "CC0-1.0", - "license_ids": [ - "CC0-1.0" - ], - "license_file": null - }, - "jsonschema 0.38.1": { - "name": "jsonschema", - "version": "0.38.1", - "package_url": "https://github.com/Stranger6667/jsonschema", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/jsonschema/0.38.1/download", - "sha256": "89f50532ce4a0ba3ae930212908d8ec50e7806065c059fe9c75da2ece6132294" - } - }, - "targets": [ - { - "Library": { - "crate_name": "jsonschema", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "jsonschema", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "ahash 0.8.11", - "target": "ahash" - }, - { - "id": "bytecount 0.6.9", - "target": "bytecount" - }, - { - "id": "data-encoding 2.11.0", - "target": "data_encoding" - }, - { - "id": "email_address 0.2.9", - "target": "email_address" - }, - { - "id": "fancy-regex 0.17.0", - "target": "fancy_regex" - }, - { - "id": "fraction 0.15.3", - "target": "fraction" - }, - { - "id": "idna 1.0.3", - "target": "idna" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "num-cmp 0.1.0", - "target": "num_cmp" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "percent-encoding 2.3.1", - "target": "percent_encoding" - }, - { - "id": "referencing 0.38.1", - "target": "referencing" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "regex-syntax 0.8.11", - "target": "regex_syntax" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "unicode-general-category 1.1.0", - "target": "unicode_general_category" - }, - { - "id": "uuid-simd 0.8.0", - "target": "uuid_simd" - } - ], - "selects": { - "cfg(target_arch = \"wasm32\")": [ - { - "id": "getrandom 0.3.4", - "target": "getrandom" - } - ] - } - }, - "edition": "2021", - "version": "0.38.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "k256 0.13.4": { - "name": "k256", - "version": "0.13.4", - "package_url": "https://github.com/RustCrypto/elliptic-curves/tree/master/k256", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/k256/0.13.4/download", - "sha256": "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "k256", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "k256", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "arithmetic", - "default", - "digest", - "ecdsa", - "ecdsa-core", - "once_cell", - "pem", - "pkcs8", - "precomputed-tables", - "schnorr", - "serde", - "serdect", - "sha2", - "sha256", - "signature", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "ecdsa 0.16.9", - "target": "ecdsa", - "alias": "ecdsa_core" - }, - { - "id": "elliptic-curve 0.13.8", - "target": "elliptic_curve" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "serdect 0.2.0", - "target": "serdect" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "signature 2.2.0", - "target": "signature" - } - ], - "selects": {} - }, - "edition": "2021", - "rustc_flags": { - "common": [ - "-C", - "opt-level=3" - ], - "selects": {} - }, - "version": "0.13.4" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "keccak 0.1.6": { - "name": "keccak", - "version": "0.1.6", - "package_url": "https://github.com/RustCrypto/sponges/tree/master/keccak", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/keccak/0.1.6/download", - "sha256": "cb26cec98cce3a3d96cbb7bced3c4b16e3d13f27ec56dbd62cbc8f39cfb9d653" - } - }, - "targets": [ - { - "Library": { - "crate_name": "keccak", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "keccak", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(target_arch = \"aarch64\")": [ - { - "id": "cpufeatures 0.2.9", - "target": "cpufeatures" - } - ] - } - }, - "edition": "2018", - "version": "0.1.6" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "keccak 0.2.2": { - "name": "keccak", - "version": "0.2.2", - "package_url": "https://github.com/RustCrypto/sponges", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/keccak/0.2.2/download", - "sha256": "d8f198d1db720e4940b5a493201d199d9f24f568f8f746bd13706243a2f71598" - } - }, - "targets": [ - { - "Library": { - "crate_name": "keccak", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "keccak", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - } - ], - "selects": { - "cfg(target_arch = \"aarch64\")": [ - { - "id": "cpufeatures 0.3.0", - "target": "cpufeatures" - } - ] - } - }, - "edition": "2024", - "version": "0.2.2" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "keccak-asm 0.1.8": { - "name": "keccak-asm", - "version": "0.1.8", - "package_url": "https://github.com/danipopes/keccak-asm", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/keccak-asm/0.1.8/download", - "sha256": "dd5dc2c0d691cbf7595cde551ced329cca99c2387c2cbc97754c5d0cd045d3ee" - } - }, - "targets": [ - { - "Library": { - "crate_name": "keccak_asm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "keccak_asm", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "sha3-asm 0.1.8", - "target": "sha3_asm" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.8" - }, - "license": "BSD-3-Clause", - "license_ids": [ - "BSD-3-Clause" - ], - "license_file": "LICENSE" - }, - "keyring 3.4.0": { - "name": "keyring", - "version": "3.4.0", - "package_url": "https://github.com/hwchen/keyring-rs.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/keyring/3.4.0/download", - "sha256": "bd3d701d3de5b9c4b0d9d077f8c2c66f0388d75e96932ebbb7cdff8713d7f7c6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "keyring", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "keyring", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "apple-native", - "linux-native", - "sync-secret-service", - "vendored", - "windows-native" - ], - "selects": {} - }, - "deps": { - "common": [], - "selects": { - "aarch64-apple-darwin": [ - { - "id": "security-framework 3.5.1", - "target": "security_framework" - } - ], - "aarch64-unknown-linux-gnu": [ - { - "id": "dbus-secret-service 4.0.3", - "target": "dbus_secret_service" - }, - { - "id": "linux-keyutils 0.2.4", - "target": "linux_keyutils" - } - ], - "x86_64-apple-darwin": [ - { - "id": "security-framework 3.5.1", - "target": "security_framework" - } - ], - "x86_64-unknown-linux-gnu": [ - { - "id": "dbus-secret-service 4.0.3", - "target": "dbus_secret_service" - }, - { - "id": "linux-keyutils 0.2.4", - "target": "linux_keyutils" - } - ] - } - }, - "edition": "2021", - "version": "3.4.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "lalrpop 0.20.0": { - "name": "lalrpop", - "version": "0.20.0", - "package_url": "https://github.com/lalrpop/lalrpop", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/lalrpop/0.20.0/download", - "sha256": "da4081d44f4611b66c6dd725e6de3169f9f63905421e8626fcb86b6a898998b8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "lalrpop", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "lalrpop", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "lexer", - "pico-args", - "unicode" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ascii-canvas 3.0.0", - "target": "ascii_canvas" - }, - { - "id": "bit-set 0.5.3", - "target": "bit_set" - }, - { - "id": "diff 0.1.13", - "target": "diff" - }, - { - "id": "ena 0.14.2", - "target": "ena" - }, - { - "id": "is-terminal 0.4.9", - "target": "is_terminal" - }, - { - "id": "itertools 0.10.5", - "target": "itertools" - }, - { - "id": "lalrpop-util 0.20.0", - "target": "lalrpop_util" - }, - { - "id": "petgraph 0.6.3", - "target": "petgraph" - }, - { - "id": "pico-args 0.5.0", - "target": "pico_args" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "regex-syntax 0.7.4", - "target": "regex_syntax" - }, - { - "id": "string_cache 0.8.9", - "target": "string_cache" - }, - { - "id": "term 0.7.0", - "target": "term" - }, - { - "id": "tiny-keccak 2.0.2", - "target": "tiny_keccak" - }, - { - "id": "unicode-xid 0.2.4", - "target": "unicode_xid" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.20.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "lalrpop 0.22.1": { - "name": "lalrpop", - "version": "0.22.1", - "package_url": "https://github.com/lalrpop/lalrpop", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/lalrpop/0.22.1/download", - "sha256": "7047a26de42016abf8f181b46b398aef0b77ad46711df41847f6ed869a2a1d5b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "lalrpop", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "lalrpop", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "ascii-canvas 4.0.0", - "target": "ascii_canvas" - }, - { - "id": "bit-set 0.8.0", - "target": "bit_set" - }, - { - "id": "ena 0.14.2", - "target": "ena" - }, - { - "id": "itertools 0.14.0", - "target": "itertools" - }, - { - "id": "lalrpop-util 0.22.1", - "target": "lalrpop_util" - }, - { - "id": "petgraph 0.7.1", - "target": "petgraph" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "regex-syntax 0.8.11", - "target": "regex_syntax" - }, - { - "id": "sha3 0.10.8", - "target": "sha3" - }, - { - "id": "string_cache 0.8.9", - "target": "string_cache" - }, - { - "id": "term 1.0.2", - "target": "term" - }, - { - "id": "unicode-xid 0.2.4", - "target": "unicode_xid" - }, - { - "id": "walkdir 2.5.0", - "target": "walkdir" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.22.1" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "lalrpop-util 0.20.0": { - "name": "lalrpop-util", - "version": "0.20.0", - "package_url": "https://github.com/lalrpop/lalrpop", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/lalrpop-util/0.20.0/download", - "sha256": "3f35c735096c0293d313e8f2a641627472b83d01b937177fe76e5e2708d31e0d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "lalrpop_util", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "lalrpop_util", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": { - "aarch64-apple-darwin": [ - "lexer", - "regex" - ], - "aarch64-unknown-linux-gnu": [ - "lexer", - "regex" - ], - "x86_64-apple-darwin": [ - "lexer", - "regex" - ], - "x86_64-unknown-linux-gnu": [ - "lexer", - "regex" - ] - } - }, - "deps": { - "common": [], - "selects": { - "aarch64-apple-darwin": [ - { - "id": "regex 1.13.1", - "target": "regex" - } - ], - "aarch64-unknown-linux-gnu": [ - { - "id": "regex 1.13.1", - "target": "regex" - } - ], - "x86_64-apple-darwin": [ - { - "id": "regex 1.13.1", - "target": "regex" - } - ], - "x86_64-unknown-linux-gnu": [ - { - "id": "regex 1.13.1", - "target": "regex" - } - ] - } - }, - "edition": "2021", - "version": "0.20.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "lalrpop-util 0.22.1": { - "name": "lalrpop-util", - "version": "0.22.1", - "package_url": "https://github.com/lalrpop/lalrpop", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/lalrpop-util/0.22.1/download", - "sha256": "e8d05b3fe34b8bd562c338db725dfa9beb9451a48f65f129ccb9538b48d2c93b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "lalrpop_util", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "lalrpop_util", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "rustversion 1.0.14", - "target": "rustversion" - } - ], - "selects": {} - }, - "version": "0.22.1" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "language-tags 0.3.2": { - "name": "language-tags", - "version": "0.3.2", - "package_url": "https://github.com/pyfisch/rust-language-tags", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/language-tags/0.3.2/download", - "sha256": "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388" - } - }, - "targets": [ - { - "Library": { - "crate_name": "language_tags", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "language_tags", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.3.2" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE" - }, - "lazy_format 2.0.3": { - "name": "lazy_format", - "version": "2.0.3", - "package_url": "https://github.com/Lucretiel/lazy_format", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/lazy_format/2.0.3/download", - "sha256": "e479e99b287d578ed5f6cd4c92cdf48db219088adb9c5b14f7c155b71dfba792" - } - }, - "targets": [ - { - "Library": { - "crate_name": "lazy_format", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "lazy_format", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "2.0.3" - }, - "license": "MPL-2.0", - "license_ids": [ - "MPL-2.0" - ], - "license_file": "LICENSE" - }, - "lazy_static 1.5.0": { - "name": "lazy_static", - "version": "1.5.0", - "package_url": "https://github.com/rust-lang-nursery/lazy-static.rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/lazy_static/1.5.0/download", - "sha256": "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" - } - }, - "targets": [ - { - "Library": { - "crate_name": "lazy_static", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "lazy_static", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "spin", - "spin_no_std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "spin 0.9.8", - "target": "spin" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "1.5.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "lazycell 1.3.0": { - "name": "lazycell", - "version": "1.3.0", - "package_url": "https://github.com/indiv0/lazycell", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/lazycell/1.3.0/download", - "sha256": "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" - } - }, - "targets": [ - { - "Library": { - "crate_name": "lazycell", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "lazycell", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "1.3.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "leb128 0.2.5": { - "name": "leb128", - "version": "0.2.5", - "package_url": "https://github.com/gimli-rs/leb128", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/leb128/0.2.5/download", - "sha256": "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" - } - }, - "targets": [ - { - "Library": { - "crate_name": "leb128", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "leb128", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.2.5" - }, - "license": "Apache-2.0/MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "leb128fmt 0.1.0": { - "name": "leb128fmt", - "version": "0.1.0", - "package_url": "https://github.com/bluk/leb128fmt", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/leb128fmt/0.1.0/download", - "sha256": "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" - } - }, - "targets": [ - { - "Library": { - "crate_name": "leb128fmt", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "leb128fmt", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.1.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "libc 0.2.186": { - "name": "libc", - "version": "0.2.186", - "package_url": "https://github.com/rust-lang/libc", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/libc/0.2.186/download", - "sha256": "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" - } - }, - "targets": [ - { - "Library": { - "crate_name": "libc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "libc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "extra_traits", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.186" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "libcryptsetup-rs 0.15.0": { - "name": "libcryptsetup-rs", - "version": "0.15.0", - "package_url": "https://github.com/stratis-storage/libcryptsetup-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/libcryptsetup-rs/0.15.0/download", - "sha256": "3ba8f9447e9320030e045b3c7f1b1a978355c43cd05cdaba7e618d1e080519dd", - "patch_args": [ - "-p1" - ], - "patches": [ - "@@//bazel:libcryptsetup-rs.patch" - ] - } - }, - "targets": [ - { - "Library": { - "crate_name": "libcryptsetup_rs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "libcryptsetup_rs", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "mutex" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "either 1.18.0", - "target": "either" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "libcryptsetup-rs 0.15.0", - "target": "build_script_build" - }, - { - "id": "libcryptsetup-rs-sys 0.6.0", - "target": "libcryptsetup_rs_sys" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "per-thread-mutex 0.1.4", - "target": "per_thread_mutex" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "uuid 1.12.1", - "target": "uuid" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.15.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - }, - { - "id": "semver 1.0.27", - "target": "semver" - } - ], - "selects": {} - } - }, - "license": "MPL-2.0", - "license_ids": [ - "MPL-2.0" - ], - "license_file": "LICENSE" - }, - "libcryptsetup-rs-sys 0.6.0": { - "name": "libcryptsetup-rs-sys", - "version": "0.6.0", - "package_url": "https://github.com/stratis-storage/libcryptsetup-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/libcryptsetup-rs-sys/0.6.0/download", - "sha256": "d70e7b16c75f442c560d3b9514c6343e8dde6426651745de12868e1500edbc0f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "libcryptsetup_rs_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "libcryptsetup_rs_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libcryptsetup-rs-sys 0.6.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "extra_link_deps": { - "common": [ - "@@//third_party:cryptsetup" - ], - "selects": {} - }, - "version": "0.6.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bindgen 0.71.1", - "target": "bindgen" - }, - { - "id": "cc 1.2.48", - "target": "cc" - }, - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - }, - { - "id": "semver 1.0.27", - "target": "semver" - } - ], - "selects": {} - } - }, - "license": "MPL-2.0", - "license_ids": [ - "MPL-2.0" - ], - "license_file": "LICENSE" - }, - "libdbus-sys 0.2.5": { - "name": "libdbus-sys", - "version": "0.2.5", - "package_url": "https://github.com/diwic/dbus-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/libdbus-sys/0.2.5/download", - "sha256": "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72" - } - }, - "targets": [ - { - "Library": { - "crate_name": "libdbus_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "libdbus_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "cc", - "default", - "pkg-config", - "vendored" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libdbus-sys 0.2.5", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.2.5" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - }, - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - } - ], - "selects": {} - }, - "links": "dbus" - }, - "license": "Apache-2.0/MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "libflate 2.3.1": { - "name": "libflate", - "version": "2.3.1", - "package_url": "https://github.com/sile/libflate", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/libflate/2.3.1/download", - "sha256": "a4da9b700e758e57152a1fd1c52cbdc5727c1aa6d8743dc1acda917398f1d76c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "libflate", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "libflate", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "adler32 1.2.0", - "target": "adler32" - }, - { - "id": "crc32fast 1.3.2", - "target": "crc32fast" - }, - { - "id": "dary_heap 0.3.6", - "target": "dary_heap" - }, - { - "id": "libflate_lz77 2.3.0", - "target": "libflate_lz77" - }, - { - "id": "no_std_io2 0.9.4", - "target": "no_std_io2" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "2.3.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "libflate_lz77 2.3.0": { - "name": "libflate_lz77", - "version": "2.3.0", - "package_url": "https://github.com/sile/libflate", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/libflate_lz77/2.3.0/download", - "sha256": "ff7a10e427698aef6eef269482776debfef63384d30f13aad39a1a95e0e098fd" - } - }, - "targets": [ - { - "Library": { - "crate_name": "libflate_lz77", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "libflate_lz77", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "hashbrown 0.16.1", - "target": "hashbrown" - }, - { - "id": "no_std_io2 0.9.4", - "target": "no_std_io2" - }, - { - "id": "rle-decode-fast 1.0.3", - "target": "rle_decode_fast" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "2.3.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "libfuzzer-sys 0.4.7": { - "name": "libfuzzer-sys", - "version": "0.4.7", - "package_url": "https://github.com/rust-fuzz/libfuzzer", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/libfuzzer-sys/0.4.7/download", - "sha256": "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "libfuzzer_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "libfuzzer_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "arbitrary 1.4.2", - "target": "arbitrary" - }, - { - "id": "libfuzzer-sys 0.4.7", - "target": "build_script_build" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.7" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - } - }, - "license": "MIT/Apache-2.0/NCSA", - "license_ids": [ - "Apache-2.0", - "MIT", - "NCSA" - ], - "license_file": "LICENSE-APACHE" - }, - "libloading 0.5.2": { - "name": "libloading", - "version": "0.5.2", - "package_url": "https://github.com/nagisa/rust_libloading/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/libloading/0.5.2/download", - "sha256": "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753" - } - }, - "targets": [ - { - "Library": { - "crate_name": "libloading", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "libloading", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libloading 0.5.2", - "target": "build_script_build" - } - ], - "selects": { - "cfg(windows)": [ - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ] - } - }, - "edition": "2015", - "version": "0.5.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - } - }, - "license": "ISC", - "license_ids": [ - "ISC" - ], - "license_file": "LICENSE" - }, - "libloading 0.7.4": { - "name": "libloading", - "version": "0.7.4", - "package_url": "https://github.com/nagisa/rust_libloading/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/libloading/0.7.4/download", - "sha256": "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "libloading", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "libloading", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(unix)": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - } - ], - "cfg(windows)": [ - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ] - } - }, - "edition": "2015", - "version": "0.7.4" - }, - "license": "ISC", - "license_ids": [ - "ISC" - ], - "license_file": "LICENSE" - }, - "libm 0.2.16": { - "name": "libm", - "version": "0.2.16", - "package_url": "https://github.com/rust-lang/compiler-builtins", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/libm/0.2.16/download", - "sha256": "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" - } - }, - "targets": [ - { - "Library": { - "crate_name": "libm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "libm", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "arch", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libm 0.2.16", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.16" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE.txt" - }, - "libnss 0.5.0": { - "name": "libnss", - "version": "0.5.0", - "package_url": "https://github.com/csnewman/libnss-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/libnss/0.5.0/download", - "sha256": "41bcbddc10dc229d4119553cc8dc61968cdd134286a4669ba31184f8e9efa442" - } - }, - "targets": [ - { - "Library": { - "crate_name": "libnss", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "libnss", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "0.5.0" - }, - "license": "LGPL-3.0", - "license_ids": [ - "LGPL-3.0" - ], - "license_file": null - }, - "libredox 0.1.4": { - "name": "libredox", - "version": "0.1.4", - "package_url": "https://gitlab.redox-os.org/redox-os/libredox.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/libredox/0.1.4/download", - "sha256": "1580801010e535496706ba011c15f8532df6b42297d2e471fec38ceadd8c0638" - } - }, - "targets": [ - { - "Library": { - "crate_name": "libredox", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "libredox", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.4" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "librocksdb-sys 0.16.0+8.10.0": { - "name": "librocksdb-sys", - "version": "0.16.0+8.10.0", - "package_url": "https://github.com/rust-rocksdb/rust-rocksdb", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/librocksdb-sys/0.16.0+8.10.0/download", - "sha256": "ce3d60bc059831dc1c83903fb45c103f75db65c5a7bf22272764d9cc683e348c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "librocksdb_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "librocksdb_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "static" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "librocksdb-sys 0.16.0+8.10.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.16.0+8.10.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bindgen 0.69.4", - "target": "bindgen" - }, - { - "id": "cc 1.2.48", - "target": "cc" - }, - { - "id": "glob 0.3.1", - "target": "glob" - } - ], - "selects": {} - }, - "build_script_env": { - "common": { - "NUM_JOBS": "8" - }, - "selects": {} - }, - "links": "rocksdb" - }, - "license": "MIT/Apache-2.0/BSD-3-Clause", - "license_ids": [ - "Apache-2.0", - "BSD-3-Clause", - "MIT" - ], - "license_file": null - }, - "libsqlite3-sys 0.35.0": { - "name": "libsqlite3-sys", - "version": "0.35.0", - "package_url": "https://github.com/rusqlite/rusqlite", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/libsqlite3-sys/0.35.0/download", - "sha256": "133c182a6a2c87864fe97778797e46c7e999672690dc9fa3ee8e241aa4a9c13f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "libsqlite3_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "libsqlite3_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "bundled", - "bundled_bindings", - "cc", - "default", - "min_sqlite_version_3_14_0", - "pkg-config", - "vcpkg" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libsqlite3-sys 0.35.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.35.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - }, - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - }, - { - "id": "vcpkg 0.2.15", - "target": "vcpkg" - } - ], - "selects": {} - }, - "links": "sqlite3" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "libssh2-sys 0.3.0": { - "name": "libssh2-sys", - "version": "0.3.0", - "package_url": "https://github.com/alexcrichton/ssh2-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/libssh2-sys/0.3.0/download", - "sha256": "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee", - "patch_args": [ - "-p1" - ], - "patches": [ - "@@//bazel:libssh2-sys.patch" - ] - } - }, - "targets": [ - { - "Library": { - "crate_name": "libssh2_sys", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "libssh2_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "libssh2-sys 0.3.0", - "target": "build_script_build" - }, - { - "id": "libz-sys 1.1.9", - "target": "libz_sys" - } - ], - "selects": { - "cfg(unix)": [ - { - "id": "openssl-sys 0.9.116", - "target": "openssl_sys" - } - ] - } - }, - "edition": "2015", - "version": "0.3.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data": { - "common": [ - "@openssl//:gen_dir" - ], - "selects": {} - }, - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - }, - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - } - ], - "selects": { - "cfg(target_env = \"msvc\")": [ - { - "id": "vcpkg 0.2.15", - "target": "vcpkg" - } - ] - } - }, - "link_deps": { - "common": [ - { - "id": "libz-sys 1.1.9", - "target": "libz_sys" - } - ], - "selects": { - "cfg(unix)": [ - { - "id": "openssl-sys 0.9.116", - "target": "openssl_sys" - } - ] - } - }, - "links": "ssh2" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "libsystemd 0.7.2": { - "name": "libsystemd", - "version": "0.7.2", - "package_url": "https://github.com/lucab/libsystemd-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/libsystemd/0.7.2/download", - "sha256": "19c97a761fc86953c5b885422b22c891dbf5bcb9dcc99d0110d6ce4c052759f0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "libsystemd", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "libsystemd", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "hmac 0.12.1", - "target": "hmac" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "nix 0.29.0", - "target": "nix" - }, - { - "id": "nom 8.0.0", - "target": "nom" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "uuid 1.12.1", - "target": "uuid" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.2" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE-2.0" - }, - "libusb1-sys 0.7.0": { - "name": "libusb1-sys", - "version": "0.7.0", - "package_url": "https://github.com/a1ien/rusb.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/libusb1-sys/0.7.0/download", - "sha256": "da050ade7ac4ff1ba5379af847a10a10a8e284181e060105bf8d86960ce9ce0f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "libusb1_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "libusb1_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "vendored" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "libusb1-sys 0.7.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.7.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - }, - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - } - ], - "selects": { - "cfg(target_os = \"windows\")": [ - { - "id": "vcpkg 0.2.15", - "target": "vcpkg" - } - ] - } - }, - "build_script_env": { - "common": { - "LIBUDEV_NO_PKG_CONFIG": "1" - }, - "selects": {} - }, - "links": "usb-1.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "libz-sys 1.1.9": { - "name": "libz-sys", - "version": "1.1.9", - "package_url": "https://github.com/rust-lang/libz-sys", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/libz-sys/1.1.9/download", - "sha256": "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db" - } - }, - "targets": [ - { - "Library": { - "crate_name": "libz_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "libz_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "libc", - "static" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "libz-sys 1.1.9", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.1.9" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - }, - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - } - ], - "selects": { - "cfg(target_env = \"msvc\")": [ - { - "id": "vcpkg 0.2.15", - "target": "vcpkg" - } - ] - } - }, - "links": "z" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "linked-hash-map 0.5.6": { - "name": "linked-hash-map", - "version": "0.5.6", - "package_url": "https://github.com/contain-rs/linked-hash-map", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/linked-hash-map/0.5.6/download", - "sha256": "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "linked_hash_map", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "linked_hash_map", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.5.6" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "linux-keyutils 0.2.4": { - "name": "linux-keyutils", - "version": "0.2.4", - "package_url": "https://github.com/landhb/linux-keyutils", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/linux-keyutils/0.2.4/download", - "sha256": "761e49ec5fd8a5a463f9b84e877c373d888935b71c6be78f3767fe2ae6bed18e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "linux_keyutils", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "linux_keyutils", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.4" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "linux-raw-sys 0.4.15": { - "name": "linux-raw-sys", - "version": "0.4.15", - "package_url": "https://github.com/sunfishcode/linux-raw-sys", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/linux-raw-sys/0.4.15/download", - "sha256": "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" - } - }, - "targets": [ - { - "Library": { - "crate_name": "linux_raw_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "linux_raw_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "elf", - "errno", - "general", - "if_ether", - "ioctl", - "net", - "netlink", - "no_std", - "prctl", - "system", - "xdp" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.15" - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "linux-raw-sys 0.12.1": { - "name": "linux-raw-sys", - "version": "0.12.1", - "package_url": "https://github.com/sunfishcode/linux-raw-sys", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/linux-raw-sys/0.12.1/download", - "sha256": "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" - } - }, - "targets": [ - { - "Library": { - "crate_name": "linux_raw_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "linux_raw_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "auxvec", - "default", - "elf", - "errno", - "general", - "if_arp", - "if_ether", - "ioctl", - "net", - "netlink", - "no_std", - "std", - "xdp" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.12.1" - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "litemap 0.7.3": { - "name": "litemap", - "version": "0.7.3", - "package_url": "https://github.com/unicode-org/icu4x", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/litemap/0.7.3/download", - "sha256": "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" - } - }, - "targets": [ - { - "Library": { - "crate_name": "litemap", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "litemap", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.3" - }, - "license": "Unicode-3.0", - "license_ids": [ - "Unicode-3.0" - ], - "license_file": "LICENSE" - }, - "little-loadshedder 0.2.0": { - "name": "little-loadshedder", - "version": "0.2.0", - "package_url": "https://github.com/Skepfyr/little-loadshedder", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/little-loadshedder/0.2.0/download", - "sha256": "1edea14a875dba8659cb864480c27e8eb2d099542b657729a7567625a2c1d65a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "little_loadshedder", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "little_loadshedder", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tower 0.4.13", - "target": "tower" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "lmdb-rkv 0.14.99": { - "name": "lmdb-rkv", - "version": "0.14.99", - "package_url": "https://github.com/mozilla/lmdb-rs.git", - "repository": { - "Git": { - "remote": "https://github.com/dfinity-lab/lmdb-rs", - "commitish": { - "Rev": "a244a247789fd9ece0fe1a406180c32e5bbc0c3f" - } - } - }, - "targets": [ - { - "Library": { - "crate_name": "lmdb", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "lmdb", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "byteorder 1.5.0", - "target": "byteorder" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "lmdb-rkv-sys 0.11.99", - "target": "lmdb_sys" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.14.99" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "lmdb-rkv-sys 0.11.99": { - "name": "lmdb-rkv-sys", - "version": "0.11.99", - "package_url": "https://github.com/mozilla/lmdb-rs.git", - "repository": { - "Git": { - "remote": "https://github.com/dfinity-lab/lmdb-rs", - "commitish": { - "Rev": "a244a247789fd9ece0fe1a406180c32e5bbc0c3f" - }, - "strip_prefix": "lmdb-sys", - "patch_args": [ - "-p1" - ], - "patches": [ - "@@//bazel:lmdb_rkv_sys.patch" - ] - } - }, - "targets": [ - { - "Library": { - "crate_name": "lmdb_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "lmdb_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "lmdb-rkv-sys 0.11.99", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.11.99" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data": { - "common": [ - "@lmdb//:liblmdb", - "@lmdb//:lmdb.h" - ], - "selects": {} - }, - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - }, - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - } - ], - "selects": {} - }, - "build_script_env": { - "common": { - "LMDB_H_PATH": "$(location @lmdb//:lmdb.h)", - "LMDB_OVERRIDE": "$(location @lmdb//:liblmdb)" - }, - "selects": {} - } - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "local-channel 0.1.3": { - "name": "local-channel", - "version": "0.1.3", - "package_url": "https://github.com/actix/actix-net.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/local-channel/0.1.3/download", - "sha256": "7f303ec0e94c6c54447f84f3b0ef7af769858a9c4ef56ef2a986d3dcd4c3fc9c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "local_channel", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "local_channel", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-sink 0.3.31", - "target": "futures_sink" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "local-waker 0.1.3", - "target": "local_waker" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "local-ip-address 0.6.13": { - "name": "local-ip-address", - "version": "0.6.13", - "package_url": "https://github.com/LeoBorai/local-ip-address", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/local-ip-address/0.6.13/download", - "sha256": "aa08fb2b1ec3ea84575e94b489d06d4ce0cbf052d12acd515838f50e3c3d63e3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "local_ip_address", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "local_ip_address", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(target_os = \"linux\")": [ - { - "id": "neli 0.7.4", - "target": "neli" - } - ], - "cfg(unix)": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "windows-sys 0.61.2", - "target": "windows_sys" - } - ] - } - }, - "edition": "2021", - "version": "0.6.13" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "local-waker 0.1.3": { - "name": "local-waker", - "version": "0.1.3", - "package_url": "https://github.com/actix/actix-net.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/local-waker/0.1.3/download", - "sha256": "e34f76eb3611940e0e7d53a9aaa4e6a3151f69541a282fd0dad5571420c53ff1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "local_waker", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "local_waker", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.1.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "lock_api 0.4.14": { - "name": "lock_api", - "version": "0.4.14", - "package_url": "https://github.com/Amanieu/parking_lot", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/lock_api/0.4.14/download", - "sha256": "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" - } - }, - "targets": [ - { - "Library": { - "crate_name": "lock_api", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "lock_api", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "atomic_usize", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "scopeguard 1.2.0", - "target": "scopeguard" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.14" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "log 0.4.33": { - "name": "log", - "version": "0.4.33", - "package_url": "https://github.com/rust-lang/log", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/log/0.4.33/download", - "sha256": "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" - } - }, - "targets": [ - { - "Library": { - "crate_name": "log", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "log", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.33" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "logos 0.13.0": { - "name": "logos", - "version": "0.13.0", - "package_url": "https://github.com/maciejhirsz/logos", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/logos/0.13.0/download", - "sha256": "c000ca4d908ff18ac99b93a062cb8958d331c3220719c52e77cb19cc6ac5d2c1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "logos", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "logos", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "export_derive", - "logos-derive", - "std" - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "logos-derive 0.13.0", - "target": "logos_derive" - } - ], - "selects": {} - }, - "version": "0.13.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "logos 0.14.4": { - "name": "logos", - "version": "0.14.4", - "package_url": "https://github.com/maciejhirsz/logos", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/logos/0.14.4/download", - "sha256": "7251356ef8cb7aec833ddf598c6cb24d17b689d20b993f9d11a3d764e34e6458" - } - }, - "targets": [ - { - "Library": { - "crate_name": "logos", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "logos", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "export_derive", - "logos-derive", - "std" - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "logos-derive 0.14.4", - "target": "logos_derive" - } - ], - "selects": {} - }, - "version": "0.14.4" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "logos-codegen 0.13.0": { - "name": "logos-codegen", - "version": "0.13.0", - "package_url": "https://github.com/maciejhirsz/logos", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/logos-codegen/0.13.0/download", - "sha256": "dc487311295e0002e452025d6b580b77bb17286de87b57138f3b5db711cded68" - } - }, - "targets": [ - { - "Library": { - "crate_name": "logos_codegen", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "logos_codegen", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "beef 0.5.2", - "target": "beef" - }, - { - "id": "fnv 1.0.7", - "target": "fnv" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "regex-syntax 0.6.29", - "target": "regex_syntax" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.13.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "logos-codegen 0.14.4": { - "name": "logos-codegen", - "version": "0.14.4", - "package_url": "https://github.com/maciejhirsz/logos", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/logos-codegen/0.14.4/download", - "sha256": "59f80069600c0d66734f5ff52cc42f2dabd6b29d205f333d61fd7832e9e9963f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "logos_codegen", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "logos_codegen", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "beef 0.5.2", - "target": "beef" - }, - { - "id": "fnv 1.0.7", - "target": "fnv" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "regex-syntax 0.8.11", - "target": "regex_syntax" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.14.4" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "logos-derive 0.13.0": { - "name": "logos-derive", - "version": "0.13.0", - "package_url": "https://github.com/maciejhirsz/logos", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/logos-derive/0.13.0/download", - "sha256": "dbfc0d229f1f42d790440136d941afd806bc9e949e2bcb8faa813b0f00d1267e" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "logos_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "logos_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "logos-codegen 0.13.0", - "target": "logos_codegen" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.13.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "logos-derive 0.14.4": { - "name": "logos-derive", - "version": "0.14.4", - "package_url": "https://github.com/maciejhirsz/logos", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/logos-derive/0.14.4/download", - "sha256": "24fb722b06a9dc12adb0963ed585f19fc61dc5413e6a9be9422ef92c091e731d" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "logos_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "logos_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "logos-codegen 0.14.4", - "target": "logos_codegen" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.14.4" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "loopdev-3 0.5.1": { - "name": "loopdev-3", - "version": "0.5.1", - "package_url": "https://github.com/stratis-storage/loopdev-3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/loopdev-3/0.5.1/download", - "sha256": "90a97d7a5124296ee9124a815acdc3dc4a91f577b72812b3f1f99bb959b46e8d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "loopdev", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "loopdev", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "errno 0.3.10", - "target": "errno" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "loopdev-3 0.5.1", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bindgen 0.69.4", - "target": "bindgen" - } - ], - "selects": {} - } - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "lru 0.12.5": { - "name": "lru", - "version": "0.12.5", - "package_url": "https://github.com/jeromefroe/lru-rs.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/lru/0.12.5/download", - "sha256": "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" - } - }, - "targets": [ - { - "Library": { - "crate_name": "lru", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "lru", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "hashbrown" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "hashbrown 0.15.2", - "target": "hashbrown" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.12.5" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "lru-cache 0.1.2": { - "name": "lru-cache", - "version": "0.1.2", - "package_url": "https://github.com/contain-rs/lru-cache", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/lru-cache/0.1.2/download", - "sha256": "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "lru_cache", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "lru_cache", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "linked-hash-map 0.5.6", - "target": "linked_hash_map" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.1.2" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "lru-slab 0.1.2": { - "name": "lru-slab", - "version": "0.1.2", - "package_url": "https://github.com/Ralith/lru-slab", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/lru-slab/0.1.2/download", - "sha256": "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" - } - }, - "targets": [ - { - "Library": { - "crate_name": "lru_slab", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "lru_slab", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.1.2" - }, - "license": "MIT OR Apache-2.0 OR Zlib", - "license_ids": [ - "Apache-2.0", - "MIT", - "Zlib" - ], - "license_file": "LICENSE-APACHE" - }, - "lz4_flex 0.13.1": { - "name": "lz4_flex", - "version": "0.13.1", - "package_url": "https://github.com/pseitz/lz4_flex", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/lz4_flex/0.13.1/download", - "sha256": "7ef0d4ed8669f8f8826eb00dc878084aa8f253506c4fd5e8f58f5bce72ddb97e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "lz4_flex", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "lz4_flex", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "checked-decode", - "default", - "frame", - "safe-decode", - "safe-encode", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "twox-hash 2.1.1", - "target": "twox_hash" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.13.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "lzma-sys 0.1.20": { - "name": "lzma-sys", - "version": "0.1.20", - "package_url": "https://github.com/alexcrichton/xz2-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/lzma-sys/0.1.20/download", - "sha256": "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" - } - }, - "targets": [ - { - "Library": { - "crate_name": "lzma_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "lzma_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "static" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "lzma-sys 0.1.20", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.20" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - }, - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - } - ], - "selects": {} - }, - "links": "lzma" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "mac 0.1.1": { - "name": "mac", - "version": "0.1.1", - "package_url": "https://github.com/reem/rust-mac.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/mac/0.1.1/download", - "sha256": "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" - } - }, - "targets": [ - { - "Library": { - "crate_name": "mac", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "mac", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.1.1" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "macaddr 1.0.1": { - "name": "macaddr", - "version": "1.0.1", - "package_url": "https://github.com/svartalf/rust-macaddr", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/macaddr/1.0.1/download", - "sha256": "baee0bbc17ce759db233beb01648088061bf678383130602a298e6998eedb2d8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "macaddr", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "macaddr", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.1" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "mach2 0.6.0": { - "name": "mach2", - "version": "0.6.0", - "package_url": "https://github.com/JohnTitor/mach2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/mach2/0.6.0/download", - "sha256": "dae608c151f68243f2b000364e1f7b186d9c29845f7d2d85bd31b9ad77ad552b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "mach2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "mach2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2024", - "version": "0.6.0" - }, - "license": "BSD-2-Clause OR MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "BSD-2-Clause", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "macro-string 0.2.0": { - "name": "macro-string", - "version": "0.2.0", - "package_url": "https://github.com/dtolnay/macro-string", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/macro-string/0.2.0/download", - "sha256": "59a9dbbfc75d2688ed057456ce8a3ee3f48d12eec09229f560f3643b9f275653" - } - }, - "targets": [ - { - "Library": { - "crate_name": "macro_string", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "macro_string", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "manyhow 0.11.4": { - "name": "manyhow", - "version": "0.11.4", - "package_url": "https://github.com/ModProg/manyhow", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/manyhow/0.11.4/download", - "sha256": "b33efb3ca6d3b07393750d4030418d594ab1139cee518f0dc88db70fec873587" - } - }, - "targets": [ - { - "Library": { - "crate_name": "manyhow", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "manyhow", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "macros", - "syn", - "syn2" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn", - "alias": "syn2" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "manyhow-macros 0.11.4", - "target": "manyhow_macros", - "alias": "macros" - } - ], - "selects": {} - }, - "version": "0.11.4" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "manyhow-macros 0.11.4": { - "name": "manyhow-macros", - "version": "0.11.4", - "package_url": "https://github.com/ModProg/manyhow", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/manyhow-macros/0.11.4/download", - "sha256": "46fce34d199b78b6e6073abf984c9cf5fd3e9330145a93ee0738a7443e371495" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "manyhow_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "manyhow_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro-utils 0.10.0", - "target": "proc_macro_utils" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.11.4" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE" - }, - "maplit 1.0.2": { - "name": "maplit", - "version": "1.0.2", - "package_url": "https://github.com/bluss/maplit", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/maplit/1.0.2/download", - "sha256": "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "maplit", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "maplit", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "1.0.2" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "markup5ever 0.35.0": { - "name": "markup5ever", - "version": "0.35.0", - "package_url": "https://github.com/servo/html5ever", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/markup5ever/0.35.0/download", - "sha256": "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "markup5ever", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "markup5ever", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "tendril 0.4.3", - "target": "tendril" - }, - { - "id": "web_atoms 0.1.3", - "target": "web_atoms" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.35.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "match_cfg 0.1.0": { - "name": "match_cfg", - "version": "0.1.0", - "package_url": "https://github.com/gnzlbg/match_cfg", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/match_cfg/0.1.0/download", - "sha256": "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" - } - }, - "targets": [ - { - "Library": { - "crate_name": "match_cfg", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "match_cfg", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "use_core" - ], - "selects": {} - }, - "edition": "2015", - "version": "0.1.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "match_token 0.35.0": { - "name": "match_token", - "version": "0.35.0", - "package_url": "https://github.com/servo/html5ever", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/match_token/0.35.0/download", - "sha256": "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "match_token", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "match_token", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.35.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "matchers 0.2.0": { - "name": "matchers", - "version": "0.2.0", - "package_url": "https://github.com/hawkw/matchers", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/matchers/0.2.0/download", - "sha256": "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "matchers", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "matchers", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "regex-automata 0.4.16", - "target": "regex_automata" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "matches 0.1.10": { - "name": "matches", - "version": "0.1.10", - "package_url": "https://github.com/SimonSapin/rust-std-candidates", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/matches/0.1.10/download", - "sha256": "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "matches", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "matches", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.1.10" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "matchit 0.8.4": { - "name": "matchit", - "version": "0.8.4", - "package_url": "https://github.com/ibraheemdev/matchit", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/matchit/0.8.4/download", - "sha256": "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "matchit", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "matchit", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.4" - }, - "license": "MIT AND BSD-3-Clause", - "license_ids": [ - "BSD-3-Clause", - "MIT" - ], - "license_file": "LICENSE" - }, - "maxminddb 0.29.0": { - "name": "maxminddb", - "version": "0.29.0", - "package_url": "https://github.com/oschwald/maxminddb-rust", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/maxminddb/0.29.0/download", - "sha256": "65e84ef32bcbf18a95548989e880db4af6fafd563463753afb4b9a149fb2782c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "maxminddb", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "maxminddb", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ipnetwork 0.21.1", - "target": "ipnetwork" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.29.0" - }, - "license": "ISC", - "license_ids": [ - "ISC" - ], - "license_file": "LICENSE" - }, - "memchr 2.7.4": { - "name": "memchr", - "version": "2.7.4", - "package_url": "https://github.com/BurntSushi/memchr", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/memchr/2.7.4/download", - "sha256": "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "memchr", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "memchr", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "2.7.4" - }, - "license": "Unlicense OR MIT", - "license_ids": [ - "MIT", - "Unlicense" - ], - "license_file": "LICENSE-MIT" - }, - "memfd 0.6.5": { - "name": "memfd", - "version": "0.6.5", - "package_url": "https://github.com/lucab/memfd-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/memfd/0.6.5/download", - "sha256": "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227" - } - }, - "targets": [ - { - "Library": { - "crate_name": "memfd", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "memfd", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "rustix 1.1.4", - "target": "rustix" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.6.5" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "memmap2 0.5.10": { - "name": "memmap2", - "version": "0.5.10", - "package_url": "https://github.com/RazrFalcon/memmap2-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/memmap2/0.5.10/download", - "sha256": "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" - } - }, - "targets": [ - { - "Library": { - "crate_name": "memmap2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "memmap2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(unix)": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ] - } - }, - "edition": "2018", - "version": "0.5.10" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "memmap2 0.9.5": { - "name": "memmap2", - "version": "0.9.5", - "package_url": "https://github.com/RazrFalcon/memmap2-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/memmap2/0.9.5/download", - "sha256": "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "memmap2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "memmap2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(unix)": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ] - } - }, - "edition": "2018", - "version": "0.9.5" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "memoffset 0.9.0": { - "name": "memoffset", - "version": "0.9.0", - "package_url": "https://github.com/Gilnaa/memoffset", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/memoffset/0.9.0/download", - "sha256": "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "memoffset", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "memoffset", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "memoffset 0.9.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.9.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "autocfg 1.5.0", - "target": "autocfg" - } - ], - "selects": {} - } - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "merlin 3.0.0": { - "name": "merlin", - "version": "3.0.0", - "package_url": "https://github.com/zkcrypto/merlin", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/merlin/3.0.0/download", - "sha256": "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "merlin", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "merlin", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "byteorder 1.5.0", - "target": "byteorder" - }, - { - "id": "keccak 0.1.6", - "target": "keccak" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "3.0.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE.txt" - }, - "mime 0.3.17": { - "name": "mime", - "version": "0.3.17", - "package_url": "https://github.com/hyperium/mime", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/mime/0.3.17/download", - "sha256": "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "mime", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "mime", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.3.17" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "mime_guess 2.0.4": { - "name": "mime_guess", - "version": "2.0.4", - "package_url": "https://github.com/abonander/mime_guess", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/mime_guess/2.0.4/download", - "sha256": "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" - } - }, - "targets": [ - { - "Library": { - "crate_name": "mime_guess", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "mime_guess", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "mime 0.3.17", - "target": "mime" - }, - { - "id": "mime_guess 2.0.4", - "target": "build_script_build" - }, - { - "id": "unicase 2.6.0", - "target": "unicase" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "2.0.4" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "unicase 2.6.0", - "target": "unicase" - } - ], - "selects": {} - } - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "minicbor 0.22.0": { - "name": "minicbor", - "version": "0.22.0", - "package_url": "https://gitlab.com/twittner/minicbor", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/minicbor/0.22.0/download", - "sha256": "076217b1b5f78c7e96f833ff894273369bb70e414c23625d091f281857abf8b8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "minicbor", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "minicbor", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "derive", - "minicbor-derive" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "minicbor 0.22.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "minicbor-derive 0.14.0", - "target": "minicbor_derive" - } - ], - "selects": {} - }, - "version": "0.22.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "BlueOak-1.0.0", - "license_ids": [ - "BlueOak-1.0.0" - ], - "license_file": "LICENSE.md" - }, - "minicbor-derive 0.14.0": { - "name": "minicbor-derive", - "version": "0.14.0", - "package_url": "https://gitlab.com/twittner/minicbor", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/minicbor-derive/0.14.0/download", - "sha256": "8f29ac9686ec36cb5c82e866f97eaa67e299bf4ecab0c152f2860e1145be468e" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "minicbor_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "minicbor_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.14.0" - }, - "license": "BlueOak-1.0.0", - "license_ids": [ - "BlueOak-1.0.0" - ], - "license_file": "LICENSE.md" - }, - "minimal-lexical 0.2.1": { - "name": "minimal-lexical", - "version": "0.2.1", - "package_url": "https://github.com/Alexhuszagh/minimal-lexical", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/minimal-lexical/0.2.1/download", - "sha256": "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "minimal_lexical", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "minimal_lexical", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.1" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "miniz_oxide 0.7.1": { - "name": "miniz_oxide", - "version": "0.7.1", - "package_url": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/miniz_oxide/0.7.1/download", - "sha256": "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "miniz_oxide", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "miniz_oxide", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "adler 1.0.2", - "target": "adler" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.7.1" - }, - "license": "MIT OR Zlib OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT", - "Zlib" - ], - "license_file": "LICENSE" - }, - "miniz_oxide 0.8.9": { - "name": "miniz_oxide", - "version": "0.8.9", - "package_url": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/miniz_oxide/0.8.9/download", - "sha256": "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" - } - }, - "targets": [ - { - "Library": { - "crate_name": "miniz_oxide", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "miniz_oxide", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "simd", - "simd-adler32", - "with-alloc" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "adler2 2.0.1", - "target": "adler2" - }, - { - "id": "simd-adler32 0.3.7", - "target": "simd_adler32" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.9" - }, - "license": "MIT OR Zlib OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT", - "Zlib" - ], - "license_file": "LICENSE" - }, - "mio 0.8.10": { - "name": "mio", - "version": "0.8.10", - "package_url": "https://github.com/tokio-rs/mio", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/mio/0.8.10/download", - "sha256": "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09" - } - }, - "targets": [ - { - "Library": { - "crate_name": "mio", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "mio", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "log", - "net", - "os-poll" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "log 0.4.33", - "target": "log" - } - ], - "selects": { - "cfg(target_os = \"wasi\")": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "wasi 0.11.0+wasi-snapshot-preview1", - "target": "wasi" - } - ], - "cfg(unix)": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2018", - "version": "0.8.10" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "mio 1.0.2": { - "name": "mio", - "version": "1.0.2", - "package_url": "https://github.com/tokio-rs/mio", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/mio/1.0.2/download", - "sha256": "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" - } - }, - "targets": [ - { - "Library": { - "crate_name": "mio", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "mio", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "net", - "os-ext", - "os-poll" - ], - "selects": { - "aarch64-apple-darwin": [ - "default", - "log" - ], - "aarch64-unknown-linux-gnu": [ - "default", - "log" - ], - "x86_64-apple-darwin": [ - "default", - "log" - ], - "x86_64-unknown-linux-gnu": [ - "default", - "log" - ] - } - }, - "deps": { - "common": [], - "selects": { - "aarch64-apple-darwin": [ - { - "id": "log 0.4.33", - "target": "log" - } - ], - "aarch64-unknown-linux-gnu": [ - { - "id": "log 0.4.33", - "target": "log" - } - ], - "cfg(target_os = \"hermit\")": [ - { - "id": "hermit-abi 0.3.9", - "target": "hermit_abi", - "alias": "libc" - } - ], - "cfg(target_os = \"wasi\")": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "wasi 0.11.0+wasi-snapshot-preview1", - "target": "wasi" - } - ], - "cfg(unix)": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "windows-sys 0.52.0", - "target": "windows_sys" - } - ], - "x86_64-apple-darwin": [ - { - "id": "log 0.4.33", - "target": "log" - } - ], - "x86_64-unknown-linux-gnu": [ - { - "id": "log 0.4.33", - "target": "log" - } - ] - } - }, - "edition": "2021", - "version": "1.0.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "mockall 0.15.0": { - "name": "mockall", - "version": "0.15.0", - "package_url": "https://github.com/asomers/mockall", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/mockall/0.15.0/download", - "sha256": "1a6ceddfe3ce334925e96bf420fdb2dcee5bed6c632a168ece622676dadeaf8a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "mockall", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "mockall", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "downcast 0.11.0", - "target": "downcast" - }, - { - "id": "fragile 2.0.0", - "target": "fragile" - }, - { - "id": "mockall 0.15.0", - "target": "build_script_build" - }, - { - "id": "predicates 3.1.2", - "target": "predicates" - }, - { - "id": "predicates-tree 1.0.9", - "target": "predicates_tree" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "mockall_derive 0.15.0", - "target": "mockall_derive" - } - ], - "selects": {} - }, - "version": "0.15.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "mockall_derive 0.15.0": { - "name": "mockall_derive", - "version": "0.15.0", - "package_url": "https://github.com/asomers/mockall", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/mockall_derive/0.15.0/download", - "sha256": "9cfe16fbe8a314aeec0b861ac24e60b1e123e97634bab045475b9d6a18416fd8" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "mockall_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "mockall_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "mockall_derive 0.15.0", - "target": "build_script_build" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.15.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "mockito 1.7.0": { - "name": "mockito", - "version": "1.7.0", - "package_url": "https://github.com/lipanski/mockito", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/mockito/1.7.0/download", - "sha256": "7760e0e418d9b7e5777c0374009ca4c93861b9066f18cb334a20ce50ab63aa48" - } - }, - "targets": [ - { - "Library": { - "crate_name": "mockito", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "mockito", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "assert-json-diff 2.0.2", - "target": "assert_json_diff" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "http-body-util 0.1.3", - "target": "http_body_util" - }, - { - "id": "hyper 1.8.1", - "target": "hyper" - }, - { - "id": "hyper-util 0.1.20", - "target": "hyper_util" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "rand 0.9.4", - "target": "rand" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "serde_urlencoded 0.7.1", - "target": "serde_urlencoded" - }, - { - "id": "similar 2.2.1", - "target": "similar" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.7.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "moka 0.12.15": { - "name": "moka", - "version": "0.12.15", - "package_url": "https://github.com/moka-rs/moka", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/moka/0.12.15/download", - "sha256": "957228ad12042ee839f93c8f257b62b4c0ab5eaae1d4fa60de53b27c9d7c5046" - } - }, - "targets": [ - { - "Library": { - "crate_name": "moka", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "moka", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "future", - "sync" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "async-lock 3.4.2", - "target": "async_lock" - }, - { - "id": "crossbeam-channel 0.5.15", - "target": "crossbeam_channel" - }, - { - "id": "crossbeam-epoch 0.9.18", - "target": "crossbeam_epoch" - }, - { - "id": "crossbeam-utils 0.8.21", - "target": "crossbeam_utils" - }, - { - "id": "equivalent 1.0.1", - "target": "equivalent" - }, - { - "id": "event-listener 5.3.1", - "target": "event_listener" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "parking_lot 0.12.5", - "target": "parking_lot" - }, - { - "id": "portable-atomic 1.11.0", - "target": "portable_atomic" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "tagptr 0.2.0", - "target": "tagptr" - }, - { - "id": "uuid 1.12.1", - "target": "uuid" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.12.15" - }, - "license": "(MIT OR Apache-2.0) AND Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "more-asserts 0.3.1": { - "name": "more-asserts", - "version": "0.3.1", - "package_url": "https://github.com/thomcc/rust-more-asserts", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/more-asserts/0.3.1/download", - "sha256": "1fafa6961cabd9c63bcd77a45d7e3b7f3b552b70417831fb0f56db717e72407e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "more_asserts", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "more_asserts", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.3.1" - }, - "license": "Unlicense OR MIT OR Apache-2.0 OR CC0-1.0", - "license_ids": [ - "Apache-2.0", - "CC0-1.0", - "MIT", - "Unlicense" - ], - "license_file": "LICENSE-APACHE" - }, - "multimap 0.8.3": { - "name": "multimap", - "version": "0.8.3", - "package_url": "https://github.com/havarnov/multimap", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/multimap/0.8.3/download", - "sha256": "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "multimap", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "multimap", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.8.3" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "munge 0.4.7": { - "name": "munge", - "version": "0.4.7", - "package_url": "https://github.com/djkoloski/munge", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/munge/0.4.7/download", - "sha256": "5e17401f259eba956ca16491461b6e8f72913a0a114e39736ce404410f915a0c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "munge", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "munge", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "munge_macro 0.4.7", - "target": "munge_macro" - } - ], - "selects": {} - }, - "version": "0.4.7" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "munge_macro 0.4.7": { - "name": "munge_macro", - "version": "0.4.7", - "package_url": "https://github.com/djkoloski/munge", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/munge_macro/0.4.7/download", - "sha256": "4568f25ccbd45ab5d5603dc34318c1ec56b117531781260002151b8530a9f931" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "munge_macro", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "munge_macro", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.7" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "ndk-context 0.1.1": { - "name": "ndk-context", - "version": "0.1.1", - "package_url": "https://github.com/rust-windowing/android-ndk-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ndk-context/0.1.1/download", - "sha256": "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ndk_context", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ndk_context", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.1.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "neli 0.7.4": { - "name": "neli", - "version": "0.7.4", - "package_url": "https://github.com/jbaublitz/neli", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/neli/0.7.4/download", - "sha256": "22f9786d56d972959e1408b6a93be6af13b9c1392036c5c1fafa08a1b0c6ee87" - } - }, - "targets": [ - { - "Library": { - "crate_name": "neli", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "neli", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "parking_lot", - "sync" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "byteorder 1.5.0", - "target": "byteorder" - }, - { - "id": "derive_builder 0.20.2", - "target": "derive_builder" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "parking_lot 0.12.5", - "target": "parking_lot" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "getset 0.1.7", - "target": "getset" - }, - { - "id": "neli-proc-macros 0.2.2", - "target": "neli_proc_macros" - } - ], - "selects": {} - }, - "version": "0.7.4" - }, - "license": "BSD-3-Clause", - "license_ids": [ - "BSD-3-Clause" - ], - "license_file": "LICENSE" - }, - "neli-proc-macros 0.2.2": { - "name": "neli-proc-macros", - "version": "0.2.2", - "package_url": "https://github.com/jbaublitz/neli", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/neli-proc-macros/0.2.2/download", - "sha256": "05d8d08c6e98f20a62417478ebf7be8e1425ec9acecc6f63e22da633f6b71609" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "neli_proc_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "neli_proc_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "either 1.18.0", - "target": "either" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.2" - }, - "license": "BSD-3-Clause", - "license_ids": [ - "BSD-3-Clause" - ], - "license_file": "LICENSE" - }, - "new_debug_unreachable 1.0.4": { - "name": "new_debug_unreachable", - "version": "1.0.4", - "package_url": "https://github.com/mbrubeck/rust-debug-unreachable", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/new_debug_unreachable/1.0.4/download", - "sha256": "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" - } - }, - "targets": [ - { - "Library": { - "crate_name": "debug_unreachable", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "debug_unreachable", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.0.4" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE-MIT" - }, - "nftables 0.4.1": { - "name": "nftables", - "version": "0.4.1", - "package_url": "https://github.com/namib-project/nftables-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/nftables/0.4.1/download", - "sha256": "3b5081f5cae4d24af558828494371be6672d02a693e9b4cbca4a0cbae5443e6f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "nftables", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "nftables", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "serde_path_to_error 0.1.14", - "target": "serde_path_to_error" - }, - { - "id": "strum 0.26.3", - "target": "strum" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "strum_macros 0.26.4", - "target": "strum_macros" - } - ], - "selects": {} - }, - "version": "0.4.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "nix 0.27.1": { - "name": "nix", - "version": "0.27.1", - "package_url": "https://github.com/nix-rust/nix", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/nix/0.27.1/download", - "sha256": "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" - } - }, - "targets": [ - { - "Library": { - "crate_name": "nix", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "nix", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "ioctl", - "memoffset", - "socket" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "memoffset 0.9.0", - "target": "memoffset" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.27.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "nix 0.29.0": { - "name": "nix", - "version": "0.29.0", - "package_url": "https://github.com/nix-rust/nix", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/nix/0.29.0/download", - "sha256": "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" - } - }, - "targets": [ - { - "Library": { - "crate_name": "nix", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "nix", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "dir", - "fs", - "ioctl", - "memoffset", - "mount", - "process", - "socket", - "uio" - ], - "selects": { - "aarch64-apple-darwin": [ - "signal" - ], - "aarch64-unknown-linux-gnu": [ - "signal" - ], - "x86_64-apple-darwin": [ - "signal" - ], - "x86_64-unknown-linux-gnu": [ - "signal" - ] - } - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "memoffset 0.9.0", - "target": "memoffset" - }, - { - "id": "nix 0.29.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.29.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg_aliases 0.2.1", - "target": "cfg_aliases" - } - ], - "selects": {} - } - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "nix 0.30.1": { - "name": "nix", - "version": "0.30.1", - "package_url": "https://github.com/nix-rust/nix", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/nix/0.30.1/download", - "sha256": "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "nix", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "nix", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "fs", - "process", - "signal", - "term" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "nix 0.30.1", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.30.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg_aliases 0.2.1", - "target": "cfg_aliases" - } - ], - "selects": {} - } - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "nix 0.31.3": { - "name": "nix", - "version": "0.31.3", - "package_url": "https://github.com/nix-rust/nix", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/nix/0.31.3/download", - "sha256": "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "nix", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "nix", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "feature", - "fs", - "ioctl", - "memoffset", - "mman", - "net", - "process", - "ptrace", - "signal", - "socket", - "time", - "uio", - "user", - "zerocopy" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "memoffset 0.9.0", - "target": "memoffset" - }, - { - "id": "nix 0.31.3", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.31.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg_aliases 0.2.1", - "target": "cfg_aliases" - } - ], - "selects": {} - } - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "no_std_io2 0.9.4": { - "name": "no_std_io2", - "version": "0.9.4", - "package_url": "https://github.com/wcampbell0x2a/no-std-io2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/no_std_io2/0.9.4/download", - "sha256": "418abd1b6d34fbf6cae440dc874771b0525a604428704c76e48b29a5e67b8003" - } - }, - "targets": [ - { - "Library": { - "crate_name": "no_std_io2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "no_std_io2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "memchr 2.7.4", - "target": "memchr" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.4" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "nohash 0.2.0": { - "name": "nohash", - "version": "0.2.0", - "package_url": "https://github.com/tetcoin/nohash", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/nohash/0.2.0/download", - "sha256": "a0f889fb66f7acdf83442c35775764b51fed3c606ab9cee51500dbde2cf528ca" - } - }, - "targets": [ - { - "Library": { - "crate_name": "nohash", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "nohash", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "nom 7.1.3": { - "name": "nom", - "version": "7.1.3", - "package_url": "https://github.com/Geal/nom", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/nom/7.1.3/download", - "sha256": "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "nom", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "nom", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "minimal-lexical 0.2.1", - "target": "minimal_lexical" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "7.1.3" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "nom 8.0.0": { - "name": "nom", - "version": "8.0.0", - "package_url": "https://github.com/rust-bakery/nom", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/nom/8.0.0/download", - "sha256": "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405" - } - }, - "targets": [ - { - "Library": { - "crate_name": "nom", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "nom", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "memchr 2.7.4", - "target": "memchr" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "8.0.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "nom-language 0.1.0": { - "name": "nom-language", - "version": "0.1.0", - "package_url": "https://github.com/rust-bakery/nom", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/nom-language/0.1.0/download", - "sha256": "2de2bc5b451bfedaef92c90b8939a8fff5770bdcc1fafd6239d086aab8fa6b29" - } - }, - "targets": [ - { - "Library": { - "crate_name": "nom_language", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "nom_language", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "nom 8.0.0", - "target": "nom" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, - "nonempty 0.7.0": { - "name": "nonempty", - "version": "0.7.0", - "package_url": "https://github.com/cloudhead/nonempty", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/nonempty/0.7.0/download", - "sha256": "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "nonempty", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "nonempty", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.7.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "nonzero_ext 0.3.0": { - "name": "nonzero_ext", - "version": "0.3.0", - "package_url": "https://github.com/antifuchs/nonzero_ext", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/nonzero_ext/0.3.0/download", - "sha256": "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" - } - }, - "targets": [ - { - "Library": { - "crate_name": "nonzero_ext", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "nonzero_ext", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "0.3.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE.txt" - }, - "normalize-line-endings 0.3.0": { - "name": "normalize-line-endings", - "version": "0.3.0", - "package_url": "https://github.com/derekdreery/normalize-line-endings", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/normalize-line-endings/0.3.0/download", - "sha256": "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" - } - }, - "targets": [ - { - "Library": { - "crate_name": "normalize_line_endings", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "normalize_line_endings", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.3.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ntapi 0.4.1": { - "name": "ntapi", - "version": "0.4.1", - "package_url": "https://github.com/MSxDOS/ntapi", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ntapi/0.4.1/download", - "sha256": "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ntapi", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ntapi", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "ntapi 0.4.1", - "target": "build_script_build" - }, - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "nu-ansi-term 0.50.1": { - "name": "nu-ansi-term", - "version": "0.50.1", - "package_url": "https://github.com/nushell/nu-ansi-term", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/nu-ansi-term/0.50.1/download", - "sha256": "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399" - } - }, - "targets": [ - { - "Library": { - "crate_name": "nu_ansi_term", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "nu_ansi_term", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(windows)": [ - { - "id": "windows-sys 0.52.0", - "target": "windows_sys", - "alias": "windows" - } - ] - } - }, - "edition": "2021", - "version": "0.50.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "num 0.4.3": { - "name": "num", - "version": "0.4.3", - "package_url": "https://github.com/rust-num/num", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/num/0.4.3/download", - "sha256": "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" - } - }, - "targets": [ - { - "Library": { - "crate_name": "num", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "num", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "num-bigint", - "std" - ], - "selects": { - "aarch64-unknown-linux-gnu": [ - "default" - ], - "x86_64-unknown-linux-gnu": [ - "default" - ] - } - }, - "deps": { - "common": [ - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-complex 0.4.6", - "target": "num_complex" - }, - { - "id": "num-integer 0.1.46", - "target": "num_integer" - }, - { - "id": "num-iter 0.1.45", - "target": "num_iter" - }, - { - "id": "num-rational 0.4.2", - "target": "num_rational" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "num-bigint 0.2.6": { - "name": "num-bigint", - "version": "0.2.6", - "package_url": "https://github.com/rust-num/num-bigint", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/num-bigint/0.2.6/download", - "sha256": "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304" - } - }, - "targets": [ - { - "Library": { - "crate_name": "num_bigint", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "num_bigint", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-bigint 0.2.6", - "target": "build_script_build" - }, - { - "id": "num-integer 0.1.46", - "target": "num_integer" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.2.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "autocfg 1.5.0", - "target": "autocfg" - } - ], - "selects": {} - } - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "num-bigint 0.4.6": { - "name": "num-bigint", - "version": "0.4.6", - "package_url": "https://github.com/rust-num/num-bigint", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/num-bigint/0.4.6/download", - "sha256": "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "num_bigint", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "num_bigint", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-integer 0.1.46", - "target": "num_integer" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.6" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "num-bigint 0.5.1": { - "name": "num-bigint", - "version": "0.5.1", - "package_url": "https://github.com/rust-num/num-bigint", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/num-bigint/0.5.1/download", - "sha256": "93e7820bc0a80a0238e650327316f929ba18d5be054b647490a3a6a339f3e7c0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "num_bigint", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "num_bigint", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-integer 0.1.46", - "target": "num_integer" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "num-bigint-dig 0.8.6": { - "name": "num-bigint-dig", - "version": "0.8.6", - "package_url": "https://github.com/dignifiedquire/num-bigint", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/num-bigint-dig/0.8.6/download", - "sha256": "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "num_bigint_dig", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "num_bigint_dig", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "i128", - "prime", - "rand", - "u64_digit", - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "libm 0.2.16", - "target": "libm" - }, - { - "id": "num-bigint-dig 0.8.6", - "target": "build_script_build" - }, - { - "id": "num-integer 0.1.46", - "target": "num_integer" - }, - { - "id": "num-iter 0.1.45", - "target": "num_iter" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "rand 0.8.6", - "target": "rand" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "num-bigint-dig 0.9.1": { - "name": "num-bigint-dig", - "version": "0.9.1", - "package_url": "https://github.com/dignifiedquire/num-bigint", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/num-bigint-dig/0.9.1/download", - "sha256": "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099" - } - }, - "targets": [ - { - "Library": { - "crate_name": "num_bigint_dig", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "num_bigint_dig", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "prime", - "rand", - "serde", - "std", - "u64_digit" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libm 0.2.16", - "target": "libm" - }, - { - "id": "num-bigint-dig 0.9.1", - "target": "build_script_build" - }, - { - "id": "num-integer 0.1.46", - "target": "num_integer" - }, - { - "id": "num-iter 0.1.45", - "target": "num_iter" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "rand 0.9.4", - "target": "rand" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "num-cmp 0.1.0": { - "name": "num-cmp", - "version": "0.1.0", - "package_url": "https://github.com/lifthrasiir/num-cmp", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/num-cmp/0.1.0/download", - "sha256": "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa" - } - }, - "targets": [ - { - "Library": { - "crate_name": "num_cmp", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "num_cmp", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.1.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE.txt" - }, - "num-complex 0.4.6": { - "name": "num-complex", - "version": "0.4.6", - "package_url": "https://github.com/rust-num/num-complex", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/num-complex/0.4.6/download", - "sha256": "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" - } - }, - "targets": [ - { - "Library": { - "crate_name": "num_complex", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "num_complex", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-traits 0.2.19", - "target": "num_traits" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.6" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "num-conv 0.2.0": { - "name": "num-conv", - "version": "0.2.0", - "package_url": "https://github.com/jhpratt/num-conv", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/num-conv/0.2.0/download", - "sha256": "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" - } - }, - "targets": [ - { - "Library": { - "crate_name": "num_conv", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "num_conv", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.2.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-Apache" - }, - "num-format 0.4.4": { - "name": "num-format", - "version": "0.4.4", - "package_url": "https://github.com/bcmyers/num-format", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/num-format/0.4.4/download", - "sha256": "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "num_format", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "num_format", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "arrayvec 0.7.4", - "target": "arrayvec" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.4" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "num-integer 0.1.46": { - "name": "num-integer", - "version": "0.1.46", - "package_url": "https://github.com/rust-num/num-integer", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/num-integer/0.1.46/download", - "sha256": "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "num_integer", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "num_integer", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "i128", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-traits 0.2.19", - "target": "num_traits" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.46" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "num-iter 0.1.45": { - "name": "num-iter", - "version": "0.1.45", - "package_url": "https://github.com/rust-num/num-iter", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/num-iter/0.1.45/download", - "sha256": "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" - } - }, - "targets": [ - { - "Library": { - "crate_name": "num_iter", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "num_iter", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [], - "selects": { - "aarch64-apple-darwin": [ - "i128", - "std" - ], - "aarch64-unknown-linux-gnu": [ - "i128", - "std" - ], - "x86_64-apple-darwin": [ - "i128", - "std" - ], - "x86_64-unknown-linux-gnu": [ - "i128", - "std" - ] - } - }, - "deps": { - "common": [ - { - "id": "num-integer 0.1.46", - "target": "num_integer" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.45" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "num-modular 0.6.1": { - "name": "num-modular", - "version": "0.6.1", - "package_url": "https://github.com/cmpute/num-modular", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/num-modular/0.6.1/download", - "sha256": "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "num_modular", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "num_modular", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.6.1" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "num-order 1.2.0": { - "name": "num-order", - "version": "1.2.0", - "package_url": "https://github.com/cmpute/num-order", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/num-order/1.2.0/download", - "sha256": "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "num_order", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "num_order", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-modular 0.6.1", - "target": "num_modular" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.2.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "num-rational 0.4.2": { - "name": "num-rational", - "version": "0.4.2", - "package_url": "https://github.com/rust-num/num-rational", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/num-rational/0.4.2/download", - "sha256": "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" - } - }, - "targets": [ - { - "Library": { - "crate_name": "num_rational", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "num_rational", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "num-bigint", - "num-bigint-std", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-integer 0.1.46", - "target": "num_integer" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "num-traits 0.2.19": { - "name": "num-traits", - "version": "0.2.19", - "package_url": "https://github.com/rust-num/num-traits", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/num-traits/0.2.19/download", - "sha256": "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" - } - }, - "targets": [ - { - "Library": { - "crate_name": "num_traits", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "num_traits", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "i128", - "libm", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libm 0.2.16", - "target": "libm" - }, - { - "id": "num-traits 0.2.19", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.19" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "autocfg 1.5.0", - "target": "autocfg" - } - ], - "selects": {} - } - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "num_cpus 1.16.0": { - "name": "num_cpus", - "version": "1.16.0", - "package_url": "https://github.com/seanmonstar/num_cpus", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/num_cpus/1.16.0/download", - "sha256": "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" - } - }, - "targets": [ - { - "Library": { - "crate_name": "num_cpus", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "num_cpus", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(not(windows))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(target_os = \"hermit\")": [ - { - "id": "hermit-abi 0.3.9", - "target": "hermit_abi" - } - ] - } - }, - "edition": "2015", - "version": "1.16.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "num_threads 0.1.6": { - "name": "num_threads", - "version": "0.1.6", - "package_url": "https://github.com/jhpratt/num_threads", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/num_threads/0.1.6/download", - "sha256": "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" - } - }, - "targets": [ - { - "Library": { - "crate_name": "num_threads", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "num_threads", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(any(target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\"))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ] - } - }, - "edition": "2015", - "version": "0.1.6" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-Apache" - }, - "number_prefix 0.4.0": { - "name": "number_prefix", - "version": "0.4.0", - "package_url": "https://github.com/ogham/rust-number-prefix", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/number_prefix/0.4.0/download", - "sha256": "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "number_prefix", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "number_prefix", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "0.4.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, - "nybbles 0.4.8": { - "name": "nybbles", - "version": "0.4.8", - "package_url": "https://github.com/alloy-rs/nybbles", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/nybbles/0.4.8/download", - "sha256": "0d49ff0c0d00d4a502b39df9af3a525e1efeb14b9dabb5bb83335284c1309210" - } - }, - "targets": [ - { - "Library": { - "crate_name": "nybbles", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "nybbles", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "ruint 1.20.0", - "target": "ruint" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.4.8" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "objc2-core-foundation 0.3.2": { - "name": "objc2-core-foundation", - "version": "0.3.2", - "package_url": "https://github.com/madsmtm/objc2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/objc2-core-foundation/0.3.2/download", - "sha256": "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" - } - }, - "targets": [ - { - "Library": { - "crate_name": "objc2_core_foundation", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "objc2_core_foundation", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "CFArray", - "CFBase", - "CFData", - "CFDictionary", - "CFError", - "CFNumber", - "CFPlugInCOM", - "CFRunLoop", - "CFString", - "CFURL", - "CFUUID", - "alloc", - "bitflags", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.2" - }, - "license": "Zlib OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT", - "Zlib" - ], - "license_file": null - }, - "objc2-io-kit 0.3.2": { - "name": "objc2-io-kit", - "version": "0.3.2", - "package_url": "https://github.com/madsmtm/objc2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/objc2-io-kit/0.3.2/download", - "sha256": "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15" - } - }, - "targets": [ - { - "Library": { - "crate_name": "objc2_io_kit", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "objc2_io_kit", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "hidsystem", - "libc", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "objc2-core-foundation 0.3.2", - "target": "objc2_core_foundation" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.2" - }, - "license": "Zlib OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT", - "Zlib" - ], - "license_file": null - }, - "object 0.31.1": { - "name": "object", - "version": "0.31.1", - "package_url": "https://github.com/gimli-rs/object", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/object/0.31.1/download", - "sha256": "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "object", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "object", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "archive", - "coff", - "elf", - "macho", - "pe", - "read_core", - "unaligned" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "memchr 2.7.4", - "target": "memchr" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.31.1" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "object 0.37.3": { - "name": "object", - "version": "0.37.3", - "package_url": "https://github.com/gimli-rs/object", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/object/0.37.3/download", - "sha256": "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" - } - }, - "targets": [ - { - "Library": { - "crate_name": "object", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "object", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "archive", - "coff", - "compression", - "default", - "elf", - "macho", - "pe", - "read", - "read_core", - "std", - "unaligned", - "xcoff" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "flate2 1.1.5", - "target": "flate2" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "object 0.37.3", - "target": "build_script_build" - }, - { - "id": "ruzstd 0.8.1", - "target": "ruzstd" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.37.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "object 0.39.1": { - "name": "object", - "version": "0.39.1", - "package_url": "https://github.com/gimli-rs/object", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/object/0.39.1/download", - "sha256": "2e5a6c098c7a3b6547378093f5cc30bc54fd361ce711e05293a5cc589562739b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "object", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "object", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "coff", - "elf", - "macho", - "pe", - "read_core", - "std", - "unaligned", - "write", - "write_core", - "write_std", - "xcoff" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crc32fast 1.3.2", - "target": "crc32fast" - }, - { - "id": "hashbrown 0.17.0", - "target": "hashbrown" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "object 0.39.1", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.39.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "oid-registry 0.7.1": { - "name": "oid-registry", - "version": "0.7.1", - "package_url": "https://github.com/rusticata/oid-registry.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/oid-registry/0.7.1/download", - "sha256": "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "oid_registry", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "oid_registry", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "crypto", - "default", - "kdf", - "nist_algs", - "pkcs1", - "pkcs12", - "pkcs7", - "pkcs9", - "registry", - "x509", - "x962" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "asn1-rs 0.6.2", - "target": "asn1_rs" - }, - { - "id": "oid-registry 0.7.1", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.7.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "oid-registry 0.8.1": { - "name": "oid-registry", - "version": "0.8.1", - "package_url": "https://github.com/rusticata/oid-registry.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/oid-registry/0.8.1/download", - "sha256": "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "oid_registry", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "oid_registry", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "crypto", - "default", - "kdf", - "nist_algs", - "pkcs1", - "pkcs12", - "pkcs7", - "pkcs9", - "registry", - "x509", - "x962" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "asn1-rs 0.7.1", - "target": "asn1_rs" - }, - { - "id": "oid-registry 0.8.1", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.8.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "once_cell 1.21.3": { - "name": "once_cell", - "version": "1.21.3", - "package_url": "https://github.com/matklad/once_cell", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/once_cell/1.21.3/download", - "sha256": "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "once_cell", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "once_cell", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "critical-section", - "default", - "portable-atomic", - "race", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "critical-section 1.2.0", - "target": "critical_section" - }, - { - "id": "portable-atomic 1.11.0", - "target": "portable_atomic" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.21.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "oorandom 11.1.3": { - "name": "oorandom", - "version": "11.1.3", - "package_url": "https://sr.ht/~icefox/oorandom/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/oorandom/11.1.3/download", - "sha256": "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" - } - }, - "targets": [ - { - "Library": { - "crate_name": "oorandom", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "oorandom", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "11.1.3" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE-MIT" - }, - "opaque-debug 0.3.0": { - "name": "opaque-debug", - "version": "0.3.0", - "package_url": "https://github.com/RustCrypto/utils", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/opaque-debug/0.3.0/download", - "sha256": "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "opaque_debug", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "opaque_debug", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.3.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "openssl 0.10.80": { - "name": "openssl", - "version": "0.10.80", - "package_url": "https://github.com/rust-openssl/rust-openssl", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/openssl/0.10.80/download", - "sha256": "a45fa2aa886c42762255da344f0a0d313e254066c46aad76f300c3d3da62d967" - } - }, - "targets": [ - { - "Library": { - "crate_name": "openssl", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "openssl", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "foreign-types 0.3.2", - "target": "foreign_types" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "openssl 0.10.80", - "target": "build_script_build" - }, - { - "id": "openssl-sys 0.9.116", - "target": "openssl_sys", - "alias": "ffi" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "openssl-macros 0.1.1", - "target": "openssl_macros" - } - ], - "selects": {} - }, - "version": "0.10.80" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "link_deps": { - "common": [ - { - "id": "openssl-sys 0.9.116", - "target": "openssl_sys", - "alias": "ffi" - } - ], - "selects": {} - } - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "openssl-macros 0.1.1": { - "name": "openssl-macros", - "version": "0.1.1", - "package_url": null, - "repository": { - "Http": { - "url": "https://static.crates.io/crates/openssl-macros/0.1.1/download", - "sha256": "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "openssl_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "openssl_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.1" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "openssl-probe 0.1.5": { - "name": "openssl-probe", - "version": "0.1.5", - "package_url": "https://github.com/alexcrichton/openssl-probe", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/openssl-probe/0.1.5/download", - "sha256": "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" - } - }, - "targets": [ - { - "Library": { - "crate_name": "openssl_probe", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "openssl_probe", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.1.5" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "openssl-src 300.4.1+3.4.0": { - "name": "openssl-src", - "version": "300.4.1+3.4.0", - "package_url": "https://github.com/alexcrichton/openssl-src-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/openssl-src/300.4.1+3.4.0/download", - "sha256": "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "openssl_src", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "openssl_src", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "300.4.1+3.4.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "openssl-sys 0.9.116": { - "name": "openssl-sys", - "version": "0.9.116", - "package_url": "https://github.com/rust-openssl/rust-openssl", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/openssl-sys/0.9.116/download", - "sha256": "f28a22dc7140cda5f096e5e7724a6962ca81a7f8bfd2979f9b18c11af56318c4" - } - }, - "targets": [ - { - "Library": { - "crate_name": "openssl_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_main", - "crate_root": "build/main.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "openssl_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "openssl-sys 0.9.116", - "target": "build_script_main" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.116" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data": { - "common": [ - "@openssl//:gen_dir" - ], - "selects": {} - }, - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - }, - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - }, - { - "id": "vcpkg 0.2.15", - "target": "vcpkg" - } - ], - "selects": {} - }, - "build_script_env": { - "common": { - "OPENSSL_INCLUDE_DIR": "$(execpath @openssl//:gen_dir)/include", - "OPENSSL_LIB_DIR": "$(execpath @openssl//:gen_dir)/lib64", - "OPENSSL_NO_VENDOR": "1", - "OPENSSL_STATIC": "1" - }, - "selects": {} - }, - "links": "openssl" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE-MIT" - }, - "opentelemetry 0.32.0": { - "name": "opentelemetry", - "version": "0.32.0", - "package_url": "https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/opentelemetry/0.32.0/download", - "sha256": "b0142c63252a9e054e68a4c61a5778f7b14f576274d593f8ce883d191a099682" - } - }, - "targets": [ - { - "Library": { - "crate_name": "opentelemetry", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "opentelemetry", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "futures", - "futures-core", - "futures-sink", - "internal-logs", - "logs", - "metrics", - "pin-project-lite", - "thiserror", - "trace", - "tracing" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-sink 0.3.31", - "target": "futures_sink" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": { - "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))": [ - { - "id": "js-sys 0.3.103", - "target": "js_sys" - } - ] - } - }, - "edition": "2021", - "version": "0.32.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "opentelemetry-otlp 0.32.0": { - "name": "opentelemetry-otlp", - "version": "0.32.0", - "package_url": "https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-otlp", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/opentelemetry-otlp/0.32.0/download", - "sha256": "9966929966d17620d7c316c643ba62631826e10021409357772d5eea84f62c35" - } - }, - "targets": [ - { - "Library": { - "crate_name": "opentelemetry_otlp", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "opentelemetry_otlp", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "grpc-tonic", - "http", - "prost", - "tokio", - "tonic", - "tonic-types", - "trace" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "opentelemetry 0.32.0", - "target": "opentelemetry" - }, - { - "id": "opentelemetry-proto 0.32.0", - "target": "opentelemetry_proto" - }, - { - "id": "opentelemetry_sdk 0.32.1", - "target": "opentelemetry_sdk" - }, - { - "id": "prost 0.14.4", - "target": "prost" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tonic 0.14.6", - "target": "tonic" - }, - { - "id": "tonic-types 0.14.5", - "target": "tonic_types" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.32.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "opentelemetry-prometheus 0.32.0": { - "name": "opentelemetry-prometheus", - "version": "0.32.0", - "package_url": "https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-prometheus", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/opentelemetry-prometheus/0.32.0/download", - "sha256": "2c0359983e7f79cf33c9abd89e5d7ddf67c46c419d0148598022d70e70c01aba" - } - }, - "targets": [ - { - "Library": { - "crate_name": "opentelemetry_prometheus", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "opentelemetry_prometheus", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "internal-logs", - "tracing" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "opentelemetry 0.32.0", - "target": "opentelemetry" - }, - { - "id": "opentelemetry_sdk 0.32.1", - "target": "opentelemetry_sdk" - }, - { - "id": "prometheus 0.14.0", - "target": "prometheus" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.32.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "opentelemetry-proto 0.32.0": { - "name": "opentelemetry-proto", - "version": "0.32.0", - "package_url": "https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-proto", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/opentelemetry-proto/0.32.0/download", - "sha256": "56d658ba1faf63f7b9c492cfbe6e0ec365440a16132d3270c1065f7b33f1b638" - } - }, - "targets": [ - { - "Library": { - "crate_name": "opentelemetry_proto", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "opentelemetry_proto", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "gen-tonic", - "gen-tonic-messages", - "prost", - "tonic", - "tonic-prost", - "trace" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "opentelemetry 0.32.0", - "target": "opentelemetry" - }, - { - "id": "opentelemetry_sdk 0.32.1", - "target": "opentelemetry_sdk" - }, - { - "id": "prost 0.14.4", - "target": "prost" - }, - { - "id": "tonic 0.14.6", - "target": "tonic" - }, - { - "id": "tonic-prost 0.14.5", - "target": "tonic_prost" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.32.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "opentelemetry-semantic-conventions 0.32.1": { - "name": "opentelemetry-semantic-conventions", - "version": "0.32.1", - "package_url": "https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-semantic-conventions", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/opentelemetry-semantic-conventions/0.32.1/download", - "sha256": "c913ac17a6c451661ee255f4625d143e51647ae78ebd969b75e41c4442f4fe47" - } - }, - "targets": [ - { - "Library": { - "crate_name": "opentelemetry_semantic_conventions", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "opentelemetry_semantic_conventions", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "semconv_experimental" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.32.1" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "opentelemetry_sdk 0.32.1": { - "name": "opentelemetry_sdk", - "version": "0.32.1", - "package_url": "https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-sdk", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/opentelemetry_sdk/0.32.1/download", - "sha256": "9b59f80e1ac4d5ff7a2db8fb6c80badb7f0f3f858211fba08dd9aaec750894f9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "opentelemetry_sdk", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "opentelemetry_sdk", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "experimental_metrics_custom_reader", - "internal-logs", - "logs", - "metrics", - "percent-encoding", - "rand", - "trace" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-channel 0.3.31", - "target": "futures_channel" - }, - { - "id": "futures-executor 0.3.31", - "target": "futures_executor" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "opentelemetry 0.32.0", - "target": "opentelemetry" - }, - { - "id": "percent-encoding 2.3.1", - "target": "percent_encoding" - }, - { - "id": "rand 0.9.4", - "target": "rand" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": { - "cfg(not(target_has_atomic = \"64\"))": [ - { - "id": "portable-atomic 1.11.0", - "target": "portable_atomic" - } - ] - } - }, - "edition": "2021", - "version": "0.32.1" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "option-ext 0.2.0": { - "name": "option-ext", - "version": "0.2.0", - "package_url": "https://github.com/soc/option-ext.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/option-ext/0.2.0/download", - "sha256": "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "option_ext", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "option_ext", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.2.0" - }, - "license": "MPL-2.0", - "license_ids": [ - "MPL-2.0" - ], - "license_file": "LICENSE.txt" - }, - "ordered-float 4.2.0": { - "name": "ordered-float", - "version": "4.2.0", - "package_url": "https://github.com/reem/rust-ordered-float", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ordered-float/4.2.0/download", - "sha256": "a76df7075c7d4d01fdcb46c912dd17fba5b60c78ea480b475f2b6ab6f666584e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ordered_float", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ordered_float", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "num-traits 0.2.19", - "target": "num_traits" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "4.2.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE-MIT" - }, - "ordered-multimap 0.7.3": { - "name": "ordered-multimap", - "version": "0.7.3", - "package_url": "https://github.com/sgodwincs/ordered-multimap-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ordered-multimap/0.7.3/download", - "sha256": "49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ordered_multimap", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ordered_multimap", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "dlv-list 0.5.2", - "target": "dlv_list" - }, - { - "id": "hashbrown 0.14.5", - "target": "hashbrown" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.3" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "outref 0.5.2": { - "name": "outref", - "version": "0.5.2", - "package_url": "https://github.com/Nugine/outref", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/outref/0.5.2/download", - "sha256": "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "outref", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "outref", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.5.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "p256 0.13.2": { - "name": "p256", - "version": "0.13.2", - "package_url": "https://github.com/RustCrypto/elliptic-curves/tree/master/p256", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/p256/0.13.2/download", - "sha256": "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "p256", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "p256", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "arithmetic", - "default", - "digest", - "ecdsa", - "ecdsa-core", - "pem", - "pkcs8", - "sha2", - "sha256", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ecdsa 0.16.9", - "target": "ecdsa", - "alias": "ecdsa_core" - }, - { - "id": "elliptic-curve 0.13.8", - "target": "elliptic_curve" - }, - { - "id": "primeorder 0.13.2", - "target": "primeorder" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - } - ], - "selects": {} - }, - "edition": "2021", - "rustc_flags": { - "common": [ - "-C", - "opt-level=3" - ], - "selects": {} - }, - "version": "0.13.2" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "p384 0.13.1": { - "name": "p384", - "version": "0.13.1", - "package_url": "https://github.com/RustCrypto/elliptic-curves/tree/master/p384", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/p384/0.13.1/download", - "sha256": "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "p384", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "p384", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "arithmetic", - "default", - "digest", - "ecdh", - "ecdsa", - "ecdsa-core", - "pem", - "pkcs8", - "sha2", - "sha384", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ecdsa 0.16.9", - "target": "ecdsa", - "alias": "ecdsa_core" - }, - { - "id": "elliptic-curve 0.13.8", - "target": "elliptic_curve" - }, - { - "id": "primeorder 0.13.2", - "target": "primeorder" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.13.1" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "pairing 0.23.0": { - "name": "pairing", - "version": "0.23.0", - "package_url": "https://github.com/zkcrypto/pairing", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pairing/0.23.0/download", - "sha256": "81fec4625e73cf41ef4bb6846cafa6d44736525f442ba45e407c4a000a13996f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "pairing", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "pairing", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "group 0.13.0", - "target": "group" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.23.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "papergrid 0.17.0": { - "name": "papergrid", - "version": "0.17.0", - "package_url": "https://github.com/zhiburt/tabled", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/papergrid/0.17.0/download", - "sha256": "6978128c8b51d8f4080631ceb2302ab51e32cc6e8615f735ee2f83fd269ae3f1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "papergrid", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "papergrid", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "fnv", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytecount 0.6.9", - "target": "bytecount" - }, - { - "id": "fnv 1.0.7", - "target": "fnv" - }, - { - "id": "unicode-width 0.2.0", - "target": "unicode_width" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.17.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE-MIT" - }, - "parity-scale-codec 3.6.3": { - "name": "parity-scale-codec", - "version": "3.6.3", - "package_url": "https://github.com/paritytech/parity-scale-codec", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/parity-scale-codec/3.6.3/download", - "sha256": "756d439303e94fae44f288ba881ad29670c65b0c4b0e05674ca81061bb65f2c5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "parity_scale_codec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "parity_scale_codec", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "arrayvec 0.7.4", - "target": "arrayvec" - }, - { - "id": "byte-slice-cast 1.2.2", - "target": "byte_slice_cast" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "impl-trait-for-tuples 0.2.2", - "target": "impl_trait_for_tuples" - } - ], - "selects": {} - }, - "version": "3.6.3" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "parity-scale-codec-derive 3.6.3": { - "name": "parity-scale-codec-derive", - "version": "3.6.3", - "package_url": null, - "repository": { - "Http": { - "url": "https://static.crates.io/crates/parity-scale-codec-derive/3.6.3/download", - "sha256": "9d884d78fcf214d70b1e239fcd1c6e5e95aa3be1881918da2e488cc946c7a476" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "parity_scale_codec_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "parity_scale_codec_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro-crate 1.3.1", - "target": "proc_macro_crate" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.6.3" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "parking 2.1.0": { - "name": "parking", - "version": "2.1.0", - "package_url": "https://github.com/smol-rs/parking", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/parking/2.1.0/download", - "sha256": "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "parking", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "parking", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "2.1.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "parking_lot 0.11.2": { - "name": "parking_lot", - "version": "0.11.2", - "package_url": "https://github.com/Amanieu/parking_lot", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/parking_lot/0.11.2/download", - "sha256": "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" - } - }, - "targets": [ - { - "Library": { - "crate_name": "parking_lot", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "parking_lot", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "instant 0.1.12", - "target": "instant" - }, - { - "id": "lock_api 0.4.14", - "target": "lock_api" - }, - { - "id": "parking_lot_core 0.8.6", - "target": "parking_lot_core" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.11.2" - }, - "license": "Apache-2.0/MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "parking_lot 0.12.5": { - "name": "parking_lot", - "version": "0.12.5", - "package_url": "https://github.com/Amanieu/parking_lot", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/parking_lot/0.12.5/download", - "sha256": "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "parking_lot", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "parking_lot", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "lock_api 0.4.14", - "target": "lock_api" - }, - { - "id": "parking_lot_core 0.9.12", - "target": "parking_lot_core" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.12.5" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "parking_lot_core 0.8.6": { - "name": "parking_lot_core", - "version": "0.8.6", - "package_url": "https://github.com/Amanieu/parking_lot", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/parking_lot_core/0.8.6/download", - "sha256": "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" - } - }, - "targets": [ - { - "Library": { - "crate_name": "parking_lot_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "parking_lot_core", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "instant 0.1.12", - "target": "instant" - }, - { - "id": "parking_lot_core 0.8.6", - "target": "build_script_build" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - } - ], - "selects": { - "cfg(target_os = \"redox\")": [ - { - "id": "redox_syscall 0.2.16", - "target": "syscall" - } - ], - "cfg(unix)": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ] - } - }, - "edition": "2018", - "version": "0.8.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "Apache-2.0/MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "parking_lot_core 0.9.12": { - "name": "parking_lot_core", - "version": "0.9.12", - "package_url": "https://github.com/Amanieu/parking_lot", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/parking_lot_core/0.9.12/download", - "sha256": "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "parking_lot_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "parking_lot_core", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "parking_lot_core 0.9.12", - "target": "build_script_build" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - } - ], - "selects": { - "cfg(target_os = \"redox\")": [ - { - "id": "redox_syscall 0.5.18", - "target": "syscall" - } - ], - "cfg(unix)": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "windows-link 0.2.1", - "target": "windows_link" - } - ] - } - }, - "edition": "2021", - "version": "0.9.12" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "parse-display 0.11.0": { - "name": "parse-display", - "version": "0.11.0", - "package_url": "https://github.com/frozenlib/parse-display", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/parse-display/0.11.0/download", - "sha256": "e78deb158fb1d73b29efb4b7e9b9860b78059c670de06bd28df8d0b458ded0eb" - } - }, - "targets": [ - { - "Library": { - "crate_name": "parse_display", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "parse_display", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "regex", - "regex-syntax", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "regex-syntax 0.8.11", - "target": "regex_syntax" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "parse-display-derive 0.11.0", - "target": "parse_display_derive" - } - ], - "selects": {} - }, - "version": "0.11.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "parse-display-derive 0.11.0": { - "name": "parse-display-derive", - "version": "0.11.0", - "package_url": "https://github.com/frozenlib/parse-display", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/parse-display-derive/0.11.0/download", - "sha256": "8e95a50d1084dab562913062c4c34bb204b68fc6ec38a1395909ff5aaaf4f10a" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "parse_display_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "parse_display_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "regex-syntax 0.8.11", - "target": "regex_syntax" - }, - { - "id": "structmeta 0.3.0", - "target": "structmeta" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.11.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "parse-size 1.1.0": { - "name": "parse-size", - "version": "1.1.0", - "package_url": "https://github.com/kennytm/parse-size", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/parse-size/1.1.0/download", - "sha256": "487f2ccd1e17ce8c1bfab3a65c89525af41cfad4c8659021a1e9a2aacd73b89b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "parse_size", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "parse_size", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "1.1.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE.txt" - }, - "password-hash 0.4.2": { - "name": "password-hash", - "version": "0.4.2", - "package_url": "https://github.com/RustCrypto/traits/tree/master/password-hash", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/password-hash/0.4.2/download", - "sha256": "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700" - } - }, - "targets": [ - { - "Library": { - "crate_name": "password_hash", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "password_hash", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "rand_core", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base64ct 1.6.0", - "target": "base64ct" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "paste 1.0.15": { - "name": "paste", - "version": "1.0.15", - "package_url": "https://github.com/dtolnay/paste", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/paste/1.0.15/download", - "sha256": "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "paste", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "paste", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.15" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "pbkdf2 0.12.2": { - "name": "pbkdf2", - "version": "0.12.2", - "package_url": "https://github.com/RustCrypto/password-hashes/tree/master/pbkdf2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pbkdf2/0.12.2/download", - "sha256": "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" - } - }, - "targets": [ - { - "Library": { - "crate_name": "pbkdf2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "pbkdf2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "hmac" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "hmac 0.12.1", - "target": "hmac" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.12.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "pcre2 0.2.6": { - "name": "pcre2", - "version": "0.2.6", - "package_url": "https://github.com/BurntSushi/rust-pcre2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pcre2/0.2.6/download", - "sha256": "4c9d53a8ea5fc3d3568d3de4bebc12606fd0eb8234c602576f1f1ee4880488a7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "pcre2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "pcre2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "pcre2-sys 0.2.8", - "target": "pcre2_sys" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.6" - }, - "license": "Unlicense OR MIT", - "license_ids": [ - "MIT", - "Unlicense" - ], - "license_file": "LICENSE-MIT" - }, - "pcre2-sys 0.2.8": { - "name": "pcre2-sys", - "version": "0.2.8", - "package_url": "https://github.com/BurntSushi/rust-pcre2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pcre2-sys/0.2.8/download", - "sha256": "25b8a7b5253a4465b873a21ee7e8d6ec561a57eed5d319621bec36bea35c86ae", - "patch_args": [ - "-p1" - ], - "patches": [ - "@@//bazel:pcre2-sys.patch" - ] - } - }, - "targets": [ - { - "Library": { - "crate_name": "pcre2_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "pcre2_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "pcre2-sys 0.2.8", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.8" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - }, - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - } - ], - "selects": {} - }, - "build_script_env": { - "common": { - "PCRE2_SYS_STATIC": "1" - }, - "selects": {} - } - }, - "license": "Unlicense OR MIT", - "license_ids": [ - "MIT", - "Unlicense" - ], - "license_file": "LICENSE-MIT" - }, - "peeking_take_while 0.1.2": { - "name": "peeking_take_while", - "version": "0.1.2", - "package_url": "https://github.com/fitzgen/peeking_take_while", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/peeking_take_while/0.1.2/download", - "sha256": "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" - } - }, - "targets": [ - { - "Library": { - "crate_name": "peeking_take_while", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "peeking_take_while", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.1.2" - }, - "license": "Apache-2.0/MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "pem 3.0.6": { - "name": "pem", - "version": "3.0.6", - "package_url": "https://github.com/jcreekmore/pem-rs.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pem/3.0.6/download", - "sha256": "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be" - } - }, - "targets": [ - { - "Library": { - "crate_name": "pem", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "pem", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base64 0.22.1", - "target": "base64" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.0.6" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE.md" - }, - "pem 4.0.0": { - "name": "pem", - "version": "4.0.0", - "package_url": "https://github.com/jcreekmore/pem-rs.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pem/4.0.0/download", - "sha256": "d354a98a3d1251555de99e8fdd8afda05573c31b82f59063a7b0a29b5527f120" - } - }, - "targets": [ - { - "Library": { - "crate_name": "pem", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "pem", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base64 0.23.1", - "target": "base64" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "4.0.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE.md" - }, - "pem-rfc7468 0.7.0": { - "name": "pem-rfc7468", - "version": "0.7.0", - "package_url": "https://github.com/RustCrypto/formats/tree/master/pem-rfc7468", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pem-rfc7468/0.7.0/download", - "sha256": "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" - } - }, - "targets": [ - { - "Library": { - "crate_name": "pem_rfc7468", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "pem_rfc7468", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base64ct 1.6.0", - "target": "base64ct" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "per-thread-mutex 0.1.4": { - "name": "per-thread-mutex", - "version": "0.1.4", - "package_url": "https://github.com/jbaublitz/per-thread-mutex", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/per-thread-mutex/0.1.4/download", - "sha256": "b20d1aaa7fcf3cd5a7b4506c38594d25e122ad45dec6da7f85bac52f3a3e562c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "per_thread_mutex", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "per_thread_mutex", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "log 0.4.33", - "target": "log" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.4" - }, - "license": "MPL-2.0", - "license_ids": [ - "MPL-2.0" - ], - "license_file": "LICENSE" - }, - "percent-encoding 2.3.1": { - "name": "percent-encoding", - "version": "2.3.1", - "package_url": "https://github.com/servo/rust-url/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/percent-encoding/2.3.1/download", - "sha256": "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "percent_encoding", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "percent_encoding", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "2.3.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "pest 2.7.1": { - "name": "pest", - "version": "2.7.1", - "package_url": "https://github.com/pest-parser/pest", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pest/2.7.1/download", - "sha256": "0d2d1d55045829d65aad9d389139882ad623b33b904e7c9f1b10c5b8927298e5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "pest", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "pest", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "ucd-trie 0.1.6", - "target": "ucd_trie" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.7.1" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "pest_derive 2.7.1": { - "name": "pest_derive", - "version": "2.7.1", - "package_url": "https://github.com/pest-parser/pest", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pest_derive/2.7.1/download", - "sha256": "5f94bca7e7a599d89dea5dfa309e217e7906c3c007fb9c3299c40b10d6a315d3" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "pest_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "pest_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "pest 2.7.1", - "target": "pest" - }, - { - "id": "pest_generator 2.7.1", - "target": "pest_generator" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.7.1" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "pest_generator 2.7.1": { - "name": "pest_generator", - "version": "2.7.1", - "package_url": "https://github.com/pest-parser/pest", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pest_generator/2.7.1/download", - "sha256": "99d490fe7e8556575ff6911e45567ab95e71617f43781e5c05490dc8d75c965c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "pest_generator", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "pest_generator", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "pest 2.7.1", - "target": "pest" - }, - { - "id": "pest_meta 2.7.1", - "target": "pest_meta" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.7.1" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "pest_meta 2.7.1": { - "name": "pest_meta", - "version": "2.7.1", - "package_url": "https://github.com/pest-parser/pest", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pest_meta/2.7.1/download", - "sha256": "2674c66ebb4b4d9036012091b537aae5878970d6999f81a265034d85b136b341" - } - }, - "targets": [ - { - "Library": { - "crate_name": "pest_meta", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "pest_meta", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "pest 2.7.1", - "target": "pest" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.7.1" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "petgraph 0.6.3": { - "name": "petgraph", - "version": "0.6.3", - "package_url": "https://github.com/petgraph/petgraph", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/petgraph/0.6.3/download", - "sha256": "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4" - } - }, - "targets": [ - { - "Library": { - "crate_name": "petgraph", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "petgraph", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "fixedbitset 0.4.2", - "target": "fixedbitset" - }, - { - "id": "indexmap 1.9.3", - "target": "indexmap" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.6.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "petgraph 0.7.1": { - "name": "petgraph", - "version": "0.7.1", - "package_url": "https://github.com/petgraph/petgraph", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/petgraph/0.7.1/download", - "sha256": "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" - } - }, - "targets": [ - { - "Library": { - "crate_name": "petgraph", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "petgraph", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "fixedbitset 0.5.7", - "target": "fixedbitset" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.7.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "petgraph 0.8.3": { - "name": "petgraph", - "version": "0.8.3", - "package_url": "https://github.com/petgraph/petgraph", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/petgraph/0.8.3/download", - "sha256": "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455" - } - }, - "targets": [ - { - "Library": { - "crate_name": "petgraph", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "petgraph", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "fixedbitset 0.5.7", - "target": "fixedbitset" - }, - { - "id": "hashbrown 0.15.2", - "target": "hashbrown" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "phf 0.11.2": { - "name": "phf", - "version": "0.11.2", - "package_url": "https://github.com/rust-phf/rust-phf", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/phf/0.11.2/download", - "sha256": "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" - } - }, - "targets": [ - { - "Library": { - "crate_name": "phf", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "phf", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "macros", - "phf_macros", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "phf_shared 0.11.2", - "target": "phf_shared" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "phf_macros 0.11.2", - "target": "phf_macros" - } - ], - "selects": {} - }, - "version": "0.11.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "phf_codegen 0.11.3": { - "name": "phf_codegen", - "version": "0.11.3", - "package_url": "https://github.com/rust-phf/rust-phf", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/phf_codegen/0.11.3/download", - "sha256": "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "phf_codegen", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "phf_codegen", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "phf_generator 0.11.2", - "target": "phf_generator" - }, - { - "id": "phf_shared 0.11.2", - "target": "phf_shared" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.11.3" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "phf_generator 0.11.2": { - "name": "phf_generator", - "version": "0.11.2", - "package_url": "https://github.com/rust-phf/rust-phf", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/phf_generator/0.11.2/download", - "sha256": "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "phf_generator", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "phf_generator", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "phf_shared 0.11.2", - "target": "phf_shared" - }, - { - "id": "rand 0.8.6", - "target": "rand" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.11.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "phf_macros 0.11.2": { - "name": "phf_macros", - "version": "0.11.2", - "package_url": "https://github.com/rust-phf/rust-phf", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/phf_macros/0.11.2/download", - "sha256": "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "phf_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "phf_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "phf_generator 0.11.2", - "target": "phf_generator" - }, - { - "id": "phf_shared 0.11.2", - "target": "phf_shared" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.11.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, - "phf_shared 0.11.2": { - "name": "phf_shared", - "version": "0.11.2", - "package_url": "https://github.com/rust-phf/rust-phf", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/phf_shared/0.11.2/download", - "sha256": "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "phf_shared", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "phf_shared", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "siphasher 0.3.11", - "target": "siphasher" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.11.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "pico-args 0.5.0": { - "name": "pico-args", - "version": "0.5.0", - "package_url": "https://github.com/RazrFalcon/pico-args", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pico-args/0.5.0/download", - "sha256": "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" - } - }, - "targets": [ - { - "Library": { - "crate_name": "pico_args", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "pico_args", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.5.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "pin-project 1.1.2": { - "name": "pin-project", - "version": "1.1.2", - "package_url": "https://github.com/taiki-e/pin-project", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pin-project/1.1.2/download", - "sha256": "030ad2bc4db10a8944cb0d837f158bdfec4d4a4873ab701a95046770d11f8842" - } - }, - "targets": [ - { - "Library": { - "crate_name": "pin_project", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "pin_project", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "pin-project-internal 1.1.2", - "target": "pin_project_internal" - } - ], - "selects": {} - }, - "version": "1.1.2" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "pin-project-internal 1.1.2": { - "name": "pin-project-internal", - "version": "1.1.2", - "package_url": "https://github.com/taiki-e/pin-project", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pin-project-internal/1.1.2/download", - "sha256": "ec2e072ecce94ec471b13398d5402c188e76ac03cf74dd1a975161b23a3f6d9c" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "pin_project_internal", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "pin_project_internal", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.1.2" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "pin-project-lite 0.2.17": { - "name": "pin-project-lite", - "version": "0.2.17", - "package_url": "https://github.com/taiki-e/pin-project-lite", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pin-project-lite/0.2.17/download", - "sha256": "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" - } - }, - "targets": [ - { - "Library": { - "crate_name": "pin_project_lite", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "pin_project_lite", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.2.17" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "pin-utils 0.1.0": { - "name": "pin-utils", - "version": "0.1.0", - "package_url": "https://github.com/rust-lang-nursery/pin-utils", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pin-utils/0.1.0/download", - "sha256": "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" - } - }, - "targets": [ - { - "Library": { - "crate_name": "pin_utils", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "pin_utils", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.1.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ping 0.5.0": { - "name": "ping", - "version": "0.5.0", - "package_url": "https://github.com/aisk/rust-ping", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ping/0.5.0/download", - "sha256": "985c8af0584bf35ecfb95a65b74a457782966e1ab8f2c94c01697a36432a5814" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ping", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ping", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "rand 0.8.6", - "target": "rand" - }, - { - "id": "socket2 0.4.9", - "target": "socket2" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "piper 0.2.4": { - "name": "piper", - "version": "0.2.4", - "package_url": "https://github.com/smol-rs/piper", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/piper/0.2.4/download", - "sha256": "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" - } - }, - "targets": [ - { - "Library": { - "crate_name": "piper", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "piper", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "futures-io", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "atomic-waker 1.1.2", - "target": "atomic_waker" - }, - { - "id": "fastrand 2.3.0", - "target": "fastrand" - }, - { - "id": "futures-io 0.3.31", - "target": "futures_io" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.4" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "pkcs1 0.7.5": { - "name": "pkcs1", - "version": "0.7.5", - "package_url": "https://github.com/RustCrypto/formats/tree/master/pkcs1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pkcs1/0.7.5/download", - "sha256": "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "pkcs1", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "pkcs1", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "pem", - "pkcs8", - "std", - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "der 0.7.7", - "target": "der" - }, - { - "id": "pkcs8 0.10.2", - "target": "pkcs8" - }, - { - "id": "spki 0.7.3", - "target": "spki" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.5" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "pkcs11 0.5.0": { - "name": "pkcs11", - "version": "0.5.0", - "package_url": "https://github.com/mheese/rust-pkcs11", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pkcs11/0.5.0/download", - "sha256": "3aca6d67e4c8613bfe455599d0233d00735f85df2001f6bfd9bb7ac0496b10af" - } - }, - "targets": [ - { - "Library": { - "crate_name": "pkcs11", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "pkcs11", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libloading 0.5.2", - "target": "libloading" - }, - { - "id": "num-bigint 0.2.6", - "target": "num_bigint" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.5.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "pkcs8 0.10.2": { - "name": "pkcs8", - "version": "0.10.2", - "package_url": "https://github.com/RustCrypto/formats/tree/master/pkcs8", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pkcs8/0.10.2/download", - "sha256": "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "pkcs8", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "pkcs8", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "pem", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "der 0.7.7", - "target": "der" - }, - { - "id": "spki 0.7.3", - "target": "spki" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.10.2" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "pkg-config 0.3.32": { - "name": "pkg-config", - "version": "0.3.32", - "package_url": "https://github.com/rust-lang/pkg-config-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pkg-config/0.3.32/download", - "sha256": "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c", - "patch_args": [ - "-p1" - ], - "patches": [ - "@@//bazel:pkg-config.patch" - ] - } - }, - "targets": [ - { - "Library": { - "crate_name": "pkg_config", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "pkg_config", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.3.32" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "plotters 0.3.5": { - "name": "plotters", - "version": "0.3.5", - "package_url": "https://github.com/plotters-rs/plotters", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/plotters/0.3.5/download", - "sha256": "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45" - } - }, - "targets": [ - { - "Library": { - "crate_name": "plotters", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "plotters", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "area_series", - "line_series", - "plotters-svg", - "svg_backend" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "plotters-backend 0.3.5", - "target": "plotters_backend" - }, - { - "id": "plotters-svg 0.3.5", - "target": "plotters_svg" - } - ], - "selects": { - "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))": [ - { - "id": "wasm-bindgen 0.2.126", - "target": "wasm_bindgen" - }, - { - "id": "web-sys 0.3.103", - "target": "web_sys" - } - ] - } - }, - "edition": "2018", - "version": "0.3.5" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "plotters-backend 0.3.5": { - "name": "plotters-backend", - "version": "0.3.5", - "package_url": "https://github.com/plotters-rs/plotters", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/plotters-backend/0.3.5/download", - "sha256": "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609" - } - }, - "targets": [ - { - "Library": { - "crate_name": "plotters_backend", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "plotters_backend", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.3.5" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "plotters-svg 0.3.5": { - "name": "plotters-svg", - "version": "0.3.5", - "package_url": "https://github.com/plotters-rs/plotters.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/plotters-svg/0.3.5/download", - "sha256": "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab" - } - }, - "targets": [ - { - "Library": { - "crate_name": "plotters_svg", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "plotters_svg", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "plotters-backend 0.3.5", - "target": "plotters_backend" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.5" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "polling 3.7.4": { - "name": "polling", - "version": "3.7.4", - "package_url": "https://github.com/smol-rs/polling", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/polling/3.7.4/download", - "sha256": "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "polling", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "polling", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": { - "cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))": [ - { - "id": "rustix 0.38.44", - "target": "rustix" - } - ], - "cfg(target_os = \"hermit\")": [ - { - "id": "hermit-abi 0.4.0", - "target": "hermit_abi" - } - ], - "cfg(windows)": [ - { - "id": "concurrent-queue 2.5.0", - "target": "concurrent_queue" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "windows-sys 0.59.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2021", - "version": "3.7.4" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "poly1305 0.8.0": { - "name": "poly1305", - "version": "0.8.0", - "package_url": "https://github.com/RustCrypto/universal-hashes", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/poly1305/0.8.0/download", - "sha256": "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" - } - }, - "targets": [ - { - "Library": { - "crate_name": "poly1305", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "poly1305", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "opaque-debug 0.3.0", - "target": "opaque_debug" - }, - { - "id": "universal-hash 0.5.1", - "target": "universal_hash" - } - ], - "selects": { - "cfg(any(target_arch = \"x86_64\", target_arch = \"x86\"))": [ - { - "id": "cpufeatures 0.2.9", - "target": "cpufeatures" - } - ] - } - }, - "edition": "2021", - "version": "0.8.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "polyval 0.6.2": { - "name": "polyval", - "version": "0.6.2", - "package_url": "https://github.com/RustCrypto/universal-hashes", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/polyval/0.6.2/download", - "sha256": "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" - } - }, - "targets": [ - { - "Library": { - "crate_name": "polyval", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "polyval", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "opaque-debug 0.3.0", - "target": "opaque_debug" - }, - { - "id": "universal-hash 0.5.1", - "target": "universal_hash" - } - ], - "selects": { - "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ - { - "id": "cpufeatures 0.2.9", - "target": "cpufeatures" - } - ] - } - }, - "edition": "2021", - "version": "0.6.2" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "portable-atomic 1.11.0": { - "name": "portable-atomic", - "version": "1.11.0", - "package_url": "https://github.com/taiki-e/portable-atomic", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/portable-atomic/1.11.0/download", - "sha256": "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "portable_atomic", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "portable_atomic", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "fallback", - "require-cas" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "portable-atomic 1.11.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.11.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "postcard 1.1.3": { - "name": "postcard", - "version": "1.1.3", - "package_url": "https://github.com/jamesmunns/postcard", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/postcard/1.1.3/download", - "sha256": "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24" - } - }, - "targets": [ - { - "Library": { - "crate_name": "postcard", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "postcard", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "use-std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cobs 0.3.0", - "target": "cobs" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.1.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "powerfmt 0.2.0": { - "name": "powerfmt", - "version": "0.2.0", - "package_url": "https://github.com/jhpratt/powerfmt", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/powerfmt/0.2.0/download", - "sha256": "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" - } - }, - "targets": [ - { - "Library": { - "crate_name": "powerfmt", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "powerfmt", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.2.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-Apache" - }, - "ppp 2.3.0": { - "name": "ppp", - "version": "2.3.0", - "package_url": "https://github.com/misalcedo/ppp", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ppp/2.3.0/download", - "sha256": "1a7a2049cd2570bd67bf0228e86bf850f8ceb5190a345c471d03a909da6049e0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ppp", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ppp", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.3.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "pprof 0.15.0": { - "name": "pprof", - "version": "0.15.0", - "package_url": "https://github.com/tikv/pprof-rs", - "repository": { - "Git": { - "remote": "https://github.com/dfinity/pprof-rs", - "commitish": { - "Rev": "9159b45ecc3540d7fc44c6a6e70a173676cfa771" - } - } - }, - "targets": [ - { - "Library": { - "crate_name": "pprof", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "pprof", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "_protobuf", - "criterion", - "flamegraph", - "inferno", - "prost", - "prost-build", - "prost-codec", - "sha2" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aligned-vec 0.6.1", - "target": "aligned_vec" - }, - { - "id": "backtrace 0.3.68", - "target": "backtrace" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "criterion 0.5.1", - "target": "criterion" - }, - { - "id": "findshlibs 0.10.2", - "target": "findshlibs" - }, - { - "id": "inferno 0.12.0", - "target": "inferno" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "nix 0.30.1", - "target": "nix" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "pprof 0.15.0", - "target": "build_script_build" - }, - { - "id": "prost 0.14.4", - "target": "prost" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "spin 0.9.8", - "target": "spin" - }, - { - "id": "symbolic-demangle 12.4.0", - "target": "symbolic_demangle" - }, - { - "id": "tempfile 3.23.0", - "target": "tempfile" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.15.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data": { - "common": [ - "@@//bazel:protoc" - ], - "selects": {} - }, - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "prost-build 0.14.4", - "target": "prost_build" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - } - ], - "selects": {} - }, - "build_script_env": { - "common": { - "PROTOC": "$(execpath @@//bazel:protoc)" - }, - "selects": {} - } - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ppv-lite86 0.2.17": { - "name": "ppv-lite86", - "version": "0.2.17", - "package_url": "https://github.com/cryptocorrosion/cryptocorrosion", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ppv-lite86/0.2.17/download", - "sha256": "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ppv_lite86", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ppv_lite86", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "simd", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.17" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "precomputed-hash 0.1.1": { - "name": "precomputed-hash", - "version": "0.1.1", - "package_url": "https://github.com/emilio/precomputed-hash", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/precomputed-hash/0.1.1/download", - "sha256": "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "precomputed_hash", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "precomputed_hash", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.1.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "predicates 3.1.2": { - "name": "predicates", - "version": "3.1.2", - "package_url": "https://github.com/assert-rs/predicates-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/predicates/3.1.2/download", - "sha256": "7e9086cc7640c29a356d1a29fd134380bee9d8f79a17410aa76e7ad295f42c97" - } - }, - "targets": [ - { - "Library": { - "crate_name": "predicates", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "predicates", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "color", - "default", - "diff", - "float-cmp", - "normalize-line-endings", - "regex" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anstyle 1.0.8", - "target": "anstyle" - }, - { - "id": "difflib 0.4.0", - "target": "difflib" - }, - { - "id": "float-cmp 0.9.0", - "target": "float_cmp" - }, - { - "id": "normalize-line-endings 0.3.0", - "target": "normalize_line_endings" - }, - { - "id": "predicates-core 1.0.6", - "target": "predicates_core" - }, - { - "id": "regex 1.13.1", - "target": "regex" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.1.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "predicates-core 1.0.6": { - "name": "predicates-core", - "version": "1.0.6", - "package_url": "https://github.com/assert-rs/predicates-rs/tree/master/crates/core", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/predicates-core/1.0.6/download", - "sha256": "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" - } - }, - "targets": [ - { - "Library": { - "crate_name": "predicates_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "predicates_core", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "1.0.6" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "predicates-tree 1.0.9": { - "name": "predicates-tree", - "version": "1.0.9", - "package_url": "https://github.com/assert-rs/predicates-rs/tree/master/crates/tree", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/predicates-tree/1.0.9/download", - "sha256": "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" - } - }, - "targets": [ - { - "Library": { - "crate_name": "predicates_tree", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "predicates_tree", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "predicates-core 1.0.6", - "target": "predicates_core" - }, - { - "id": "termtree 0.4.1", - "target": "termtree" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.9" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "prefix-trie 0.8.4": { - "name": "prefix-trie", - "version": "0.8.4", - "package_url": "https://github.com/tiborschneider/prefix-trie", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/prefix-trie/0.8.4/download", - "sha256": "4cf6e3177f0684016a5c209b00882e15f8bdd3f3bb48f0491df10cd102d0c6e7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "prefix_trie", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "prefix_trie", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "ipnet" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "either 1.18.0", - "target": "either" - }, - { - "id": "ipnet 2.10.1", - "target": "ipnet" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.4" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "pretty 0.12.1": { - "name": "pretty", - "version": "0.12.1", - "package_url": "https://github.com/Marwes/pretty.rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pretty/0.12.1/download", - "sha256": "563c9d701c3a31dfffaaf9ce23507ba09cbe0b9125ba176d15e629b0235e9acc" - } - }, - "targets": [ - { - "Library": { - "crate_name": "pretty", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "pretty", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "arrayvec 0.5.2", - "target": "arrayvec" - }, - { - "id": "typed-arena 2.0.2", - "target": "typed_arena" - }, - { - "id": "unicode-segmentation 1.12.0", - "target": "unicode_segmentation" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.12.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "pretty_assertions 1.4.0": { - "name": "pretty_assertions", - "version": "1.4.0", - "package_url": "https://github.com/rust-pretty-assertions/rust-pretty-assertions", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pretty_assertions/1.4.0/download", - "sha256": "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" - } - }, - "targets": [ - { - "Library": { - "crate_name": "pretty_assertions", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "pretty_assertions", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "diff 0.1.13", - "target": "diff" - }, - { - "id": "yansi 0.5.1", - "target": "yansi" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.4.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "prettyplease 0.2.37": { - "name": "prettyplease", - "version": "0.2.37", - "package_url": "https://github.com/dtolnay/prettyplease", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/prettyplease/0.2.37/download", - "sha256": "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "prettyplease", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "prettyplease", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [], - "selects": { - "aarch64-apple-darwin": [ - "verbatim" - ], - "aarch64-unknown-linux-gnu": [ - "verbatim" - ], - "x86_64-apple-darwin": [ - "verbatim" - ], - "x86_64-unknown-linux-gnu": [ - "verbatim" - ] - } - }, - "deps": { - "common": [ - { - "id": "prettyplease 0.2.37", - "target": "build_script_build" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.37" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "links": "prettyplease02" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "primeorder 0.13.2": { - "name": "primeorder", - "version": "0.13.2", - "package_url": "https://github.com/RustCrypto/elliptic-curves/tree/master/primeorder", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/primeorder/0.13.2/download", - "sha256": "3c2fcef82c0ec6eefcc179b978446c399b3cdf73c392c35604e399eee6df1ee3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "primeorder", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "primeorder", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "elliptic-curve 0.13.8", - "target": "elliptic_curve" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.13.2" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "primitive-types 0.12.1": { - "name": "primitive-types", - "version": "0.12.1", - "package_url": "https://github.com/paritytech/parity-common", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/primitive-types/0.12.1/download", - "sha256": "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66" - } - }, - "targets": [ - { - "Library": { - "crate_name": "primitive_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "primitive_types", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "fixed-hash 0.8.0", - "target": "fixed_hash" - }, - { - "id": "uint 0.9.5", - "target": "uint" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.12.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "priority-queue 2.7.0": { - "name": "priority-queue", - "version": "2.7.0", - "package_url": "https://github.com/garro95/priority-queue", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/priority-queue/2.7.0/download", - "sha256": "93980406f12d9f8140ed5abe7155acb10bb1e69ea55c88960b9c2f117445ef96" - } - }, - "targets": [ - { - "Library": { - "crate_name": "priority_queue", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "priority_queue", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "equivalent 1.0.1", - "target": "equivalent" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.7.0" - }, - "license": "LGPL-3.0-or-later OR MPL-2.0", - "license_ids": [ - "LGPL-3.0", - "MPL-2.0" - ], - "license_file": null - }, - "proc-macro-crate 1.3.1": { - "name": "proc-macro-crate", - "version": "1.3.1", - "package_url": "https://github.com/bkchr/proc-macro-crate", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/proc-macro-crate/1.3.1/download", - "sha256": "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" - } - }, - "targets": [ - { - "Library": { - "crate_name": "proc_macro_crate", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "proc_macro_crate", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "toml_edit 0.19.14", - "target": "toml_edit" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.3.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "proc-macro-crate 3.5.0": { - "name": "proc-macro-crate", - "version": "3.5.0", - "package_url": "https://github.com/bkchr/proc-macro-crate", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/proc-macro-crate/3.5.0/download", - "sha256": "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "proc_macro_crate", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "proc_macro_crate", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "toml_edit 0.25.13+spec-1.1.0", - "target": "toml_edit" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.5.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "proc-macro-error-attr2 2.0.0": { - "name": "proc-macro-error-attr2", - "version": "2.0.0", - "package_url": "https://github.com/GnomedDev/proc-macro-error-2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/proc-macro-error-attr2/2.0.0/download", - "sha256": "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "proc_macro_error_attr2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "proc_macro_error_attr2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.0.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "proc-macro-error-attr3 3.0.1": { - "name": "proc-macro-error-attr3", - "version": "3.0.1", - "package_url": "https://github.com/gamma0987/proc-macro-error3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/proc-macro-error-attr3/3.0.1/download", - "sha256": "82366fd7d8b7a440d66d13418820c69df9b3908bcb1a0476d7f5ce5d12f5a04d" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "proc_macro_error_attr3", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "proc_macro_error_attr3", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.0.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "proc-macro-error2 2.0.1": { - "name": "proc-macro-error2", - "version": "2.0.1", - "package_url": "https://github.com/GnomedDev/proc-macro-error-2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/proc-macro-error2/2.0.1/download", - "sha256": "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" - } - }, - "targets": [ - { - "Library": { - "crate_name": "proc_macro_error2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "proc_macro_error2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "syn-error" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "proc-macro-error-attr2 2.0.0", - "target": "proc_macro_error_attr2" - } - ], - "selects": {} - }, - "version": "2.0.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "proc-macro-error3 3.0.1": { - "name": "proc-macro-error3", - "version": "3.0.1", - "package_url": "https://github.com/gamma0987/proc-macro-error3", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/proc-macro-error3/3.0.1/download", - "sha256": "b511283ea8a74b4b39447b128c5d00f03a356b7424554b13e298a5550100d9ac" - } - }, - "targets": [ - { - "Library": { - "crate_name": "proc_macro_error3", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "proc_macro_error3", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "syn-error" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "proc-macro-error-attr3 3.0.1", - "target": "proc_macro_error_attr3" - } - ], - "selects": {} - }, - "version": "3.0.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "proc-macro-utils 0.10.0": { - "name": "proc-macro-utils", - "version": "0.10.0", - "package_url": "https://github.com/ModProg/proc-macro-utils", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/proc-macro-utils/0.10.0/download", - "sha256": "eeaf08a13de400bc215877b5bdc088f241b12eb42f0a548d3390dc1c56bb7071" - } - }, - "targets": [ - { - "Library": { - "crate_name": "proc_macro_utils", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "proc_macro_utils", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "parser", - "proc-macro", - "proc-macro2", - "quote", - "smallvec" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.10.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "proc-macro2 1.0.106": { - "name": "proc-macro2", - "version": "1.0.106", - "package_url": "https://github.com/dtolnay/proc-macro2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/proc-macro2/1.0.106/download", - "sha256": "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" - } - }, - "targets": [ - { - "Library": { - "crate_name": "proc_macro2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "proc_macro2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "proc-macro" - ], - "selects": { - "aarch64-apple-darwin": [ - "span-locations" - ], - "aarch64-unknown-linux-gnu": [ - "span-locations" - ], - "x86_64-apple-darwin": [ - "span-locations" - ], - "x86_64-unknown-linux-gnu": [ - "span-locations" - ] - } - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "build_script_build" - }, - { - "id": "unicode-ident 1.0.22", - "target": "unicode_ident" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.106" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "procfs 0.17.0": { - "name": "procfs", - "version": "0.17.0", - "package_url": "https://github.com/eminence/procfs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/procfs/0.17.0/download", - "sha256": "cc5b72d8145275d844d4b5f6d4e1eef00c8cd889edb6035c21675d1bb1f45c9f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "procfs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "procfs", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "procfs 0.17.0", - "target": "build_script_build" - }, - { - "id": "procfs-core 0.17.0", - "target": "procfs_core" - }, - { - "id": "rustix 0.38.44", - "target": "rustix" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.17.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "procfs-core 0.17.0": { - "name": "procfs-core", - "version": "0.17.0", - "package_url": "https://github.com/eminence/procfs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/procfs-core/0.17.0/download", - "sha256": "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec" - } - }, - "targets": [ - { - "Library": { - "crate_name": "procfs_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "procfs_core", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "hex 0.4.3", - "target": "hex" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.17.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "prometheus 0.14.0": { - "name": "prometheus", - "version": "0.14.0", - "package_url": "https://github.com/tikv/rust-prometheus", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/prometheus/0.14.0/download", - "sha256": "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "prometheus", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "prometheus", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "libc", - "process", - "procfs", - "protobuf" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "fnv 1.0.7", - "target": "fnv" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "parking_lot 0.12.5", - "target": "parking_lot" - }, - { - "id": "prometheus 0.14.0", - "target": "build_script_build" - }, - { - "id": "protobuf 3.7.2", - "target": "protobuf" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": { - "aarch64-unknown-linux-gnu": [ - { - "id": "procfs 0.17.0", - "target": "procfs" - } - ], - "x86_64-unknown-linux-gnu": [ - { - "id": "procfs 0.17.0", - "target": "procfs" - } - ] - } - }, - "edition": "2018", - "version": "0.14.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "prometheus-parse 0.2.4": { - "name": "prometheus-parse", - "version": "0.2.4", - "package_url": "https://github.com/ccakes/prometheus-parse-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/prometheus-parse/0.2.4/download", - "sha256": "0c2aa5feb83bf4b2c8919eaf563f51dbab41183de73ba2353c0e03cd7b6bd892" - } - }, - "targets": [ - { - "Library": { - "crate_name": "prometheus_parse", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "prometheus_parse", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "chrono 0.4.42", - "target": "chrono" - }, - { - "id": "itertools 0.10.5", - "target": "itertools" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "regex 1.13.1", - "target": "regex" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.4" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "proptest 1.6.0": { - "name": "proptest", - "version": "1.6.0", - "package_url": "https://github.com/proptest-rs/proptest", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/proptest/1.6.0/download", - "sha256": "14cae93065090804185d3b75f0bf93b8eeda30c7a9b4a33d3bdb3988d6229e50" - } - }, - "targets": [ - { - "Library": { - "crate_name": "proptest", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "proptest", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "bit-set", - "default", - "fork", - "lazy_static", - "regex-syntax", - "rusty-fork", - "std", - "tempfile", - "timeout" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bit-set 0.8.0", - "target": "bit_set" - }, - { - "id": "bit-vec 0.8.0", - "target": "bit_vec" - }, - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "rand 0.8.6", - "target": "rand" - }, - { - "id": "rand_chacha 0.3.1", - "target": "rand_chacha" - }, - { - "id": "rand_xorshift 0.3.0", - "target": "rand_xorshift" - }, - { - "id": "regex-syntax 0.8.11", - "target": "regex_syntax" - }, - { - "id": "rusty-fork 0.3.0", - "target": "rusty_fork" - }, - { - "id": "tempfile 3.23.0", - "target": "tempfile" - }, - { - "id": "unarray 0.1.4", - "target": "unarray" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.6.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "proptest-derive 0.5.0": { - "name": "proptest-derive", - "version": "0.5.0", - "package_url": "https://github.com/proptest-rs/proptest", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/proptest-derive/0.5.0/download", - "sha256": "6ff7ff745a347b87471d859a377a9a404361e7efc2a971d73424a6d183c0fc77" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "proptest_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "proptest_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "prost 0.14.4": { - "name": "prost", - "version": "0.14.4", - "package_url": "https://github.com/tokio-rs/prost", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/prost/0.14.4/download", - "sha256": "528ac67416ff8646872a3c02cad9cc4ee5dc9f9540c9b10771855c95cb2e5ae1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "prost", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "prost", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "derive", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "prost-derive 0.14.4", - "target": "prost_derive" - } - ], - "selects": {} - }, - "version": "0.14.4" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "prost-build 0.14.4": { - "name": "prost-build", - "version": "0.14.4", - "package_url": "https://github.com/tokio-rs/prost", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/prost-build/0.14.4/download", - "sha256": "03da047801ff44bb6a4d407d4860c05fd70bb81714e6b2f3812603d5b145b042" - } - }, - "targets": [ - { - "Library": { - "crate_name": "prost_build", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "prost_build", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "cleanup-markdown", - "default", - "format" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "heck 0.5.0", - "target": "heck" - }, - { - "id": "itertools 0.14.0", - "target": "itertools" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "multimap 0.8.3", - "target": "multimap" - }, - { - "id": "petgraph 0.8.3", - "target": "petgraph" - }, - { - "id": "prettyplease 0.2.37", - "target": "prettyplease" - }, - { - "id": "prost 0.14.4", - "target": "prost" - }, - { - "id": "prost-types 0.14.4", - "target": "prost_types" - }, - { - "id": "pulldown-cmark 0.13.4", - "target": "pulldown_cmark" - }, - { - "id": "pulldown-cmark-to-cmark 22.0.0", - "target": "pulldown_cmark_to_cmark" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "tempfile 3.23.0", - "target": "tempfile" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.14.4" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "prost-derive 0.14.4": { - "name": "prost-derive", - "version": "0.14.4", - "package_url": "https://github.com/tokio-rs/prost", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/prost-derive/0.14.4/download", - "sha256": "b570b25f7617e43d59005d0990ccb79e950a423952cea19671b7a876da390adf" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "prost_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "prost_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "itertools 0.14.0", - "target": "itertools" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.14.4" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "prost-types 0.14.4": { - "name": "prost-types", - "version": "0.14.4", - "package_url": "https://github.com/tokio-rs/prost", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/prost-types/0.14.4/download", - "sha256": "f94967dc7688f3054c7fac87473ffae4cc4c3904800e2d9f5b857246d8963b0a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "prost_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "prost_types", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "prost 0.14.4", - "target": "prost" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.14.4" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "protobuf 3.7.2": { - "name": "protobuf", - "version": "3.7.2", - "package_url": "https://github.com/stepancheg/rust-protobuf/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/protobuf/3.7.2/download", - "sha256": "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4" - } - }, - "targets": [ - { - "Library": { - "crate_name": "protobuf", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "protobuf", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "protobuf 3.7.2", - "target": "build_script_build" - }, - { - "id": "protobuf-support 3.7.2", - "target": "protobuf_support" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.7.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE.txt" - }, - "protobuf-support 3.7.2": { - "name": "protobuf-support", - "version": "3.7.2", - "package_url": "https://github.com/stepancheg/rust-protobuf/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/protobuf-support/3.7.2/download", - "sha256": "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "protobuf_support", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "protobuf_support", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.7.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE.txt" - }, - "psl-types 2.0.11": { - "name": "psl-types", - "version": "2.0.11", - "package_url": "https://github.com/addr-rs/psl-types", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/psl-types/2.0.11/download", - "sha256": "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac" - } - }, - "targets": [ - { - "Library": { - "crate_name": "psl_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "psl_types", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "2.0.11" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE" - }, - "psm 0.1.21": { - "name": "psm", - "version": "0.1.21", - "package_url": "https://github.com/rust-lang/stacker/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/psm/0.1.21/download", - "sha256": "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" - } - }, - "targets": [ - { - "Library": { - "crate_name": "psm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "psm", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "psm 0.1.21", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.1.21" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - } - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ptr_meta 0.3.1": { - "name": "ptr_meta", - "version": "0.3.1", - "package_url": "https://github.com/rkyv/ptr_meta", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ptr_meta/0.3.1/download", - "sha256": "0b9a0cf95a1196af61d4f1cbdab967179516d9a4a4312af1f31948f8f6224a79" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ptr_meta", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ptr_meta", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.3.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "ptr_meta_derive 0.3.1": { - "name": "ptr_meta_derive", - "version": "0.3.1", - "package_url": "https://github.com/rkyv/ptr_meta", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ptr_meta_derive/0.3.1/download", - "sha256": "7347867d0a7e1208d93b46767be83e2b8f978c3dad35f775ac8d8847551d6fe1" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "ptr_meta_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ptr_meta_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "publicsuffix 2.2.3": { - "name": "publicsuffix", - "version": "2.2.3", - "package_url": "https://github.com/rushmorem/publicsuffix", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/publicsuffix/2.2.3/download", - "sha256": "96a8c1bda5ae1af7f99a2962e49df150414a43d62404644d98dd5c3a93d07457" - } - }, - "targets": [ - { - "Library": { - "crate_name": "publicsuffix", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "publicsuffix", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "idna", - "punycode" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "idna 0.3.0", - "target": "idna" - }, - { - "id": "psl-types 2.0.11", - "target": "psl_types" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.2.3" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE" - }, - "pulldown-cmark 0.13.4": { - "name": "pulldown-cmark", - "version": "0.13.4", - "package_url": "https://github.com/raphlinus/pulldown-cmark", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pulldown-cmark/0.13.4/download", - "sha256": "e9f068eba8e7071c5f9511831b44f32c740d5adf574e990f946ddb53db2f314e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "pulldown_cmark", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "pulldown_cmark", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "pulldown-cmark 0.13.4", - "target": "build_script_build" - }, - { - "id": "unicase 2.6.0", - "target": "unicase" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.13.4" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "pulldown-cmark-to-cmark 22.0.0": { - "name": "pulldown-cmark-to-cmark", - "version": "22.0.0", - "package_url": "https://github.com/Byron/pulldown-cmark-to-cmark", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pulldown-cmark-to-cmark/22.0.0/download", - "sha256": "50793def1b900256624a709439404384204a5dc3a6ec580281bfaac35e882e90" - } - }, - "targets": [ - { - "Library": { - "crate_name": "pulldown_cmark_to_cmark", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "pulldown_cmark_to_cmark", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "pulldown-cmark 0.13.4", - "target": "pulldown_cmark" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "22.0.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE-APACHE" - }, - "pulley-interpreter 47.0.3": { - "name": "pulley-interpreter", - "version": "47.0.3", - "package_url": "https://github.com/bytecodealliance/wasmtime/tree/main/pulley", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pulley-interpreter/47.0.3/download", - "sha256": "bc5c8c21ea032e4efbdf2d067dc45171779dbe0c8ecf20ef4a57efa7474f2b0a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "pulley_interpreter", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "pulley_interpreter", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "decode", - "disas", - "encode", - "interp", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cranelift-bitset 0.134.3", - "target": "cranelift_bitset" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "wasmtime-internal-core 47.0.3", - "target": "wasmtime_internal_core", - "alias": "wasmtime_core" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "pulley-macros 47.0.3", - "target": "pulley_macros" - } - ], - "selects": {} - }, - "version": "47.0.3" - }, - "license": "Apache-2.0 WITH LLVM-exception", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "pulley-macros 47.0.3": { - "name": "pulley-macros", - "version": "47.0.3", - "package_url": "https://github.com/bytecodealliance/wasmtime/tree/main/pulley/macros", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/pulley-macros/47.0.3/download", - "sha256": "9f10925455d5dde962e3604eade797ba5488644c8ee14a44191e2f2b58980574" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "pulley_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "pulley_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "47.0.3" - }, - "license": "Apache-2.0 WITH LLVM-exception", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "punycode 0.4.1": { - "name": "punycode", - "version": "0.4.1", - "package_url": "https://github.com/mcarton/rust-punycode.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/punycode/0.4.1/download", - "sha256": "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe" - } - }, - "targets": [ - { - "Library": { - "crate_name": "punycode", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "punycode", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2015", - "version": "0.4.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE.md" - }, - "qrcode 0.14.1": { - "name": "qrcode", - "version": "0.14.1", - "package_url": "https://github.com/kennytm/qrcode-rust", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/qrcode/0.14.1/download", - "sha256": "d68782463e408eb1e668cf6152704bd856c78c5b6417adaee3203d8f4c1fc9ec" - } - }, - "targets": [ - { - "Library": { - "crate_name": "qrcode", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "qrcode", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.14.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE.txt" - }, - "quanta 0.12.3": { - "name": "quanta", - "version": "0.12.3", - "package_url": "https://github.com/metrics-rs/quanta", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/quanta/0.12.3/download", - "sha256": "8e5167a477619228a0b284fac2674e3c388cba90631d7b7de620e6f1fcd08da5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "quanta", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "quanta", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "flaky_tests" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crossbeam-utils 0.8.21", - "target": "crossbeam_utils" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - } - ], - "selects": { - "cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))": [ - { - "id": "web-sys 0.3.103", - "target": "web_sys" - } - ], - "cfg(all(target_arch = \"wasm32\", target_os = \"wasi\"))": [ - { - "id": "wasi 0.11.0+wasi-snapshot-preview1", - "target": "wasi" - } - ], - "cfg(not(any(target_os = \"windows\", target_arch = \"wasm32\")))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(target_arch = \"x86\")": [ - { - "id": "raw-cpuid 11.5.0", - "target": "raw_cpuid" - } - ], - "cfg(target_arch = \"x86_64\")": [ - { - "id": "raw-cpuid 11.5.0", - "target": "raw_cpuid" - } - ], - "cfg(target_os = \"windows\")": [ - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ] - } - }, - "edition": "2021", - "version": "0.12.3" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "quick-error 1.2.3": { - "name": "quick-error", - "version": "1.2.3", - "package_url": "http://github.com/tailhook/quick-error", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/quick-error/1.2.3/download", - "sha256": "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "quick_error", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "quick_error", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "1.2.3" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "quick-xml 0.37.1": { - "name": "quick-xml", - "version": "0.37.1", - "package_url": "https://github.com/tafia/quick-xml", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/quick-xml/0.37.1/download", - "sha256": "f22f29bdff3987b4d8632ef95fd6424ec7e4e0a57e2f4fc63e489e75357f6a03" - } - }, - "targets": [ - { - "Library": { - "crate_name": "quick_xml", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "quick_xml", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "memchr 2.7.4", - "target": "memchr" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.37.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE-MIT.md" - }, - "quickcheck 1.0.3": { - "name": "quickcheck", - "version": "1.0.3", - "package_url": "https://github.com/BurntSushi/quickcheck", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/quickcheck/1.0.3/download", - "sha256": "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "quickcheck", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "quickcheck", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "env_logger", - "log", - "regex", - "use_logging" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "env_logger 0.8.4", - "target": "env_logger" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "rand 0.8.6", - "target": "rand" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.3" - }, - "license": "Unlicense/MIT", - "license_ids": [ - "MIT", - "Unlicense" - ], - "license_file": "LICENSE-MIT" - }, - "quinn 0.11.11": { - "name": "quinn", - "version": "0.11.11", - "package_url": "https://github.com/quinn-rs/quinn", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/quinn/0.11.11/download", - "sha256": "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "quinn", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "quinn", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "aws-lc-rs", - "log", - "runtime-tokio", - "rustls-aws-lc-rs" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "quinn 0.11.11", - "target": "build_script_build" - }, - { - "id": "quinn-proto 0.11.15", - "target": "quinn_proto", - "alias": "proto" - }, - { - "id": "quinn-udp 0.5.5", - "target": "quinn_udp", - "alias": "udp" - }, - { - "id": "rustc-hash 2.1.1", - "target": "rustc_hash" - }, - { - "id": "rustls 0.23.27", - "target": "rustls" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": { - "cfg(all(target_family = \"wasm\", target_os = \"unknown\"))": [ - { - "id": "web-time 1.1.0", - "target": "web_time" - } - ], - "cfg(not(all(target_family = \"wasm\", target_os = \"unknown\")))": [ - { - "id": "socket2 0.6.1", - "target": "socket2" - } - ] - } - }, - "edition": "2021", - "version": "0.11.11" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg_aliases 0.2.1", - "target": "cfg_aliases" - } - ], - "selects": {} - } - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "quinn-proto 0.11.15": { - "name": "quinn-proto", - "version": "0.11.15", - "package_url": "https://github.com/quinn-rs/quinn", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/quinn-proto/0.11.15/download", - "sha256": "4fcb935c5bec503c2f0e306bdd3e58bb9029dcb14fa8d9ac76e3a5256ac0763e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "quinn_proto", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "quinn_proto", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "aws-lc-rs", - "log", - "rustls-aws-lc-rs" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aws-lc-rs 1.17.3", - "target": "aws_lc_rs" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "lru-slab 0.1.2", - "target": "lru_slab" - }, - { - "id": "rand 0.9.4", - "target": "rand" - }, - { - "id": "rustc-hash 2.1.1", - "target": "rustc_hash" - }, - { - "id": "rustls 0.23.27", - "target": "rustls" - }, - { - "id": "slab 0.4.8", - "target": "slab" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "tinyvec 1.6.0", - "target": "tinyvec" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": { - "cfg(all(target_family = \"wasm\", target_os = \"unknown\"))": [ - { - "id": "getrandom 0.3.4", - "target": "getrandom" - }, - { - "id": "ring 0.17.14", - "target": "ring" - }, - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types" - }, - { - "id": "web-time 1.1.0", - "target": "web_time" - } - ] - } - }, - "edition": "2021", - "version": "0.11.15" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "quinn-udp 0.5.5": { - "name": "quinn-udp", - "version": "0.5.5", - "package_url": "https://github.com/quinn-rs/quinn", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/quinn-udp/0.5.5/download", - "sha256": "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "quinn_udp", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "quinn_udp", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "log", - "tracing" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "socket2 0.5.9", - "target": "socket2" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": { - "cfg(windows)": [ - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "windows-sys 0.59.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2021", - "version": "0.5.5" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "quote 1.0.47": { - "name": "quote", - "version": "1.0.47", - "package_url": "https://github.com/dtolnay/quote", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/quote/1.0.47/download", - "sha256": "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001" - } - }, - "targets": [ - { - "Library": { - "crate_name": "quote", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "quote", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "proc-macro" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.47" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "r-efi 5.3.0": { - "name": "r-efi", - "version": "5.3.0", - "package_url": "https://github.com/r-efi/r-efi", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/r-efi/5.3.0/download", - "sha256": "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "r_efi", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "r_efi", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "5.3.0" - }, - "license": "MIT OR Apache-2.0 OR LGPL-2.1-or-later", - "license_ids": [ - "Apache-2.0", - "LGPL-2.1", - "MIT" - ], - "license_file": null - }, - "r-efi 6.0.0": { - "name": "r-efi", - "version": "6.0.0", - "package_url": "https://github.com/r-efi/r-efi", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/r-efi/6.0.0/download", - "sha256": "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" - } - }, - "targets": [ - { - "Library": { - "crate_name": "r_efi", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "r_efi", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "6.0.0" - }, - "license": "MIT OR Apache-2.0 OR LGPL-2.1-or-later", - "license_ids": [ - "Apache-2.0", - "LGPL-2.1", - "MIT" - ], - "license_file": null - }, - "radium 0.7.0": { - "name": "radium", - "version": "0.7.0", - "package_url": "https://github.com/bitvecto-rs/radium", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/radium/0.7.0/download", - "sha256": "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" - } - }, - "targets": [ - { - "Library": { - "crate_name": "radium", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "radium", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "radium 0.7.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.7.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE.txt" - }, - "rancor 0.1.1": { - "name": "rancor", - "version": "0.1.1", - "package_url": "https://github.com/rkyv/rancor", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rancor/0.1.1/download", - "sha256": "a063ea72381527c2a0561da9c80000ef822bdd7c3241b1cc1b12100e3df081ee" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rancor", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rancor", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "ptr_meta 0.3.1", - "target": "ptr_meta" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "rand 0.8.6": { - "name": "rand", - "version": "0.8.6", - "package_url": "https://github.com/rust-random/rand", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rand/0.8.6/download", - "sha256": "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rand", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rand", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "getrandom", - "libc", - "rand_chacha", - "small_rng", - "std", - "std_rng" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "rand_chacha 0.3.1", - "target": "rand_chacha" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - } - ], - "selects": { - "aarch64-apple-darwin": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "aarch64-unknown-linux-gnu": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "x86_64-apple-darwin": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "x86_64-unknown-linux-gnu": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ] - } - }, - "edition": "2018", - "version": "0.8.6" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rand 0.9.4": { - "name": "rand", - "version": "0.9.4", - "package_url": "https://github.com/rust-random/rand", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rand/0.9.4/download", - "sha256": "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rand", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rand", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "os_rng", - "small_rng", - "std", - "std_rng", - "thread_rng" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "rand_chacha 0.9.0", - "target": "rand_chacha" - }, - { - "id": "rand_core 0.9.3", - "target": "rand_core" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.4" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rand 0.10.1": { - "name": "rand", - "version": "0.10.1", - "package_url": "https://github.com/rust-random/rand", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rand/0.10.1/download", - "sha256": "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rand", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rand", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std", - "std_rng", - "sys_rng", - "thread_rng" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "chacha20 0.10.0", - "target": "chacha20" - }, - { - "id": "getrandom 0.4.2", - "target": "getrandom" - }, - { - "id": "rand_core 0.10.1", - "target": "rand_core" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.10.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rand_chacha 0.3.1": { - "name": "rand_chacha", - "version": "0.3.1", - "package_url": "https://github.com/rust-random/rand", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rand_chacha/0.3.1/download", - "sha256": "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rand_chacha", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rand_chacha", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ppv-lite86 0.2.17", - "target": "ppv_lite86" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rand_chacha 0.9.0": { - "name": "rand_chacha", - "version": "0.9.0", - "package_url": "https://github.com/rust-random/rand", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rand_chacha/0.9.0/download", - "sha256": "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rand_chacha", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rand_chacha", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ppv-lite86 0.2.17", - "target": "ppv_lite86" - }, - { - "id": "rand_core 0.9.3", - "target": "rand_core" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rand_core 0.6.4": { - "name": "rand_core", - "version": "0.6.4", - "package_url": "https://github.com/rust-random/rand", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rand_core/0.6.4/download", - "sha256": "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rand_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rand_core", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "getrandom", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "getrandom 0.2.10", - "target": "getrandom" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.6.4" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rand_core 0.9.3": { - "name": "rand_core", - "version": "0.9.3", - "package_url": "https://github.com/rust-random/rand", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rand_core/0.9.3/download", - "sha256": "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rand_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rand_core", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "os_rng", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "getrandom 0.3.4", - "target": "getrandom" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rand_core 0.10.1": { - "name": "rand_core", - "version": "0.10.1", - "package_url": "https://github.com/rust-random/rand_core", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rand_core/0.10.1/download", - "sha256": "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rand_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rand_core", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2024", - "version": "0.10.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rand_distr 0.4.3": { - "name": "rand_distr", - "version": "0.4.3", - "package_url": "https://github.com/rust-random/rand", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rand_distr/0.4.3/download", - "sha256": "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rand_distr", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rand_distr", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "rand 0.8.6", - "target": "rand" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rand_pcg 0.3.1": { - "name": "rand_pcg", - "version": "0.3.1", - "package_url": "https://github.com/rust-random/rand", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rand_pcg/0.3.1/download", - "sha256": "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rand_pcg", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rand_pcg", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "rand_core 0.6.4", - "target": "rand_core" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rand_xorshift 0.3.0": { - "name": "rand_xorshift", - "version": "0.3.0", - "package_url": "https://github.com/rust-random/rngs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rand_xorshift/0.3.0/download", - "sha256": "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rand_xorshift", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rand_xorshift", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "rand_core 0.6.4", - "target": "rand_core" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rangemap 1.7.1": { - "name": "rangemap", - "version": "1.7.1", - "package_url": "https://github.com/jeffparsons/rangemap", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rangemap/1.7.1/download", - "sha256": "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rangemap", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rangemap", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.7.1" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rapidhash 4.5.1": { - "name": "rapidhash", - "version": "4.5.1", - "package_url": "https://github.com/hoxxep/rapidhash", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rapidhash/4.5.1/download", - "sha256": "5da7e78a036ce858e8d55b7e7dc8ba3a88b78350fd2155d3591bbd966b58589e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rapidhash", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rapidhash", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "rustversion 1.0.14", - "target": "rustversion" - } - ], - "selects": {} - }, - "version": "4.5.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ratatui 0.29.0": { - "name": "ratatui", - "version": "0.29.0", - "package_url": "https://github.com/ratatui/ratatui", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ratatui/0.29.0/download", - "sha256": "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ratatui", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ratatui", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "crossterm", - "default", - "underline-color" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "cassowary 0.3.0", - "target": "cassowary" - }, - { - "id": "compact_str 0.8.1", - "target": "compact_str" - }, - { - "id": "crossterm 0.28.1", - "target": "crossterm" - }, - { - "id": "itertools 0.13.0", - "target": "itertools" - }, - { - "id": "lru 0.12.5", - "target": "lru" - }, - { - "id": "strum 0.26.3", - "target": "strum" - }, - { - "id": "unicode-segmentation 1.12.0", - "target": "unicode_segmentation" - }, - { - "id": "unicode-truncate 1.1.0", - "target": "unicode_truncate" - }, - { - "id": "unicode-width 0.2.0", - "target": "unicode_width" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "indoc 2.0.7", - "target": "indoc" - }, - { - "id": "instability 0.3.9", - "target": "instability" - }, - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "0.29.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "ratelimit 0.9.1": { - "name": "ratelimit", - "version": "0.9.1", - "package_url": "https://github.com/pelikan-io/rustcommon", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ratelimit/0.9.1/download", - "sha256": "6c1bb13e2dcfa2232ac6887157aad8d9b3fe4ca57f7c8d4938ff5ea9be742300" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ratelimit", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ratelimit", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "clocksource 0.8.1", - "target": "clocksource" - }, - { - "id": "parking_lot 0.12.5", - "target": "parking_lot" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "raw-cpuid 11.5.0": { - "name": "raw-cpuid", - "version": "11.5.0", - "package_url": "https://github.com/gz/rust-cpuid", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/raw-cpuid/11.5.0/download", - "sha256": "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146" - } - }, - "targets": [ - { - "Library": { - "crate_name": "raw_cpuid", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "raw_cpuid", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "11.5.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE.md" - }, - "rayon 1.10.0": { - "name": "rayon", - "version": "1.10.0", - "package_url": "https://github.com/rayon-rs/rayon", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rayon/1.10.0/download", - "sha256": "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rayon", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rayon", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "either 1.18.0", - "target": "either" - }, - { - "id": "rayon-core 1.12.1", - "target": "rayon_core" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.10.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rayon-core 1.12.1": { - "name": "rayon-core", - "version": "1.12.1", - "package_url": "https://github.com/rayon-rs/rayon", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rayon-core/1.12.1/download", - "sha256": "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rayon_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rayon_core", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "crossbeam-deque 0.8.5", - "target": "crossbeam_deque" - }, - { - "id": "crossbeam-utils 0.8.21", - "target": "crossbeam_utils" - }, - { - "id": "rayon-core 1.12.1", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.12.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "links": "rayon-core" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rcgen 0.13.1": { - "name": "rcgen", - "version": "0.13.1", - "package_url": "https://github.com/rustls/rcgen", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rcgen/0.13.1/download", - "sha256": "54077e1872c46788540de1ea3d7f4ccb1983d12f9aa909b234468676c1a36779" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rcgen", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rcgen", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "aws_lc_rs", - "crypto", - "default", - "pem", - "ring", - "x509-parser", - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aws-lc-rs 1.17.3", - "target": "aws_lc_rs" - }, - { - "id": "pem 3.0.6", - "target": "pem" - }, - { - "id": "ring 0.17.14", - "target": "ring" - }, - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types", - "alias": "pki_types" - }, - { - "id": "time 0.3.47", - "target": "time" - }, - { - "id": "x509-parser 0.16.0", - "target": "x509_parser" - }, - { - "id": "yasna 0.5.2", - "target": "yasna" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.13.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE" - }, - "rcgen 0.14.5": { - "name": "rcgen", - "version": "0.14.5", - "package_url": "https://github.com/rustls/rcgen", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rcgen/0.14.5/download", - "sha256": "5fae430c6b28f1ad601274e78b7dffa0546de0b73b4cd32f46723c0c2a16f7a5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rcgen", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rcgen", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "aws_lc_rs", - "crypto", - "pem" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aws-lc-rs 1.17.3", - "target": "aws_lc_rs" - }, - { - "id": "pem 3.0.6", - "target": "pem" - }, - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types", - "alias": "pki_types" - }, - { - "id": "time 0.3.47", - "target": "time" - }, - { - "id": "yasna 0.5.2", - "target": "yasna" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.14.5" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE" - }, - "redox_syscall 0.2.16": { - "name": "redox_syscall", - "version": "0.2.16", - "package_url": "https://gitlab.redox-os.org/redox-os/syscall", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/redox_syscall/0.2.16/download", - "sha256": "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "syscall", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "syscall", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bitflags 1.3.2", - "target": "bitflags" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.16" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "redox_syscall 0.5.18": { - "name": "redox_syscall", - "version": "0.5.18", - "package_url": "https://gitlab.redox-os.org/redox-os/syscall", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/redox_syscall/0.5.18/download", - "sha256": "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "syscall", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "syscall", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.18" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "redox_users 0.4.3": { - "name": "redox_users", - "version": "0.4.3", - "package_url": "https://gitlab.redox-os.org/redox-os/users", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/redox_users/0.4.3/download", - "sha256": "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "redox_users", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "redox_users", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "getrandom 0.2.10", - "target": "getrandom" - }, - { - "id": "redox_syscall 0.2.16", - "target": "syscall" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.3" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "redox_users 0.5.0": { - "name": "redox_users", - "version": "0.5.0", - "package_url": "https://gitlab.redox-os.org/redox-os/users", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/redox_users/0.5.0/download", - "sha256": "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "redox_users", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "redox_users", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "getrandom 0.2.10", - "target": "getrandom" - }, - { - "id": "libredox 0.1.4", - "target": "libredox" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "ref-cast 1.0.25": { - "name": "ref-cast", - "version": "1.0.25", - "package_url": "https://github.com/dtolnay/ref-cast", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ref-cast/1.0.25/download", - "sha256": "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ref_cast", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ref_cast", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "ref-cast 1.0.25", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "ref-cast-impl 1.0.25", - "target": "ref_cast_impl" - } - ], - "selects": {} - }, - "version": "1.0.25" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ref-cast-impl 1.0.25": { - "name": "ref-cast-impl", - "version": "1.0.25", - "package_url": "https://github.com/dtolnay/ref-cast", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ref-cast-impl/1.0.25/download", - "sha256": "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "ref_cast_impl", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ref_cast_impl", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.25" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "referencing 0.38.1": { - "name": "referencing", - "version": "0.38.1", - "package_url": "https://github.com/Stranger6667/jsonschema", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/referencing/0.38.1/download", - "sha256": "15a8af0c6bb8eaf8b07cb06fc31ff30ca6fe19fb99afa476c276d8b24f365b0b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "referencing", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "referencing", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "ahash 0.8.11", - "target": "ahash" - }, - { - "id": "fluent-uri 0.4.1", - "target": "fluent_uri" - }, - { - "id": "hashbrown 0.16.1", - "target": "hashbrown" - }, - { - "id": "parking_lot 0.12.5", - "target": "parking_lot" - }, - { - "id": "percent-encoding 2.3.1", - "target": "percent_encoding" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": { - "cfg(target_arch = \"wasm32\")": [ - { - "id": "getrandom 0.3.4", - "target": "getrandom" - } - ] - } - }, - "edition": "2021", - "version": "0.38.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "regalloc2 0.15.1": { - "name": "regalloc2", - "version": "0.15.1", - "package_url": "https://github.com/bytecodealliance/regalloc2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/regalloc2/0.15.1/download", - "sha256": "de2c52737737f8609e94f975dee22854a2d5c125772d4b1cf292120f4d45c186" - } - }, - "targets": [ - { - "Library": { - "crate_name": "regalloc2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "regalloc2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "checker", - "default", - "enable-serde", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "allocator-api2 0.2.21", - "target": "allocator_api2" - }, - { - "id": "bumpalo 3.20.2", - "target": "bumpalo" - }, - { - "id": "hashbrown 0.17.0", - "target": "hashbrown" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "rustc-hash 2.1.1", - "target": "rustc_hash" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.15.1" - }, - "license": "Apache-2.0 WITH LLVM-exception", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "regex 1.13.1": { - "name": "regex", - "version": "1.13.1", - "package_url": "https://github.com/rust-lang/regex", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/regex/1.13.1/download", - "sha256": "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "regex", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "regex", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "perf", - "perf-backtrack", - "perf-cache", - "perf-dfa", - "perf-inline", - "perf-literal", - "perf-onepass", - "std", - "unicode", - "unicode-age", - "unicode-bool", - "unicode-case", - "unicode-gencat", - "unicode-perl", - "unicode-script", - "unicode-segment" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aho-corasick 1.1.3", - "target": "aho_corasick" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "regex-automata 0.4.16", - "target": "regex_automata" - }, - { - "id": "regex-syntax 0.8.11", - "target": "regex_syntax" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.13.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "regex-automata 0.1.10": { - "name": "regex-automata", - "version": "0.1.10", - "package_url": "https://github.com/BurntSushi/regex-automata", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/regex-automata/0.1.10/download", - "sha256": "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" - } - }, - "targets": [ - { - "Library": { - "crate_name": "regex_automata", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "regex_automata", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.1.10" - }, - "license": "Unlicense/MIT", - "license_ids": [ - "MIT", - "Unlicense" - ], - "license_file": "LICENSE-MIT" - }, - "regex-automata 0.3.3": { - "name": "regex-automata", - "version": "0.3.3", - "package_url": "https://github.com/rust-lang/regex/tree/master/regex-automata", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/regex-automata/0.3.3/download", - "sha256": "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310" - } - }, - "targets": [ - { - "Library": { - "crate_name": "regex_automata", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "regex_automata", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "dfa-search" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "regex-automata 0.4.16": { - "name": "regex-automata", - "version": "0.4.16", - "package_url": "https://github.com/rust-lang/regex", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/regex-automata/0.4.16/download", - "sha256": "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad" - } - }, - "targets": [ - { - "Library": { - "crate_name": "regex_automata", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "regex_automata", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "dfa-build", - "dfa-onepass", - "dfa-search", - "hybrid", - "meta", - "nfa-backtrack", - "nfa-pikevm", - "nfa-thompson", - "perf-inline", - "perf-literal", - "perf-literal-multisubstring", - "perf-literal-substring", - "std", - "syntax", - "unicode", - "unicode-age", - "unicode-bool", - "unicode-case", - "unicode-gencat", - "unicode-perl", - "unicode-script", - "unicode-segment", - "unicode-word-boundary" - ], - "selects": { - "aarch64-apple-darwin": [ - "dfa", - "nfa", - "perf" - ], - "aarch64-unknown-linux-gnu": [ - "dfa", - "nfa", - "perf" - ], - "x86_64-apple-darwin": [ - "dfa", - "nfa", - "perf" - ], - "x86_64-unknown-linux-gnu": [ - "dfa", - "nfa", - "perf" - ] - } - }, - "deps": { - "common": [ - { - "id": "aho-corasick 1.1.3", - "target": "aho_corasick" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "regex-syntax 0.8.11", - "target": "regex_syntax" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.16" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "regex-filtered 0.2.0": { - "name": "regex-filtered", - "version": "0.2.0", - "package_url": "https://github.com/ua-parser/uap-rust/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/regex-filtered/0.2.0/download", - "sha256": "4c11639076bf147be211b90e47790db89f4c22b6c8a9ca6e960833869da67166" - } - }, - "targets": [ - { - "Library": { - "crate_name": "regex_filtered", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "regex_filtered", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "aho-corasick 1.1.3", - "target": "aho_corasick" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "itertools 0.13.0", - "target": "itertools" - }, - { - "id": "nohash 0.2.0", - "target": "nohash" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "regex-syntax 0.8.11", - "target": "regex_syntax" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" - }, - "license": "BSD-3-Clause", - "license_ids": [ - "BSD-3-Clause" - ], - "license_file": "LICENSE" - }, - "regex-lite 0.1.8": { - "name": "regex-lite", - "version": "0.1.8", - "package_url": "https://github.com/rust-lang/regex", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/regex-lite/0.1.8/download", - "sha256": "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da" - } - }, - "targets": [ - { - "Library": { - "crate_name": "regex_lite", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "regex_lite", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std", - "string" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.8" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "regex-syntax 0.6.29": { - "name": "regex-syntax", - "version": "0.6.29", - "package_url": "https://github.com/rust-lang/regex", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/regex-syntax/0.6.29/download", - "sha256": "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "regex_syntax", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "regex_syntax", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "unicode", - "unicode-age", - "unicode-bool", - "unicode-case", - "unicode-gencat", - "unicode-perl", - "unicode-script", - "unicode-segment" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.6.29" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "regex-syntax 0.7.4": { - "name": "regex-syntax", - "version": "0.7.4", - "package_url": "https://github.com/rust-lang/regex/tree/master/regex-syntax", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/regex-syntax/0.7.4/download", - "sha256": "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" - } - }, - "targets": [ - { - "Library": { - "crate_name": "regex_syntax", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "regex_syntax", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "unicode", - "unicode-age", - "unicode-bool", - "unicode-case", - "unicode-gencat", - "unicode-perl", - "unicode-script", - "unicode-segment" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.4" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "regex-syntax 0.8.11": { - "name": "regex-syntax", - "version": "0.8.11", - "package_url": "https://github.com/rust-lang/regex", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/regex-syntax/0.8.11/download", - "sha256": "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" - } - }, - "targets": [ - { - "Library": { - "crate_name": "regex_syntax", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "regex_syntax", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std", - "unicode", - "unicode-age", - "unicode-bool", - "unicode-case", - "unicode-gencat", - "unicode-perl", - "unicode-script", - "unicode-segment" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.11" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "relative-path 1.9.3": { - "name": "relative-path", - "version": "1.9.3", - "package_url": "https://github.com/udoprog/relative-path", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/relative-path/1.9.3/download", - "sha256": "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2" - } - }, - "targets": [ - { - "Library": { - "crate_name": "relative_path", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "relative_path", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2021", - "version": "1.9.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "rend 0.5.3": { - "name": "rend", - "version": "0.5.3", - "package_url": "https://github.com/djkoloski/rend", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rend/0.5.3/download", - "sha256": "cadadef317c2f20755a64d7fdc48f9e7178ee6b0e1f7fce33fa60f1d68a276e6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rend", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rend", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.5.3" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "reqwest 0.13.4": { - "name": "reqwest", - "version": "0.13.4", - "package_url": "https://github.com/seanmonstar/reqwest", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/reqwest/0.13.4/download", - "sha256": "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "reqwest", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "reqwest", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "__rustls", - "__rustls-aws-lc-rs", - "__tls", - "blocking", - "gzip", - "hickory-dns", - "http2", - "json", - "multipart", - "query", - "rustls", - "socks", - "stream" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base64 0.22.1", - "target": "base64" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "mime_guess 2.0.4", - "target": "mime_guess" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "serde_urlencoded 0.7.1", - "target": "serde_urlencoded" - }, - { - "id": "sync_wrapper 1.0.2", - "target": "sync_wrapper" - }, - { - "id": "url 2.5.4", - "target": "url" - } - ], - "selects": { - "aarch64-apple-darwin": [ - { - "id": "futures-channel 0.3.31", - "target": "futures_channel" - }, - { - "id": "h2 0.4.4", - "target": "h2" - }, - { - "id": "hickory-resolver 0.26.1", - "target": "hickory_resolver" - }, - { - "id": "hyper-rustls 0.27.7", - "target": "hyper_rustls" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "rustls 0.23.27", - "target": "rustls" - }, - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types" - }, - { - "id": "rustls-platform-verifier 0.7.0", - "target": "rustls_platform_verifier" - }, - { - "id": "tokio-rustls 0.26.0", - "target": "tokio_rustls" - }, - { - "id": "tokio-util 0.7.17", - "target": "tokio_util" - } - ], - "aarch64-unknown-linux-gnu": [ - { - "id": "futures-channel 0.3.31", - "target": "futures_channel" - }, - { - "id": "h2 0.4.4", - "target": "h2" - }, - { - "id": "hickory-resolver 0.26.1", - "target": "hickory_resolver" - }, - { - "id": "hyper-rustls 0.27.7", - "target": "hyper_rustls" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "rustls 0.23.27", - "target": "rustls" - }, - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types" - }, - { - "id": "rustls-platform-verifier 0.7.0", - "target": "rustls_platform_verifier" - }, - { - "id": "tokio-rustls 0.26.0", - "target": "tokio_rustls" - }, - { - "id": "tokio-util 0.7.17", - "target": "tokio_util" - } - ], - "cfg(all(target_arch = \"wasm32\", any(target_os = \"unknown\", target_os = \"none\")))": [ - { - "id": "js-sys 0.3.103", - "target": "js_sys" - }, - { - "id": "wasm-bindgen 0.2.126", - "target": "wasm_bindgen" - }, - { - "id": "wasm-bindgen-futures 0.4.76", - "target": "wasm_bindgen_futures" - }, - { - "id": "web-sys 0.3.103", - "target": "web_sys" - } - ], - "cfg(not(all(target_arch = \"wasm32\", any(target_os = \"unknown\", target_os = \"none\"))))": [ - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "http-body-util 0.1.3", - "target": "http_body_util" - }, - { - "id": "hyper 1.8.1", - "target": "hyper" - }, - { - "id": "hyper-util 0.1.20", - "target": "hyper_util" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "percent-encoding 2.3.1", - "target": "percent_encoding" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tower 0.5.2", - "target": "tower" - }, - { - "id": "tower-http 0.6.11", - "target": "tower_http" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - } - ], - "wasm32-unknown-unknown": [ - { - "id": "wasm-streams 0.5.0", - "target": "wasm_streams" - } - ], - "x86_64-apple-darwin": [ - { - "id": "futures-channel 0.3.31", - "target": "futures_channel" - }, - { - "id": "h2 0.4.4", - "target": "h2" - }, - { - "id": "hickory-resolver 0.26.1", - "target": "hickory_resolver" - }, - { - "id": "hyper-rustls 0.27.7", - "target": "hyper_rustls" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "rustls 0.23.27", - "target": "rustls" - }, - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types" - }, - { - "id": "rustls-platform-verifier 0.7.0", - "target": "rustls_platform_verifier" - }, - { - "id": "tokio-rustls 0.26.0", - "target": "tokio_rustls" - }, - { - "id": "tokio-util 0.7.17", - "target": "tokio_util" - } - ], - "x86_64-unknown-linux-gnu": [ - { - "id": "futures-channel 0.3.31", - "target": "futures_channel" - }, - { - "id": "h2 0.4.4", - "target": "h2" - }, - { - "id": "hickory-resolver 0.26.1", - "target": "hickory_resolver" - }, - { - "id": "hyper-rustls 0.27.7", - "target": "hyper_rustls" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "rustls 0.23.27", - "target": "rustls" - }, - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types" - }, - { - "id": "rustls-platform-verifier 0.7.0", - "target": "rustls_platform_verifier" - }, - { - "id": "tokio-rustls 0.26.0", - "target": "tokio_rustls" - }, - { - "id": "tokio-util 0.7.17", - "target": "tokio_util" - } - ] - } - }, - "edition": "2021", - "version": "0.13.4" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "resolv-conf 0.7.0": { - "name": "resolv-conf", - "version": "0.7.0", - "package_url": "http://github.com/tailhook/resolv-conf", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/resolv-conf/0.7.0/download", - "sha256": "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" - } - }, - "targets": [ - { - "Library": { - "crate_name": "resolv_conf", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "resolv_conf", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "hostname", - "system" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "hostname 0.3.1", - "target": "hostname" - }, - { - "id": "quick-error 1.2.3", - "target": "quick_error" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.7.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "retry 2.1.0": { - "name": "retry", - "version": "2.1.0", - "package_url": "https://github.com/jimmycuadra/retry", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/retry/2.1.0/download", - "sha256": "a1e211f878258887b3e65dd3c8ff9f530fe109f441a117ee0cdc27f341355032" - } - }, - "targets": [ - { - "Library": { - "crate_name": "retry", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "retry", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "2.1.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "rexpect 0.6.2": { - "name": "rexpect", - "version": "0.6.2", - "package_url": "https://github.com/rust-cli/rexpect", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rexpect/0.6.2/download", - "sha256": "2c1bcd4ac488e9d2d726d147031cceff5cff6425011ff1914049739770fa4726" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rexpect", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rexpect", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "comma 1.0.0", - "target": "comma" - }, - { - "id": "nix 0.30.1", - "target": "nix" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "tempfile 3.23.0", - "target": "tempfile" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE" - }, - "rfc6979 0.4.0": { - "name": "rfc6979", - "version": "0.4.0", - "package_url": "https://github.com/RustCrypto/signatures/tree/master/rfc6979", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rfc6979/0.4.0/download", - "sha256": "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rfc6979", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rfc6979", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "hmac 0.12.1", - "target": "hmac" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rgb 0.8.37": { - "name": "rgb", - "version": "0.8.37", - "package_url": "https://github.com/kornelski/rust-rgb", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rgb/0.8.37/download", - "sha256": "05aaa8004b64fd573fc9d002f4e632d51ad4f026c2b5ba95fcb6c2f32c2c47d8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rgb", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rgb", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "as-bytes", - "bytemuck", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytemuck 1.13.1", - "target": "bytemuck" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.8.37" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "ring 0.17.14": { - "name": "ring", - "version": "0.17.14", - "package_url": "https://github.com/briansmith/ring", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ring/0.17.14/download", - "sha256": "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ring", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ring", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "dev_urandom_fallback", - "std" - ], - "selects": { - "wasm32-unknown-unknown": [ - "wasm32_unknown_unknown_js" - ] - } - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "getrandom 0.2.10", - "target": "getrandom" - }, - { - "id": "ring 0.17.14", - "target": "build_script_build" - }, - { - "id": "untrusted 0.9.0", - "target": "untrusted" - } - ], - "selects": { - "cfg(all(all(target_arch = \"aarch64\", target_endian = \"little\"), target_os = \"windows\"))": [ - { - "id": "windows-sys 0.52.0", - "target": "windows_sys" - } - ], - "cfg(all(all(target_arch = \"aarch64\", target_endian = \"little\"), target_vendor = \"apple\", any(target_os = \"ios\", target_os = \"macos\", target_os = \"tvos\", target_os = \"visionos\", target_os = \"watchos\")))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(all(any(all(target_arch = \"aarch64\", target_endian = \"little\"), all(target_arch = \"arm\", target_endian = \"little\")), any(target_os = \"android\", target_os = \"linux\")))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ] - } - }, - "edition": "2021", - "version": "0.17.14" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - }, - "build_script_env": { - "common": { - "CFLAGS": "-fdebug-prefix-map=$${pwd}=/source" - }, - "selects": {} - }, - "links": "ring_core_0_17_14_" - }, - "license": "Apache-2.0 AND ISC", - "license_ids": [ - "Apache-2.0", - "ISC" - ], - "license_file": "LICENSE" - }, - "ripemd 0.1.3": { - "name": "ripemd", - "version": "0.1.3", - "package_url": "https://github.com/RustCrypto/hashes", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ripemd/0.1.3/download", - "sha256": "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ripemd", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ripemd", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "digest 0.10.7", - "target": "digest" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rkyv 0.8.16": { - "name": "rkyv", - "version": "0.8.16", - "package_url": "https://github.com/rkyv/rkyv", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rkyv/0.8.16/download", - "sha256": "73389e0c99e664f919275ab5b5b0471391fe9a8de61e1dff9b1eaf56a90f16e3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rkyv", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rkyv", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "munge 0.4.7", - "target": "munge" - }, - { - "id": "ptr_meta 0.3.1", - "target": "ptr_meta" - }, - { - "id": "rancor 0.1.1", - "target": "rancor" - }, - { - "id": "rend 0.5.3", - "target": "rend" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "rkyv_derive 0.8.16", - "target": "rkyv_derive" - } - ], - "selects": {} - }, - "version": "0.8.16" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "rkyv_derive 0.8.16": { - "name": "rkyv_derive", - "version": "0.8.16", - "package_url": "https://github.com/rkyv/rkyv", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rkyv_derive/0.8.16/download", - "sha256": "5d2ed0b54125315fb36bd021e82d314d1c126548f871634b483f46b31d13cac6" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "rkyv_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rkyv_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.16" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "rle-decode-fast 1.0.3": { - "name": "rle-decode-fast", - "version": "1.0.3", - "package_url": "https://github.com/WanzenBug/rle-decode-helper", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rle-decode-fast/1.0.3/download", - "sha256": "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rle_decode_fast", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rle_decode_fast", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "1.0.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rlp 0.5.2": { - "name": "rlp", - "version": "0.5.2", - "package_url": "https://github.com/paritytech/parity-common", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rlp/0.5.2/download", - "sha256": "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rlp", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rlp", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "rustc-hex 2.1.0", - "target": "rustc_hex" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "rocksdb 0.22.0": { - "name": "rocksdb", - "version": "0.22.0", - "package_url": "https://github.com/rust-rocksdb/rust-rocksdb", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rocksdb/0.22.0/download", - "sha256": "6bd13e55d6d7b8cd0ea569161127567cd587676c99f4472f779a0279aa60a7a7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rocksdb", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rocksdb", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "librocksdb-sys 0.16.0+8.10.0", - "target": "librocksdb_sys" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.22.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "rolling-file 0.2.0": { - "name": "rolling-file", - "version": "0.2.0", - "package_url": "https://github.com/Axcient/rolling-file-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rolling-file/0.2.0/download", - "sha256": "8395b4f860856b740f20a296ea2cd4d823e81a2658cf05ef61be22916026a906" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rolling_file", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rolling_file", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "chrono 0.4.42", - "target": "chrono" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE" - }, - "rsa 0.9.10": { - "name": "rsa", - "version": "0.9.10", - "package_url": "https://github.com/RustCrypto/RSA", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rsa/0.9.10/download", - "sha256": "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rsa", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rsa", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "getrandom", - "pem", - "sha2", - "std", - "u64_digit" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "const-oid 0.9.4", - "target": "const_oid" - }, - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "num-bigint-dig 0.8.6", - "target": "num_bigint_dig", - "alias": "num_bigint" - }, - { - "id": "num-integer 0.1.46", - "target": "num_integer" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "pkcs1 0.7.5", - "target": "pkcs1" - }, - { - "id": "pkcs8 0.10.2", - "target": "pkcs8" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "signature 2.2.0", - "target": "signature" - }, - { - "id": "spki 0.7.3", - "target": "spki" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.10" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "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": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rstest", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "async-timeout", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures 0.3.31", - "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": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "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.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "regex 1.13.1", - "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.119", - "target": "syn" - }, - { - "id": "unicode-ident 1.0.22", - "target": "unicode_ident" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.19.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "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" - }, - "ruint 1.20.0": { - "name": "ruint", - "version": "1.20.0", - "package_url": "https://github.com/alloy-rs/ruint", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ruint/1.20.0/download", - "sha256": "f5e99bff0393163bb25029a6af25d3d8d202ba5b5438a74d1bd8789f5c822970" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ruint", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ruint", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "alloy-rlp", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "alloy-rlp 0.3.16", - "target": "alloy_rlp" - }, - { - "id": "serde_core 1.0.228", - "target": "serde_core" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "ruint-macro 1.2.1", - "target": "ruint_macro" - } - ], - "selects": {} - }, - "version": "1.20.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, - "ruint-macro 1.2.1": { - "name": "ruint-macro", - "version": "1.2.1", - "package_url": "https://github.com/recmo/uint", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ruint-macro/1.2.1/download", - "sha256": "48fd7bd8a6377e15ad9d42a8ec25371b94ddc67abe7c8b9127bec79bebaaae18" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "ruint_macro", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ruint_macro", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "1.2.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, - "rusb 0.9.4": { - "name": "rusb", - "version": "0.9.4", - "package_url": "https://github.com/a1ien/rusb.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rusb/0.9.4/download", - "sha256": "ab9f9ff05b63a786553a4c02943b74b34a988448671001e9a27e2f0565cc05a4" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rusb", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rusb", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "vendored" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "libusb1-sys 0.7.0", - "target": "libusb1_sys" - }, - { - "id": "rusb 0.9.4", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.9.4" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "link_deps": { - "common": [ - { - "id": "libusb1-sys 0.7.0", - "target": "libusb1_sys" - } - ], - "selects": {} - } - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "rusqlite 0.37.0": { - "name": "rusqlite", - "version": "0.37.0", - "package_url": "https://github.com/rusqlite/rusqlite", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rusqlite/0.37.0/download", - "sha256": "165ca6e57b20e1351573e3729b958bc62f0e48025386970b6e4d29e7a7e71f3f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rusqlite", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rusqlite", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "bundled", - "hooks", - "modern_sqlite" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "fallible-iterator 0.3.0", - "target": "fallible_iterator" - }, - { - "id": "fallible-streaming-iterator 0.1.9", - "target": "fallible_streaming_iterator" - }, - { - "id": "hashlink 0.10.0", - "target": "hashlink" - }, - { - "id": "libsqlite3-sys 0.35.0", - "target": "libsqlite3_sys" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.37.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "rust-ini 0.21.2": { - "name": "rust-ini", - "version": "0.21.2", - "package_url": "https://github.com/zonyitoo/rust-ini", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rust-ini/0.21.2/download", - "sha256": "e7295b7ce3bf4806b419dc3420745998b447178b7005e2011947b38fc5aa6791" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ini", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ini", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "ordered-multimap 0.7.3", - "target": "ordered_multimap" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.21.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "rust_decimal 1.42.1": { - "name": "rust_decimal", - "version": "1.42.1", - "package_url": "https://github.com/paupino/rust-decimal", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rust_decimal/1.42.1/download", - "sha256": "be2a24f50780bc85f09cc6ac299bdf1424302742d77221106859c9d8b102126a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rust_decimal", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rust_decimal", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "arrayvec 0.7.4", - "target": "arrayvec" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "rust_decimal 1.42.1", - "target": "build_script_build" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.42.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "rust_decimal_macros 1.40.0": { - "name": "rust_decimal_macros", - "version": "1.40.0", - "package_url": "https://github.com/paupino/rust-decimal", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rust_decimal_macros/1.40.0/download", - "sha256": "74a5a6f027e892c7a035c6fddb50435a1fbf5a734ffc0c2a9fed4d0221440519" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "rust_decimal_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rust_decimal_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.40.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "rustc-demangle 0.1.26": { - "name": "rustc-demangle", - "version": "0.1.26", - "package_url": "https://github.com/rust-lang/rustc-demangle", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustc-demangle/0.1.26/download", - "sha256": "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rustc_demangle", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rustc_demangle", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.1.26" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rustc-hash 1.1.0": { - "name": "rustc-hash", - "version": "1.1.0", - "package_url": "https://github.com/rust-lang-nursery/rustc-hash", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustc-hash/1.1.0/download", - "sha256": "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rustc_hash", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rustc_hash", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "1.1.0" - }, - "license": "Apache-2.0/MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rustc-hash 2.1.1": { - "name": "rustc-hash", - "version": "2.1.1", - "package_url": "https://github.com/rust-lang/rustc-hash", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustc-hash/2.1.1/download", - "sha256": "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rustc_hash", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rustc_hash", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "2.1.1" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rustc-hex 2.1.0": { - "name": "rustc-hex", - "version": "2.1.0", - "package_url": "https://github.com/debris/rustc-hex", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustc-hex/2.1.0/download", - "sha256": "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rustc_hex", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rustc_hex", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "2.1.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rustc_version 0.3.3": { - "name": "rustc_version", - "version": "0.3.3", - "package_url": "https://github.com/Kimundi/rustc-version-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustc_version/0.3.3/download", - "sha256": "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rustc_version", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rustc_version", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "semver 0.11.0", - "target": "semver" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.3" - }, - "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": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rustc_version", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "semver 1.0.27", - "target": "semver" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rusticata-macros 4.1.0": { - "name": "rusticata-macros", - "version": "4.1.0", - "package_url": "https://github.com/rusticata/rusticata-macros.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rusticata-macros/4.1.0/download", - "sha256": "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rusticata_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rusticata_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "nom 7.1.3", - "target": "nom" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "4.1.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rustix 0.38.44": { - "name": "rustix", - "version": "0.38.44", - "package_url": "https://github.com/bytecodealliance/rustix", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustix/0.38.44/download", - "sha256": "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rustix", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rustix", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "fs", - "libc-extra-traits", - "net", - "param", - "process", - "std", - "system", - "thread", - "use-libc-auxv" - ], - "selects": { - "aarch64-apple-darwin": [ - "event", - "pipe", - "stdio", - "termios", - "time" - ], - "aarch64-unknown-linux-gnu": [ - "event", - "pipe", - "stdio", - "termios", - "time" - ], - "x86_64-apple-darwin": [ - "event", - "pipe", - "stdio", - "termios", - "time" - ], - "x86_64-unknown-linux-gnu": [ - "event", - "pipe", - "stdio", - "termios", - "time" - ] - } - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "rustix 0.38.44", - "target": "build_script_build" - } - ], - "selects": { - "aarch64-apple-darwin": [ - { - "id": "errno 0.3.10", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), 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 = \"s390x\"), 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.15", - "target": "linux_raw_sys" - } - ], - "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), 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 = \"s390x\"), 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.15", - "target": "linux_raw_sys" - } - ], - "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", target_arch = \"s390x\"), 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 = \"s390x\"), 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.10", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "errno 0.3.10", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "windows-sys 0.59.0", - "target": "windows_sys" - } - ], - "wasm32-unknown-unknown": [ - { - "id": "errno 0.3.10", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "x86_64-apple-darwin": [ - { - "id": "errno 0.3.10", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ] - } - }, - "edition": "2021", - "version": "0.38.44" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "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" - }, - "rustix 1.1.4": { - "name": "rustix", - "version": "1.1.4", - "package_url": "https://github.com/bytecodealliance/rustix", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustix/1.1.4/download", - "sha256": "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190", - "patch_args": [ - "-p1" - ], - "patches": [ - "@@//bazel:rustix.patch" - ] - } - }, - "targets": [ - { - "Library": { - "crate_name": "rustix", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rustix", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "net", - "std" - ], - "selects": { - "aarch64-apple-darwin": [ - "fs", - "mm", - "param" - ], - "aarch64-unknown-linux-gnu": [ - "fs", - "mm", - "param" - ], - "x86_64-apple-darwin": [ - "fs", - "mm", - "param" - ], - "x86_64-unknown-linux-gnu": [ - "fs", - "mm", - "param" - ] - } - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "rustix 1.1.4", - "target": "build_script_build" - } - ], - "selects": { - "aarch64-apple-darwin": [ - { - "id": "errno 0.3.10", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(all(any(target_os = \"linux\", target_os = \"android\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), 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.12.1", - "target": "linux_raw_sys" - } - ], - "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), 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.12.1", - "target": "linux_raw_sys" - } - ], - "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_endian = \"little\", any(target_arch = \"s390x\", target_arch = \"powerpc\")), any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc\"), all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"s390x\"), 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.10", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "errno 0.3.10", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "windows-sys 0.61.2", - "target": "windows_sys" - } - ], - "wasm32-unknown-unknown": [ - { - "id": "errno 0.3.10", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "x86_64-apple-darwin": [ - { - "id": "errno 0.3.10", - "target": "errno", - "alias": "libc_errno" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ] - } - }, - "edition": "2021", - "version": "1.1.4" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "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.23.27": { - "name": "rustls", - "version": "0.23.27", - "package_url": "https://github.com/rustls/rustls", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustls/0.23.27/download", - "sha256": "730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rustls", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rustls", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "aws-lc-rs", - "aws_lc_rs", - "brotli", - "log", - "logging", - "std", - "tls12" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aws-lc-rs 1.17.3", - "target": "aws_lc_rs" - }, - { - "id": "brotli 8.0.1", - "target": "brotli" - }, - { - "id": "brotli-decompressor 5.0.0", - "target": "brotli_decompressor" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "rustls 0.23.27", - "target": "build_script_build" - }, - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types", - "alias": "pki_types" - }, - { - "id": "rustls-webpki 0.103.13", - "target": "webpki" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.23.27" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "link_deps": { - "common": [ - { - "id": "aws-lc-rs 1.17.3", - "target": "aws_lc_rs" - } - ], - "selects": {} - } - }, - "license": "Apache-2.0 OR ISC OR MIT", - "license_ids": [ - "Apache-2.0", - "ISC", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rustls-acme 0.15.4": { - "name": "rustls-acme", - "version": "0.15.4", - "package_url": "https://github.com/FlorianUekermann/rustls-acme", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustls-acme/0.15.4/download", - "sha256": "64f24daec4ed0dfe6327bcb2b8045bf1d1cb4835e4f824d4cf487140f4b0cee4" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rustls_acme", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rustls_acme", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "aws-lc-rs", - "tls12", - "webpki-roots" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "async-io 2.4.0", - "target": "async_io" - }, - { - "id": "async-web-client 0.6.3", - "target": "async_web_client" - }, - { - "id": "aws-lc-rs 1.17.3", - "target": "aws_lc_rs" - }, - { - "id": "base64 0.22.1", - "target": "base64" - }, - { - "id": "blocking 1.6.1", - "target": "blocking" - }, - { - "id": "chrono 0.4.42", - "target": "chrono" - }, - { - "id": "futures 0.3.31", - "target": "futures" - }, - { - "id": "futures-rustls 0.26.0", - "target": "futures_rustls" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "pem 3.0.6", - "target": "pem" - }, - { - "id": "rcgen 0.13.1", - "target": "rcgen" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "webpki-roots 1.0.6", - "target": "webpki_roots" - }, - { - "id": "x509-parser 0.18.1", - "target": "x509_parser" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.89", - "target": "async_trait" - } - ], - "selects": {} - }, - "version": "0.15.4" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rustls-native-certs 0.8.0": { - "name": "rustls-native-certs", - "version": "0.8.0", - "package_url": "https://github.com/rustls/rustls-native-certs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustls-native-certs/0.8.0/download", - "sha256": "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rustls_native_certs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rustls_native_certs", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "rustls-pemfile 2.2.0", - "target": "rustls_pemfile" - }, - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types", - "alias": "pki_types" - } - ], - "selects": { - "cfg(all(unix, not(target_os = \"macos\")))": [ - { - "id": "openssl-probe 0.1.5", - "target": "openssl_probe" - } - ], - "cfg(target_os = \"macos\")": [ - { - "id": "security-framework 2.11.1", - "target": "security_framework" - } - ], - "cfg(windows)": [ - { - "id": "schannel 0.1.22", - "target": "schannel" - } - ] - } - }, - "edition": "2021", - "version": "0.8.0" - }, - "license": "Apache-2.0 OR ISC OR MIT", - "license_ids": [ - "Apache-2.0", - "ISC", - "MIT" - ], - "license_file": "LICENSE" - }, - "rustls-pemfile 2.2.0": { - "name": "rustls-pemfile", - "version": "2.2.0", - "package_url": "https://github.com/rustls/pemfile", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustls-pemfile/2.2.0/download", - "sha256": "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rustls_pemfile", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rustls_pemfile", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types", - "alias": "pki_types" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.2.0" - }, - "license": "Apache-2.0 OR ISC OR MIT", - "license_ids": [ - "Apache-2.0", - "ISC", - "MIT" - ], - "license_file": "LICENSE" - }, - "rustls-pki-types 1.12.0": { - "name": "rustls-pki-types", - "version": "1.12.0", - "package_url": "https://github.com/rustls/pki-types", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustls-pki-types/1.12.0/download", - "sha256": "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rustls_pki_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rustls_pki_types", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": { - "wasm32-unknown-unknown": [ - "web", - "web-time" - ] - } - }, - "deps": { - "common": [ - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": { - "wasm32-unknown-unknown": [ - { - "id": "web-time 1.1.0", - "target": "web_time" - } - ] - } - }, - "edition": "2021", - "version": "1.12.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rustls-platform-verifier 0.6.2": { - "name": "rustls-platform-verifier", - "version": "0.6.2", - "package_url": "https://github.com/rustls/rustls-platform-verifier", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustls-platform-verifier/0.6.2/download", - "sha256": "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rustls_platform_verifier", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rustls_platform_verifier", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "rustls 0.23.27", - "target": "rustls" - } - ], - "selects": { - "cfg(all(unix, not(target_os = \"android\"), not(target_vendor = \"apple\"), not(target_arch = \"wasm32\")))": [ - { - "id": "rustls-native-certs 0.8.0", - "target": "rustls_native_certs" - }, - { - "id": "rustls-webpki 0.103.13", - "target": "webpki" - } - ], - "cfg(any(target_vendor = \"apple\"))": [ - { - "id": "core-foundation 0.10.0", - "target": "core_foundation" - }, - { - "id": "core-foundation-sys 0.8.7", - "target": "core_foundation_sys" - }, - { - "id": "security-framework 3.5.1", - "target": "security_framework" - }, - { - "id": "security-framework-sys 2.15.0", - "target": "security_framework_sys" - } - ], - "cfg(target_arch = \"wasm32\")": [ - { - "id": "rustls-webpki 0.103.13", - "target": "webpki" - }, - { - "id": "webpki-root-certs 1.0.4", - "target": "webpki_root_certs" - } - ], - "cfg(target_os = \"android\")": [ - { - "id": "jni 0.21.1", - "target": "jni" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "rustls-platform-verifier-android 0.1.1", - "target": "rustls_platform_verifier_android" - }, - { - "id": "rustls-webpki 0.103.13", - "target": "webpki" - } - ], - "cfg(windows)": [ - { - "id": "windows-sys 0.61.2", - "target": "windows_sys" - } - ] - } - }, - "edition": "2021", - "version": "0.6.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rustls-platform-verifier 0.7.0": { - "name": "rustls-platform-verifier", - "version": "0.7.0", - "package_url": "https://github.com/rustls/rustls-platform-verifier", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustls-platform-verifier/0.7.0/download", - "sha256": "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rustls_platform_verifier", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rustls_platform_verifier", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "rustls 0.23.27", - "target": "rustls" - } - ], - "selects": { - "cfg(all(unix, not(target_os = \"android\"), not(target_vendor = \"apple\"), not(target_arch = \"wasm32\")))": [ - { - "id": "rustls-native-certs 0.8.0", - "target": "rustls_native_certs" - }, - { - "id": "rustls-webpki 0.103.13", - "target": "webpki" - } - ], - "cfg(any(target_vendor = \"apple\"))": [ - { - "id": "core-foundation 0.10.0", - "target": "core_foundation" - }, - { - "id": "core-foundation-sys 0.8.7", - "target": "core_foundation_sys" - }, - { - "id": "security-framework 3.5.1", - "target": "security_framework" - }, - { - "id": "security-framework-sys 2.15.0", - "target": "security_framework_sys" - } - ], - "cfg(target_arch = \"wasm32\")": [ - { - "id": "rustls-webpki 0.103.13", - "target": "webpki" - }, - { - "id": "webpki-root-certs 1.0.4", - "target": "webpki_root_certs" - } - ], - "cfg(target_os = \"android\")": [ - { - "id": "jni 0.22.4", - "target": "jni" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "rustls-platform-verifier-android 0.1.1", - "target": "rustls_platform_verifier_android" - }, - { - "id": "rustls-webpki 0.103.13", - "target": "webpki" - } - ], - "cfg(windows)": [ - { - "id": "windows-sys 0.61.2", - "target": "windows_sys" - } - ] - } - }, - "edition": "2021", - "version": "0.7.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rustls-platform-verifier-android 0.1.1": { - "name": "rustls-platform-verifier-android", - "version": "0.1.1", - "package_url": "https://github.com/rustls/rustls-platform-verifier", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustls-platform-verifier-android/0.1.1/download", - "sha256": "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rustls_platform_verifier_android", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rustls_platform_verifier_android", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.1.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "rustls-webpki 0.103.13": { - "name": "rustls-webpki", - "version": "0.103.13", - "package_url": "https://github.com/rustls/webpki", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustls-webpki/0.103.13/download", - "sha256": "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "webpki", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "webpki", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "aws-lc-rs", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "aws-lc-rs 1.17.3", - "target": "aws_lc_rs" - }, - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types", - "alias": "pki_types" - }, - { - "id": "untrusted 0.9.0", - "target": "untrusted" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.103.13" - }, - "license": "ISC", - "license_ids": [ - "ISC" - ], - "license_file": "LICENSE" - }, - "rustversion 1.0.14": { - "name": "rustversion", - "version": "1.0.14", - "package_url": "https://github.com/dtolnay/rustversion", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rustversion/1.0.14/download", - "sha256": "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "rustversion", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build/build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rustversion", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "rustversion 1.0.14", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.14" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "rusty-fork 0.3.0": { - "name": "rusty-fork", - "version": "0.3.0", - "package_url": "https://github.com/altsysrq/rusty-fork", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/rusty-fork/0.3.0/download", - "sha256": "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "rusty_fork", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "rusty_fork", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "timeout", - "wait-timeout" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "fnv 1.0.7", - "target": "fnv" - }, - { - "id": "quick-error 1.2.3", - "target": "quick_error" - }, - { - "id": "tempfile 3.23.0", - "target": "tempfile" - }, - { - "id": "wait-timeout 0.2.0", - "target": "wait_timeout" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ruzstd 0.8.1": { - "name": "ruzstd", - "version": "0.8.1", - "package_url": "https://github.com/KillingSpark/zstd-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ruzstd/0.8.1/download", - "sha256": "3640bec8aad418d7d03c72ea2de10d5c646a598f9883c7babc160d91e3c1b26c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ruzstd", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ruzstd", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "hash", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "twox-hash 2.1.1", - "target": "twox_hash" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.8.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "ryu 1.0.15": { - "name": "ryu", - "version": "1.0.15", - "package_url": "https://github.com/dtolnay/ryu", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ryu/1.0.15/download", - "sha256": "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ryu", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ryu", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.0.15" - }, - "license": "Apache-2.0 OR BSL-1.0", - "license_ids": [ - "Apache-2.0", - "BSL-1.0" - ], - "license_file": "LICENSE-APACHE" - }, - "salsa20 0.10.2": { - "name": "salsa20", - "version": "0.10.2", - "package_url": "https://github.com/RustCrypto/stream-ciphers", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/salsa20/0.10.2/download", - "sha256": "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213" - } - }, - "targets": [ - { - "Library": { - "crate_name": "salsa20", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "salsa20", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cipher 0.4.4", - "target": "cipher" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.10.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "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": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "same_file", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(windows)": [ - { - "id": "winapi-util 0.1.5", - "target": "winapi_util" - } - ] - } - }, - "edition": "2018", - "version": "1.0.6" - }, - "license": "Unlicense/MIT", - "license_ids": [ - "MIT", - "Unlicense" - ], - "license_file": "LICENSE-MIT" - }, - "schannel 0.1.22": { - "name": "schannel", - "version": "0.1.22", - "package_url": "https://github.com/steffengy/schannel-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/schannel/0.1.22/download", - "sha256": "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" - } - }, - "targets": [ - { - "Library": { - "crate_name": "schannel", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "schannel", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.22" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE.md" - }, - "schemars 0.8.21": { - "name": "schemars", - "version": "0.8.21", - "package_url": "https://github.com/GREsau/schemars", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/schemars/0.8.21/download", - "sha256": "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92" - } - }, - "targets": [ - { - "Library": { - "crate_name": "schemars", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "schemars", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "derive", - "impl_json_schema", - "indexmap2", - "schemars_derive" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "dyn-clone 1.0.20", - "target": "dyn_clone" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap", - "alias": "indexmap2" - }, - { - "id": "schemars 0.8.21", - "target": "build_script_build" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "schemars_derive 0.8.21", - "target": "schemars_derive" - } - ], - "selects": {} - }, - "version": "0.8.21" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "schemars 0.9.0": { - "name": "schemars", - "version": "0.9.0", - "package_url": "https://github.com/GREsau/schemars", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/schemars/0.9.0/download", - "sha256": "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "schemars", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "schemars", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "dyn-clone 1.0.20", - "target": "dyn_clone" - }, - { - "id": "ref-cast 1.0.25", - "target": "ref_cast" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "schemars 1.1.0": { - "name": "schemars", - "version": "1.1.0", - "package_url": "https://github.com/GREsau/schemars", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/schemars/1.1.0/download", - "sha256": "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289" - } - }, - "targets": [ - { - "Library": { - "crate_name": "schemars", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "schemars", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "dyn-clone 1.0.20", - "target": "dyn_clone" - }, - { - "id": "ref-cast 1.0.25", - "target": "ref_cast" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.1.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "schemars_derive 0.8.21": { - "name": "schemars_derive", - "version": "0.8.21", - "package_url": "https://github.com/GREsau/schemars", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/schemars_derive/0.8.21/download", - "sha256": "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "schemars_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "schemars_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "serde_derive_internals 0.29.1", - "target": "serde_derive_internals" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.21" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "scoped-tls 1.0.1": { - "name": "scoped-tls", - "version": "1.0.1", - "package_url": "https://github.com/alexcrichton/scoped-tls", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/scoped-tls/1.0.1/download", - "sha256": "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" - } - }, - "targets": [ - { - "Library": { - "crate_name": "scoped_tls", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "scoped_tls", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "1.0.1" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "scoped_threadpool 0.1.9": { - "name": "scoped_threadpool", - "version": "0.1.9", - "package_url": "https://github.com/Kimundi/scoped-threadpool-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/scoped_threadpool/0.1.9/download", - "sha256": "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "scoped_threadpool", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "scoped_threadpool", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.1.9" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "scopeguard 1.2.0": { - "name": "scopeguard", - "version": "1.2.0", - "package_url": "https://github.com/bluss/scopeguard", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/scopeguard/1.2.0/download", - "sha256": "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" - } - }, - "targets": [ - { - "Library": { - "crate_name": "scopeguard", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "scopeguard", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "use_std" - ], - "selects": {} - }, - "edition": "2015", - "version": "1.2.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "scraper 0.24.0": { - "name": "scraper", - "version": "0.24.0", - "package_url": "https://github.com/causal-agent/scraper", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/scraper/0.24.0/download", - "sha256": "e5f3a24d916e78954af99281a455168d4a9515d65eca99a18da1b813689c4ad9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "scraper", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "scraper", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "errors", - "getopts", - "main" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cssparser 0.35.0", - "target": "cssparser" - }, - { - "id": "ego-tree 0.10.0", - "target": "ego_tree" - }, - { - "id": "getopts 0.2.24", - "target": "getopts" - }, - { - "id": "html5ever 0.35.0", - "target": "html5ever" - }, - { - "id": "precomputed-hash 0.1.1", - "target": "precomputed_hash" - }, - { - "id": "selectors 0.31.0", - "target": "selectors" - }, - { - "id": "tendril 0.4.3", - "target": "tendril" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.24.0" - }, - "license": "ISC", - "license_ids": [ - "ISC" - ], - "license_file": "LICENSE" - }, - "scrypt 0.11.0": { - "name": "scrypt", - "version": "0.11.0", - "package_url": "https://github.com/RustCrypto/password-hashes/tree/master/scrypt", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/scrypt/0.11.0/download", - "sha256": "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "scrypt", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "scrypt", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "pbkdf2 0.12.2", - "target": "pbkdf2" - }, - { - "id": "salsa20 0.10.2", - "target": "salsa20" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.11.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "sec1 0.7.3": { - "name": "sec1", - "version": "0.7.3", - "package_url": "https://github.com/RustCrypto/formats/tree/master/sec1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/sec1/0.7.3/download", - "sha256": "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" - } - }, - "targets": [ - { - "Library": { - "crate_name": "sec1", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "sec1", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "der", - "pem", - "pkcs8", - "point", - "serde", - "std", - "subtle", - "zeroize" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base16ct 0.2.0", - "target": "base16ct" - }, - { - "id": "der 0.7.7", - "target": "der" - }, - { - "id": "generic-array 0.14.7", - "target": "generic_array" - }, - { - "id": "pkcs8 0.10.2", - "target": "pkcs8" - }, - { - "id": "serdect 0.2.0", - "target": "serdect" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - }, - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.3" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "secp256k1 0.22.2": { - "name": "secp256k1", - "version": "0.22.2", - "package_url": "https://github.com/rust-bitcoin/rust-secp256k1/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/secp256k1/0.22.2/download", - "sha256": "295642060261c80709ac034f52fca8e5a9fa2c7d341ded5cdb164b7c33768b2a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "secp256k1", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "secp256k1", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "recovery", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "secp256k1-sys 0.5.2", - "target": "secp256k1_sys" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.22.2" - }, - "license": "CC0-1.0", - "license_ids": [ - "CC0-1.0" - ], - "license_file": "LICENSE" - }, - "secp256k1 0.29.0": { - "name": "secp256k1", - "version": "0.29.0", - "package_url": "https://github.com/rust-bitcoin/rust-secp256k1/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/secp256k1/0.29.0/download", - "sha256": "0e0cc0f1cf93f4969faf3ea1c7d8a9faed25918d96affa959720823dfe86d4f3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "secp256k1", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "secp256k1", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "global-context", - "hashes", - "rand", - "recovery", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitcoin_hashes 0.14.0", - "target": "bitcoin_hashes", - "alias": "hashes" - }, - { - "id": "rand 0.8.6", - "target": "rand" - }, - { - "id": "secp256k1-sys 0.10.0", - "target": "secp256k1_sys" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.29.0" - }, - "license": "CC0-1.0", - "license_ids": [ - "CC0-1.0" - ], - "license_file": "LICENSE" - }, - "secp256k1 0.30.0": { - "name": "secp256k1", - "version": "0.30.0", - "package_url": "https://github.com/rust-bitcoin/rust-secp256k1/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/secp256k1/0.30.0/download", - "sha256": "b50c5943d326858130af85e049f2661ba3c78b26589b8ab98e65e80ae44a1252" - } - }, - "targets": [ - { - "Library": { - "crate_name": "secp256k1", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "secp256k1", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "secp256k1-sys 0.10.0", - "target": "secp256k1_sys" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.30.0" - }, - "license": "CC0-1.0", - "license_ids": [ - "CC0-1.0" - ], - "license_file": "LICENSE" - }, - "secp256k1 0.31.1": { - "name": "secp256k1", - "version": "0.31.1", - "package_url": "https://github.com/rust-bitcoin/rust-secp256k1/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/secp256k1/0.31.1/download", - "sha256": "2c3c81b43dc2d8877c216a3fccf76677ee1ebccd429566d3e67447290d0c42b2" - } - }, - "targets": [ - { - "Library": { - "crate_name": "secp256k1", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "secp256k1", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "secp256k1-sys 0.11.0", - "target": "secp256k1_sys" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.31.1" - }, - "license": "CC0-1.0", - "license_ids": [ - "CC0-1.0" - ], - "license_file": "LICENSE" - }, - "secp256k1-sys 0.5.2": { - "name": "secp256k1-sys", - "version": "0.5.2", - "package_url": "https://github.com/rust-bitcoin/rust-secp256k1/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/secp256k1-sys/0.5.2/download", - "sha256": "152e20a0fd0519390fc43ab404663af8a0b794273d2a91d60ad4a39f13ffe110" - } - }, - "targets": [ - { - "Library": { - "crate_name": "secp256k1_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "secp256k1_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "recovery", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "secp256k1-sys 0.5.2", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.5.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - }, - "links": "rustsecp256k1_v0_5_0" - }, - "license": "CC0-1.0", - "license_ids": [ - "CC0-1.0" - ], - "license_file": "LICENSE" - }, - "secp256k1-sys 0.10.0": { - "name": "secp256k1-sys", - "version": "0.10.0", - "package_url": "https://github.com/rust-bitcoin/rust-secp256k1/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/secp256k1-sys/0.10.0/download", - "sha256": "1433bd67156263443f14d603720b082dd3121779323fce20cba2aa07b874bc1b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "secp256k1_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "secp256k1_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "recovery", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "secp256k1-sys 0.10.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "rustc_flags": { - "common": [], - "selects": { - "wasm32-unknown-unknown": [ - "--cfg=rust_secp_no_symbol_renaming" - ] - } - }, - "version": "0.10.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - }, - "links": "rustsecp256k1_v0_10_0" - }, - "license": "CC0-1.0", - "license_ids": [ - "CC0-1.0" - ], - "license_file": "LICENSE" - }, - "secp256k1-sys 0.11.0": { - "name": "secp256k1-sys", - "version": "0.11.0", - "package_url": "https://github.com/rust-bitcoin/rust-secp256k1/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/secp256k1-sys/0.11.0/download", - "sha256": "dcb913707158fadaf0d8702c2db0e857de66eb003ccfdda5924b5f5ac98efb38" - } - }, - "targets": [ - { - "Library": { - "crate_name": "secp256k1_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "secp256k1_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "secp256k1-sys 0.11.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.11.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - }, - "links": "rustsecp256k1_v0_11" - }, - "license": "CC0-1.0", - "license_ids": [ - "CC0-1.0" - ], - "license_file": "LICENSE" - }, - "securefmt 0.1.5": { - "name": "securefmt", - "version": "0.1.5", - "package_url": "https://gitlab.com/pfouilloux/securefmt", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/securefmt/0.1.5/download", - "sha256": "95d159bf5e6b8c35033c3742a00cb8e7370a217af82e5d304a0d3ce4930e41fe" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "securefmt", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "securefmt", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.5" - }, - "license": "BSD-3-Clause", - "license_ids": [ - "BSD-3-Clause" - ], - "license_file": "License" - }, - "security-framework 2.11.1": { - "name": "security-framework", - "version": "2.11.1", - "package_url": "https://github.com/kornelski/rust-security-framework", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/security-framework/2.11.1/download", - "sha256": "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" - } - }, - "targets": [ - { - "Library": { - "crate_name": "security_framework", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "security_framework", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "OSX_10_10", - "OSX_10_11", - "OSX_10_12", - "OSX_10_9", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "core-foundation 0.9.4", - "target": "core_foundation" - }, - { - "id": "core-foundation-sys 0.8.7", - "target": "core_foundation_sys" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "security-framework-sys 2.15.0", - "target": "security_framework_sys" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.11.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "security-framework 3.5.1": { - "name": "security-framework", - "version": "3.5.1", - "package_url": "https://github.com/kornelski/rust-security-framework", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/security-framework/3.5.1/download", - "sha256": "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef" - } - }, - "targets": [ - { - "Library": { - "crate_name": "security_framework", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "security_framework", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "OSX_10_12", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "core-foundation 0.10.0", - "target": "core_foundation" - }, - { - "id": "core-foundation-sys 0.8.7", - "target": "core_foundation_sys" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "security-framework-sys 2.15.0", - "target": "security_framework_sys" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.5.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "security-framework-sys 2.15.0": { - "name": "security-framework-sys", - "version": "2.15.0", - "package_url": "https://github.com/kornelski/rust-security-framework", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/security-framework-sys/2.15.0/download", - "sha256": "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "security_framework_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "security_framework_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "OSX_10_10", - "OSX_10_11", - "OSX_10_12", - "OSX_10_9" - ], - "selects": { - "aarch64-apple-darwin": [ - "default" - ], - "x86_64-apple-darwin": [ - "default" - ] - } - }, - "deps": { - "common": [ - { - "id": "core-foundation-sys 0.8.7", - "target": "core_foundation_sys" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.15.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "selectors 0.31.0": { - "name": "selectors", - "version": "0.31.0", - "package_url": "https://github.com/servo/stylo", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/selectors/0.31.0/download", - "sha256": "5685b6ae43bfcf7d2e7dfcfb5d8e8f61b46442c902531e41a32a9a8bf0ee0fb6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "selectors", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "selectors", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "cssparser 0.35.0", - "target": "cssparser" - }, - { - "id": "derive_more 2.1.1", - "target": "derive_more" - }, - { - "id": "fxhash 0.2.1", - "target": "fxhash" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "new_debug_unreachable 1.0.4", - "target": "debug_unreachable" - }, - { - "id": "phf 0.11.2", - "target": "phf" - }, - { - "id": "precomputed-hash 0.1.1", - "target": "precomputed_hash" - }, - { - "id": "selectors 0.31.0", - "target": "build_script_build" - }, - { - "id": "servo_arc 0.4.3", - "target": "servo_arc" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.31.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "phf_codegen 0.11.3", - "target": "phf_codegen" - } - ], - "selects": {} - } - }, - "license": "MPL-2.0", - "license_ids": [ - "MPL-2.0" - ], - "license_file": null - }, - "semver 0.11.0": { - "name": "semver", - "version": "0.11.0", - "package_url": "https://github.com/steveklabnik/semver", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/semver/0.11.0/download", - "sha256": "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "semver", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "semver", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "semver-parser 0.10.3", - "target": "semver_parser" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.11.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "semver 1.0.27": { - "name": "semver", - "version": "1.0.27", - "package_url": "https://github.com/dtolnay/semver", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/semver/1.0.27/download", - "sha256": "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" - } - }, - "targets": [ - { - "Library": { - "crate_name": "semver", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "semver", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde_core 1.0.228", - "target": "serde_core", - "alias": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.27" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "semver-parser 0.10.3": { - "name": "semver-parser", - "version": "0.10.3", - "package_url": "https://github.com/steveklabnik/semver-parser", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/semver-parser/0.10.3/download", - "sha256": "9900206b54a3527fdc7b8a938bffd94a568bac4f4aa8113b209df75a09c0dec2" - } - }, - "targets": [ - { - "Library": { - "crate_name": "semver_parser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "semver_parser", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "pest 2.7.1", - "target": "pest" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.10.3" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "serde 1.0.228": { - "name": "serde", - "version": "1.0.228", - "package_url": "https://github.com/serde-rs/serde", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde/1.0.228/download", - "sha256": "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "serde", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "serde", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "derive", - "rc", - "serde_derive", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "build_script_build" - }, - { - "id": "serde_core 1.0.228", - "target": "serde_core" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "serde_derive 1.0.228", - "target": "serde_derive" - } - ], - "selects": {} - }, - "version": "1.0.228" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "serde-bytes-repr 0.3.0": { - "name": "serde-bytes-repr", - "version": "0.3.0", - "package_url": "https://github.com/cfsamson/rfi-serde-byte-repr", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde-bytes-repr/0.3.0/download", - "sha256": "011bbe7d7ea2cad78c139dc465355a3965254def5d20d54ce59c358341fa7bd9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "serde_bytes_repr", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "serde_bytes_repr", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "base64 0.22.1", - "target": "base64" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE.md" - }, - "serde_bytes 0.11.15": { - "name": "serde_bytes", - "version": "0.11.15", - "package_url": "https://github.com/serde-rs/bytes", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde_bytes/0.11.15/download", - "sha256": "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "serde_bytes", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "serde_bytes", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.11.15" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "serde_cbor 0.11.2": { - "name": "serde_cbor", - "version": "0.11.2", - "package_url": "https://github.com/pyfisch/cbor", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde_cbor/0.11.2/download", - "sha256": "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "serde_cbor", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "serde_cbor", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "half 1.8.2", - "target": "half" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.11.2" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "serde_core 1.0.228": { - "name": "serde_core", - "version": "1.0.228", - "package_url": "https://github.com/serde-rs/serde", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde_core/1.0.228/download", - "sha256": "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" - } - }, - "targets": [ - { - "Library": { - "crate_name": "serde_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "serde_core", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "rc", - "result", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde_core 1.0.228", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [], - "selects": { - "cfg(any())": [ - { - "id": "serde_derive 1.0.228", - "target": "serde_derive" - } - ] - } - }, - "version": "1.0.228" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "serde_derive 1.0.228": { - "name": "serde_derive", - "version": "1.0.228", - "package_url": "https://github.com/serde-rs/serde", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde_derive/1.0.228/download", - "sha256": "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "serde_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "serde_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.228" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "serde_derive_internals 0.29.1": { - "name": "serde_derive_internals", - "version": "0.29.1", - "package_url": "https://github.com/serde-rs/serde", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde_derive_internals/0.29.1/download", - "sha256": "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" - } - }, - "targets": [ - { - "Library": { - "crate_name": "serde_derive_internals", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "serde_derive_internals", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.29.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "serde_json 1.0.145": { - "name": "serde_json", - "version": "1.0.145", - "package_url": "https://github.com/serde-rs/json", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde_json/1.0.145/download", - "sha256": "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "serde_json", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "serde_json", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "raw_value", - "std", - "unbounded_depth" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "ryu 1.0.15", - "target": "ryu" - }, - { - "id": "serde_core 1.0.228", - "target": "serde_core" - }, - { - "id": "serde_json 1.0.145", - "target": "build_script_build" - } - ], - "selects": { - "cfg(any())": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ] - } - }, - "edition": "2021", - "version": "1.0.145" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "serde_path_to_error 0.1.14": { - "name": "serde_path_to_error", - "version": "0.1.14", - "package_url": "https://github.com/dtolnay/path-to-error", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde_path_to_error/0.1.14/download", - "sha256": "4beec8bce849d58d06238cb50db2e1c417cfeafa4c63f692b15c82b7c80f8335" - } - }, - "targets": [ - { - "Library": { - "crate_name": "serde_path_to_error", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "serde_path_to_error", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.14" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "serde_qs 0.14.0": { - "name": "serde_qs", - "version": "0.14.0", - "package_url": "https://github.com/samscott89/serde_qs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde_qs/0.14.0/download", - "sha256": "8b417bedc008acbdf6d6b4bc482d29859924114bbe2650b7921fb68a261d0aa6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "serde_qs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "serde_qs", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "percent-encoding 2.3.1", - "target": "percent_encoding" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.14.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "serde_regex 1.1.0": { - "name": "serde_regex", - "version": "1.1.0", - "package_url": "https://github.com/tailhook/serde-regex", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde_regex/1.1.0/download", - "sha256": "a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf" - } - }, - "targets": [ - { - "Library": { - "crate_name": "serde_regex", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "serde_regex", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.1.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "serde_repr 0.1.19": { - "name": "serde_repr", - "version": "0.1.19", - "package_url": "https://github.com/dtolnay/serde-repr", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde_repr/0.1.19/download", - "sha256": "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "serde_repr", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "serde_repr", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.19" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "serde_spanned 0.6.9": { - "name": "serde_spanned", - "version": "0.6.9", - "package_url": "https://github.com/toml-rs/toml", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde_spanned/0.6.9/download", - "sha256": "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "serde_spanned", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "serde_spanned", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.9" - }, - "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": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "serde_urlencoded", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "form_urlencoded 1.2.1", - "target": "form_urlencoded" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "ryu 1.0.15", - "target": "ryu" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.7.1" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "serde_with 3.21.0": { - "name": "serde_with", - "version": "3.21.0", - "package_url": "https://github.com/jonasbb/serde_with/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde_with/3.21.0/download", - "sha256": "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "serde_with", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "serde_with", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "macros", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde_core 1.0.228", - "target": "serde_core" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "serde_with_macros 3.21.0", - "target": "serde_with_macros" - } - ], - "selects": {} - }, - "version": "3.21.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "serde_with_macros 3.21.0": { - "name": "serde_with_macros", - "version": "3.21.0", - "package_url": "https://github.com/jonasbb/serde_with/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde_with_macros/3.21.0/download", - "sha256": "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "serde_with_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "serde_with_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "darling 0.23.0", - "target": "darling" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "3.21.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "serde_yaml 0.9.34+deprecated": { - "name": "serde_yaml", - "version": "0.9.34+deprecated", - "package_url": "https://github.com/dtolnay/serde-yaml", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde_yaml/0.9.34+deprecated/download", - "sha256": "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" - } - }, - "targets": [ - { - "Library": { - "crate_name": "serde_yaml", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "serde_yaml", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "ryu 1.0.15", - "target": "ryu" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "unsafe-libyaml 0.2.11", - "target": "unsafe_libyaml" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.34+deprecated" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "serde_yaml_ng 0.10.0": { - "name": "serde_yaml_ng", - "version": "0.10.0", - "package_url": "https://github.com/acatton/serde-yaml-ng", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serde_yaml_ng/0.10.0/download", - "sha256": "7b4db627b98b36d4203a7b458cf3573730f2bb591b28871d916dfa9efabfd41f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "serde_yaml_ng", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "serde_yaml_ng", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "ryu 1.0.15", - "target": "ryu" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "unsafe-libyaml 0.2.11", - "target": "unsafe_libyaml" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.10.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "serdect 0.2.0": { - "name": "serdect", - "version": "0.2.0", - "package_url": "https://github.com/RustCrypto/formats/tree/master/serdect", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/serdect/0.2.0/download", - "sha256": "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177" - } - }, - "targets": [ - { - "Library": { - "crate_name": "serdect", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "serdect", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base16ct 0.2.0", - "target": "base16ct" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "servo_arc 0.4.3": { - "name": "servo_arc", - "version": "0.4.3", - "package_url": "https://github.com/servo/stylo", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/servo_arc/0.4.3/download", - "sha256": "170fb83ab34de17dc69aa7c67482b22218ddb85da56546f9bd6b929e32a05930" - } - }, - "targets": [ - { - "Library": { - "crate_name": "servo_arc", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "servo_arc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "track_alloc_size" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "stable_deref_trait 1.2.0", - "target": "stable_deref_trait" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "sev 7.1.0": { - "name": "sev", - "version": "7.1.0", - "package_url": "https://github.com/virtee/sev", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/sev/7.1.0/download", - "sha256": "c2ff74d7e7d1cc172f3a45adec74fbeee928d71df095b85aaaf66eb84e1e31e6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "sev", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "sev", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "crypto_nossl", - "snp" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "base64 0.22.1", - "target": "base64" - }, - { - "id": "bitfield 0.19.1", - "target": "bitfield" - }, - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "byteorder 1.5.0", - "target": "byteorder" - }, - { - "id": "dirs 6.0.0", - "target": "dirs" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "p384 0.13.1", - "target": "p384" - }, - { - "id": "rsa 0.9.10", - "target": "rsa" - }, - { - "id": "sev 7.1.0", - "target": "build_script_build" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "static_assertions 1.1.0", - "target": "static_assertions" - }, - { - "id": "uuid 1.12.1", - "target": "uuid" - }, - { - "id": "x509-cert 0.2.5", - "target": "x509_cert" - } - ], - "selects": { - "cfg(target_os = \"linux\")": [ - { - "id": "iocuddle 0.1.1", - "target": "iocuddle" - } - ] - } - }, - "edition": "2018", - "version": "7.1.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "sha1 0.10.6": { - "name": "sha1", - "version": "0.10.6", - "package_url": "https://github.com/RustCrypto/hashes", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/sha1/0.10.6/download", - "sha256": "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" - } - }, - "targets": [ - { - "Library": { - "crate_name": "sha1", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "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.9", - "target": "cpufeatures" - } - ] - } - }, - "edition": "2018", - "version": "0.10.6" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "sha1 0.11.0": { - "name": "sha1", - "version": "0.11.0", - "package_url": "https://github.com/RustCrypto/hashes", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/sha1/0.11.0/download", - "sha256": "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214" - } - }, - "targets": [ - { - "Library": { - "crate_name": "sha1", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "sha1", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "oid" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "digest 0.11.3", - "target": "digest" - } - ], - "selects": { - "cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))": [ - { - "id": "cpufeatures 0.3.0", - "target": "cpufeatures" - } - ] - } - }, - "edition": "2024", - "version": "0.11.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "sha2 0.9.9": { - "name": "sha2", - "version": "0.9.9", - "package_url": "https://github.com/RustCrypto/hashes", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/sha2/0.9.9/download", - "sha256": "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" - } - }, - "targets": [ - { - "Library": { - "crate_name": "sha2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "sha2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "block-buffer 0.9.0", - "target": "block_buffer" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "digest 0.9.0", - "target": "digest" - }, - { - "id": "opaque-debug 0.3.0", - "target": "opaque_debug" - } - ], - "selects": { - "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ - { - "id": "cpufeatures 0.2.9", - "target": "cpufeatures" - } - ] - } - }, - "edition": "2018", - "rustc_flags": { - "common": [ - "-C", - "opt-level=3" - ], - "selects": {} - }, - "version": "0.9.9" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "sha2 0.10.9": { - "name": "sha2", - "version": "0.10.9", - "package_url": "https://github.com/RustCrypto/hashes", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/sha2/0.10.9/download", - "sha256": "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" - } - }, - "targets": [ - { - "Library": { - "crate_name": "sha2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "sha2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "oid", - "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_64\", target_arch = \"x86\"))": [ - { - "id": "cpufeatures 0.2.9", - "target": "cpufeatures" - } - ] - } - }, - "edition": "2018", - "rustc_flags": { - "common": [ - "-C", - "opt-level=3" - ], - "selects": {} - }, - "version": "0.10.9" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "sha2 0.11.0": { - "name": "sha2", - "version": "0.11.0", - "package_url": "https://github.com/RustCrypto/hashes", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/sha2/0.11.0/download", - "sha256": "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4" - } - }, - "targets": [ - { - "Library": { - "crate_name": "sha2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "sha2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "oid" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "digest 0.11.3", - "target": "digest" - } - ], - "selects": { - "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))": [ - { - "id": "cpufeatures 0.3.0", - "target": "cpufeatures" - } - ] - } - }, - "edition": "2024", - "rustc_flags": { - "common": [ - "-C", - "opt-level=3" - ], - "selects": {} - }, - "version": "0.11.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "sha3 0.10.8": { - "name": "sha3", - "version": "0.10.8", - "package_url": "https://github.com/RustCrypto/hashes", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/sha3/0.10.8/download", - "sha256": "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" - } - }, - "targets": [ - { - "Library": { - "crate_name": "sha3", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "sha3", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "keccak 0.1.6", - "target": "keccak" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.10.8" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "sha3 0.11.0": { - "name": "sha3", - "version": "0.11.0", - "package_url": "https://github.com/RustCrypto/hashes", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/sha3/0.11.0/download", - "sha256": "be176f1a57ce4e3d31c1a166222d9768de5954f811601fb7ca06fc8203905ce1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "sha3", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "sha3", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "digest 0.11.3", - "target": "digest" - }, - { - "id": "keccak 0.2.2", - "target": "keccak" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.11.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "sha3-asm 0.1.8": { - "name": "sha3-asm", - "version": "0.1.8", - "package_url": "https://github.com/danipopes/keccak-asm", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/sha3-asm/0.1.8/download", - "sha256": "a6287fd675f713484342a89cbf0a386abef5f15919cfad607e5e1f19e1e15331" - } - }, - "targets": [ - { - "Library": { - "crate_name": "sha3_asm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "sha3_asm", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "sha3-asm 0.1.8", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.8" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - } - }, - "license": "BSD-3-Clause", - "license_ids": [ - "BSD-3-Clause" - ], - "license_file": null - }, - "sharded-slab 0.1.4": { - "name": "sharded-slab", - "version": "0.1.4", - "package_url": "https://github.com/hawkw/sharded-slab", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/sharded-slab/0.1.4/download", - "sha256": "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" - } - }, - "targets": [ - { - "Library": { - "crate_name": "sharded_slab", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "sharded_slab", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.4" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "shell-escape 0.1.5": { - "name": "shell-escape", - "version": "0.1.5", - "package_url": "https://github.com/sfackler/shell-escape", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/shell-escape/0.1.5/download", - "sha256": "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "shell_escape", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "shell_escape", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.1.5" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "shell-words 1.1.0": { - "name": "shell-words", - "version": "1.1.0", - "package_url": "https://github.com/tmiasko/shell-words", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/shell-words/1.1.0/download", - "sha256": "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" - } - }, - "targets": [ - { - "Library": { - "crate_name": "shell_words", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "shell_words", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "1.1.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "shlex 1.3.0": { - "name": "shlex", - "version": "1.3.0", - "package_url": "https://github.com/comex/rust-shlex", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/shlex/1.3.0/download", - "sha256": "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" - } - }, - "targets": [ - { - "Library": { - "crate_name": "shlex", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "shlex", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "1.3.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "show-option 0.2.0": { - "name": "show-option", - "version": "0.2.0", - "package_url": "https://github.com/kriomant/show-option.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/show-option/0.2.0/download", - "sha256": "a9280e580b9ef1357f96294fb79e645398d24e17cbf525e9184ecbeb13eef457" - } - }, - "targets": [ - { - "Library": { - "crate_name": "show_option", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "show_option", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "macro" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "lazy_format 2.0.3", - "target": "lazy_format" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, - "signal-hook 0.3.17": { - "name": "signal-hook", - "version": "0.3.17", - "package_url": "https://github.com/vorner/signal-hook", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/signal-hook/0.3.17/download", - "sha256": "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" - } - }, - "targets": [ - { - "Library": { - "crate_name": "signal_hook", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "signal_hook", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "channel", - "default", - "iterator" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "signal-hook 0.3.17", - "target": "build_script_build" - }, - { - "id": "signal-hook-registry 1.4.1", - "target": "signal_hook_registry" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.17" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "Apache-2.0/MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "signal-hook-mio 0.2.5": { - "name": "signal-hook-mio", - "version": "0.2.5", - "package_url": "https://github.com/vorner/signal-hook", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/signal-hook-mio/0.2.5/download", - "sha256": "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" - } - }, - "targets": [ - { - "Library": { - "crate_name": "signal_hook_mio", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "signal_hook_mio", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "mio-1_0", - "support-v1_0" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "mio 1.0.2", - "target": "mio", - "alias": "mio_1_0" - }, - { - "id": "signal-hook 0.3.17", - "target": "signal_hook" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.5" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "signal-hook-registry 1.4.1": { - "name": "signal-hook-registry", - "version": "1.4.1", - "package_url": "https://github.com/vorner/signal-hook", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/signal-hook-registry/1.4.1/download", - "sha256": "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "signal_hook_registry", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "signal_hook_registry", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "1.4.1" - }, - "license": "Apache-2.0/MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "signature 2.2.0": { - "name": "signature", - "version": "2.2.0", - "package_url": "https://github.com/RustCrypto/traits/tree/master/signature", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/signature/2.2.0/download", - "sha256": "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" - } - }, - "targets": [ - { - "Library": { - "crate_name": "signature", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "signature", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "digest", - "rand_core", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "digest 0.10.7", - "target": "digest" - }, - { - "id": "rand_core 0.6.4", - "target": "rand_core" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.2.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "simd-adler32 0.3.7": { - "name": "simd-adler32", - "version": "0.3.7", - "package_url": "https://github.com/mcountryman/simd-adler32", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/simd-adler32/0.3.7/download", - "sha256": "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" - } - }, - "targets": [ - { - "Library": { - "crate_name": "simd_adler32", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "simd_adler32", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.3.7" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE.md" - }, - "simd_cesu8 1.1.1": { - "name": "simd_cesu8", - "version": "1.1.1", - "package_url": "https://github.com/seancroach/simd_cesu8", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/simd_cesu8/1.1.1/download", - "sha256": "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33" - } - }, - "targets": [ - { - "Library": { - "crate_name": "simd_cesu8", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "simd_cesu8", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "simdutf8 0.1.5", - "target": "simdutf8" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.1.1" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "simdutf8 0.1.5": { - "name": "simdutf8", - "version": "0.1.5", - "package_url": "https://github.com/rusticstuff/simdutf8", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/simdutf8/0.1.5/download", - "sha256": "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "simdutf8", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "simdutf8", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.5" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-Apache" - }, - "similar 2.2.1": { - "name": "similar", - "version": "2.2.1", - "package_url": "https://github.com/mitsuhiko/similar", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/similar/2.2.1/download", - "sha256": "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf" - } - }, - "targets": [ - { - "Library": { - "crate_name": "similar", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "similar", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "bstr", - "default", - "inline", - "text", - "unicode", - "unicode-segmentation" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bstr 0.2.17", - "target": "bstr" - }, - { - "id": "unicode-segmentation 1.12.0", - "target": "unicode_segmentation" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.2.1" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "similar-asserts 1.7.0": { - "name": "similar-asserts", - "version": "1.7.0", - "package_url": "https://github.com/mitsuhiko/similar-asserts", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/similar-asserts/1.7.0/download", - "sha256": "b5b441962c817e33508847a22bd82f03a30cff43642dc2fae8b050566121eb9a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "similar_asserts", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "similar_asserts", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "unicode" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "console 0.15.7", - "target": "console" - }, - { - "id": "similar 2.2.1", - "target": "similar" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.7.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "simple-bytes 0.2.14": { - "name": "simple-bytes", - "version": "0.2.14", - "package_url": "https://github.com/soerenmeier/simple-bytes", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/simple-bytes/0.2.14/download", - "sha256": "c11532d9d241904f095185f35dcdaf930b1427a94d5b01d7002d74ba19b44cc4" - } - }, - "targets": [ - { - "Library": { - "crate_name": "simple_bytes", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "simple_bytes", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.2.14" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "simple_asn1 0.6.2": { - "name": "simple_asn1", - "version": "0.6.2", - "package_url": "https://github.com/acw/simple_asn1", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/simple_asn1/0.6.2/download", - "sha256": "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085" - } - }, - "targets": [ - { - "Library": { - "crate_name": "simple_asn1", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "simple_asn1", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "num-bigint 0.4.6", - "target": "num_bigint" - }, - { - "id": "num-traits 0.2.19", - "target": "num_traits" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "time 0.3.47", - "target": "time" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.6.2" - }, - "license": "ISC", - "license_ids": [ - "ISC" - ], - "license_file": "LICENSE" - }, - "simple_logger 4.3.3": { - "name": "simple_logger", - "version": "4.3.3", - "package_url": "https://github.com/borntyping/rust-simple_logger", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/simple_logger/4.3.3/download", - "sha256": "8e7e46c8c90251d47d08b28b8a419ffb4aede0f87c2eea95e17d1d5bacbf3ef1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "simple_logger", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "simple_logger", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "colored", - "colors", - "default", - "time", - "timestamps" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "colored 2.0.4", - "target": "colored" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "time 0.3.47", - "target": "time" - } - ], - "selects": { - "cfg(windows)": [ - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2018", - "version": "4.3.3" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "simple_moving_average 1.0.2": { - "name": "simple_moving_average", - "version": "1.0.2", - "package_url": "https://github.com/oskargustafsson/moving_average", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/simple_moving_average/1.0.2/download", - "sha256": "3a4b144ad185430cd033299e2c93e465d5a7e65fbb858593dc57181fa13cd310" - } - }, - "targets": [ - { - "Library": { - "crate_name": "simple_moving_average", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "simple_moving_average", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "num-traits 0.2.19", - "target": "num_traits" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "siphasher 0.3.11": { - "name": "siphasher", - "version": "0.3.11", - "package_url": "https://github.com/jedisct1/rust-siphash", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/siphasher/0.3.11/download", - "sha256": "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "siphasher", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "siphasher", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.11" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "slab 0.4.8": { - "name": "slab", - "version": "0.4.8", - "package_url": "https://github.com/tokio-rs/slab", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/slab/0.4.8/download", - "sha256": "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "slab", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "slab", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "slab 0.4.8", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.8" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "autocfg 1.5.0", - "target": "autocfg" - } - ], - "selects": {} - } - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "slog 2.7.0": { - "name": "slog", - "version": "2.7.0", - "package_url": "https://github.com/slog-rs/slog", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/slog/2.7.0/download", - "sha256": "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06" - } - }, - "targets": [ - { - "Library": { - "crate_name": "slog", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "slog", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "erased-serde", - "max_level_trace", - "nested-values", - "release_max_level_trace", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "erased-serde 0.3.28", - "target": "erased_serde" - }, - { - "id": "slog 2.7.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "2.7.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MPL-2.0 OR MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT", - "MPL-2.0" - ], - "license_file": "LICENSE-APACHE" - }, - "slog-async 2.8.0": { - "name": "slog-async", - "version": "2.8.0", - "package_url": "https://github.com/slog-rs/async", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/slog-async/2.8.0/download", - "sha256": "72c8038f898a2c79507940990f05386455b3a317d8f18d4caea7cbc3d5096b84" - } - }, - "targets": [ - { - "Library": { - "crate_name": "slog_async", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "slog_async", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "nested-values" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crossbeam-channel 0.5.15", - "target": "crossbeam_channel" - }, - { - "id": "slog 2.7.0", - "target": "slog" - }, - { - "id": "slog-async 2.8.0", - "target": "build_script_build" - }, - { - "id": "take_mut 0.2.2", - "target": "take_mut" - }, - { - "id": "thread_local 1.1.7", - "target": "thread_local" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "2.8.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MPL-2.0 OR MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT", - "MPL-2.0" - ], - "license_file": "LICENSE-APACHE" - }, - "slog-envlogger 2.2.0": { - "name": "slog-envlogger", - "version": "2.2.0", - "package_url": "https://github.com/slog-rs/envlogger", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/slog-envlogger/2.2.0/download", - "sha256": "906a1a0bc43fed692df4b82a5e2fbfc3733db8dad8bb514ab27a4f23ad04f5c0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "slog_envlogger", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "slog_envlogger", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "regex" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "slog 2.7.0", - "target": "slog" - }, - { - "id": "slog-async 2.8.0", - "target": "slog_async" - }, - { - "id": "slog-scope 4.4.0", - "target": "slog_scope" - }, - { - "id": "slog-stdlog 4.1.1", - "target": "slog_stdlog" - }, - { - "id": "slog-term 2.9.1", - "target": "slog_term" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "2.2.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "slog-json 2.6.1": { - "name": "slog-json", - "version": "2.6.1", - "package_url": "https://github.com/slog-rs/json", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/slog-json/2.6.1/download", - "sha256": "3e1e53f61af1e3c8b852eef0a9dee29008f55d6dd63794f3f12cef786cf0f219" - } - }, - "targets": [ - { - "Library": { - "crate_name": "slog_json", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "slog_json", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "erased-serde", - "nested-values" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "erased-serde 0.3.28", - "target": "erased_serde" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "slog 2.7.0", - "target": "slog" - }, - { - "id": "time 0.3.47", - "target": "time" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.6.1" - }, - "license": "MPL-2.0 OR MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT", - "MPL-2.0" - ], - "license_file": "LICENSE-APACHE" - }, - "slog-scope 4.4.0": { - "name": "slog-scope", - "version": "4.4.0", - "package_url": "https://github.com/slog-rs/scope", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/slog-scope/4.4.0/download", - "sha256": "2f95a4b4c3274cd2869549da82b57ccc930859bdbf5bcea0424bc5f140b3c786" - } - }, - "targets": [ - { - "Library": { - "crate_name": "slog_scope", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "slog_scope", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "arc-swap 1.7.1", - "target": "arc_swap" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "slog 2.7.0", - "target": "slog" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "4.4.0" - }, - "license": "MPL-2.0/MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT", - "MPL-2.0" - ], - "license_file": "LICENSE-APACHE" - }, - "slog-stdlog 4.1.1": { - "name": "slog-stdlog", - "version": "4.1.1", - "package_url": "https://github.com/slog-rs/stdlog", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/slog-stdlog/4.1.1/download", - "sha256": "6706b2ace5bbae7291d3f8d2473e2bfab073ccd7d03670946197aec98471fa3e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "slog_stdlog", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "slog_stdlog", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "slog 2.7.0", - "target": "slog" - }, - { - "id": "slog-scope 4.4.0", - "target": "slog_scope" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "4.1.1" - }, - "license": "MPL-2.0 OR MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT", - "MPL-2.0" - ], - "license_file": "LICENSE-APACHE" - }, - "slog-term 2.9.1": { - "name": "slog-term", - "version": "2.9.1", - "package_url": "https://github.com/slog-rs/term", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/slog-term/2.9.1/download", - "sha256": "b6e022d0b998abfe5c3782c1f03551a596269450ccd677ea51c56f8b214610e8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "slog_term", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "slog_term", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "is-terminal 0.4.9", - "target": "is_terminal" - }, - { - "id": "slog 2.7.0", - "target": "slog" - }, - { - "id": "term 0.7.0", - "target": "term" - }, - { - "id": "thread_local 1.1.7", - "target": "thread_local" - }, - { - "id": "time 0.3.47", - "target": "time" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.9.1" - }, - "license": "MPL-2.0 OR MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT", - "MPL-2.0" - ], - "license_file": "LICENSE-APACHE" - }, - "slotmap 1.0.7": { - "name": "slotmap", - "version": "1.0.7", - "package_url": "https://github.com/orlp/slotmap", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/slotmap/1.0.7/download", - "sha256": "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "slotmap", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "slotmap", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "slotmap 1.0.7", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.7" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "version_check 0.9.4", - "target": "version_check" - } - ], - "selects": {} - } - }, - "license": "Zlib", - "license_ids": [ - "Zlib" - ], - "license_file": "LICENSE" - }, - "smallvec 1.15.1": { - "name": "smallvec", - "version": "1.15.1", - "package_url": "https://github.com/servo/rust-smallvec", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/smallvec/1.15.1/download", - "sha256": "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" - } - }, - "targets": [ - { - "Library": { - "crate_name": "smallvec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "smallvec", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "const_generics", - "const_new", - "serde", - "union", - "write" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.15.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "smallvec-wrapper 0.3.0": { - "name": "smallvec-wrapper", - "version": "0.3.0", - "package_url": "https://github.com/al8n/smallvec-wrapper", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/smallvec-wrapper/0.3.0/download", - "sha256": "71a120c9f2941389140711334f4aec8f54544cffd18b86bc20eb1230cd73191b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "smallvec_wrapper", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "smallvec_wrapper", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "either 1.18.0", - "target": "either" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "0.3.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "smart-default 0.7.1": { - "name": "smart-default", - "version": "0.7.1", - "package_url": "https://github.com/idanarye/rust-smart-default", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/smart-default/0.7.1/download", - "sha256": "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "smart_default", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "smart_default", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "smol_str 0.3.6": { - "name": "smol_str", - "version": "0.3.6", - "package_url": "https://github.com/rust-lang/rust-analyzer/tree/master/lib/smol_str", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/smol_str/0.3.6/download", - "sha256": "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523" - } - }, - "targets": [ - { - "Library": { - "crate_name": "smol_str", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "smol_str", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2024", - "version": "0.3.6" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "snafu 0.8.5": { - "name": "snafu", - "version": "0.8.5", - "package_url": "https://github.com/shepmaster/snafu", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/snafu/0.8.5/download", - "sha256": "223891c85e2a29c3fe8fb900c1fae5e69c2e42415e3177752e8718475efa5019" - } - }, - "targets": [ - { - "Library": { - "crate_name": "snafu", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "snafu", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "rust_1_61", - "rust_1_65", - "std" - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "snafu-derive 0.8.5", - "target": "snafu_derive" - } - ], - "selects": {} - }, - "version": "0.8.5" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "snafu-derive 0.8.5": { - "name": "snafu-derive", - "version": "0.8.5", - "package_url": "https://github.com/shepmaster/snafu", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/snafu-derive/0.8.5/download", - "sha256": "03c3c6b7927ffe7ecaa769ee0e3994da3b8cafc8f444578982c83ecb161af917" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "snafu_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "snafu_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "rust_1_61" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "heck 0.5.0", - "target": "heck" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.8.5" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "socket2 0.4.9": { - "name": "socket2", - "version": "0.4.9", - "package_url": "https://github.com/rust-lang/socket2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/socket2/0.4.9/download", - "sha256": "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" - } - }, - "targets": [ - { - "Library": { - "crate_name": "socket2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "socket2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "all" - ], - "selects": {} - }, - "deps": { - "common": [], - "selects": { - "cfg(unix)": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ] - } - }, - "edition": "2018", - "version": "0.4.9" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "socket2 0.5.9": { - "name": "socket2", - "version": "0.5.9", - "package_url": "https://github.com/rust-lang/socket2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/socket2/0.5.9/download", - "sha256": "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef" - } - }, - "targets": [ - { - "Library": { - "crate_name": "socket2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "socket2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "all" - ], - "selects": {} - }, - "deps": { - "common": [], - "selects": { - "cfg(unix)": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "windows-sys 0.52.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2021", - "version": "0.5.9" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "socket2 0.6.1": { - "name": "socket2", - "version": "0.6.1", - "package_url": "https://github.com/rust-lang/socket2", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/socket2/0.6.1/download", - "sha256": "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" - } - }, - "targets": [ - { - "Library": { - "crate_name": "socket2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "socket2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "all" - ], - "selects": {} - }, - "deps": { - "common": [], - "selects": { - "cfg(unix)": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "windows-sys 0.60.2", - "target": "windows_sys" - } - ] - } - }, - "edition": "2021", - "version": "0.6.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "socks5-impl 0.6.1": { - "name": "socks5-impl", - "version": "0.6.1", - "package_url": "https://github.com/ssrlive/socks5-impl", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/socks5-impl/0.6.1/download", - "sha256": "16c081d915d229c8e86edd9bfc784fbbee0e9ae6f2a338d791b22c5ec45dc00f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "socks5_impl", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "socks5_impl", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "tokio" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "as-any 0.3.2", - "target": "as_any" - }, - { - "id": "byteorder 1.5.0", - "target": "byteorder" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "percent-encoding 2.3.1", - "target": "percent_encoding" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.89", - "target": "async_trait" - } - ], - "selects": {} - }, - "version": "0.6.1" - }, - "license": "GPL-3.0-or-later", - "license_ids": [ - "GPL-3.0" - ], - "license_file": "LICENSE" - }, - "spin 0.9.8": { - "name": "spin", - "version": "0.9.8", - "package_url": "https://github.com/mvdnes/spin-rs.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/spin/0.9.8/download", - "sha256": "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" - } - }, - "targets": [ - { - "Library": { - "crate_name": "spin", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "spin", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "barrier", - "default", - "lazy", - "lock_api", - "lock_api_crate", - "mutex", - "once", - "rwlock", - "spin_mutex" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "lock_api 0.4.14", - "target": "lock_api", - "alias": "lock_api_crate" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.9.8" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "spinning_top 0.3.0": { - "name": "spinning_top", - "version": "0.3.0", - "package_url": "https://github.com/rust-osdev/spinning_top", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/spinning_top/0.3.0/download", - "sha256": "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300" - } - }, - "targets": [ - { - "Library": { - "crate_name": "spinning_top", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "spinning_top", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "lock_api 0.4.14", - "target": "lock_api" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "spki 0.7.3": { - "name": "spki", - "version": "0.7.3", - "package_url": "https://github.com/RustCrypto/formats/tree/master/spki", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/spki/0.7.3/download", - "sha256": "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "spki", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "spki", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "pem", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "der 0.7.7", - "target": "der" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.3" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "ssh2 0.9.4": { - "name": "ssh2", - "version": "0.9.4", - "package_url": "https://github.com/alexcrichton/ssh2-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ssh2/0.9.4/download", - "sha256": "e7fe461910559f6d5604c3731d00d2aafc4a83d1665922e280f42f9a168d5455" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ssh2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ssh2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bitflags 1.3.2", - "target": "bitflags" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "libssh2-sys 0.3.0", - "target": "libssh2_sys" - }, - { - "id": "parking_lot 0.11.2", - "target": "parking_lot" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.9.4" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "stable_deref_trait 1.2.0": { - "name": "stable_deref_trait", - "version": "1.2.0", - "package_url": "https://github.com/storyyeller/stable_deref_trait", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/stable_deref_trait/1.2.0/download", - "sha256": "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "stable_deref_trait", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "stable_deref_trait", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "1.2.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "stacker 0.1.15": { - "name": "stacker", - "version": "0.1.15", - "package_url": "https://github.com/rust-lang/stacker", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/stacker/0.1.15/download", - "sha256": "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce" - } - }, - "targets": [ - { - "Library": { - "crate_name": "stacker", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "stacker", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "psm 0.1.21", - "target": "psm" - }, - { - "id": "stacker 0.1.15", - "target": "build_script_build" - } - ], - "selects": { - "cfg(windows)": [ - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ] - } - }, - "edition": "2015", - "version": "0.1.15" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - } - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "static_assertions 1.1.0": { - "name": "static_assertions", - "version": "1.1.0", - "package_url": "https://github.com/nvzqz/static-assertions-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/static_assertions/1.1.0/download", - "sha256": "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "static_assertions", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "static_assertions", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "1.1.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "stop-token 0.7.0": { - "name": "stop-token", - "version": "0.7.0", - "package_url": "https://github.com/async-rs/stop-token", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/stop-token/0.7.0/download", - "sha256": "af91f480ee899ab2d9f8435bfdfc14d08a5754bd9d3fef1f1a1c23336aad6c8b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "stop_token", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "stop_token", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "async-channel 1.9.0", - "target": "async_channel" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.7.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "str_stack 0.1.0": { - "name": "str_stack", - "version": "0.1.0", - "package_url": "https://github.com/Stebalien/str_stack", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/str_stack/0.1.0/download", - "sha256": "9091b6114800a5f2141aee1d1b9d6ca3592ac062dc5decb3764ec5895a47b4eb" - } - }, - "targets": [ - { - "Library": { - "crate_name": "str_stack", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "str_stack", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.1.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "strfmt 0.2.4": { - "name": "strfmt", - "version": "0.2.4", - "package_url": "https://github.com/vitiral/strfmt", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/strfmt/0.2.4/download", - "sha256": "7a8348af2d9fc3258c8733b8d9d8db2e56f54b2363a4b5b81585c7875ed65e65" - } - }, - "targets": [ - { - "Library": { - "crate_name": "strfmt", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "strfmt", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.2.4" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE.txt" - }, - "string_cache 0.8.9": { - "name": "string_cache", - "version": "0.8.9", - "package_url": "https://github.com/servo/string-cache", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/string_cache/0.8.9/download", - "sha256": "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "string_cache", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "string_cache", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "serde", - "serde_support" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "new_debug_unreachable 1.0.4", - "target": "debug_unreachable" - }, - { - "id": "parking_lot 0.12.5", - "target": "parking_lot" - }, - { - "id": "phf_shared 0.11.2", - "target": "phf_shared" - }, - { - "id": "precomputed-hash 0.1.1", - "target": "precomputed_hash" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.8.9" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "string_cache_codegen 0.5.4": { - "name": "string_cache_codegen", - "version": "0.5.4", - "package_url": "https://github.com/servo/string-cache", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/string_cache_codegen/0.5.4/download", - "sha256": "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "string_cache_codegen", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "string_cache_codegen", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "phf_generator 0.11.2", - "target": "phf_generator" - }, - { - "id": "phf_shared 0.11.2", - "target": "phf_shared" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.4" - }, - "license": "MIT OR 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", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/strsim/0.11.1/download", - "sha256": "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "strsim", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "strsim", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.11.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "structmeta 0.3.0": { - "name": "structmeta", - "version": "0.3.0", - "package_url": "https://github.com/frozenlib/structmeta", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/structmeta/0.3.0/download", - "sha256": "2e1575d8d40908d70f6fd05537266b90ae71b15dbbe7a8b7dffa2b759306d329" - } - }, - "targets": [ - { - "Library": { - "crate_name": "structmeta", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "structmeta", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "structmeta-derive 0.3.0", - "target": "structmeta_derive" - } - ], - "selects": {} - }, - "version": "0.3.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "structmeta-derive 0.3.0": { - "name": "structmeta-derive", - "version": "0.3.0", - "package_url": "https://github.com/frozenlib/structmeta", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/structmeta-derive/0.3.0/download", - "sha256": "152a0b65a590ff6c3da95cabe2353ee04e6167c896b28e3b14478c2636c922fc" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "structmeta_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "structmeta_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "strum 0.26.3": { - "name": "strum", - "version": "0.26.3", - "package_url": "https://github.com/Peternator7/strum", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/strum/0.26.3/download", - "sha256": "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" - } - }, - "targets": [ - { - "Library": { - "crate_name": "strum", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "strum", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "derive", - "std", - "strum_macros" - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "strum_macros 0.26.4", - "target": "strum_macros" - } - ], - "selects": {} - }, - "version": "0.26.3" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "strum 0.27.2": { - "name": "strum", - "version": "0.27.2", - "package_url": "https://github.com/Peternator7/strum", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/strum/0.27.2/download", - "sha256": "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" - } - }, - "targets": [ - { - "Library": { - "crate_name": "strum", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "strum", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "derive", - "std", - "strum_macros" - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "strum_macros 0.27.1", - "target": "strum_macros" - } - ], - "selects": {} - }, - "version": "0.27.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "strum 0.28.0": { - "name": "strum", - "version": "0.28.0", - "package_url": "https://github.com/Peternator7/strum", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/strum/0.28.0/download", - "sha256": "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd" - } - }, - "targets": [ - { - "Library": { - "crate_name": "strum", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "strum", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "derive", - "std", - "strum_macros" - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "strum_macros 0.28.0", - "target": "strum_macros" - } - ], - "selects": {} - }, - "version": "0.28.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "strum_macros 0.26.4": { - "name": "strum_macros", - "version": "0.26.4", - "package_url": "https://github.com/Peternator7/strum", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/strum_macros/0.26.4/download", - "sha256": "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "strum_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "strum_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "heck 0.5.0", - "target": "heck" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "rustversion 1.0.14", - "target": "rustversion" - } - ], - "selects": {} - }, - "version": "0.26.4" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "strum_macros 0.27.1": { - "name": "strum_macros", - "version": "0.27.1", - "package_url": "https://github.com/Peternator7/strum", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/strum_macros/0.27.1/download", - "sha256": "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "strum_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "strum_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "heck 0.5.0", - "target": "heck" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "rustversion 1.0.14", - "target": "rustversion" - } - ], - "selects": {} - }, - "version": "0.27.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "strum_macros 0.28.0": { - "name": "strum_macros", - "version": "0.28.0", - "package_url": "https://github.com/Peternator7/strum", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/strum_macros/0.28.0/download", - "sha256": "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "strum_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "strum_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "heck 0.5.0", - "target": "heck" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.28.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "stubborn-io 0.3.2": { - "name": "stubborn-io", - "version": "0.3.2", - "package_url": "https://github.com/craftytrickster/stubborn-io", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/stubborn-io/0.3.2/download", - "sha256": "b261fbca19f25e0ac726f6efb3c3f53949e18ba4b126c16f8ca625730daa1a9c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "stubborn_io", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "stubborn_io", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "rand 0.8.6", - "target": "rand" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "subtle 2.6.1": { - "name": "subtle", - "version": "2.6.1", - "package_url": "https://github.com/dalek-cryptography/subtle", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/subtle/2.6.1/download", - "sha256": "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" - } - }, - "targets": [ - { - "Library": { - "crate_name": "subtle", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "subtle", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "i128", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "2.6.1" - }, - "license": "BSD-3-Clause", - "license_ids": [ - "BSD-3-Clause" - ], - "license_file": "LICENSE" - }, - "subtle-ng 2.5.0": { - "name": "subtle-ng", - "version": "2.5.0", - "package_url": "https://github.com/dalek-cryptography/subtle", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/subtle-ng/2.5.0/download", - "sha256": "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142" - } - }, - "targets": [ - { - "Library": { - "crate_name": "subtle_ng", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "subtle_ng", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "2.5.0" - }, - "license": "BSD-3-Clause", - "license_ids": [ - "BSD-3-Clause" - ], - "license_file": "LICENSE" - }, - "symbolic-common 12.4.0": { - "name": "symbolic-common", - "version": "12.4.0", - "package_url": "https://github.com/getsentry/symbolic", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/symbolic-common/12.4.0/download", - "sha256": "9e0e9bc48b3852f36a84f8d0da275d50cb3c2b88b59b9ec35fdd8b7fa239e37d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "symbolic_common", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "symbolic_common", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "debugid 0.8.0", - "target": "debugid" - }, - { - "id": "memmap2 0.5.10", - "target": "memmap2" - }, - { - "id": "stable_deref_trait 1.2.0", - "target": "stable_deref_trait" - }, - { - "id": "uuid 1.12.1", - "target": "uuid" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "12.4.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, - "symbolic-demangle 12.4.0": { - "name": "symbolic-demangle", - "version": "12.4.0", - "package_url": "https://github.com/getsentry/symbolic", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/symbolic-demangle/12.4.0/download", - "sha256": "691e53bdc0702aba3a5abc2cffff89346fcbd4050748883c7e2f714b33a69045" - } - }, - "targets": [ - { - "Library": { - "crate_name": "symbolic_demangle", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "symbolic_demangle", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "rust", - "rustc-demangle" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "rustc-demangle 0.1.26", - "target": "rustc_demangle" - }, - { - "id": "symbolic-common 12.4.0", - "target": "symbolic_common" - }, - { - "id": "symbolic-demangle 12.4.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "12.4.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, - "syn 1.0.109": { - "name": "syn", - "version": "1.0.109", - "package_url": "https://github.com/dtolnay/syn", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/syn/1.0.109/download", - "sha256": "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" - } - }, - "targets": [ - { - "Library": { - "crate_name": "syn", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "syn", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "clone-impls", - "default", - "derive", - "extra-traits", - "fold", - "full", - "parsing", - "printing", - "proc-macro", - "quote", - "visit" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 1.0.109", - "target": "build_script_build" - }, - { - "id": "unicode-ident 1.0.22", - "target": "unicode_ident" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.109" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "syn 2.0.119": { - "name": "syn", - "version": "2.0.119", - "package_url": "https://github.com/dtolnay/syn", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/syn/2.0.119/download", - "sha256": "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297" - } - }, - "targets": [ - { - "Library": { - "crate_name": "syn", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "syn", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "clone-impls", - "default", - "derive", - "extra-traits", - "fold", - "full", - "parsing", - "printing", - "proc-macro", - "visit-mut" - ], - "selects": { - "aarch64-apple-darwin": [ - "visit" - ], - "aarch64-unknown-linux-gnu": [ - "visit" - ], - "x86_64-apple-darwin": [ - "visit" - ], - "x86_64-unknown-linux-gnu": [ - "visit" - ] - } - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "unicode-ident 1.0.22", - "target": "unicode_ident" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.0.119" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "syn-solidity 1.7.1": { - "name": "syn-solidity", - "version": "1.7.1", - "package_url": "https://github.com/alloy-rs/core", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/syn-solidity/1.7.1/download", - "sha256": "e452eb8cb83fc8b81597eb07c8d39f770d04905af9c5bffce8bea7213df29960" - } - }, - "targets": [ - { - "Library": { - "crate_name": "syn_solidity", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "syn_solidity", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "visit", - "visit-mut" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "1.7.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "sync_wrapper 1.0.2": { - "name": "sync_wrapper", - "version": "1.0.2", - "package_url": "https://github.com/Actyx/sync_wrapper", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/sync_wrapper/1.0.2/download", - "sha256": "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" - } - }, - "targets": [ - { - "Library": { - "crate_name": "sync_wrapper", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "sync_wrapper", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "futures", - "futures-core" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-core 0.3.31", - "target": "futures_core" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.2" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "synstructure 0.13.1": { - "name": "synstructure", - "version": "0.13.1", - "package_url": "https://github.com/mystor/synstructure", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/synstructure/0.13.1/download", - "sha256": "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" - } - }, - "targets": [ - { - "Library": { - "crate_name": "synstructure", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "synstructure", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "proc-macro" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.13.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "sys-mount 3.0.1": { - "name": "sys-mount", - "version": "3.0.1", - "package_url": "https://github.com/pop-os/sys-mount", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/sys-mount/3.0.1/download", - "sha256": "a6acb8bb63826062d5a44b68298cf2e25b84bc151bc0c31c35a83b61f818682a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "sys_mount", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "sys_mount", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "loop", - "loopdev" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "loopdev-3 0.5.1", - "target": "loopdev" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "smart-default 0.7.1", - "target": "smart_default" - } - ], - "selects": {} - }, - "version": "3.0.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE" - }, - "syscalls 0.6.18": { - "name": "syscalls", - "version": "0.6.18", - "package_url": "https://github.com/jasonwhite/syscalls", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/syscalls/0.6.18/download", - "sha256": "43d0e35dc7d73976a53c7e6d7d177ef804a0c0ee774ec77bcc520c2216fd7cbe" - } - }, - "targets": [ - { - "Library": { - "crate_name": "syscalls", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "syscalls", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "serde", - "serde_repr", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "syscalls 0.6.18", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "serde_repr 0.1.19", - "target": "serde_repr" - } - ], - "selects": {} - }, - "version": "0.6.18" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "BSD-2-Clause", - "license_ids": [ - "BSD-2-Clause" - ], - "license_file": "LICENSE" - }, - "sysinfo 0.37.2": { - "name": "sysinfo", - "version": "0.37.2", - "package_url": "https://github.com/GuillaumeGomez/sysinfo", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/sysinfo/0.37.2/download", - "sha256": "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "sysinfo", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "sysinfo", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "component", - "default", - "disk", - "network", - "objc2-io-kit", - "system", - "user" - ], - "selects": { - "aarch64-apple-darwin": [ - "objc2-core-foundation" - ], - "x86_64-apple-darwin": [ - "objc2-core-foundation" - ] - } - }, - "deps": { - "common": [ - { - "id": "memchr 2.7.4", - "target": "memchr" - } - ], - "selects": { - "aarch64-apple-darwin": [ - { - "id": "objc2-core-foundation 0.3.2", - "target": "objc2_core_foundation" - }, - { - "id": "objc2-io-kit 0.3.2", - "target": "objc2_io_kit" - } - ], - "cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "x86_64-apple-darwin": [ - { - "id": "objc2-core-foundation 0.3.2", - "target": "objc2_core_foundation" - }, - { - "id": "objc2-io-kit 0.3.2", - "target": "objc2_io_kit" - } - ] - } - }, - "edition": "2024", - "version": "0.37.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "system-configuration 0.7.0": { - "name": "system-configuration", - "version": "0.7.0", - "package_url": "https://github.com/mullvad/system-configuration-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/system-configuration/0.7.0/download", - "sha256": "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "system_configuration", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "system_configuration", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "core-foundation 0.9.4", - "target": "core_foundation" - }, - { - "id": "system-configuration-sys 0.6.0", - "target": "system_configuration_sys" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "system-configuration-sys 0.6.0": { - "name": "system-configuration-sys", - "version": "0.6.0", - "package_url": "https://github.com/mullvad/system-configuration-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/system-configuration-sys/0.6.0/download", - "sha256": "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" - } - }, - "targets": [ - { - "Library": { - "crate_name": "system_configuration_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "system_configuration_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "core-foundation-sys 0.8.7", - "target": "core_foundation_sys" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "system-configuration-sys 0.6.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "systemstat 0.2.3": { - "name": "systemstat", - "version": "0.2.3", - "package_url": "https://github.com/valpackett/systemstat", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/systemstat/0.2.3/download", - "sha256": "a24aec24a9312c83999a28e3ef9db7e2afd5c64bf47725b758cdc1cafd5b0bd2" - } - }, - "targets": [ - { - "Library": { - "crate_name": "systemstat", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "systemstat", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bytesize 1.3.0", - "target": "bytesize" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "time 0.3.47", - "target": "time" - } - ], - "selects": { - "cfg(any(target_os = \"linux\", target_os = \"android\"))": [ - { - "id": "nom 7.1.3", - "target": "nom" - } - ], - "cfg(windows)": [ - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ] - } - }, - "edition": "2018", - "version": "0.2.3" - }, - "license": "Unlicense", - "license_ids": [ - "Unlicense" - ], - "license_file": null - }, - "tabled 0.20.0": { - "name": "tabled", - "version": "0.20.0", - "package_url": "https://github.com/zhiburt/tabled", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tabled/0.20.0/download", - "sha256": "e39a2ee1fbcd360805a771e1b300f78cc88fec7b8d3e2f71cd37bbf23e725c7d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tabled", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tabled", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "assert", - "default", - "derive", - "macros", - "std", - "tabled_derive", - "testing_table" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "papergrid 0.17.0", - "target": "papergrid" - }, - { - "id": "testing_table 0.3.0", - "target": "testing_table" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "tabled_derive 0.11.0", - "target": "tabled_derive" - } - ], - "selects": {} - }, - "version": "0.20.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE-MIT" - }, - "tabled_derive 0.11.0": { - "name": "tabled_derive", - "version": "0.11.0", - "package_url": "https://github.com/zhiburt/tabled", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tabled_derive/0.11.0/download", - "sha256": "0ea5d1b13ca6cff1f9231ffd62f15eefd72543dab5e468735f1a456728a02846" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "tabled_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tabled_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "heck 0.5.0", - "target": "heck" - }, - { - "id": "proc-macro-error2 2.0.1", - "target": "proc_macro_error2" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.11.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE-MIT" - }, - "tagptr 0.2.0": { - "name": "tagptr", - "version": "0.2.0", - "package_url": "https://github.com/oliver-giersch/tagptr.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tagptr/0.2.0/download", - "sha256": "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tagptr", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tagptr", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.2.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "take_mut 0.2.2": { - "name": "take_mut", - "version": "0.2.2", - "package_url": "https://github.com/Sgeo/take_mut", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/take_mut/0.2.2/download", - "sha256": "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" - } - }, - "targets": [ - { - "Library": { - "crate_name": "take_mut", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "take_mut", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.2.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tap 1.0.1": { - "name": "tap", - "version": "1.0.1", - "package_url": "https://github.com/myrrlyn/tap", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tap/1.0.1/download", - "sha256": "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tap", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tap", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "1.0.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE.txt" - }, - "tar 0.4.46": { - "name": "tar", - "version": "0.4.46", - "package_url": "https://github.com/composefs/tar-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tar/0.4.46/download", - "sha256": "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tar", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tar", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "xattr" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "filetime 0.2.21", - "target": "filetime" - } - ], - "selects": { - "aarch64-apple-darwin": [ - { - "id": "xattr 1.6.1", - "target": "xattr" - } - ], - "aarch64-unknown-linux-gnu": [ - { - "id": "xattr 1.6.1", - "target": "xattr" - } - ], - "cfg(unix)": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "x86_64-apple-darwin": [ - { - "id": "xattr 1.6.1", - "target": "xattr" - } - ], - "x86_64-unknown-linux-gnu": [ - { - "id": "xattr 1.6.1", - "target": "xattr" - } - ] - } - }, - "edition": "2021", - "version": "0.4.46" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "target-lexicon 0.13.5": { - "name": "target-lexicon", - "version": "0.13.5", - "package_url": "https://github.com/bytecodealliance/target-lexicon", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/target-lexicon/0.13.5/download", - "sha256": "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca" - } - }, - "targets": [ - { - "Library": { - "crate_name": "target_lexicon", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "target_lexicon", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "target-lexicon 0.13.5", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.13.5" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "Apache-2.0 WITH LLVM-exception", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "tarpc 0.37.0": { - "name": "tarpc", - "version": "0.37.0", - "package_url": "https://github.com/google/tarpc", - "repository": { - "Git": { - "remote": "https://github.com/dfinity/tarpc", - "commitish": { - "Rev": "cddf1c64011d00f36016146e8447bef99531030c" - }, - "strip_prefix": "tarpc" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tarpc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tarpc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "full", - "serde", - "serde-transport", - "serde-transport-bincode", - "serde-transport-json", - "serde1", - "tcp", - "tokio-serde", - "tokio1", - "unix" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "fnv 1.0.7", - "target": "fnv" - }, - { - "id": "futures 0.3.31", - "target": "futures" - }, - { - "id": "humantime 2.4.0", - "target": "humantime" - }, - { - "id": "opentelemetry 0.32.0", - "target": "opentelemetry" - }, - { - "id": "pin-project 1.1.2", - "target": "pin_project" - }, - { - "id": "rand 0.9.4", - "target": "rand" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "static_assertions 1.1.0", - "target": "static_assertions" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-serde 0.9.0", - "target": "tokio_serde" - }, - { - "id": "tokio-util 0.7.17", - "target": "tokio_util" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - }, - { - "id": "tracing-opentelemetry 0.33.0", - "target": "tracing_opentelemetry" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "tarpc-plugins 0.14.1", - "target": "tarpc_plugins" - } - ], - "selects": {} - }, - "version": "0.37.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tarpc-plugins 0.14.1": { - "name": "tarpc-plugins", - "version": "0.14.1", - "package_url": "https://github.com/google/tarpc", - "repository": { - "Git": { - "remote": "https://github.com/dfinity/tarpc", - "commitish": { - "Rev": "cddf1c64011d00f36016146e8447bef99531030c" - }, - "strip_prefix": "plugins" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "tarpc_plugins", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tarpc_plugins", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "serde1" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.14.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tempfile 3.23.0": { - "name": "tempfile", - "version": "3.23.0", - "package_url": "https://github.com/Stebalien/tempfile", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tempfile/3.23.0/download", - "sha256": "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tempfile", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tempfile", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "getrandom" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "fastrand 2.3.0", - "target": "fastrand" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - } - ], - "selects": { - "aarch64-apple-darwin": [ - { - "id": "getrandom 0.3.4", - "target": "getrandom" - } - ], - "aarch64-unknown-linux-gnu": [ - { - "id": "getrandom 0.3.4", - "target": "getrandom" - } - ], - "cfg(any(unix, target_os = \"wasi\"))": [ - { - "id": "rustix 1.1.4", - "target": "rustix" - } - ], - "cfg(windows)": [ - { - "id": "windows-sys 0.61.2", - "target": "windows_sys" - } - ], - "x86_64-apple-darwin": [ - { - "id": "getrandom 0.3.4", - "target": "getrandom" - } - ], - "x86_64-unknown-linux-gnu": [ - { - "id": "getrandom 0.3.4", - "target": "getrandom" - } - ] - } - }, - "edition": "2021", - "version": "3.23.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "tendril 0.4.3": { - "name": "tendril", - "version": "0.4.3", - "package_url": "https://github.com/servo/tendril", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tendril/0.4.3/download", - "sha256": "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tendril", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tendril", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "futf 0.1.5", - "target": "futf" - }, - { - "id": "mac 0.1.1", - "target": "mac" - }, - { - "id": "utf-8 0.7.6", - "target": "utf8" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.4.3" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "term 0.7.0": { - "name": "term", - "version": "0.7.0", - "package_url": "https://github.com/Stebalien/term", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/term/0.7.0/download", - "sha256": "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "term", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "term", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "dirs-next 2.0.0", - "target": "dirs_next" - } - ], - "selects": { - "cfg(windows)": [ - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ] - } - }, - "edition": "2018", - "proc_macro_deps": { - "common": [], - "selects": { - "cfg(windows)": [ - { - "id": "rustversion 1.0.14", - "target": "rustversion" - } - ] - } - }, - "version": "0.7.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "term 1.0.2": { - "name": "term", - "version": "1.0.2", - "package_url": "https://github.com/Stebalien/term", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/term/1.0.2/download", - "sha256": "8a984c8d058c627faaf5e8e2ed493fa3c51771889196de1016cf9c1c6e90d750" - } - }, - "targets": [ - { - "Library": { - "crate_name": "term", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "term", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "home 0.5.9", - "target": "home" - } - ], - "selects": { - "cfg(windows)": [ - { - "id": "windows-sys 0.59.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2021", - "version": "1.0.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "termcolor 1.4.1": { - "name": "termcolor", - "version": "1.4.1", - "package_url": "https://github.com/BurntSushi/termcolor", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/termcolor/1.4.1/download", - "sha256": "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" - } - }, - "targets": [ - { - "Library": { - "crate_name": "termcolor", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "termcolor", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(windows)": [ - { - "id": "winapi-util 0.1.5", - "target": "winapi_util" - } - ] - } - }, - "edition": "2018", - "version": "1.4.1" - }, - "license": "Unlicense OR MIT", - "license_ids": [ - "MIT", - "Unlicense" - ], - "license_file": "LICENSE-MIT" - }, - "terminal_size 0.1.17": { - "name": "terminal_size", - "version": "0.1.17", - "package_url": "https://github.com/eminence/terminal-size", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/terminal_size/0.1.17/download", - "sha256": "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df" - } - }, - "targets": [ - { - "Library": { - "crate_name": "terminal_size", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "terminal_size", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(not(windows))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(windows)": [ - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ] - } - }, - "edition": "2018", - "version": "0.1.17" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "termios 0.3.3": { - "name": "termios", - "version": "0.3.3", - "package_url": "https://github.com/dcuddeback/termios-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/termios/0.3.3/download", - "sha256": "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "termios", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "termios", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.3.3" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "termtree 0.4.1": { - "name": "termtree", - "version": "0.4.1", - "package_url": "https://github.com/rust-cli/termtree", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/termtree/0.4.1/download", - "sha256": "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" - } - }, - "targets": [ - { - "Library": { - "crate_name": "termtree", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "termtree", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.4.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "test-strategy 0.4.5": { - "name": "test-strategy", - "version": "0.4.5", - "package_url": "https://github.com/frozenlib/test-strategy", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/test-strategy/0.4.5/download", - "sha256": "8f7fd1eb9efb36942b85a290c4201d317980fe09bc88d34dd48aaaae03075c6a" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "test_strategy", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "test_strategy", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "structmeta 0.3.0", - "target": "structmeta" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "derive-ex 0.1.8", - "target": "derive_ex" - } - ], - "selects": {} - }, - "version": "0.4.5" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "testing_table 0.3.0": { - "name": "testing_table", - "version": "0.3.0", - "package_url": "https://github.com/zhiburt/tabled", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/testing_table/0.3.0/download", - "sha256": "0f8daae29995a24f65619e19d8d31dea5b389f3d853d8bf297bbf607cd0014cc" - } - }, - "targets": [ - { - "Library": { - "crate_name": "testing_table", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "testing_table", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "unicode-width 0.2.0", - "target": "unicode_width" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE-MIT" - }, - "textplots 0.8.4": { - "name": "textplots", - "version": "0.8.4", - "package_url": "https://github.com/loony-bean/textplots-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/textplots/0.8.4/download", - "sha256": "2171116bd71c738068fe42091b1509d70135a768443c9afd6c179b83dc6cdc79" - } - }, - "targets": [ - { - "Library": { - "crate_name": "textplots", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "textplots", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "drawille 0.3.0", - "target": "drawille" - }, - { - "id": "rgb 0.8.37", - "target": "rgb" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.4" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, - "thiserror 1.0.68": { - "name": "thiserror", - "version": "1.0.68", - "package_url": "https://github.com/dtolnay/thiserror", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/thiserror/1.0.68/download", - "sha256": "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892" - } - }, - "targets": [ - { - "Library": { - "crate_name": "thiserror", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "thiserror", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "thiserror 1.0.68", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "thiserror-impl 1.0.68", - "target": "thiserror_impl" - } - ], - "selects": {} - }, - "version": "1.0.68" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "thiserror 2.0.18": { - "name": "thiserror", - "version": "2.0.18", - "package_url": "https://github.com/dtolnay/thiserror", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/thiserror/2.0.18/download", - "sha256": "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" - } - }, - "targets": [ - { - "Library": { - "crate_name": "thiserror", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "thiserror", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "thiserror 2.0.18", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "thiserror-impl 2.0.18", - "target": "thiserror_impl" - } - ], - "selects": {} - }, - "version": "2.0.18" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "thiserror-impl 1.0.68": { - "name": "thiserror-impl", - "version": "1.0.68", - "package_url": "https://github.com/dtolnay/thiserror", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/thiserror-impl/1.0.68/download", - "sha256": "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "thiserror_impl", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "thiserror_impl", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.68" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "thiserror-impl 2.0.18": { - "name": "thiserror-impl", - "version": "2.0.18", - "package_url": "https://github.com/dtolnay/thiserror", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/thiserror-impl/2.0.18/download", - "sha256": "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "thiserror_impl", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "thiserror_impl", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.0.18" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "thread_local 1.1.7": { - "name": "thread_local", - "version": "1.1.7", - "package_url": "https://github.com/Amanieu/thread_local-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/thread_local/1.1.7/download", - "sha256": "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" - } - }, - "targets": [ - { - "Library": { - "crate_name": "thread_local", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "thread_local", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.1.7" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "threadpool 1.8.1": { - "name": "threadpool", - "version": "1.8.1", - "package_url": "https://github.com/rust-threadpool/rust-threadpool", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/threadpool/1.8.1/download", - "sha256": "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" - } - }, - "targets": [ - { - "Library": { - "crate_name": "threadpool", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "threadpool", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "num_cpus 1.16.0", - "target": "num_cpus" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "1.8.1" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "tikv-jemalloc-ctl 0.7.0": { - "name": "tikv-jemalloc-ctl", - "version": "0.7.0", - "package_url": "https://github.com/tikv/jemallocator", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tikv-jemalloc-ctl/0.7.0/download", - "sha256": "3a184c43b8ab2f41df2733b55556e3f5f632f4aeaa205b1bb018f574b7f5f142" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tikv_jemalloc_ctl", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tikv_jemalloc_ctl", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "stats" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "tikv-jemalloc-sys 0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8", - "target": "tikv_jemalloc_sys" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "0.7.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "tikv-jemalloc-sys 0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8": { - "name": "tikv-jemalloc-sys", - "version": "0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8", - "package_url": "https://github.com/tikv/jemallocator", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tikv-jemalloc-sys/0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8/download", - "sha256": "1a2825c78386b4ae0314074867860ba9577875de945f05992c38815cbec327f0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tikv_jemalloc_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tikv_jemalloc_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "background_threads_runtime_support", - "default", - "stats" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "tikv-jemalloc-sys 0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data": { - "common": [], - "selects": { - "x86_64-unknown-linux-gnu": [ - "@jemalloc//:libjemalloc" - ] - } - }, - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - }, - "build_script_env": { - "common": {}, - "selects": { - "x86_64-unknown-linux-gnu": { - "JEMALLOC_OVERRIDE": "$(location @jemalloc//:libjemalloc)" - } - } - }, - "links": "jemalloc" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "tikv-jemallocator 0.7.0": { - "name": "tikv-jemallocator", - "version": "0.7.0", - "package_url": "https://github.com/tikv/jemallocator", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tikv-jemallocator/0.7.0/download", - "sha256": "249f09e49ab1609436f34c776e84231bead18d6a955f119f939bdc1d847561bd" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tikv_jemallocator", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tikv_jemallocator", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "background_threads_runtime_support", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "tikv-jemalloc-sys 0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8", - "target": "tikv_jemalloc_sys" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.7.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "time 0.3.47": { - "name": "time", - "version": "0.3.47", - "package_url": "https://github.com/time-rs/time", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/time/0.3.47/download", - "sha256": "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "time", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "time", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "formatting", - "local-offset", - "macros", - "parsing", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "deranged 0.5.6", - "target": "deranged" - }, - { - "id": "itoa 1.0.17", - "target": "itoa" - }, - { - "id": "num-conv 0.2.0", - "target": "num_conv" - }, - { - "id": "powerfmt 0.2.0", - "target": "powerfmt" - }, - { - "id": "serde_core 1.0.228", - "target": "serde_core" - }, - { - "id": "time-core 0.1.8", - "target": "time_core" - } - ], - "selects": { - "aarch64-apple-darwin": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "num_threads 0.1.6", - "target": "num_threads" - } - ], - "aarch64-unknown-linux-gnu": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "num_threads 0.1.6", - "target": "num_threads" - } - ], - "x86_64-apple-darwin": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "num_threads 0.1.6", - "target": "num_threads" - } - ], - "x86_64-unknown-linux-gnu": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "num_threads 0.1.6", - "target": "num_threads" - } - ] - } - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "time-macros 0.2.27", - "target": "time_macros" - } - ], - "selects": {} - }, - "version": "0.3.47" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-Apache" - }, - "time-core 0.1.8": { - "name": "time-core", - "version": "0.1.8", - "package_url": "https://github.com/time-rs/time", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/time-core/0.1.8/download", - "sha256": "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" - } - }, - "targets": [ - { - "Library": { - "crate_name": "time_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "time_core", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2024", - "version": "0.1.8" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-Apache" - }, - "time-macros 0.2.27": { - "name": "time-macros", - "version": "0.2.27", - "package_url": "https://github.com/time-rs/time", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/time-macros/0.2.27/download", - "sha256": "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "time_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "time_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "formatting", - "parsing", - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "num-conv 0.2.0", - "target": "num_conv" - }, - { - "id": "time-core 0.1.8", - "target": "time_core" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.2.27" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-Apache" - }, - "tiny-keccak 2.0.2": { - "name": "tiny-keccak", - "version": "2.0.2", - "package_url": "https://github.com/debris/tiny-keccak", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tiny-keccak/2.0.2/download", - "sha256": "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tiny_keccak", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tiny_keccak", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "sha3", - "shake" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crunchy 0.2.2", - "target": "crunchy" - }, - { - "id": "tiny-keccak 2.0.2", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.0.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "CC0-1.0", - "license_ids": [ - "CC0-1.0" - ], - "license_file": "LICENSE" - }, - "tinystr 0.7.6": { - "name": "tinystr", - "version": "0.7.6", - "package_url": "https://github.com/unicode-org/icu4x", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tinystr/0.7.6/download", - "sha256": "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tinystr", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tinystr", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "zerovec" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "zerovec 0.10.4", - "target": "zerovec" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "displaydoc 0.2.4", - "target": "displaydoc" - } - ], - "selects": {} - }, - "version": "0.7.6" - }, - "license": "Unicode-3.0", - "license_ids": [ - "Unicode-3.0" - ], - "license_file": "LICENSE" - }, - "tinytemplate 1.2.1": { - "name": "tinytemplate", - "version": "1.2.1", - "package_url": "https://github.com/bheisler/TinyTemplate", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tinytemplate/1.2.1/download", - "sha256": "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tinytemplate", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tinytemplate", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "1.2.1" - }, - "license": "Apache-2.0 OR MIT", - "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": true, - "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": true, - "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" - }, - "tls_codec 0.4.1": { - "name": "tls_codec", - "version": "0.4.1", - "package_url": "https://github.com/RustCrypto/formats/tree/master/tls_codec", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tls_codec/0.4.1/download", - "sha256": "b5e78c9c330f8c85b2bae7c8368f2739157db9991235123aa1b15ef9502bfb6a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tls_codec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tls_codec", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "zeroize 1.8.1", - "target": "zeroize" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.1" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "tls_codec_derive 0.4.1": { - "name": "tls_codec_derive", - "version": "0.4.1", - "package_url": "https://github.com/RustCrypto/formats/tree/master/tls_codec/derive", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tls_codec_derive/0.4.1/download", - "sha256": "8d9ef545650e79f30233c0003bcc2504d7efac6dad25fca40744de773fe2049c" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "tls_codec_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tls_codec_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.1" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "tokio 1.50.0": { - "name": "tokio", - "version": "1.50.0", - "package_url": "https://github.com/tokio-rs/tokio", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tokio/1.50.0/download", - "sha256": "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tokio", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tokio", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "bytes", - "default", - "fs", - "full", - "io-std", - "io-util", - "libc", - "macros", - "mio", - "net", - "parking_lot", - "process", - "rt", - "rt-multi-thread", - "signal", - "signal-hook-registry", - "socket2", - "sync", - "test-util", - "time", - "tokio-macros", - "tracing" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "mio 1.0.2", - "target": "mio" - }, - { - "id": "parking_lot 0.12.5", - "target": "parking_lot" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - } - ], - "selects": { - "aarch64-apple-darwin": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "signal-hook-registry 1.4.1", - "target": "signal_hook_registry" - }, - { - "id": "socket2 0.6.1", - "target": "socket2" - } - ], - "aarch64-unknown-linux-gnu": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "signal-hook-registry 1.4.1", - "target": "signal_hook_registry" - }, - { - "id": "socket2 0.6.1", - "target": "socket2" - } - ], - "x86_64-apple-darwin": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "signal-hook-registry 1.4.1", - "target": "signal_hook_registry" - }, - { - "id": "socket2 0.6.1", - "target": "socket2" - } - ], - "x86_64-unknown-linux-gnu": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "signal-hook-registry 1.4.1", - "target": "signal_hook_registry" - }, - { - "id": "socket2 0.6.1", - "target": "socket2" - } - ] - } - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "tokio-macros 2.6.0", - "target": "tokio_macros" - } - ], - "selects": {} - }, - "version": "1.50.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tokio-io-timeout 1.2.0": { - "name": "tokio-io-timeout", - "version": "1.2.0", - "package_url": "https://github.com/sfackler/tokio-io-timeout", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tokio-io-timeout/1.2.0/download", - "sha256": "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tokio_io_timeout", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tokio_io_timeout", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.2.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "tokio-macros 2.6.0": { - "name": "tokio-macros", - "version": "2.6.0", - "package_url": "https://github.com/tokio-rs/tokio", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tokio-macros/2.6.0/download", - "sha256": "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "tokio_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tokio_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "2.6.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tokio-metrics 0.4.0": { - "name": "tokio-metrics", - "version": "0.4.0", - "package_url": "https://github.com/tokio-rs/tokio-metrics", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tokio-metrics/0.4.0/download", - "sha256": "cb2bb07a8451c4c6fa8b3497ad198510d8b8dffa5df5cfb97a64102a58b113c8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tokio_metrics", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tokio_metrics", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "rt", - "tokio" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-stream 0.1.17", - "target": "tokio_stream" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tokio-rusqlite 0.7.0": { - "name": "tokio-rusqlite", - "version": "0.7.0", - "package_url": "https://github.com/programatik29/tokio-rusqlite", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tokio-rusqlite/0.7.0/download", - "sha256": "302563ae4a2127f3d2c105f4f2f0bd7cae3609371755600ebc148e0ccd8510d6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tokio_rusqlite", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tokio_rusqlite", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crossbeam-channel 0.5.15", - "target": "crossbeam_channel" - }, - { - "id": "rusqlite 0.37.0", - "target": "rusqlite" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tokio-rustls 0.26.0": { - "name": "tokio-rustls", - "version": "0.26.0", - "package_url": "https://github.com/rustls/tokio-rustls", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tokio-rustls/0.26.0/download", - "sha256": "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tokio_rustls", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tokio_rustls", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "aws-lc-rs", - "aws_lc_rs", - "early-data", - "logging", - "tls12" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "rustls 0.23.27", - "target": "rustls" - }, - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types", - "alias": "pki_types" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.26.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "tokio-serde 0.9.0": { - "name": "tokio-serde", - "version": "0.9.0", - "package_url": "https://github.com/carllerche/tokio-serde", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tokio-serde/0.9.0/download", - "sha256": "caf600e7036b17782571dd44fa0a5cea3c82f60db5137f774a325a76a0d6852b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tokio_serde", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tokio_serde", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "bincode", - "bincode-crate", - "educe", - "json", - "serde", - "serde_json" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bincode 1.3.3", - "target": "bincode", - "alias": "bincode_crate" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-sink 0.3.31", - "target": "futures_sink" - }, - { - "id": "pin-project 1.1.2", - "target": "pin_project" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "educe 0.5.11", - "target": "educe" - } - ], - "selects": {} - }, - "version": "0.9.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "tokio-socks 0.5.2": { - "name": "tokio-socks", - "version": "0.5.2", - "package_url": "https://github.com/sticnarf/tokio-socks", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tokio-socks/0.5.2/download", - "sha256": "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tokio_socks", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tokio_socks", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "tokio" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "either 1.18.0", - "target": "either" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tokio-stream 0.1.17": { - "name": "tokio-stream", - "version": "0.1.17", - "package_url": "https://github.com/tokio-rs/tokio", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tokio-stream/0.1.17/download", - "sha256": "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tokio_stream", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tokio_stream", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "net", - "time" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.17" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tokio-test 0.4.4": { - "name": "tokio-test", - "version": "0.4.4", - "package_url": "https://github.com/tokio-rs/tokio", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tokio-test/0.4.4/download", - "sha256": "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tokio_test", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tokio_test", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "async-stream 0.3.6", - "target": "async_stream" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-stream 0.1.17", - "target": "tokio_stream" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.4" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tokio-tungstenite 0.29.0": { - "name": "tokio-tungstenite", - "version": "0.29.0", - "package_url": "https://github.com/snapview/tokio-tungstenite", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tokio-tungstenite/0.29.0/download", - "sha256": "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tokio_tungstenite", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tokio_tungstenite", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "connect", - "default", - "handshake", - "stream" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tungstenite 0.29.0", - "target": "tungstenite" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.29.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tokio-util 0.7.17": { - "name": "tokio-util", - "version": "0.7.17", - "package_url": "https://github.com/tokio-rs/tokio", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tokio-util/0.7.17/download", - "sha256": "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tokio_util", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tokio_util", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "codec", - "compat", - "default", - "full", - "futures-io", - "futures-util", - "hashbrown", - "io", - "io-util", - "join-map", - "net", - "rt", - "slab", - "time" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-io 0.3.31", - "target": "futures_io" - }, - { - "id": "futures-sink 0.3.31", - "target": "futures_sink" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "hashbrown 0.15.2", - "target": "hashbrown" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "slab 0.4.8", - "target": "slab" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.17" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "toml 0.5.11": { - "name": "toml", - "version": "0.5.11", - "package_url": "https://github.com/toml-rs/toml", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/toml/0.5.11/download", - "sha256": "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" - } - }, - "targets": [ - { - "Library": { - "crate_name": "toml", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "toml", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.11" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "toml 0.8.19": { - "name": "toml", - "version": "0.8.19", - "package_url": "https://github.com/toml-rs/toml", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/toml/0.8.19/download", - "sha256": "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "toml", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "toml", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "parse" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_spanned 0.6.9", - "target": "serde_spanned" - }, - { - "id": "toml_datetime 0.6.8", - "target": "toml_datetime" - }, - { - "id": "toml_edit 0.22.20", - "target": "toml_edit" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.19" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "toml_datetime 0.6.8": { - "name": "toml_datetime", - "version": "0.6.8", - "package_url": "https://github.com/toml-rs/toml", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/toml_datetime/0.6.8/download", - "sha256": "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" - } - }, - "targets": [ - { - "Library": { - "crate_name": "toml_datetime", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "toml_datetime", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.8" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "toml_datetime 1.1.1+spec-1.1.0": { - "name": "toml_datetime", - "version": "1.1.1+spec-1.1.0", - "package_url": "https://github.com/toml-rs/toml", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/toml_datetime/1.1.1+spec-1.1.0/download", - "sha256": "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "toml_datetime", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "toml_datetime", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2024", - "version": "1.1.1+spec-1.1.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "toml_edit 0.19.14": { - "name": "toml_edit", - "version": "0.19.14", - "package_url": "https://github.com/toml-rs/toml", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/toml_edit/0.19.14/download", - "sha256": "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "toml_edit", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "toml_edit", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "toml_datetime 0.6.8", - "target": "toml_datetime" - }, - { - "id": "winnow 0.5.0", - "target": "winnow" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.19.14" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "toml_edit 0.22.20": { - "name": "toml_edit", - "version": "0.22.20", - "package_url": "https://github.com/toml-rs/toml", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/toml_edit/0.22.20/download", - "sha256": "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "toml_edit", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "toml_edit", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "parse", - "serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_spanned 0.6.9", - "target": "serde_spanned" - }, - { - "id": "toml_datetime 0.6.8", - "target": "toml_datetime" - }, - { - "id": "winnow 0.6.20", - "target": "winnow" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.22.20" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "toml_edit 0.25.13+spec-1.1.0": { - "name": "toml_edit", - "version": "0.25.13+spec-1.1.0", - "package_url": "https://github.com/toml-rs/toml", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/toml_edit/0.25.13+spec-1.1.0/download", - "sha256": "6975367e4d2ef766d86af01ffad14b622fecc8d4357a998fbc4deb6e9bacaf9b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "toml_edit", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "toml_edit", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "parse" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "toml_datetime 1.1.1+spec-1.1.0", - "target": "toml_datetime" - }, - { - "id": "toml_parser 1.1.3+spec-1.1.0", - "target": "toml_parser" - }, - { - "id": "winnow 1.0.4", - "target": "winnow" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.25.13+spec-1.1.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "toml_parser 1.1.3+spec-1.1.0": { - "name": "toml_parser", - "version": "1.1.3+spec-1.1.0", - "package_url": "https://github.com/toml-rs/toml", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/toml_parser/1.1.3+spec-1.1.0/download", - "sha256": "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56" - } - }, - "targets": [ - { - "Library": { - "crate_name": "toml_parser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "toml_parser", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "winnow 1.0.4", - "target": "winnow" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "1.1.3+spec-1.1.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "tonic 0.14.6": { - "name": "tonic", - "version": "0.14.6", - "package_url": "https://github.com/hyperium/tonic", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tonic/0.14.6/download", - "sha256": "ac2a5518c70fa84342385732db33fb3f44bc4cc748936eb5833d2df34d6445ef" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tonic", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tonic", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "channel", - "codegen", - "default", - "router", - "server", - "transport" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "axum 0.8.9", - "target": "axum" - }, - { - "id": "base64 0.22.1", - "target": "base64" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "h2 0.4.4", - "target": "h2" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "http-body-util 0.1.3", - "target": "http_body_util" - }, - { - "id": "hyper 1.8.1", - "target": "hyper" - }, - { - "id": "hyper-timeout 0.5.1", - "target": "hyper_timeout" - }, - { - "id": "hyper-util 0.1.20", - "target": "hyper_util" - }, - { - "id": "percent-encoding 2.3.1", - "target": "percent_encoding" - }, - { - "id": "pin-project 1.1.2", - "target": "pin_project" - }, - { - "id": "socket2 0.6.1", - "target": "socket2" - }, - { - "id": "sync_wrapper 1.0.2", - "target": "sync_wrapper" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-stream 0.1.17", - "target": "tokio_stream" - }, - { - "id": "tower 0.5.2", - "target": "tower" - }, - { - "id": "tower-layer 0.3.3", - "target": "tower_layer" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.89", - "target": "async_trait" - } - ], - "selects": {} - }, - "version": "0.14.6" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tonic-build 0.14.6": { - "name": "tonic-build", - "version": "0.14.6", - "package_url": "https://github.com/hyperium/tonic", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tonic-build/0.14.6/download", - "sha256": "c68f61875ac5293cf72e6c8cf0158086428c82c37229e98c840878f1706b0322" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tonic_build", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tonic_build", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "transport" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "prettyplease 0.2.37", - "target": "prettyplease" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.14.6" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tonic-prost 0.14.5": { - "name": "tonic-prost", - "version": "0.14.5", - "package_url": "https://github.com/hyperium/tonic", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tonic-prost/0.14.5/download", - "sha256": "a55376a0bbaa4975a3f10d009ad763d8f4108f067c7c2e74f3001fb49778d309" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tonic_prost", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tonic_prost", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "prost 0.14.4", - "target": "prost" - }, - { - "id": "tonic 0.14.6", - "target": "tonic" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.14.5" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, - "tonic-prost-build 0.14.6": { - "name": "tonic-prost-build", - "version": "0.14.6", - "package_url": "https://github.com/hyperium/tonic", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tonic-prost-build/0.14.6/download", - "sha256": "654e5643eff75d7f8c99197ce1440ed19a3474eada74c12bbac488b2cafdae27" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tonic_prost_build", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tonic_prost_build", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "cleanup-markdown", - "default", - "transport" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "prettyplease 0.2.37", - "target": "prettyplease" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "prost-build 0.14.4", - "target": "prost_build" - }, - { - "id": "prost-types 0.14.4", - "target": "prost_types" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "tempfile 3.23.0", - "target": "tempfile" - }, - { - "id": "tonic-build 0.14.6", - "target": "tonic_build" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.14.6" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, - "tonic-types 0.14.5": { - "name": "tonic-types", - "version": "0.14.5", - "package_url": "https://github.com/hyperium/tonic", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tonic-types/0.14.5/download", - "sha256": "2a875a902255423d34c1f20838ab374126db8eb41625b7947a1d54113b0b7399" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tonic_types", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tonic_types", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "prost 0.14.4", - "target": "prost" - }, - { - "id": "prost-types 0.14.4", - "target": "prost_types" - }, - { - "id": "tonic 0.14.6", - "target": "tonic" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.14.5" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tower 0.4.13": { - "name": "tower", - "version": "0.4.13", - "package_url": "https://github.com/tower-rs/tower", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tower/0.4.13/download", - "sha256": "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tower", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tower", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "__common", - "default", - "futures-core", - "futures-util", - "log", - "pin-project", - "pin-project-lite", - "tracing", - "util" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "pin-project 1.1.2", - "target": "pin_project" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "tower-layer 0.3.3", - "target": "tower_layer" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.13" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tower 0.5.2": { - "name": "tower", - "version": "0.5.2", - "package_url": "https://github.com/tower-rs/tower", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tower/0.5.2/download", - "sha256": "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tower", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tower", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "__common", - "balance", - "buffer", - "discover", - "filter", - "full", - "futures-core", - "futures-util", - "hdrhistogram", - "hedge", - "indexmap", - "limit", - "load", - "load-shed", - "log", - "make", - "pin-project-lite", - "ready-cache", - "reconnect", - "retry", - "slab", - "spawn-ready", - "steer", - "sync_wrapper", - "timeout", - "tokio", - "tokio-util", - "tracing", - "util" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "hdrhistogram 7.5.2", - "target": "hdrhistogram" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "slab 0.4.8", - "target": "slab" - }, - { - "id": "sync_wrapper 1.0.2", - "target": "sync_wrapper" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-util 0.7.17", - "target": "tokio_util" - }, - { - "id": "tower-layer 0.3.3", - "target": "tower_layer" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tower-http 0.6.11": { - "name": "tower-http", - "version": "0.6.11", - "package_url": "https://github.com/tower-rs/tower-http", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tower-http/0.6.11/download", - "sha256": "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tower_http", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tower_http", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "add-extension", - "compression-br", - "compression-deflate", - "compression-full", - "compression-gzip", - "compression-zstd", - "cors", - "default", - "futures-core", - "limit", - "request-id", - "timeout", - "tokio-util", - "tower", - "trace", - "tracing", - "util", - "uuid" - ], - "selects": { - "aarch64-apple-darwin": [ - "decompression-gzip", - "follow-redirect", - "futures-util" - ], - "aarch64-unknown-linux-gnu": [ - "decompression-gzip", - "follow-redirect", - "futures-util" - ], - "x86_64-apple-darwin": [ - "decompression-gzip", - "follow-redirect", - "futures-util" - ], - "x86_64-unknown-linux-gnu": [ - "decompression-gzip", - "follow-redirect", - "futures-util" - ] - } - }, - "deps": { - "common": [ - { - "id": "async-compression 0.4.3", - "target": "async_compression" - }, - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "http-body-util 0.1.3", - "target": "http_body_util" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-util 0.7.17", - "target": "tokio_util" - }, - { - "id": "tower 0.5.2", - "target": "tower" - }, - { - "id": "tower-layer 0.3.3", - "target": "tower_layer" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - }, - { - "id": "uuid 1.12.1", - "target": "uuid" - } - ], - "selects": { - "aarch64-apple-darwin": [ - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "url 2.5.4", - "target": "url" - } - ], - "aarch64-unknown-linux-gnu": [ - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "url 2.5.4", - "target": "url" - } - ], - "x86_64-apple-darwin": [ - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "url 2.5.4", - "target": "url" - } - ], - "x86_64-unknown-linux-gnu": [ - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "url 2.5.4", - "target": "url" - } - ] - } - }, - "edition": "2018", - "version": "0.6.11" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tower-http 0.7.0": { - "name": "tower-http", - "version": "0.7.0", - "package_url": "https://github.com/tower-rs/tower-http", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tower-http/0.7.0/download", - "sha256": "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tower_http", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tower_http", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "compression-br", - "compression-deflate", - "compression-full", - "compression-gzip", - "compression-zstd", - "cors", - "default", - "futures-core", - "tokio-util", - "trace", - "tracing" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "async-compression 0.4.3", - "target": "async_compression" - }, - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "futures-core 0.3.31", - "target": "futures_core" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "percent-encoding 2.3.1", - "target": "percent_encoding" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-util 0.7.17", - "target": "tokio_util" - }, - { - "id": "tower-layer 0.3.3", - "target": "tower_layer" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.7.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tower-layer 0.3.3": { - "name": "tower-layer", - "version": "0.3.3", - "package_url": "https://github.com/tower-rs/tower", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tower-layer/0.3.3/download", - "sha256": "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tower_layer", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tower_layer", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.3.3" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tower-request-id 0.3.0": { - "name": "tower-request-id", - "version": "0.3.0", - "package_url": "https://github.com/imbolc/tower-request-id", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tower-request-id/0.3.0/download", - "sha256": "357a1f99dd439c1aa9ebbaf9c6431b41c05a26bf137e9e92879941bdac5cb66d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tower_request_id", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tower_request_id", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "tower-layer 0.3.3", - "target": "tower_layer" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - }, - { - "id": "ulid 1.0.0", - "target": "ulid" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, - "tower-service 0.3.3": { - "name": "tower-service", - "version": "0.3.3", - "package_url": "https://github.com/tower-rs/tower", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tower-service/0.3.3/download", - "sha256": "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tower_service", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tower_service", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.3.3" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tower-test 0.4.0": { - "name": "tower-test", - "version": "0.4.0", - "package_url": "https://github.com/tower-rs/tower", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tower-test/0.4.0/download", - "sha256": "a4546773ffeab9e4ea02b8872faa49bb616a80a7da66afc2f32688943f97efa7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tower_test", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tower_test", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "pin-project 1.1.2", - "target": "pin_project" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-test 0.4.4", - "target": "tokio_test" - }, - { - "id": "tower-layer 0.3.3", - "target": "tower_layer" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tower_governor 0.8.0": { - "name": "tower_governor", - "version": "0.8.0", - "package_url": "https://github.com/benwis/tower-governor", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tower_governor/0.8.0/download", - "sha256": "44de9b94d849d3c46e06a883d72d408c2de6403367b39df2b1c9d9e7b6736fe6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tower_governor", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tower_governor", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "axum", - "default", - "tonic" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "axum 0.8.9", - "target": "axum" - }, - { - "id": "forwarded-header-value 0.1.1", - "target": "forwarded_header_value" - }, - { - "id": "governor 0.10.2", - "target": "governor" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "pin-project 1.1.2", - "target": "pin_project" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "tonic 0.14.6", - "target": "tonic" - }, - { - "id": "tower 0.5.2", - "target": "tower" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE" - }, - "tracing 0.1.44": { - "name": "tracing", - "version": "0.1.44", - "package_url": "https://github.com/tokio-rs/tracing", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tracing/0.1.44/download", - "sha256": "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tracing", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tracing", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "attributes", - "default", - "log", - "std", - "tracing-attributes" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "tracing-core 0.1.36", - "target": "tracing_core" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "tracing-attributes 0.1.31", - "target": "tracing_attributes" - } - ], - "selects": {} - }, - "version": "0.1.44" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tracing-appender 0.2.3": { - "name": "tracing-appender", - "version": "0.2.3", - "package_url": "https://github.com/tokio-rs/tracing", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tracing-appender/0.2.3/download", - "sha256": "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tracing_appender", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tracing_appender", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "crossbeam-channel 0.5.15", - "target": "crossbeam_channel" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "time 0.3.47", - "target": "time" - }, - { - "id": "tracing-subscriber 0.3.23", - "target": "tracing_subscriber" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.3" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tracing-attributes 0.1.31": { - "name": "tracing-attributes", - "version": "0.1.31", - "package_url": "https://github.com/tokio-rs/tracing", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tracing-attributes/0.1.31/download", - "sha256": "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "tracing_attributes", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tracing_attributes", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.31" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tracing-core 0.1.36": { - "name": "tracing-core", - "version": "0.1.36", - "package_url": "https://github.com/tokio-rs/tracing", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tracing-core/0.1.36/download", - "sha256": "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tracing_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tracing_core", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "once_cell", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "once_cell 1.21.3", - "target": "once_cell" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.36" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tracing-flame 0.2.0": { - "name": "tracing-flame", - "version": "0.2.0", - "package_url": "https://github.com/tokio-rs/tracing", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tracing-flame/0.2.0/download", - "sha256": "0bae117ee14789185e129aaee5d93750abe67fdc5a9a62650452bfe4e122a3a9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tracing_flame", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tracing_flame", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "smallvec" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - }, - { - "id": "tracing-subscriber 0.3.23", - "target": "tracing_subscriber" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tracing-journald 0.3.2": { - "name": "tracing-journald", - "version": "0.3.2", - "package_url": "https://github.com/tokio-rs/tracing", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tracing-journald/0.3.2/download", - "sha256": "2d3a81ed245bfb62592b1e2bc153e77656d94ee6a0497683a65a12ccaf2438d0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tracing_journald", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tracing_journald", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "tracing-core 0.1.36", - "target": "tracing_core" - }, - { - "id": "tracing-subscriber 0.3.23", - "target": "tracing_subscriber" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tracing-log 0.2.0": { - "name": "tracing-log", - "version": "0.2.0", - "package_url": "https://github.com/tokio-rs/tracing", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tracing-log/0.2.0/download", - "sha256": "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tracing_log", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tracing_log", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "log-tracer", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "tracing-core 0.1.36", - "target": "tracing_core" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tracing-opentelemetry 0.33.0": { - "name": "tracing-opentelemetry", - "version": "0.33.0", - "package_url": "https://github.com/tokio-rs/tracing-opentelemetry", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tracing-opentelemetry/0.33.0/download", - "sha256": "adbc64cba7137545b8044cb1fe9814f7aacf3c6b5f9b45be8bb5db538befdb26" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tracing_opentelemetry", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tracing_opentelemetry", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "metrics", - "smallvec", - "tracing-log" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "opentelemetry 0.32.0", - "target": "opentelemetry" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - }, - { - "id": "tracing-core 0.1.36", - "target": "tracing_core" - }, - { - "id": "tracing-log 0.2.0", - "target": "tracing_log" - }, - { - "id": "tracing-subscriber 0.3.23", - "target": "tracing_subscriber" - } - ], - "selects": { - "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))": [ - { - "id": "js-sys 0.3.103", - "target": "js_sys" - }, - { - "id": "web-time 1.1.0", - "target": "web_time" - } - ] - } - }, - "edition": "2021", - "version": "0.33.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tracing-serde 0.2.0": { - "name": "tracing-serde", - "version": "0.2.0", - "package_url": "https://github.com/tokio-rs/tracing", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tracing-serde/0.2.0/download", - "sha256": "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tracing_serde", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tracing_serde", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "tracing-core 0.1.36", - "target": "tracing_core" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tracing-slog 0.2.0": { - "name": "tracing-slog", - "version": "0.2.0", - "package_url": "https://github.com/ecliptical/tracing-slog", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tracing-slog/0.2.0/download", - "sha256": "6ffd12d2d54fb99df994fde4e3320959e32208420bfe375a664c5d8cd894a23b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tracing_slog", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tracing_slog", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "slog 2.7.0", - "target": "slog" - }, - { - "id": "tracing-core 0.1.36", - "target": "tracing_core" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tracing-subscriber 0.3.23": { - "name": "tracing-subscriber", - "version": "0.3.23", - "package_url": "https://github.com/tokio-rs/tracing", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tracing-subscriber/0.3.23/download", - "sha256": "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tracing_subscriber", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tracing_subscriber", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "ansi", - "default", - "env-filter", - "fmt", - "json", - "matchers", - "nu-ansi-term", - "once_cell", - "registry", - "serde", - "serde_json", - "sharded-slab", - "smallvec", - "std", - "thread_local", - "time", - "tracing", - "tracing-log", - "tracing-serde" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "matchers 0.2.0", - "target": "matchers" - }, - { - "id": "nu-ansi-term 0.50.1", - "target": "nu_ansi_term" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "regex-automata 0.4.16", - "target": "regex_automata" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "sharded-slab 0.1.4", - "target": "sharded_slab" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "thread_local 1.1.7", - "target": "thread_local" - }, - { - "id": "time 0.3.47", - "target": "time" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - }, - { - "id": "tracing-core 0.1.36", - "target": "tracing_core" - }, - { - "id": "tracing-log 0.2.0", - "target": "tracing_log" - }, - { - "id": "tracing-serde 0.2.0", - "target": "tracing_serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.23" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "treediff 3.0.2": { - "name": "treediff", - "version": "3.0.2", - "package_url": "https://github.com/Byron/treediff-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/treediff/3.0.2/download", - "sha256": "761e8d5ad7ce14bb82b7e61ccc0ca961005a275a060b9644a2431aa11553c2ff" - } - }, - "targets": [ - { - "Library": { - "crate_name": "treediff", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "treediff", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "serde_json", - "with-serde-json" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "3.0.2" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "triomphe 0.1.15": { - "name": "triomphe", - "version": "0.1.15", - "package_url": "https://github.com/Manishearth/triomphe", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/triomphe/0.1.15/download", - "sha256": "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39" - } - }, - "targets": [ - { - "Library": { - "crate_name": "triomphe", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "triomphe", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "serde", - "stable_deref_trait", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "stable_deref_trait 1.2.0", - "target": "stable_deref_trait" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.15" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "trust-dns-proto 0.22.0": { - "name": "trust-dns-proto", - "version": "0.22.0", - "package_url": "https://github.com/bluejekyll/trust-dns", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/trust-dns-proto/0.22.0/download", - "sha256": "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26" - } - }, - "targets": [ - { - "Library": { - "crate_name": "trust_dns_proto", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "trust_dns_proto", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "tokio", - "tokio-runtime" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "data-encoding 2.11.0", - "target": "data_encoding" - }, - { - "id": "futures-channel 0.3.31", - "target": "futures_channel" - }, - { - "id": "futures-io 0.3.31", - "target": "futures_io" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "idna 0.2.3", - "target": "idna" - }, - { - "id": "ipnet 2.10.1", - "target": "ipnet" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "rand 0.8.6", - "target": "rand" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "tinyvec 1.6.0", - "target": "tinyvec" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - }, - { - "id": "url 2.5.4", - "target": "url" - } - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.89", - "target": "async_trait" - }, - { - "id": "enum-as-inner 0.5.1", - "target": "enum_as_inner" - } - ], - "selects": {} - }, - "version": "0.22.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "trust-dns-resolver 0.22.0": { - "name": "trust-dns-resolver", - "version": "0.22.0", - "package_url": "https://github.com/bluejekyll/trust-dns", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/trust-dns-resolver/0.22.0/download", - "sha256": "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe" - } - }, - "targets": [ - { - "Library": { - "crate_name": "trust_dns_resolver", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "trust_dns_resolver", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "ipconfig", - "resolv-conf", - "system-config", - "tokio", - "tokio-runtime" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "lru-cache 0.1.2", - "target": "lru_cache" - }, - { - "id": "parking_lot 0.12.5", - "target": "parking_lot" - }, - { - "id": "resolv-conf 0.7.0", - "target": "resolv_conf" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - }, - { - "id": "trust-dns-proto 0.22.0", - "target": "trust_dns_proto" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.22.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "try-lock 0.2.4": { - "name": "try-lock", - "version": "0.2.4", - "package_url": "https://github.com/seanmonstar/try-lock", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/try-lock/0.2.4/download", - "sha256": "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" - } - }, - "targets": [ - { - "Library": { - "crate_name": "try_lock", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "try_lock", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.2.4" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "tui-textarea 0.7.0": { - "name": "tui-textarea", - "version": "0.7.0", - "package_url": "https://github.com/rhysd/tui-textarea", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tui-textarea/0.7.0/download", - "sha256": "0a5318dd619ed73c52a9417ad19046724effc1287fb75cdcc4eca1d6ac1acbae" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tui_textarea", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tui_textarea", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "crossterm", - "default", - "ratatui" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "crossterm 0.28.1", - "target": "crossterm" - }, - { - "id": "ratatui 0.29.0", - "target": "ratatui" - }, - { - "id": "unicode-width 0.2.0", - "target": "unicode_width" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE.txt" - }, - "tungstenite 0.29.0": { - "name": "tungstenite", - "version": "0.29.0", - "package_url": "https://github.com/snapview/tungstenite-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/tungstenite/0.29.0/download", - "sha256": "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "tungstenite", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "tungstenite", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "data-encoding", - "handshake", - "http", - "httparse", - "sha1" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "data-encoding 2.11.0", - "target": "data_encoding" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "httparse 1.10.1", - "target": "httparse" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "rand 0.9.4", - "target": "rand" - }, - { - "id": "sha1 0.10.6", - "target": "sha1" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.29.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "turmoil 0.6.4": { - "name": "turmoil", - "version": "0.6.4", - "package_url": "https://github.com/tokio-rs/turmoil", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/turmoil/0.6.4/download", - "sha256": "9b20f35a8264406dd5afac69a541665e860e52fec3dcec4091a0e2a3ce7f2b75" - } - }, - "targets": [ - { - "Library": { - "crate_name": "turmoil", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "turmoil", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "futures 0.3.31", - "target": "futures" - }, - { - "id": "indexmap 1.9.3", - "target": "indexmap" - }, - { - "id": "rand 0.8.6", - "target": "rand" - }, - { - "id": "rand_distr 0.4.3", - "target": "rand_distr" - }, - { - "id": "scoped-tls 1.0.1", - "target": "scoped_tls" - }, - { - "id": "tokio 1.50.0", - "target": "tokio" - }, - { - "id": "tokio-stream 0.1.17", - "target": "tokio_stream" - }, - { - "id": "tokio-test 0.4.4", - "target": "tokio_test" - }, - { - "id": "tokio-util 0.7.17", - "target": "tokio_util" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - }, - { - "id": "tracing-subscriber 0.3.23", - "target": "tracing_subscriber" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.4" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "twox-hash 2.1.1": { - "name": "twox-hash", - "version": "2.1.1", - "package_url": "https://github.com/shepmaster/twox-hash", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/twox-hash/2.1.1/download", - "sha256": "8b907da542cbced5261bd3256de1b3a1bf340a3d37f93425a07362a1d687de56" - } - }, - "targets": [ - { - "Library": { - "crate_name": "twox_hash", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "twox_hash", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "xxhash32", - "xxhash64" - ], - "selects": {} - }, - "edition": "2021", - "version": "2.1.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE.txt" - }, - "typed-arena 2.0.2": { - "name": "typed-arena", - "version": "2.0.2", - "package_url": "https://github.com/SimonSapin/rust-typed-arena", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/typed-arena/2.0.2/download", - "sha256": "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "typed_arena", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "typed_arena", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "edition": "2015", - "version": "2.0.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "typenum 1.17.0": { - "name": "typenum", - "version": "1.17.0", - "package_url": "https://github.com/paholg/typenum", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/typenum/1.17.0/download", - "sha256": "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" - } - }, - "targets": [ - { - "Library": { - "crate_name": "typenum", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_main", - "crate_root": "build/main.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "typenum", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "const-generics" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "typenum 1.17.0", - "target": "build_script_main" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.17.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE" - }, - "ua-parser 0.2.0": { - "name": "ua-parser", - "version": "0.2.0", - "package_url": "https://github.com/ua-parser/uap-rust/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ua-parser/0.2.0/download", - "sha256": "d7176a413a0b7e94926d11a2054c6db5ac7fa42bf4ebe7e9571152e3f024ddfd" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ua_parser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ua_parser", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "regex-filtered 0.2.0", - "target": "regex_filtered" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "ucd-trie 0.1.6": { - "name": "ucd-trie", - "version": "0.1.6", - "package_url": "https://github.com/BurntSushi/ucd-generate", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ucd-trie/0.1.6/download", - "sha256": "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ucd_trie", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ucd_trie", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.6" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "uint 0.9.5": { - "name": "uint", - "version": "0.9.5", - "package_url": "https://github.com/paritytech/parity-common", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/uint/0.9.5/download", - "sha256": "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52" - } - }, - "targets": [ - { - "Library": { - "crate_name": "uint", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "uint", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "byteorder 1.5.0", - "target": "byteorder" - }, - { - "id": "crunchy 0.2.2", - "target": "crunchy" - }, - { - "id": "hex 0.4.3", - "target": "hex" - }, - { - "id": "static_assertions 1.1.0", - "target": "static_assertions" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.9.5" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "ulid 1.0.0": { - "name": "ulid", - "version": "1.0.0", - "package_url": "https://github.com/dylanhart/ulid-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/ulid/1.0.0/download", - "sha256": "13a3aaa69b04e5b66cc27309710a569ea23593612387d67daaf102e73aa974fd" - } - }, - "targets": [ - { - "Library": { - "crate_name": "ulid", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "ulid", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "rand", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "rand 0.8.6", - "target": "rand" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.0.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "unarray 0.1.4": { - "name": "unarray", - "version": "0.1.4", - "package_url": "https://github.com/cameron1024/unarray", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/unarray/0.1.4/download", - "sha256": "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" - } - }, - "targets": [ - { - "Library": { - "crate_name": "unarray", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "unarray", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.1.4" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "unicase 2.6.0": { - "name": "unicase", - "version": "2.6.0", - "package_url": "https://github.com/seanmonstar/unicase", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/unicase/2.6.0/download", - "sha256": "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "unicase", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "unicase", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "unicase 2.6.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "2.6.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "version_check 0.9.4", - "target": "version_check" - } - ], - "selects": {} - } - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "unicode-bidi 0.3.13": { - "name": "unicode-bidi", - "version": "0.3.13", - "package_url": "https://github.com/servo/unicode-bidi", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/unicode-bidi/0.3.13/download", - "sha256": "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" - } - }, - "targets": [ - { - "Library": { - "crate_name": "unicode_bidi", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "unicode_bidi", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "hardcoded-data", - "std" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.13" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "unicode-general-category 1.1.0": { - "name": "unicode-general-category", - "version": "1.1.0", - "package_url": "https://github.com/yeslogic/unicode-general-category", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/unicode-general-category/1.1.0/download", - "sha256": "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "unicode_general_category", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "unicode_general_category", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "unicode-general-category 1.1.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.1.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "unicode-ident 1.0.22": { - "name": "unicode-ident", - "version": "1.0.22", - "package_url": "https://github.com/dtolnay/unicode-ident", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/unicode-ident/1.0.22/download", - "sha256": "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "unicode_ident", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "unicode_ident", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.0.22" - }, - "license": "(MIT OR Apache-2.0) AND Unicode-3.0", - "license_ids": [ - "Apache-2.0", - "MIT", - "Unicode-3.0" - ], - "license_file": "LICENSE-APACHE" - }, - "unicode-normalization 0.1.22": { - "name": "unicode-normalization", - "version": "0.1.22", - "package_url": "https://github.com/unicode-rs/unicode-normalization", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/unicode-normalization/0.1.22/download", - "sha256": "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" - } - }, - "targets": [ - { - "Library": { - "crate_name": "unicode_normalization", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "unicode_normalization", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "tinyvec 1.6.0", - "target": "tinyvec" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.22" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "unicode-segmentation 1.12.0": { - "name": "unicode-segmentation", - "version": "1.12.0", - "package_url": "https://github.com/unicode-rs/unicode-segmentation", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/unicode-segmentation/1.12.0/download", - "sha256": "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" - } - }, - "targets": [ - { - "Library": { - "crate_name": "unicode_segmentation", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "unicode_segmentation", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.12.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "unicode-truncate 1.1.0": { - "name": "unicode-truncate", - "version": "1.1.0", - "package_url": "https://github.com/Aetf/unicode-truncate", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/unicode-truncate/1.1.0/download", - "sha256": "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf" - } - }, - "targets": [ - { - "Library": { - "crate_name": "unicode_truncate", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "unicode_truncate", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "itertools 0.13.0", - "target": "itertools" - }, - { - "id": "unicode-segmentation 1.12.0", - "target": "unicode_segmentation" - }, - { - "id": "unicode-width 0.1.14", - "target": "unicode_width" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.1.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "unicode-width 0.1.14": { - "name": "unicode-width", - "version": "0.1.14", - "package_url": "https://github.com/unicode-rs/unicode-width", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/unicode-width/0.1.14/download", - "sha256": "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" - } - }, - "targets": [ - { - "Library": { - "crate_name": "unicode_width", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "unicode_width", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "cjk", - "default" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.14" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "unicode-width 0.2.0": { - "name": "unicode-width", - "version": "0.2.0", - "package_url": "https://github.com/unicode-rs/unicode-width", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/unicode-width/0.2.0/download", - "sha256": "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" - } - }, - "targets": [ - { - "Library": { - "crate_name": "unicode_width", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "unicode_width", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "cjk", - "default" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "unicode-xid 0.2.4": { - "name": "unicode-xid", - "version": "0.2.4", - "package_url": "https://github.com/unicode-rs/unicode-xid", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/unicode-xid/0.2.4/download", - "sha256": "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "unicode_xid", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "unicode_xid", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2015", - "version": "0.2.4" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "universal-hash 0.5.1": { - "name": "universal-hash", - "version": "0.5.1", - "package_url": "https://github.com/RustCrypto/traits", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/universal-hash/0.5.1/download", - "sha256": "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" - } - }, - "targets": [ - { - "Library": { - "crate_name": "universal_hash", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "universal_hash", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "crypto-common 0.1.6", - "target": "crypto_common" - }, - { - "id": "subtle 2.6.1", - "target": "subtle" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "unsafe-libyaml 0.2.11": { - "name": "unsafe-libyaml", - "version": "0.2.11", - "package_url": "https://github.com/dtolnay/unsafe-libyaml", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/unsafe-libyaml/0.2.11/download", - "sha256": "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" - } - }, - "targets": [ - { - "Library": { - "crate_name": "unsafe_libyaml", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "unsafe_libyaml", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.2.11" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE-MIT" - }, - "untrusted 0.7.1": { - "name": "untrusted", - "version": "0.7.1", - "package_url": "https://github.com/briansmith/untrusted", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/untrusted/0.7.1/download", - "sha256": "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "untrusted", - "crate_root": "src/untrusted.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "untrusted", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.7.1" - }, - "license": "ISC", - "license_ids": [ - "ISC" - ], - "license_file": "LICENSE.txt" - }, - "untrusted 0.9.0": { - "name": "untrusted", - "version": "0.9.0", - "package_url": "https://github.com/briansmith/untrusted", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/untrusted/0.9.0/download", - "sha256": "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "untrusted", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "untrusted", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.9.0" - }, - "license": "ISC", - "license_ids": [ - "ISC" - ], - "license_file": "LICENSE.txt" - }, - "url 2.5.4": { - "name": "url", - "version": "2.5.4", - "package_url": "https://github.com/servo/rust-url", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/url/2.5.4/download", - "sha256": "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" - } - }, - "targets": [ - { - "Library": { - "crate_name": "url", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "url", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "form_urlencoded 1.2.1", - "target": "form_urlencoded" - }, - { - "id": "idna 1.0.3", - "target": "idna" - }, - { - "id": "percent-encoding 2.3.1", - "target": "percent_encoding" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.5.4" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "urlencoding 2.1.3": { - "name": "urlencoding", - "version": "2.1.3", - "package_url": "https://github.com/kornelski/rust_urlencoding", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/urlencoding/2.1.3/download", - "sha256": "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" - } - }, - "targets": [ - { - "Library": { - "crate_name": "urlencoding", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "urlencoding", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "2.1.3" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "utf-8 0.7.6": { - "name": "utf-8", - "version": "0.7.6", - "package_url": "https://github.com/SimonSapin/rust-utf8", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/utf-8/0.7.6/download", - "sha256": "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "utf8", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "utf8", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.7.6" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "utf16_iter 1.0.5": { - "name": "utf16_iter", - "version": "1.0.5", - "package_url": "https://github.com/hsivonen/utf16_iter", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/utf16_iter/1.0.5/download", - "sha256": "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" - } - }, - "targets": [ - { - "Library": { - "crate_name": "utf16_iter", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "utf16_iter", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "1.0.5" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "utf8-width 0.1.6": { - "name": "utf8-width", - "version": "0.1.6", - "package_url": "https://github.com/magiclen/utf8-width", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/utf8-width/0.1.6/download", - "sha256": "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "utf8_width", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "utf8_width", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.1.6" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "utf8_iter 1.0.4": { - "name": "utf8_iter", - "version": "1.0.4", - "package_url": "https://github.com/hsivonen/utf8_iter", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/utf8_iter/1.0.4/download", - "sha256": "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" - } - }, - "targets": [ - { - "Library": { - "crate_name": "utf8_iter", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "utf8_iter", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "1.0.4" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "utf8parse 0.2.1": { - "name": "utf8parse", - "version": "0.2.1", - "package_url": "https://github.com/alacritty/vte", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/utf8parse/0.2.1/download", - "sha256": "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "utf8parse", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "utf8parse", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "edition": "2018", - "version": "0.2.1" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "uuid 1.12.1": { - "name": "uuid", - "version": "1.12.1", - "package_url": "https://github.com/uuid-rs/uuid", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/uuid/1.12.1/download", - "sha256": "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "uuid", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "uuid", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "rng", - "serde", - "std", - "v4", - "v7" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "getrandom 0.2.10", - "target": "getrandom" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "1.12.1" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "uuid-simd 0.8.0": { - "name": "uuid-simd", - "version": "0.8.0", - "package_url": "https://github.com/Nugine/simd", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/uuid-simd/0.8.0/download", - "sha256": "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "uuid_simd", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "uuid_simd", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "detect", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "outref 0.5.2", - "target": "outref" - }, - { - "id": "vsimd 0.8.0", - "target": "vsimd" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, - "valuable 0.1.0": { - "name": "valuable", - "version": "0.1.0", - "package_url": "https://github.com/tokio-rs/valuable", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/valuable/0.1.0/download", - "sha256": "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "valuable", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "valuable", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "valuable 0.1.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, - "vcpkg 0.2.15": { - "name": "vcpkg", - "version": "0.2.15", - "package_url": "https://github.com/mcgoo/vcpkg-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/vcpkg/0.2.15/download", - "sha256": "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" - } - }, - "targets": [ - { - "Library": { - "crate_name": "vcpkg", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "vcpkg", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.2.15" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "version_check 0.9.4": { - "name": "version_check", - "version": "0.9.4", - "package_url": "https://github.com/SergioBenitez/version_check", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/version_check/0.9.4/download", - "sha256": "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "version_check", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "version_check", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.9.4" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "virt 0.4.2": { - "name": "virt", - "version": "0.4.2", - "package_url": "https://gitlab.com/libvirt/libvirt-rust", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/virt/0.4.2/download", - "sha256": "77a05f77c836efa9be343b5419663cf829d75203b813579993cdd9c44f51767e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "virt", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "virt", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "uuid 1.12.1", - "target": "uuid" - }, - { - "id": "virt-sys 0.3.0", - "target": "virt_sys" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.2" - }, - "license": "LGPL-2.1", - "license_ids": [ - "LGPL-2.1" - ], - "license_file": null - }, - "virt-sys 0.3.0": { - "name": "virt-sys", - "version": "0.3.0", - "package_url": "https://gitlab.com/libvirt/libvirt-rust", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/virt-sys/0.3.0/download", - "sha256": "c504e459878f09177f41bf2f8bb3e9a8af4fca7a09e73152fee02535d501601c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "virt_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "virt_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "virt-sys 0.3.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "extra_link_deps": { - "common": [ - "@@//third_party:libvirt" - ], - "selects": {} - }, - "version": "0.3.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - } - ], - "selects": {} - }, - "links": "virt" - }, - "license": "LGPL-2.1", - "license_ids": [ - "LGPL-2.1" - ], - "license_file": null - }, - "vrl 0.34.0": { - "name": "vrl", - "version": "0.34.0", - "package_url": "https://github.com/vectordotdev/vrl", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/vrl/0.34.0/download", - "sha256": "90d4f0baccba853b3e8420356e8b27662c7971657c17f0260beef35e169f2dc1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "vrl", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "vrl", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "value" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "chrono 0.4.42", - "target": "chrono" - }, - { - "id": "lz4_flex 0.13.1", - "target": "lz4_flex" - }, - { - "id": "nom-language 0.1.0", - "target": "nom_language" - }, - { - "id": "ordered-float 4.2.0", - "target": "ordered_float" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "serde_yaml_ng 0.10.0", - "target": "serde_yaml_ng" - }, - { - "id": "simdutf8 0.1.5", - "target": "simdutf8" - }, - { - "id": "snafu 0.8.5", - "target": "snafu" - }, - { - "id": "tracing 0.1.44", - "target": "tracing" - }, - { - "id": "unicode-segmentation 1.12.0", - "target": "unicode_segmentation" - }, - { - "id": "vrl 0.34.0", - "target": "build_script_build" - } - ], - "selects": { - "cfg(not(target_arch = \"wasm32\"))": [ - { - "id": "jsonschema 0.38.1", - "target": "jsonschema" - } - ], - "cfg(target_arch = \"wasm32\")": [ - { - "id": "getrandom 0.2.10", - "target": "getrandom", - "alias": "getrandom02" - }, - { - "id": "getrandom 0.3.4", - "target": "getrandom", - "alias": "getrandom03" - }, - { - "id": "getrandom 0.4.2", - "target": "getrandom" - } - ] - } - }, - "edition": "2024", - "version": "0.34.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "lalrpop 0.22.1", - "target": "lalrpop" - }, - { - "id": "serde_yaml_ng 0.10.0", - "target": "serde_yaml_ng" - }, - { - "id": "ua-parser 0.2.0", - "target": "ua_parser" - } - ], - "selects": {} - } - }, - "license": "MPL-2.0", - "license_ids": [ - "MPL-2.0" - ], - "license_file": "LICENSE" - }, - "vsimd 0.8.0": { - "name": "vsimd", - "version": "0.8.0", - "package_url": "https://github.com/Nugine/simd", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/vsimd/0.8.0/download", - "sha256": "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" - } - }, - "targets": [ - { - "Library": { - "crate_name": "vsimd", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "vsimd", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "detect", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": null - }, - "vsock 0.4.0": { - "name": "vsock", - "version": "0.4.0", - "package_url": "https://github.com/rust-vsock/vsock-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/vsock/0.4.0/download", - "sha256": "2dfb6e7a74830912f1f4a7655227c9ded1ea4e9136676311fedf54bedb412f35" - } - }, - "targets": [ - { - "Library": { - "crate_name": "vsock", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "vsock", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "nix 0.27.1", - "target": "nix" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "wait-timeout 0.2.0": { - "name": "wait-timeout", - "version": "0.2.0", - "package_url": "https://github.com/alexcrichton/wait-timeout", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wait-timeout/0.2.0/download", - "sha256": "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wait_timeout", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wait_timeout", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(unix)": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ] - } - }, - "edition": "2015", - "version": "0.2.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "waker-fn 1.2.0": { - "name": "waker-fn", - "version": "1.2.0", - "package_url": "https://github.com/smol-rs/waker-fn", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/waker-fn/1.2.0/download", - "sha256": "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "waker_fn", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "waker_fn", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "1.2.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "walkdir 2.5.0": { - "name": "walkdir", - "version": "2.5.0", - "package_url": "https://github.com/BurntSushi/walkdir", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/walkdir/2.5.0/download", - "sha256": "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "walkdir", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "walkdir", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "same-file 1.0.6", - "target": "same_file" - } - ], - "selects": { - "cfg(windows)": [ - { - "id": "winapi-util 0.1.5", - "target": "winapi_util" - } - ] - } - }, - "edition": "2018", - "version": "2.5.0" - }, - "license": "Unlicense/MIT", - "license_ids": [ - "MIT", - "Unlicense" - ], - "license_file": "LICENSE-MIT" - }, - "walrus 0.26.4": { - "name": "walrus", - "version": "0.26.4", - "package_url": "https://github.com/rustwasm/walrus", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/walrus/0.26.4/download", - "sha256": "3bfa49767bb3a9e1afb02aa95bbcbde8d82f2db4ca377afae94d688f14f62378" - } - }, - "targets": [ - { - "Library": { - "crate_name": "walrus", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "walrus", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "gimli 0.32.3", - "target": "gimli" - }, - { - "id": "id-arena 2.3.0", - "target": "id_arena" - }, - { - "id": "leb128 0.2.5", - "target": "leb128" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "wasm-encoder 0.245.1", - "target": "wasm_encoder" - }, - { - "id": "wasmparser 0.245.1", - "target": "wasmparser" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "walrus-macro 0.26.0", - "target": "walrus_macro" - } - ], - "selects": {} - }, - "version": "0.26.4" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "walrus-macro 0.26.0": { - "name": "walrus-macro", - "version": "0.26.0", - "package_url": "https://github.com/rustwasm/walrus/tree/crates/macro", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/walrus-macro/0.26.0/download", - "sha256": "1a9b0525d7ea6e5f906aca581a172e5c91b4c595290dfa8ad4a2bc9ffef33b44" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "walrus_macro", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "walrus_macro", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "heck 0.5.0", - "target": "heck" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.26.0" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "want 0.3.1": { - "name": "want", - "version": "0.3.1", - "package_url": "https://github.com/seanmonstar/want", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/want/0.3.1/download", - "sha256": "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "want", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "want", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "try-lock 0.2.4", - "target": "try_lock" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.3.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "wasi 0.11.0+wasi-snapshot-preview1": { - "name": "wasi", - "version": "0.11.0+wasi-snapshot-preview1", - "package_url": "https://github.com/bytecodealliance/wasi", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasi/0.11.0+wasi-snapshot-preview1/download", - "sha256": "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasi", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasi", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2018", - "version": "0.11.0+wasi-snapshot-preview1" - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "wasip2 1.0.3+wasi-0.2.9": { - "name": "wasip2", - "version": "1.0.3+wasi-0.2.9", - "package_url": "https://github.com/bytecodealliance/wasi-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasip2/1.0.3+wasi-0.2.9/download", - "sha256": "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasip2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasip2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "wit-bindgen 0.57.1", - "target": "wit_bindgen" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.3+wasi-0.2.9" - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "wasip3 0.4.0+wasi-0.3.0-rc-2026-01-06": { - "name": "wasip3", - "version": "0.4.0+wasi-0.3.0-rc-2026-01-06", - "package_url": "https://github.com/bytecodealliance/wasi-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasip3/0.4.0+wasi-0.3.0-rc-2026-01-06/download", - "sha256": "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasip3", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasip3", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "wit-bindgen 0.51.0", - "target": "wit_bindgen" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.0+wasi-0.3.0-rc-2026-01-06" - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "wasm-bindgen 0.2.126": { - "name": "wasm-bindgen", - "version": "0.2.126", - "package_url": "https://github.com/wasm-bindgen/wasm-bindgen", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasm-bindgen/0.2.126/download", - "sha256": "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasm_bindgen", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasm_bindgen", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "wasm-bindgen 0.2.126", - "target": "build_script_build" - }, - { - "id": "wasm-bindgen-shared 0.2.126", - "target": "wasm_bindgen_shared" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "wasm-bindgen-macro 0.2.126", - "target": "wasm_bindgen_macro" - } - ], - "selects": {} - }, - "version": "0.2.126" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "link_deps": { - "common": [ - { - "id": "wasm-bindgen-shared 0.2.126", - "target": "wasm_bindgen_shared" - } - ], - "selects": {} - }, - "proc_macro_deps": { - "common": [ - { - "id": "rustversion 1.0.14", - "target": "rustversion", - "alias": "rustversion_compat" - } - ], - "selects": {} - } - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "wasm-bindgen-futures 0.4.76": { - "name": "wasm-bindgen-futures", - "version": "0.4.76", - "package_url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/futures", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasm-bindgen-futures/0.4.76/download", - "sha256": "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasm_bindgen_futures", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasm_bindgen_futures", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "js-sys 0.3.103", - "target": "js_sys" - }, - { - "id": "wasm-bindgen 0.2.126", - "target": "wasm_bindgen" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.76" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "wasm-bindgen-macro 0.2.126": { - "name": "wasm-bindgen-macro", - "version": "0.2.126", - "package_url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasm-bindgen-macro/0.2.126/download", - "sha256": "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "wasm_bindgen_macro", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasm_bindgen_macro", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "wasm-bindgen-macro-support 0.2.126", - "target": "wasm_bindgen_macro_support" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.126" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "wasm-bindgen-macro-support 0.2.126": { - "name": "wasm-bindgen-macro-support", - "version": "0.2.126", - "package_url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro-support", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasm-bindgen-macro-support/0.2.126/download", - "sha256": "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasm_bindgen_macro_support", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasm_bindgen_macro_support", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "bumpalo 3.20.2", - "target": "bumpalo" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "wasm-bindgen-shared 0.2.126", - "target": "wasm_bindgen_shared" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.126" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "wasm-bindgen-shared 0.2.126": { - "name": "wasm-bindgen-shared", - "version": "0.2.126", - "package_url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/shared", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasm-bindgen-shared/0.2.126/download", - "sha256": "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasm_bindgen_shared", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasm_bindgen_shared", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "unicode-ident 1.0.22", - "target": "unicode_ident" - }, - { - "id": "wasm-bindgen-shared 0.2.126", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.126" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "links": "wasm_bindgen" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "wasm-encoder 0.244.0": { - "name": "wasm-encoder", - "version": "0.244.0", - "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-encoder", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasm-encoder/0.244.0/download", - "sha256": "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasm_encoder", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasm_encoder", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "component-model", - "std", - "wasmparser" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "leb128fmt 0.1.0", - "target": "leb128fmt" - }, - { - "id": "wasmparser 0.244.0", - "target": "wasmparser" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.244.0" - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "wasm-encoder 0.245.1": { - "name": "wasm-encoder", - "version": "0.245.1", - "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-encoder", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasm-encoder/0.245.1/download", - "sha256": "3f9dca005e69bf015e45577e415b9af8c67e8ee3c0e38b5b0add5aa92581ed5c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasm_encoder", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasm_encoder", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "component-model", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "leb128fmt 0.1.0", - "target": "leb128fmt" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.245.1" - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "wasm-encoder 0.247.0": { - "name": "wasm-encoder", - "version": "0.247.0", - "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-encoder", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasm-encoder/0.247.0/download", - "sha256": "30b6733b8b91d010a6ac5b0fb237dc46a19650bc4c67db66857e2e787d437204" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasm_encoder", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasm_encoder", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "component-model", - "default", - "std", - "wasmparser" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "leb128fmt 0.1.0", - "target": "leb128fmt" - }, - { - "id": "wasmparser 0.247.0", - "target": "wasmparser" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.247.0" - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "wasm-encoder 0.252.0": { - "name": "wasm-encoder", - "version": "0.252.0", - "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-encoder", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasm-encoder/0.252.0/download", - "sha256": "8185ae345fa5687c054626ff9a50e7089797a343d9904d1dc9820eb4c4d3196f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasm_encoder", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasm_encoder", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "component-model", - "default", - "std", - "wasmparser" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "leb128fmt 0.1.0", - "target": "leb128fmt" - }, - { - "id": "wasmparser 0.252.0", - "target": "wasmparser" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.252.0" - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "wasm-metadata 0.244.0": { - "name": "wasm-metadata", - "version": "0.244.0", - "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-metadata", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasm-metadata/0.244.0/download", - "sha256": "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasm_metadata", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasm_metadata", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "wasm-encoder 0.244.0", - "target": "wasm_encoder" - }, - { - "id": "wasmparser 0.244.0", - "target": "wasmparser" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.244.0" - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "wasm-smith 0.252.0": { - "name": "wasm-smith", - "version": "0.252.0", - "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-smith", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasm-smith/0.252.0/download", - "sha256": "dfd41f3236c30bd597009c43c15751dcc4c467724aef84141706a736f1ea5081" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasm_smith", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasm_smith", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "wasmparser" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "arbitrary 1.4.2", - "target": "arbitrary" - }, - { - "id": "flagset 0.4.3", - "target": "flagset" - }, - { - "id": "wasm-encoder 0.252.0", - "target": "wasm_encoder" - }, - { - "id": "wasmparser 0.252.0", - "target": "wasmparser" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.252.0" - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "wasm-streams 0.5.0": { - "name": "wasm-streams", - "version": "0.5.0", - "package_url": "https://github.com/MattiasBuelens/wasm-streams/", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasm-streams/0.5.0/download", - "sha256": "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasm_streams", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasm_streams", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "js-sys 0.3.103", - "target": "js_sys" - }, - { - "id": "wasm-bindgen 0.2.126", - "target": "wasm_bindgen" - }, - { - "id": "wasm-bindgen-futures 0.4.76", - "target": "wasm_bindgen_futures" - }, - { - "id": "web-sys 0.3.103", - "target": "web_sys" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "wasmparser 0.244.0": { - "name": "wasmparser", - "version": "0.244.0", - "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasmparser/0.244.0/download", - "sha256": "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasmparser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasmparser", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "component-model", - "features", - "hash-collections", - "simd", - "std", - "validate" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "hashbrown 0.15.2", - "target": "hashbrown" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "semver 1.0.27", - "target": "semver" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.244.0" - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "wasmparser 0.245.1": { - "name": "wasmparser", - "version": "0.245.1", - "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasmparser/0.245.1/download", - "sha256": "4f08c9adee0428b7bddf3890fc27e015ac4b761cc608c822667102b8bfd6995e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasmparser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasmparser", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "component-model", - "default", - "features", - "hash-collections", - "serde", - "simd", - "std", - "validate" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "hashbrown 0.16.1", - "target": "hashbrown" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "semver 1.0.27", - "target": "semver" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.245.1" - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "wasmparser 0.247.0": { - "name": "wasmparser", - "version": "0.247.0", - "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasmparser/0.247.0/download", - "sha256": "8e6fb4c2bee46c5ea4d40f8cdb5c131725cd976718ec56f1c8e82fbde5fa2a80" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasmparser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasmparser", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "component-model", - "default", - "features", - "hash-collections", - "serde", - "simd", - "std", - "validate" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "hashbrown 0.17.0", - "target": "hashbrown" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "semver 1.0.27", - "target": "semver" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.247.0" - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "wasmparser 0.252.0": { - "name": "wasmparser", - "version": "0.252.0", - "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasmparser/0.252.0/download", - "sha256": "d3eb099dcadcde5be9eef55e3a337128efd4e44b4c93122487e4d2e4e1c6627c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasmparser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasmparser", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "component-model", - "default", - "features", - "hash-collections", - "serde", - "simd", - "std", - "validate" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "hashbrown 0.17.0", - "target": "hashbrown" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "semver 1.0.27", - "target": "semver" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.252.0" - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "wasmparser 0.253.0": { - "name": "wasmparser", - "version": "0.253.0", - "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasmparser/0.253.0/download", - "sha256": "19db11f87d2486580e1e8b6f494c54df7e0566b87d0b599db843c24019667339" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasmparser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasmparser", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "component-model", - "default", - "features", - "hash-collections", - "serde", - "simd", - "std", - "validate" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "hashbrown 0.17.0", - "target": "hashbrown" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "semver 1.0.27", - "target": "semver" - }, - { - "id": "serde 1.0.228", - "target": "serde" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.253.0" - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "wasmprinter 0.252.0": { - "name": "wasmprinter", - "version": "0.252.0", - "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmprinter", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasmprinter/0.252.0/download", - "sha256": "7142797de29b35ab8dbf15c00f55fda75d409da4c423a8ab8bd6b667a785824b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasmprinter", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasmprinter", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "component-model", - "default", - "validate" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "termcolor 1.4.1", - "target": "termcolor" - }, - { - "id": "wasmparser 0.252.0", - "target": "wasmparser" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.252.0" - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "wasmtime 47.0.3": { - "name": "wasmtime", - "version": "47.0.3", - "package_url": "https://github.com/bytecodealliance/wasmtime", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasmtime/47.0.3/download", - "sha256": "c80ca6098e0d4d06886d91d7f2cc3cb6623eb583c4c0ab3c89cbfb6098c8586c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasmtime", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasmtime", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "cranelift", - "gc", - "gc-null", - "once_cell", - "parallel-compilation", - "runtime", - "std", - "wasmtime-jit-icache-coherence" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "bumpalo 3.20.2", - "target": "bumpalo" - }, - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "object 0.39.1", - "target": "object" - }, - { - "id": "once_cell 1.21.3", - "target": "once_cell" - }, - { - "id": "postcard 1.1.3", - "target": "postcard" - }, - { - "id": "pulley-interpreter 47.0.3", - "target": "pulley_interpreter" - }, - { - "id": "rayon 1.10.0", - "target": "rayon" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "target-lexicon 0.13.5", - "target": "target_lexicon" - }, - { - "id": "wasmparser 0.252.0", - "target": "wasmparser" - }, - { - "id": "wasmtime 47.0.3", - "target": "build_script_build" - }, - { - "id": "wasmtime-environ 47.0.3", - "target": "wasmtime_environ" - }, - { - "id": "wasmtime-internal-core 47.0.3", - "target": "wasmtime_internal_core", - "alias": "wasmtime_core" - }, - { - "id": "wasmtime-internal-cranelift 47.0.3", - "target": "wasmtime_internal_cranelift", - "alias": "wasmtime_cranelift" - }, - { - "id": "wasmtime-internal-jit-icache-coherence 47.0.3", - "target": "wasmtime_internal_jit_icache_coherence", - "alias": "wasmtime_jit_icache_coherence" - }, - { - "id": "wasmtime-internal-unwinder 47.0.3", - "target": "wasmtime_internal_unwinder", - "alias": "wasmtime_unwinder" - } - ], - "selects": { - "aarch64-apple-darwin": [ - { - "id": "mach2 0.6.0", - "target": "mach2" - }, - { - "id": "rustix 1.1.4", - "target": "rustix" - } - ], - "aarch64-unknown-linux-gnu": [ - { - "id": "memfd 0.6.5", - "target": "memfd" - }, - { - "id": "rustix 1.1.4", - "target": "rustix" - } - ], - "x86_64-apple-darwin": [ - { - "id": "mach2 0.6.0", - "target": "mach2" - }, - { - "id": "rustix 1.1.4", - "target": "rustix" - } - ], - "x86_64-unknown-linux-gnu": [ - { - "id": "memfd 0.6.5", - "target": "memfd" - }, - { - "id": "rustix 1.1.4", - "target": "rustix" - } - ] - } - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "async-trait 0.1.89", - "target": "async_trait" - }, - { - "id": "serde_derive 1.0.228", - "target": "serde_derive" - }, - { - "id": "wasmtime-internal-versioned-export-macros 47.0.3", - "target": "wasmtime_internal_versioned_export_macros", - "alias": "wasmtime_versioned_export_macros" - } - ], - "selects": {} - }, - "rustc_flags": { - "common": [], - "selects": { - "@@//bazel:fuzzing_code_enabled": [ - "-Cpasses=sancov-module", - "-Cllvm-args=-sanitizer-coverage-level=4", - "-Cllvm-args=-sanitizer-coverage-inline-8bit-counters", - "-Cllvm-args=-sanitizer-coverage-pc-table", - "-Cllvm-args=-sanitizer-coverage-trace-compares", - "-Cllvm-args=-sanitizer-coverage-stack-depth", - "-Cllvm-args=-sanitizer-coverage-prune-blocks=0", - "-Ctarget-cpu=native", - "-Coverflow_checks", - "-Copt-level=3", - "-Clink-dead-code", - "-Cdebug-assertions", - "-Ccodegen-units=1", - "-Zextra-const-ub-checks", - "-Zstrict-init-checks", - "-Zsanitizer=address" - ] - } - }, - "version": "47.0.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - }, - "proc_macro_deps": { - "common": [ - { - "id": "wasmtime-internal-versioned-export-macros 47.0.3", - "target": "wasmtime_internal_versioned_export_macros", - "alias": "wasmtime_versioned_export_macros" - } - ], - "selects": {} - } - }, - "license": "Apache-2.0 WITH LLVM-exception", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "wasmtime-environ 47.0.3": { - "name": "wasmtime-environ", - "version": "47.0.3", - "package_url": "https://github.com/bytecodealliance/wasmtime", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasmtime-environ/47.0.3/download", - "sha256": "134f9d136d29c76f6c1b4c9b468e97a2efc38c7d49fd188e39b64870b2fea701" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasmtime_environ", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasmtime_environ", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "compile", - "component-model", - "gc", - "gc-copying", - "gc-drc", - "gc-null", - "stack-switching", - "std", - "threads" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "cranelift-bforest 0.134.3", - "target": "cranelift_bforest" - }, - { - "id": "cranelift-bitset 0.134.3", - "target": "cranelift_bitset" - }, - { - "id": "cranelift-entity 0.134.3", - "target": "cranelift_entity" - }, - { - "id": "gimli 0.33.0", - "target": "gimli" - }, - { - "id": "hashbrown 0.17.0", - "target": "hashbrown" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "object 0.39.1", - "target": "object" - }, - { - "id": "postcard 1.1.3", - "target": "postcard" - }, - { - "id": "semver 1.0.27", - "target": "semver" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "sha2 0.10.9", - "target": "sha2" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "target-lexicon 0.13.5", - "target": "target_lexicon" - }, - { - "id": "wasm-encoder 0.252.0", - "target": "wasm_encoder" - }, - { - "id": "wasmparser 0.252.0", - "target": "wasmparser" - }, - { - "id": "wasmprinter 0.252.0", - "target": "wasmprinter" - }, - { - "id": "wasmtime-internal-component-util 47.0.3", - "target": "wasmtime_internal_component_util", - "alias": "wasmtime_component_util" - }, - { - "id": "wasmtime-internal-core 47.0.3", - "target": "wasmtime_internal_core", - "alias": "wasmtime_core" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "serde_derive 1.0.228", - "target": "serde_derive" - } - ], - "selects": {} - }, - "version": "47.0.3" - }, - "license": "Apache-2.0 WITH LLVM-exception", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "wasmtime-internal-component-util 47.0.3": { - "name": "wasmtime-internal-component-util", - "version": "47.0.3", - "package_url": "https://github.com/bytecodealliance/wasmtime", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasmtime-internal-component-util/47.0.3/download", - "sha256": "fc8a678149885cae00289f806fbe74c7863084cf74cace0b8dc73602279400e1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasmtime_internal_component_util", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasmtime_internal_component_util", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2024", - "version": "47.0.3" - }, - "license": "Apache-2.0 WITH LLVM-exception", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "wasmtime-internal-core 47.0.3": { - "name": "wasmtime-internal-core", - "version": "47.0.3", - "package_url": null, - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasmtime-internal-core/47.0.3/download", - "sha256": "8a0092c4b9d070ac5e278b6d0db10f5e71214190f0347ca57502b4692f796321" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasmtime_internal_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasmtime_internal_core", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "serde", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "hashbrown 0.17.0", - "target": "hashbrown" - }, - { - "id": "libm 0.2.16", - "target": "libm" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "wasmtime-internal-core 47.0.3", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "47.0.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "Apache-2.0 WITH LLVM-exception", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "wasmtime-internal-cranelift 47.0.3": { - "name": "wasmtime-internal-cranelift", - "version": "47.0.3", - "package_url": "https://github.com/bytecodealliance/wasmtime", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasmtime-internal-cranelift/47.0.3/download", - "sha256": "6851ebc9e03cab23d9821d2b2505d380bdfe38f35ccec945247b05274d85c98b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasmtime_internal_cranelift", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasmtime_internal_cranelift", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "pulley" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "cranelift-codegen 0.134.3", - "target": "cranelift_codegen" - }, - { - "id": "cranelift-control 0.134.3", - "target": "cranelift_control" - }, - { - "id": "cranelift-entity 0.134.3", - "target": "cranelift_entity" - }, - { - "id": "cranelift-frontend 0.134.3", - "target": "cranelift_frontend" - }, - { - "id": "cranelift-native 0.134.3", - "target": "cranelift_native" - }, - { - "id": "gimli 0.33.0", - "target": "gimli" - }, - { - "id": "itertools 0.14.0", - "target": "itertools" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "object 0.39.1", - "target": "object" - }, - { - "id": "pulley-interpreter 47.0.3", - "target": "pulley_interpreter" - }, - { - "id": "smallvec 1.15.1", - "target": "smallvec" - }, - { - "id": "target-lexicon 0.13.5", - "target": "target_lexicon" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "wasmparser 0.252.0", - "target": "wasmparser" - }, - { - "id": "wasmtime-environ 47.0.3", - "target": "wasmtime_environ" - }, - { - "id": "wasmtime-internal-core 47.0.3", - "target": "wasmtime_internal_core", - "alias": "wasmtime_core" - }, - { - "id": "wasmtime-internal-cranelift 47.0.3", - "target": "build_script_build" - }, - { - "id": "wasmtime-internal-unwinder 47.0.3", - "target": "wasmtime_internal_unwinder", - "alias": "wasmtime_unwinder" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "wasmtime-internal-versioned-export-macros 47.0.3", - "target": "wasmtime_internal_versioned_export_macros", - "alias": "wasmtime_versioned_export_macros" - } - ], - "selects": {} - }, - "version": "47.0.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "Apache-2.0 WITH LLVM-exception", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "wasmtime-internal-fiber 47.0.3": { - "name": "wasmtime-internal-fiber", - "version": "47.0.3", - "package_url": "https://github.com/bytecodealliance/wasmtime", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasmtime-internal-fiber/47.0.3/download", - "sha256": "9b26da6d5f60d4c438da70bba3553fe810a840533a64156be287dca2081c6991" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasmtime_internal_fiber", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasmtime_internal_fiber", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "wasmtime-environ 47.0.3", - "target": "wasmtime_environ" - }, - { - "id": "wasmtime-internal-fiber 47.0.3", - "target": "build_script_build" - } - ], - "selects": { - "cfg(unix)": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "rustix 1.1.4", - "target": "rustix" - } - ], - "cfg(windows)": [ - { - "id": "windows-sys 0.61.2", - "target": "windows_sys" - } - ] - } - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "wasmtime-internal-versioned-export-macros 47.0.3", - "target": "wasmtime_internal_versioned_export_macros", - "alias": "wasmtime_versioned_export_macros" - } - ], - "selects": {} - }, - "version": "47.0.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - }, - "proc_macro_deps": { - "common": [ - { - "id": "wasmtime-internal-versioned-export-macros 47.0.3", - "target": "wasmtime_internal_versioned_export_macros", - "alias": "wasmtime_versioned_export_macros" - } - ], - "selects": {} - } - }, - "license": "Apache-2.0 WITH LLVM-exception", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "wasmtime-internal-jit-debug 47.0.3": { - "name": "wasmtime-internal-jit-debug", - "version": "47.0.3", - "package_url": "https://github.com/bytecodealliance/wasmtime", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasmtime-internal-jit-debug/47.0.3/download", - "sha256": "ed621ba25d7bf78b7edd7b4749abbb27c2e5cdba836c9504a424ee74b6c23149" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasmtime_internal_jit_debug", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasmtime_internal_jit_debug", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "wasmtime-internal-jit-debug 47.0.3", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2024", - "proc_macro_deps": { - "common": [ - { - "id": "wasmtime-internal-versioned-export-macros 47.0.3", - "target": "wasmtime_internal_versioned_export_macros", - "alias": "wasmtime_versioned_export_macros" - } - ], - "selects": {} - }, - "version": "47.0.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - } - ], - "selects": {} - }, - "proc_macro_deps": { - "common": [ - { - "id": "wasmtime-internal-versioned-export-macros 47.0.3", - "target": "wasmtime_internal_versioned_export_macros", - "alias": "wasmtime_versioned_export_macros" - } - ], - "selects": {} - } - }, - "license": "Apache-2.0 WITH LLVM-exception", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "wasmtime-internal-jit-icache-coherence 47.0.3": { - "name": "wasmtime-internal-jit-icache-coherence", - "version": "47.0.3", - "package_url": "https://github.com/bytecodealliance/wasmtime", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasmtime-internal-jit-icache-coherence/47.0.3/download", - "sha256": "5684ba160951baad06a725696f3c590e2fb0e8067c2aebee27bf7f9259058e85" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasmtime_internal_jit_icache_coherence", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasmtime_internal_jit_icache_coherence", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "wasmtime-internal-core 47.0.3", - "target": "wasmtime_internal_core", - "alias": "wasmtime_core" - } - ], - "selects": { - "cfg(any(target_os = \"linux\", target_vendor = \"apple\", target_os = \"freebsd\", target_os = \"android\"))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "cfg(target_os = \"windows\")": [ - { - "id": "windows-sys 0.61.2", - "target": "windows_sys" - } - ] - } - }, - "edition": "2024", - "version": "47.0.3" - }, - "license": "Apache-2.0 WITH LLVM-exception", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "wasmtime-internal-unwinder 47.0.3": { - "name": "wasmtime-internal-unwinder", - "version": "47.0.3", - "package_url": "https://github.com/bytecodealliance/wasmtime", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasmtime-internal-unwinder/47.0.3/download", - "sha256": "112eead527bffa8ff0646a11fb4339a9d52ddd1da2b9a6fce4aff84c815dd94f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wasmtime_internal_unwinder", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasmtime_internal_unwinder", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "cranelift", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "cranelift-codegen 0.134.3", - "target": "cranelift_codegen" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "object 0.39.1", - "target": "object" - }, - { - "id": "wasmtime-environ 47.0.3", - "target": "wasmtime_environ" - }, - { - "id": "wasmtime-internal-unwinder 47.0.3", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "47.0.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "Apache-2.0 WITH LLVM-exception", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "wasmtime-internal-versioned-export-macros 47.0.3": { - "name": "wasmtime-internal-versioned-export-macros", - "version": "47.0.3", - "package_url": "https://github.com/bytecodealliance/wasmtime", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wasmtime-internal-versioned-export-macros/47.0.3/download", - "sha256": "153592e0bed824fc13c6696203fa1bd7bd20eb355316475e39a55f081ef80eca" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "wasmtime_internal_versioned_export_macros", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wasmtime_internal_versioned_export_macros", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "47.0.3" - }, - "license": "Apache-2.0 WITH LLVM-exception", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "wast 252.0.0": { - "name": "wast", - "version": "252.0.0", - "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wast", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wast/252.0.0/download", - "sha256": "942a3449d6a593fccc111a6241c8df52bda168af30e40bf9580d4394d7374c65" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wast", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wast", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "component-model", - "default", - "wasm-module" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "bumpalo 3.20.2", - "target": "bumpalo" - }, - { - "id": "leb128fmt 0.1.0", - "target": "leb128fmt" - }, - { - "id": "memchr 2.7.4", - "target": "memchr" - }, - { - "id": "unicode-width 0.2.0", - "target": "unicode_width" - }, - { - "id": "wasm-encoder 0.252.0", - "target": "wasm_encoder" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "252.0.0" - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "wat 1.252.0": { - "name": "wat", - "version": "1.252.0", - "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wat", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wat/1.252.0/download", - "sha256": "c72a4ba7088f7bac94cf516e49882bdf97068904a563768cf249efc839ec42cb" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wat", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wat", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "component-model", - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "wast 252.0.0", - "target": "wast" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "1.252.0" - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "web-sys 0.3.103": { - "name": "web-sys", - "version": "0.3.103", - "package_url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/web-sys", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/web-sys/0.3.103/download", - "sha256": "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141" - } - }, - "targets": [ - { - "Library": { - "crate_name": "web_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "web_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "AbortController", - "AbortSignal", - "Blob", - "BlobPropertyBag", - "CanvasRenderingContext2d", - "Document", - "DomRect", - "DomRectReadOnly", - "Element", - "EventTarget", - "File", - "FormData", - "Headers", - "HtmlCanvasElement", - "HtmlElement", - "Node", - "Performance", - "QueuingStrategy", - "ReadableByteStreamController", - "ReadableStream", - "ReadableStreamByobReader", - "ReadableStreamByobRequest", - "ReadableStreamDefaultController", - "ReadableStreamDefaultReader", - "ReadableStreamGetReaderOptions", - "ReadableStreamReadResult", - "ReadableStreamReaderMode", - "ReadableStreamType", - "ReadableWritablePair", - "Request", - "RequestCache", - "RequestCredentials", - "RequestInit", - "RequestMode", - "Response", - "ServiceWorkerGlobalScope", - "StreamPipeOptions", - "TransformStream", - "TransformStreamDefaultController", - "Transformer", - "UnderlyingSink", - "UnderlyingSource", - "Window", - "WorkerGlobalScope", - "WritableStream", - "WritableStreamDefaultController", - "WritableStreamDefaultWriter", - "default", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "js-sys 0.3.103", - "target": "js_sys" - }, - { - "id": "wasm-bindgen 0.2.126", - "target": "wasm_bindgen" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.103" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "web-time 1.1.0": { - "name": "web-time", - "version": "1.1.0", - "package_url": "https://github.com/daxpedda/web-time", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/web-time/1.1.0/download", - "sha256": "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" - } - }, - "targets": [ - { - "Library": { - "crate_name": "web_time", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "web_time", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(all(target_family = \"wasm\", target_os = \"unknown\"))": [ - { - "id": "js-sys 0.3.103", - "target": "js_sys" - }, - { - "id": "wasm-bindgen 0.2.126", - "target": "wasm_bindgen" - } - ] - } - }, - "edition": "2021", - "version": "1.1.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "web_atoms 0.1.3": { - "name": "web_atoms", - "version": "0.1.3", - "package_url": "https://github.com/servo/html5ever", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/web_atoms/0.1.3/download", - "sha256": "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414" - } - }, - "targets": [ - { - "Library": { - "crate_name": "web_atoms", - "crate_root": "lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "web_atoms", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "phf 0.11.2", - "target": "phf" - }, - { - "id": "string_cache 0.8.9", - "target": "string_cache" - }, - { - "id": "web_atoms 0.1.3", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.3" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "phf_codegen 0.11.3", - "target": "phf_codegen" - }, - { - "id": "string_cache_codegen 0.5.4", - "target": "string_cache_codegen" - } - ], - "selects": {} - } - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "webpki-root-certs 1.0.4": { - "name": "webpki-root-certs", - "version": "1.0.4", - "package_url": "https://github.com/rustls/webpki-roots", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/webpki-root-certs/1.0.4/download", - "sha256": "ee3e3b5f5e80bc89f30ce8d0343bf4e5f12341c51f3e26cbeecbc7c85443e85b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "webpki_root_certs", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "webpki_root_certs", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types", - "alias": "pki_types" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.4" - }, - "license": "CDLA-Permissive-2.0", - "license_ids": [ - "CDLA-Permissive-2.0" - ], - "license_file": "LICENSE" - }, - "webpki-roots 0.26.8": { - "name": "webpki-roots", - "version": "0.26.8", - "package_url": "https://github.com/rustls/webpki-roots", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/webpki-roots/0.26.8/download", - "sha256": "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "webpki_roots", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "webpki_roots", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types", - "alias": "pki_types" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.26.8" - }, - "license": "MPL-2.0", - "license_ids": [ - "MPL-2.0" - ], - "license_file": "LICENSE" - }, - "webpki-roots 1.0.6": { - "name": "webpki-roots", - "version": "1.0.6", - "package_url": "https://github.com/rustls/webpki-roots", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/webpki-roots/1.0.6/download", - "sha256": "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed" - } - }, - "targets": [ - { - "Library": { - "crate_name": "webpki_roots", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "webpki_roots", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "rustls-pki-types 1.12.0", - "target": "rustls_pki_types", - "alias": "pki_types" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.6" - }, - "license": "CDLA-Permissive-2.0", - "license_ids": [ - "CDLA-Permissive-2.0" - ], - "license_file": "LICENSE" - }, - "which 4.4.0": { - "name": "which", - "version": "4.4.0", - "package_url": "https://github.com/harryfei/which-rs.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/which/4.4.0/download", - "sha256": "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" - } - }, - "targets": [ - { - "Library": { - "crate_name": "which", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "which", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "either 1.18.0", - "target": "either" - }, - { - "id": "libc 0.2.186", - "target": "libc" - } - ], - "selects": { - "cfg(windows)": [ - { - "id": "once_cell 1.21.3", - "target": "once_cell" - } - ] - } - }, - "edition": "2018", - "version": "4.4.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE.txt" - }, - "widestring 1.0.2": { - "name": "widestring", - "version": "1.0.2", - "package_url": "https://github.com/starkat99/widestring-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/widestring/1.0.2/download", - "sha256": "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "widestring", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "widestring", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "1.0.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE" - }, - "winapi 0.3.9": { - "name": "winapi", - "version": "0.3.9", - "package_url": "https://github.com/retep998/winapi-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/winapi/0.3.9/download", - "sha256": "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" - } - }, - "targets": [ - { - "Library": { - "crate_name": "winapi", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "winapi", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "winapi 0.3.9", - "target": "build_script_build" - } - ], - "selects": { - "i686-pc-windows-gnu": [ - { - "id": "winapi-i686-pc-windows-gnu 0.4.0", - "target": "winapi_i686_pc_windows_gnu" - } - ], - "x86_64-pc-windows-gnu": [ - { - "id": "winapi-x86_64-pc-windows-gnu 0.4.0", - "target": "winapi_x86_64_pc_windows_gnu" - } - ] - } - }, - "edition": "2015", - "version": "0.3.9" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "winapi-i686-pc-windows-gnu 0.4.0": { - "name": "winapi-i686-pc-windows-gnu", - "version": "0.4.0", - "package_url": "https://github.com/retep998/winapi-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/winapi-i686-pc-windows-gnu/0.4.0/download", - "sha256": "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "winapi_i686_pc_windows_gnu", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "winapi_i686_pc_windows_gnu", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "winapi-i686-pc-windows-gnu 0.4.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.4.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "winapi-util 0.1.5": { - "name": "winapi-util", - "version": "0.1.5", - "package_url": "https://github.com/BurntSushi/winapi-util", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/winapi-util/0.1.5/download", - "sha256": "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" - } - }, - "targets": [ - { - "Library": { - "crate_name": "winapi_util", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "winapi_util", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(windows)": [ - { - "id": "winapi 0.3.9", - "target": "winapi" - } - ] - } - }, - "edition": "2018", - "version": "0.1.5" - }, - "license": "Unlicense/MIT", - "license_ids": [ - "MIT", - "Unlicense" - ], - "license_file": "LICENSE-MIT" - }, - "winapi-x86_64-pc-windows-gnu 0.4.0": { - "name": "winapi-x86_64-pc-windows-gnu", - "version": "0.4.0", - "package_url": "https://github.com/retep998/winapi-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download", - "sha256": "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "winapi_x86_64_pc_windows_gnu", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "winapi_x86_64_pc_windows_gnu", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "winapi-x86_64-pc-windows-gnu 0.4.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2015", - "version": "0.4.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "windows 0.52.0": { - "name": "windows", - "version": "0.52.0", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows/0.52.0/download", - "sha256": "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows-core 0.52.0", - "target": "windows_core" - }, - { - "id": "windows-targets 0.52.6", - "target": "windows_targets" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.52.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows 0.61.3": { - "name": "windows", - "version": "0.61.3", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows/0.61.3/download", - "sha256": "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows-collections 0.2.0", - "target": "windows_collections" - }, - { - "id": "windows-core 0.61.2", - "target": "windows_core" - }, - { - "id": "windows-future 0.2.1", - "target": "windows_future" - }, - { - "id": "windows-link 0.1.3", - "target": "windows_link" - }, - { - "id": "windows-numerics 0.2.0", - "target": "windows_numerics" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.61.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows-collections 0.2.0": { - "name": "windows-collections", - "version": "0.2.0", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows-collections/0.2.0/download", - "sha256": "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_collections", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_collections", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows-core 0.61.2", - "target": "windows_core" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows-core 0.52.0": { - "name": "windows-core", - "version": "0.52.0", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows-core/0.52.0/download", - "sha256": "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_core", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows-targets 0.52.6", - "target": "windows_targets" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.52.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows-core 0.61.2": { - "name": "windows-core", - "version": "0.61.2", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows-core/0.61.2/download", - "sha256": "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_core", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows-link 0.1.3", - "target": "windows_link" - }, - { - "id": "windows-result 0.3.4", - "target": "windows_result" - }, - { - "id": "windows-strings 0.4.2", - "target": "windows_strings" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "windows-implement 0.60.2", - "target": "windows_implement" - }, - { - "id": "windows-interface 0.59.3", - "target": "windows_interface" - } - ], - "selects": {} - }, - "version": "0.61.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows-future 0.2.1": { - "name": "windows-future", - "version": "0.2.1", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows-future/0.2.1/download", - "sha256": "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_future", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_future", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows-core 0.61.2", - "target": "windows_core" - }, - { - "id": "windows-link 0.1.3", - "target": "windows_link" - }, - { - "id": "windows-threading 0.1.0", - "target": "windows_threading" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows-implement 0.60.2": { - "name": "windows-implement", - "version": "0.60.2", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows-implement/0.60.2/download", - "sha256": "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "windows_implement", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_implement", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.60.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows-interface 0.59.3": { - "name": "windows-interface", - "version": "0.59.3", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows-interface/0.59.3/download", - "sha256": "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "windows_interface", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_interface", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.59.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows-link 0.1.3": { - "name": "windows-link", - "version": "0.1.3", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows-link/0.1.3/download", - "sha256": "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_link", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_link", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.1.3" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows-link 0.2.1": { - "name": "windows-link", - "version": "0.2.1", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows-link/0.2.1/download", - "sha256": "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_link", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_link", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.2.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows-numerics 0.2.0": { - "name": "windows-numerics", - "version": "0.2.0", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows-numerics/0.2.0/download", - "sha256": "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_numerics", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_numerics", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows-core 0.61.2", - "target": "windows_core" - }, - { - "id": "windows-link 0.1.3", - "target": "windows_link" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows-registry 0.6.1": { - "name": "windows-registry", - "version": "0.6.1", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows-registry/0.6.1/download", - "sha256": "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_registry", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_registry", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows-link 0.2.1", - "target": "windows_link" - }, - { - "id": "windows-result 0.4.1", - "target": "windows_result" - }, - { - "id": "windows-strings 0.5.1", - "target": "windows_strings" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows-result 0.3.4": { - "name": "windows-result", - "version": "0.3.4", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows-result/0.3.4/download", - "sha256": "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_result", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_result", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows-link 0.1.3", - "target": "windows_link" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.3.4" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows-result 0.4.1": { - "name": "windows-result", - "version": "0.4.1", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows-result/0.4.1/download", - "sha256": "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_result", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_result", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows-link 0.2.1", - "target": "windows_link" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows-strings 0.4.2": { - "name": "windows-strings", - "version": "0.4.2", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows-strings/0.4.2/download", - "sha256": "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_strings", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_strings", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows-link 0.1.3", - "target": "windows_link" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.4.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows-strings 0.5.1": { - "name": "windows-strings", - "version": "0.5.1", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows-strings/0.5.1/download", - "sha256": "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_strings", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_strings", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows-link 0.2.1", - "target": "windows_link" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows-sys 0.45.0": { - "name": "windows-sys", - "version": "0.45.0", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows-sys/0.45.0/download", - "sha256": "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "cfg(not(windows_raw_dylib))": [ - { - "id": "windows-targets 0.42.2", - "target": "windows_targets" - } - ] - } - }, - "edition": "2018", - "version": "0.45.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows-sys 0.48.0": { - "name": "windows-sys", - "version": "0.48.0", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows-sys/0.48.0/download", - "sha256": "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows-targets 0.48.1", - "target": "windows_targets" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.48.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows-sys 0.52.0": { - "name": "windows-sys", - "version": "0.52.0", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows-sys/0.52.0/download", - "sha256": "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows-targets 0.52.6", - "target": "windows_targets" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.52.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows-sys 0.59.0": { - "name": "windows-sys", - "version": "0.59.0", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows-sys/0.59.0/download", - "sha256": "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows-targets 0.52.6", - "target": "windows_targets" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.59.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows-sys 0.60.2": { - "name": "windows-sys", - "version": "0.60.2", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows-sys/0.60.2/download", - "sha256": "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows-targets 0.53.5", - "target": "windows_targets" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.60.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows-sys 0.61.2": { - "name": "windows-sys", - "version": "0.61.2", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows-sys/0.61.2/download", - "sha256": "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows-link 0.2.1", - "target": "windows_link" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.61.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows-targets 0.42.2": { - "name": "windows-targets", - "version": "0.42.2", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows-targets/0.42.2/download", - "sha256": "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_targets", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_targets", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "aarch64-pc-windows-gnullvm": [ - { - "id": "windows_aarch64_gnullvm 0.42.2", - "target": "windows_aarch64_gnullvm" - } - ], - "aarch64-pc-windows-msvc": [ - { - "id": "windows_aarch64_msvc 0.42.2", - "target": "windows_aarch64_msvc" - } - ], - "aarch64-uwp-windows-msvc": [ - { - "id": "windows_aarch64_msvc 0.42.2", - "target": "windows_aarch64_msvc" - } - ], - "i686-pc-windows-gnu": [ - { - "id": "windows_i686_gnu 0.42.2", - "target": "windows_i686_gnu" - } - ], - "i686-pc-windows-msvc": [ - { - "id": "windows_i686_msvc 0.42.2", - "target": "windows_i686_msvc" - } - ], - "i686-uwp-windows-gnu": [ - { - "id": "windows_i686_gnu 0.42.2", - "target": "windows_i686_gnu" - } - ], - "i686-uwp-windows-msvc": [ - { - "id": "windows_i686_msvc 0.42.2", - "target": "windows_i686_msvc" - } - ], - "x86_64-pc-windows-gnu": [ - { - "id": "windows_x86_64_gnu 0.42.2", - "target": "windows_x86_64_gnu" - } - ], - "x86_64-pc-windows-gnullvm": [ - { - "id": "windows_x86_64_gnullvm 0.42.2", - "target": "windows_x86_64_gnullvm" - } - ], - "x86_64-pc-windows-msvc": [ - { - "id": "windows_x86_64_msvc 0.42.2", - "target": "windows_x86_64_msvc" - } - ], - "x86_64-uwp-windows-gnu": [ - { - "id": "windows_x86_64_gnu 0.42.2", - "target": "windows_x86_64_gnu" - } - ], - "x86_64-uwp-windows-msvc": [ - { - "id": "windows_x86_64_msvc 0.42.2", - "target": "windows_x86_64_msvc" - } - ] - } - }, - "edition": "2018", - "version": "0.42.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows-targets 0.48.1": { - "name": "windows-targets", - "version": "0.48.1", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows-targets/0.48.1/download", - "sha256": "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_targets", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_targets", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "aarch64-pc-windows-gnullvm": [ - { - "id": "windows_aarch64_gnullvm 0.48.0", - "target": "windows_aarch64_gnullvm" - } - ], - "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ - { - "id": "windows_aarch64_msvc 0.48.0", - "target": "windows_aarch64_msvc" - } - ], - "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))": [ - { - "id": "windows_i686_gnu 0.48.0", - "target": "windows_i686_gnu" - } - ], - "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [ - { - "id": "windows_i686_msvc 0.48.0", - "target": "windows_i686_msvc" - } - ], - "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [ - { - "id": "windows_x86_64_gnu 0.48.0", - "target": "windows_x86_64_gnu" - } - ], - "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ - { - "id": "windows_x86_64_msvc 0.48.0", - "target": "windows_x86_64_msvc" - } - ], - "x86_64-pc-windows-gnullvm": [ - { - "id": "windows_x86_64_gnullvm 0.48.0", - "target": "windows_x86_64_gnullvm" - } - ] - } - }, - "edition": "2018", - "version": "0.48.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows-targets 0.52.6": { - "name": "windows-targets", - "version": "0.52.6", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows-targets/0.52.6/download", - "sha256": "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_targets", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_targets", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "aarch64-pc-windows-gnullvm": [ - { - "id": "windows_aarch64_gnullvm 0.52.6", - "target": "windows_aarch64_gnullvm" - } - ], - "cfg(all(any(target_arch = \"x86_64\", target_arch = \"arm64ec\"), target_env = \"msvc\", not(windows_raw_dylib)))": [ - { - "id": "windows_x86_64_msvc 0.52.6", - "target": "windows_x86_64_msvc" - } - ], - "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ - { - "id": "windows_aarch64_msvc 0.52.6", - "target": "windows_aarch64_msvc" - } - ], - "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [ - { - "id": "windows_i686_gnu 0.52.6", - "target": "windows_i686_gnu" - } - ], - "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [ - { - "id": "windows_i686_msvc 0.52.6", - "target": "windows_i686_msvc" - } - ], - "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [ - { - "id": "windows_x86_64_gnu 0.52.6", - "target": "windows_x86_64_gnu" - } - ], - "i686-pc-windows-gnullvm": [ - { - "id": "windows_i686_gnullvm 0.52.6", - "target": "windows_i686_gnullvm" - } - ], - "x86_64-pc-windows-gnullvm": [ - { - "id": "windows_x86_64_gnullvm 0.52.6", - "target": "windows_x86_64_gnullvm" - } - ] - } - }, - "edition": "2021", - "version": "0.52.6" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows-targets 0.53.5": { - "name": "windows-targets", - "version": "0.53.5", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows-targets/0.53.5/download", - "sha256": "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_targets", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_targets", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [], - "selects": { - "aarch64-pc-windows-gnullvm": [ - { - "id": "windows_aarch64_gnullvm 0.53.0", - "target": "windows_aarch64_gnullvm" - } - ], - "cfg(all(any(target_arch = \"x86_64\", target_arch = \"arm64ec\"), target_env = \"msvc\", not(windows_raw_dylib)))": [ - { - "id": "windows_x86_64_msvc 0.53.0", - "target": "windows_x86_64_msvc" - } - ], - "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))": [ - { - "id": "windows_aarch64_msvc 0.53.0", - "target": "windows_aarch64_msvc" - } - ], - "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [ - { - "id": "windows_i686_gnu 0.53.0", - "target": "windows_i686_gnu" - } - ], - "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))": [ - { - "id": "windows_i686_msvc 0.53.0", - "target": "windows_i686_msvc" - } - ], - "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))": [ - { - "id": "windows_x86_64_gnu 0.53.0", - "target": "windows_x86_64_gnu" - } - ], - "cfg(windows_raw_dylib)": [ - { - "id": "windows-link 0.2.1", - "target": "windows_link" - } - ], - "i686-pc-windows-gnullvm": [ - { - "id": "windows_i686_gnullvm 0.53.0", - "target": "windows_i686_gnullvm" - } - ], - "x86_64-pc-windows-gnullvm": [ - { - "id": "windows_x86_64_gnullvm 0.53.0", - "target": "windows_x86_64_gnullvm" - } - ] - } - }, - "edition": "2021", - "version": "0.53.5" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows-threading 0.1.0": { - "name": "windows-threading", - "version": "0.1.0", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows-threading/0.1.0/download", - "sha256": "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_threading", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_threading", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows-link 0.1.3", - "target": "windows_link" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_aarch64_gnullvm 0.42.2": { - "name": "windows_aarch64_gnullvm", - "version": "0.42.2", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/0.42.2/download", - "sha256": "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_aarch64_gnullvm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_aarch64_gnullvm", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_aarch64_gnullvm 0.42.2", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.42.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_aarch64_gnullvm 0.48.0": { - "name": "windows_aarch64_gnullvm", - "version": "0.48.0", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/0.48.0/download", - "sha256": "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_aarch64_gnullvm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_aarch64_gnullvm", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_aarch64_gnullvm 0.48.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.48.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_aarch64_gnullvm 0.52.6": { - "name": "windows_aarch64_gnullvm", - "version": "0.52.6", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/0.52.6/download", - "sha256": "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_aarch64_gnullvm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_aarch64_gnullvm", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_aarch64_gnullvm 0.52.6", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.52.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_aarch64_gnullvm 0.53.0": { - "name": "windows_aarch64_gnullvm", - "version": "0.53.0", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_aarch64_gnullvm/0.53.0/download", - "sha256": "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_aarch64_gnullvm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_aarch64_gnullvm", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_aarch64_gnullvm 0.53.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.53.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_aarch64_msvc 0.42.2": { - "name": "windows_aarch64_msvc", - "version": "0.42.2", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.42.2/download", - "sha256": "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_aarch64_msvc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_aarch64_msvc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_aarch64_msvc 0.42.2", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.42.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_aarch64_msvc 0.48.0": { - "name": "windows_aarch64_msvc", - "version": "0.48.0", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.48.0/download", - "sha256": "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_aarch64_msvc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_aarch64_msvc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_aarch64_msvc 0.48.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.48.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_aarch64_msvc 0.52.6": { - "name": "windows_aarch64_msvc", - "version": "0.52.6", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.52.6/download", - "sha256": "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_aarch64_msvc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_aarch64_msvc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_aarch64_msvc 0.52.6", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.52.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_aarch64_msvc 0.53.0": { - "name": "windows_aarch64_msvc", - "version": "0.53.0", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_aarch64_msvc/0.53.0/download", - "sha256": "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_aarch64_msvc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_aarch64_msvc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_aarch64_msvc 0.53.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.53.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_i686_gnu 0.42.2": { - "name": "windows_i686_gnu", - "version": "0.42.2", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_i686_gnu/0.42.2/download", - "sha256": "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_i686_gnu", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_i686_gnu", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_i686_gnu 0.42.2", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.42.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_i686_gnu 0.48.0": { - "name": "windows_i686_gnu", - "version": "0.48.0", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_i686_gnu/0.48.0/download", - "sha256": "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_i686_gnu", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_i686_gnu", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_i686_gnu 0.48.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.48.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_i686_gnu 0.52.6": { - "name": "windows_i686_gnu", - "version": "0.52.6", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_i686_gnu/0.52.6/download", - "sha256": "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_i686_gnu", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_i686_gnu", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_i686_gnu 0.52.6", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.52.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_i686_gnu 0.53.0": { - "name": "windows_i686_gnu", - "version": "0.53.0", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_i686_gnu/0.53.0/download", - "sha256": "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_i686_gnu", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_i686_gnu", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_i686_gnu 0.53.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.53.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_i686_gnullvm 0.52.6": { - "name": "windows_i686_gnullvm", - "version": "0.52.6", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_i686_gnullvm/0.52.6/download", - "sha256": "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_i686_gnullvm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_i686_gnullvm", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_i686_gnullvm 0.52.6", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.52.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_i686_gnullvm 0.53.0": { - "name": "windows_i686_gnullvm", - "version": "0.53.0", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_i686_gnullvm/0.53.0/download", - "sha256": "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_i686_gnullvm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_i686_gnullvm", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_i686_gnullvm 0.53.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.53.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_i686_msvc 0.42.2": { - "name": "windows_i686_msvc", - "version": "0.42.2", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_i686_msvc/0.42.2/download", - "sha256": "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_i686_msvc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_i686_msvc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_i686_msvc 0.42.2", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.42.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_i686_msvc 0.48.0": { - "name": "windows_i686_msvc", - "version": "0.48.0", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_i686_msvc/0.48.0/download", - "sha256": "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_i686_msvc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_i686_msvc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_i686_msvc 0.48.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.48.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_i686_msvc 0.52.6": { - "name": "windows_i686_msvc", - "version": "0.52.6", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_i686_msvc/0.52.6/download", - "sha256": "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_i686_msvc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_i686_msvc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_i686_msvc 0.52.6", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.52.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_i686_msvc 0.53.0": { - "name": "windows_i686_msvc", - "version": "0.53.0", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_i686_msvc/0.53.0/download", - "sha256": "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_i686_msvc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_i686_msvc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_i686_msvc 0.53.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.53.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_x86_64_gnu 0.42.2": { - "name": "windows_x86_64_gnu", - "version": "0.42.2", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.42.2/download", - "sha256": "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_x86_64_gnu", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_x86_64_gnu", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_x86_64_gnu 0.42.2", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.42.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_x86_64_gnu 0.48.0": { - "name": "windows_x86_64_gnu", - "version": "0.48.0", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.48.0/download", - "sha256": "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_x86_64_gnu", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_x86_64_gnu", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_x86_64_gnu 0.48.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.48.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_x86_64_gnu 0.52.6": { - "name": "windows_x86_64_gnu", - "version": "0.52.6", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.52.6/download", - "sha256": "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_x86_64_gnu", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_x86_64_gnu", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_x86_64_gnu 0.52.6", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.52.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_x86_64_gnu 0.53.0": { - "name": "windows_x86_64_gnu", - "version": "0.53.0", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_gnu/0.53.0/download", - "sha256": "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_x86_64_gnu", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_x86_64_gnu", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_x86_64_gnu 0.53.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.53.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_x86_64_gnullvm 0.42.2": { - "name": "windows_x86_64_gnullvm", - "version": "0.42.2", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.42.2/download", - "sha256": "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_x86_64_gnullvm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_x86_64_gnullvm", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_x86_64_gnullvm 0.42.2", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.42.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_x86_64_gnullvm 0.48.0": { - "name": "windows_x86_64_gnullvm", - "version": "0.48.0", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.48.0/download", - "sha256": "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_x86_64_gnullvm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_x86_64_gnullvm", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_x86_64_gnullvm 0.48.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.48.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_x86_64_gnullvm 0.52.6": { - "name": "windows_x86_64_gnullvm", - "version": "0.52.6", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.52.6/download", - "sha256": "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_x86_64_gnullvm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_x86_64_gnullvm", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_x86_64_gnullvm 0.52.6", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.52.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_x86_64_gnullvm 0.53.0": { - "name": "windows_x86_64_gnullvm", - "version": "0.53.0", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_gnullvm/0.53.0/download", - "sha256": "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_x86_64_gnullvm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_x86_64_gnullvm", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_x86_64_gnullvm 0.53.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.53.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_x86_64_msvc 0.42.2": { - "name": "windows_x86_64_msvc", - "version": "0.42.2", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.42.2/download", - "sha256": "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_x86_64_msvc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_x86_64_msvc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_x86_64_msvc 0.42.2", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.42.2" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_x86_64_msvc 0.48.0": { - "name": "windows_x86_64_msvc", - "version": "0.48.0", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.48.0/download", - "sha256": "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_x86_64_msvc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_x86_64_msvc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_x86_64_msvc 0.48.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.48.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_x86_64_msvc 0.52.6": { - "name": "windows_x86_64_msvc", - "version": "0.52.6", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.52.6/download", - "sha256": "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_x86_64_msvc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_x86_64_msvc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_x86_64_msvc 0.52.6", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.52.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "windows_x86_64_msvc 0.53.0": { - "name": "windows_x86_64_msvc", - "version": "0.53.0", - "package_url": "https://github.com/microsoft/windows-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/windows_x86_64_msvc/0.53.0/download", - "sha256": "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" - } - }, - "targets": [ - { - "Library": { - "crate_name": "windows_x86_64_msvc", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "windows_x86_64_msvc", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "windows_x86_64_msvc 0.53.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.53.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "license-apache-2.0" - }, - "winnow 0.5.0": { - "name": "winnow", - "version": "0.5.0", - "package_url": "https://github.com/winnow-rs/winnow", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/winnow/0.5.0/download", - "sha256": "81fac9742fd1ad1bd9643b991319f72dd031016d44b77039a26977eb667141e7" - } - }, - "targets": [ - { - "Library": { - "crate_name": "winnow", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "winnow", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.5.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE-MIT" - }, - "winnow 0.6.20": { - "name": "winnow", - "version": "0.6.20", - "package_url": "https://github.com/winnow-rs/winnow", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/winnow/0.6.20/download", - "sha256": "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "winnow", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "winnow", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.20" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE-MIT" - }, - "winnow 0.7.14": { - "name": "winnow", - "version": "0.7.14", - "package_url": "https://github.com/winnow-rs/winnow", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/winnow/0.7.14/download", - "sha256": "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" - } - }, - "targets": [ - { - "Library": { - "crate_name": "winnow", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "winnow", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "simd", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "memchr 2.7.4", - "target": "memchr" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.14" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE-MIT" - }, - "winnow 1.0.4": { - "name": "winnow", - "version": "1.0.4", - "package_url": "https://github.com/winnow-rs/winnow", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/winnow/1.0.4/download", - "sha256": "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81" - } - }, - "targets": [ - { - "Library": { - "crate_name": "winnow", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "winnow", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "ascii", - "binary", - "default", - "parser", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.4" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE-MIT" - }, - "winreg 0.50.0": { - "name": "winreg", - "version": "0.50.0", - "package_url": "https://github.com/gentoo90/winreg-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/winreg/0.50.0/download", - "sha256": "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" - } - }, - "targets": [ - { - "Library": { - "crate_name": "winreg", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "winreg", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cfg-if 1.0.0", - "target": "cfg_if" - }, - { - "id": "windows-sys 0.48.0", - "target": "windows_sys" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.50.0" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "wirm 4.0.4": { - "name": "wirm", - "version": "4.0.4", - "package_url": "https://github.com/composablesys/wirm", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wirm/4.0.4/download", - "sha256": "4b545057c2fa3f2a83aa2d23f9010e372b880aa6973f04c0cb8400a2e813e8f0" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wirm", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wirm", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "parallel", - "rayon" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "rayon 1.10.0", - "target": "rayon" - }, - { - "id": "wasm-encoder 0.247.0", - "target": "wasm_encoder" - }, - { - "id": "wasmparser 0.247.0", - "target": "wasmparser" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "paste 1.0.15", - "target": "paste" - } - ], - "selects": {} - }, - "version": "4.0.4" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": null - }, - "wit-bindgen 0.51.0": { - "name": "wit-bindgen", - "version": "0.51.0", - "package_url": "https://github.com/bytecodealliance/wit-bindgen", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wit-bindgen/0.51.0/download", - "sha256": "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wit_bindgen", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wit_bindgen", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "wit-bindgen 0.51.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.51.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "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" - }, - "wit-bindgen 0.57.1": { - "name": "wit-bindgen", - "version": "0.57.1", - "package_url": "https://github.com/bytecodealliance/wit-bindgen", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wit-bindgen/0.57.1/download", - "sha256": "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wit_bindgen", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wit_bindgen", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "wit-bindgen 0.57.1", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.57.1" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "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" - }, - "wit-bindgen-core 0.51.0": { - "name": "wit-bindgen-core", - "version": "0.51.0", - "package_url": "https://github.com/bytecodealliance/wit-bindgen", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wit-bindgen-core/0.51.0/download", - "sha256": "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wit_bindgen_core", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wit_bindgen_core", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "heck 0.5.0", - "target": "heck" - }, - { - "id": "wit-parser 0.244.0", - "target": "wit_parser" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.51.0" - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "wit-bindgen-rust 0.51.0": { - "name": "wit-bindgen-rust", - "version": "0.51.0", - "package_url": "https://github.com/bytecodealliance/wit-bindgen", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wit-bindgen-rust/0.51.0/download", - "sha256": "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wit_bindgen_rust", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wit_bindgen_rust", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "heck 0.5.0", - "target": "heck" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "prettyplease 0.2.37", - "target": "prettyplease" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "wasm-metadata 0.244.0", - "target": "wasm_metadata" - }, - { - "id": "wit-bindgen-core 0.51.0", - "target": "wit_bindgen_core" - }, - { - "id": "wit-bindgen-rust 0.51.0", - "target": "build_script_build" - }, - { - "id": "wit-component 0.244.0", - "target": "wit_component" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.51.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "link_deps": { - "common": [ - { - "id": "prettyplease 0.2.37", - "target": "prettyplease" - } - ], - "selects": {} - } - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "wit-bindgen-rust-macro 0.51.0": { - "name": "wit-bindgen-rust-macro", - "version": "0.51.0", - "package_url": "https://github.com/bytecodealliance/wit-bindgen", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wit-bindgen-rust-macro/0.51.0/download", - "sha256": "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "wit_bindgen_rust_macro", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wit_bindgen_rust_macro", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "prettyplease 0.2.37", - "target": "prettyplease" - }, - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "wit-bindgen-core 0.51.0", - "target": "wit_bindgen_core" - }, - { - "id": "wit-bindgen-rust 0.51.0", - "target": "wit_bindgen_rust" - }, - { - "id": "wit-bindgen-rust-macro 0.51.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2024", - "version": "0.51.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "link_deps": { - "common": [ - { - "id": "prettyplease 0.2.37", - "target": "prettyplease" - } - ], - "selects": {} - } - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "wit-component 0.244.0": { - "name": "wit-component", - "version": "0.244.0", - "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wit-component", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wit-component/0.244.0/download", - "sha256": "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wit_component", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wit_component", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "bitflags 2.10.0", - "target": "bitflags" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "wasm-encoder 0.244.0", - "target": "wasm_encoder" - }, - { - "id": "wasm-metadata 0.244.0", - "target": "wasm_metadata" - }, - { - "id": "wasmparser 0.244.0", - "target": "wasmparser" - }, - { - "id": "wit-parser 0.244.0", - "target": "wit_parser" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "serde_derive 1.0.228", - "target": "serde_derive" - } - ], - "selects": {} - }, - "version": "0.244.0" - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "wit-parser 0.244.0": { - "name": "wit-parser", - "version": "0.244.0", - "package_url": "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wit-parser", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wit-parser/0.244.0/download", - "sha256": "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wit_parser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wit_parser", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "decoding", - "default", - "serde", - "serde_json" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "anyhow 1.0.104", - "target": "anyhow" - }, - { - "id": "id-arena 2.3.0", - "target": "id_arena" - }, - { - "id": "indexmap 2.14.0", - "target": "indexmap" - }, - { - "id": "log 0.4.33", - "target": "log" - }, - { - "id": "semver 1.0.27", - "target": "semver" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - }, - { - "id": "unicode-xid 0.2.4", - "target": "unicode_xid" - }, - { - "id": "wasmparser 0.244.0", - "target": "wasmparser" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "serde_derive 1.0.228", - "target": "serde_derive" - } - ], - "selects": {} - }, - "version": "0.244.0" - }, - "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "woothee 0.13.0": { - "name": "woothee", - "version": "0.13.0", - "package_url": "https://github.com/woothee/woothee-rust", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/woothee/0.13.0/download", - "sha256": "896174c6a4779d4d7d4523dd27aef7d46609eda2497e370f6c998325c6bf6971" - } - }, - "targets": [ - { - "Library": { - "crate_name": "woothee", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "woothee", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "regex 1.13.1", - "target": "regex" - }, - { - "id": "woothee 0.13.0", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.13.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "write16 1.0.0": { - "name": "write16", - "version": "1.0.0", - "package_url": "https://github.com/hsivonen/write16", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/write16/1.0.0/download", - "sha256": "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" - } - }, - "targets": [ - { - "Library": { - "crate_name": "write16", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "write16", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc" - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.0" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "writeable 0.5.5": { - "name": "writeable", - "version": "0.5.5", - "package_url": "https://github.com/unicode-org/icu4x", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/writeable/0.5.5/download", - "sha256": "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" - } - }, - "targets": [ - { - "Library": { - "crate_name": "writeable", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "writeable", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2021", - "version": "0.5.5" - }, - "license": "Unicode-3.0", - "license_ids": [ - "Unicode-3.0" - ], - "license_file": "LICENSE" - }, - "wycheproof 0.6.0": { - "name": "wycheproof", - "version": "0.6.0", - "package_url": "https://github.com/randombit/wycheproof-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wycheproof/0.6.0/download", - "sha256": "efb3be19abfb206c6adcbdf2007b09b0e8ca1f6530db40c03b42ce8ed4719894" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wycheproof", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wycheproof", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "ecdsa", - "eddsa", - "hkdf", - "mac", - "rsa_sig" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "data-encoding 2.11.0", - "target": "data_encoding" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "serde_json 1.0.145", - "target": "serde_json" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.6.0" - }, - "license": "Apache-2.0", - "license_ids": [ - "Apache-2.0" - ], - "license_file": "LICENSE" - }, - "wyz 0.5.1": { - "name": "wyz", - "version": "0.5.1", - "package_url": "https://github.com/myrrlyn/wyz", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/wyz/0.5.1/download", - "sha256": "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" - } - }, - "targets": [ - { - "Library": { - "crate_name": "wyz", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "wyz", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "tap 1.0.1", - "target": "tap" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.1" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE.txt" - }, - "x509-cert 0.2.5": { - "name": "x509-cert", - "version": "0.2.5", - "package_url": "https://github.com/RustCrypto/formats/tree/master/x509-cert", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/x509-cert/0.2.5/download", - "sha256": "1301e935010a701ae5f8655edc0ad17c44bad3ac5ce8c39185f75453b720ae94" - } - }, - "targets": [ - { - "Library": { - "crate_name": "x509_cert", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "x509_cert", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "builder", - "default", - "hazmat", - "pem", - "sha1", - "signature", - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "const-oid 0.9.4", - "target": "const_oid" - }, - { - "id": "der 0.7.7", - "target": "der" - }, - { - "id": "sha1 0.10.6", - "target": "sha1" - }, - { - "id": "signature 2.2.0", - "target": "signature" - }, - { - "id": "spki 0.7.3", - "target": "spki" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.2.5" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "x509-parser 0.16.0": { - "name": "x509-parser", - "version": "0.16.0", - "package_url": "https://github.com/rusticata/x509-parser.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/x509-parser/0.16.0/download", - "sha256": "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69" - } - }, - "targets": [ - { - "Library": { - "crate_name": "x509_parser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "x509_parser", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "ring", - "verify" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "asn1-rs 0.6.2", - "target": "asn1_rs" - }, - { - "id": "data-encoding 2.11.0", - "target": "data_encoding" - }, - { - "id": "der-parser 9.0.0", - "target": "der_parser" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "nom 7.1.3", - "target": "nom" - }, - { - "id": "oid-registry 0.7.1", - "target": "oid_registry" - }, - { - "id": "ring 0.17.14", - "target": "ring" - }, - { - "id": "rusticata-macros 4.1.0", - "target": "rusticata_macros" - }, - { - "id": "thiserror 1.0.68", - "target": "thiserror" - }, - { - "id": "time 0.3.47", - "target": "time" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.16.0" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "x509-parser 0.18.1": { - "name": "x509-parser", - "version": "0.18.1", - "package_url": "https://github.com/rusticata/x509-parser.git", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/x509-parser/0.18.1/download", - "sha256": "d43b0f71ce057da06bc0851b23ee24f3f86190b07203dd8f567d0b706a185202" - } - }, - "targets": [ - { - "Library": { - "crate_name": "x509_parser", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "x509_parser", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "asn1-rs 0.7.1", - "target": "asn1_rs" - }, - { - "id": "data-encoding 2.11.0", - "target": "data_encoding" - }, - { - "id": "der-parser 10.0.0", - "target": "der_parser" - }, - { - "id": "lazy_static 1.5.0", - "target": "lazy_static" - }, - { - "id": "nom 7.1.3", - "target": "nom" - }, - { - "id": "oid-registry 0.8.1", - "target": "oid_registry" - }, - { - "id": "rusticata-macros 4.1.0", - "target": "rusticata_macros" - }, - { - "id": "thiserror 2.0.18", - "target": "thiserror" - }, - { - "id": "time 0.3.47", - "target": "time" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.18.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "xattr 1.6.1": { - "name": "xattr", - "version": "1.6.1", - "package_url": "https://github.com/Stebalien/xattr", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/xattr/1.6.1/download", - "sha256": "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" - } - }, - "targets": [ - { - "Library": { - "crate_name": "xattr", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "xattr", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "unsupported" - ], - "selects": {} - }, - "deps": { - "common": [], - "selects": { - "cfg(any(target_os = \"android\", target_os = \"linux\", target_os = \"macos\", target_os = \"hurd\"))": [ - { - "id": "rustix 1.1.4", - "target": "rustix" - } - ], - "cfg(any(target_os = \"freebsd\", target_os = \"netbsd\"))": [ - { - "id": "libc 0.2.186", - "target": "libc" - } - ] - } - }, - "edition": "2021", - "version": "1.6.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "xz2 0.1.7": { - "name": "xz2", - "version": "0.1.7", - "package_url": "https://github.com/alexcrichton/xz2-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/xz2/0.1.7/download", - "sha256": "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" - } - }, - "targets": [ - { - "Library": { - "crate_name": "xz2", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "xz2", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "static" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "lzma-sys 0.1.20", - "target": "lzma_sys" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.1.7" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "yaml-rust 0.4.5": { - "name": "yaml-rust", - "version": "0.4.5", - "package_url": "https://github.com/chyh1990/yaml-rust", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/yaml-rust/0.4.5/download", - "sha256": "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" - } - }, - "targets": [ - { - "Library": { - "crate_name": "yaml_rust", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "yaml_rust", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "linked-hash-map 0.5.6", - "target": "linked_hash_map" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.4.5" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "yansi 0.5.1": { - "name": "yansi", - "version": "0.5.1", - "package_url": "https://github.com/SergioBenitez/yansi", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/yansi/0.5.1/download", - "sha256": "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" - } - }, - "targets": [ - { - "Library": { - "crate_name": "yansi", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "yansi", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2015", - "version": "0.5.1" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "yansi 1.0.1": { - "name": "yansi", - "version": "1.0.1", - "package_url": "https://github.com/SergioBenitez/yansi", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/yansi/1.0.1/download", - "sha256": "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" - } - }, - "targets": [ - { - "Library": { - "crate_name": "yansi", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "yansi", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "std" - ], - "selects": {} - }, - "edition": "2021", - "version": "1.0.1" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "yasna 0.5.2": { - "name": "yasna", - "version": "0.5.2", - "package_url": "https://github.com/qnighy/yasna.rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/yasna/0.5.2/download", - "sha256": "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" - } - }, - "targets": [ - { - "Library": { - "crate_name": "yasna", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "yasna", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "default", - "std", - "time" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "time 0.3.47", - "target": "time" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.5.2" - }, - "license": "MIT OR Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": null - }, - "yoke 0.7.4": { - "name": "yoke", - "version": "0.7.4", - "package_url": "https://github.com/unicode-org/icu4x", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/yoke/0.7.4/download", - "sha256": "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" - } - }, - "targets": [ - { - "Library": { - "crate_name": "yoke", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "yoke", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "derive", - "zerofrom" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "stable_deref_trait 1.2.0", - "target": "stable_deref_trait" - }, - { - "id": "zerofrom 0.1.4", - "target": "zerofrom" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "yoke-derive 0.7.4", - "target": "yoke_derive" - } - ], - "selects": {} - }, - "version": "0.7.4" - }, - "license": "Unicode-3.0", - "license_ids": [ - "Unicode-3.0" - ], - "license_file": "LICENSE" - }, - "yoke-derive 0.7.4": { - "name": "yoke-derive", - "version": "0.7.4", - "package_url": "https://github.com/unicode-org/icu4x", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/yoke-derive/0.7.4/download", - "sha256": "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "yoke_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "yoke_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "synstructure 0.13.1", - "target": "synstructure" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.7.4" - }, - "license": "Unicode-3.0", - "license_ids": [ - "Unicode-3.0" - ], - "license_file": "LICENSE" - }, - "z85 3.0.7": { - "name": "z85", - "version": "3.0.7", - "package_url": "https://github.com/decafbad/z85", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/z85/3.0.7/download", - "sha256": "c6e61e59a957b7ccee15d2049f86e8bfd6f66968fcd88f018950662d9b86e675" - } - }, - "targets": [ - { - "Library": { - "crate_name": "z85", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "z85", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "edition": "2024", - "version": "3.0.7" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-Apache" - }, - "zerocopy 0.7.32": { - "name": "zerocopy", - "version": "0.7.32", - "package_url": "https://github.com/google/zerocopy", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/zerocopy/0.7.32/download", - "sha256": "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" - } - }, - "targets": [ - { - "Library": { - "crate_name": "zerocopy", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "zerocopy", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "simd" - ], - "selects": {} - }, - "edition": "2018", - "proc_macro_deps": { - "common": [], - "selects": { - "cfg(any())": [ - { - "id": "zerocopy-derive 0.7.32", - "target": "zerocopy_derive" - } - ] - } - }, - "version": "0.7.32" - }, - "license": "BSD-2-Clause OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "BSD-2-Clause", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "zerocopy 0.8.56": { - "name": "zerocopy", - "version": "0.8.56", - "package_url": "https://github.com/google/zerocopy", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/zerocopy/0.8.56/download", - "sha256": "556764e583adb45a9f8d413c2a147fa7e8d821e48e12b14fd560b607998b75eb" - } - }, - "targets": [ - { - "Library": { - "crate_name": "zerocopy", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "zerocopy", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "derive", - "simd", - "zerocopy-derive" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "zerocopy 0.8.56", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "zerocopy-derive 0.8.56", - "target": "zerocopy_derive" - } - ], - "selects": {} - }, - "version": "0.8.56" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ] - }, - "license": "BSD-2-Clause OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "BSD-2-Clause", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "zerocopy-derive 0.7.32": { - "name": "zerocopy-derive", - "version": "0.7.32", - "package_url": "https://github.com/google/zerocopy", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/zerocopy-derive/0.7.32/download", - "sha256": "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "zerocopy_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "zerocopy_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.7.32" - }, - "license": "BSD-2-Clause OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "BSD-2-Clause", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "zerocopy-derive 0.8.56": { - "name": "zerocopy-derive", - "version": "0.8.56", - "package_url": "https://github.com/google/zerocopy", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/zerocopy-derive/0.8.56/download", - "sha256": "f2ab42fc20575779bd240faa45f94a74256f755c0fa9e89f0ede20d91d0cdfc1" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "zerocopy_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "zerocopy_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.8.56" - }, - "license": "BSD-2-Clause OR Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "BSD-2-Clause", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "zerofrom 0.1.4": { - "name": "zerofrom", - "version": "0.1.4", - "package_url": "https://github.com/unicode-org/icu4x", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/zerofrom/0.1.4/download", - "sha256": "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" - } - }, - "targets": [ - { - "Library": { - "crate_name": "zerofrom", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "zerofrom", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "derive" - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "zerofrom-derive 0.1.4", - "target": "zerofrom_derive" - } - ], - "selects": {} - }, - "version": "0.1.4" - }, - "license": "Unicode-3.0", - "license_ids": [ - "Unicode-3.0" - ], - "license_file": "LICENSE" - }, - "zerofrom-derive 0.1.4": { - "name": "zerofrom-derive", - "version": "0.1.4", - "package_url": "https://github.com/unicode-org/icu4x", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/zerofrom-derive/0.1.4/download", - "sha256": "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "zerofrom_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "zerofrom_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - }, - { - "id": "synstructure 0.13.1", - "target": "synstructure" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.1.4" - }, - "license": "Unicode-3.0", - "license_ids": [ - "Unicode-3.0" - ], - "license_file": "LICENSE" - }, - "zeroize 1.8.1": { - "name": "zeroize", - "version": "1.8.1", - "package_url": "https://github.com/RustCrypto/utils/tree/master/zeroize", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/zeroize/1.8.1/download", - "sha256": "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" - } - }, - "targets": [ - { - "Library": { - "crate_name": "zeroize", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "zeroize", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "alloc", - "default", - "derive", - "zeroize_derive" - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "zeroize_derive 1.4.2", - "target": "zeroize_derive" - } - ], - "selects": {} - }, - "version": "1.8.1" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "zeroize_derive 1.4.2": { - "name": "zeroize_derive", - "version": "1.4.2", - "package_url": "https://github.com/RustCrypto/utils/tree/master/zeroize/derive", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/zeroize_derive/1.4.2/download", - "sha256": "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "zeroize_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "zeroize_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "1.4.2" - }, - "license": "Apache-2.0 OR MIT", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE-APACHE" - }, - "zerovec 0.10.4": { - "name": "zerovec", - "version": "0.10.4", - "package_url": "https://github.com/unicode-org/icu4x", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/zerovec/0.10.4/download", - "sha256": "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" - } - }, - "targets": [ - { - "Library": { - "crate_name": "zerovec", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "zerovec", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "derive", - "yoke" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "yoke 0.7.4", - "target": "yoke" - }, - { - "id": "zerofrom 0.1.4", - "target": "zerofrom" - } - ], - "selects": {} - }, - "edition": "2021", - "proc_macro_deps": { - "common": [ - { - "id": "zerovec-derive 0.10.3", - "target": "zerovec_derive" - } - ], - "selects": {} - }, - "version": "0.10.4" - }, - "license": "Unicode-3.0", - "license_ids": [ - "Unicode-3.0" - ], - "license_file": "LICENSE" - }, - "zerovec-derive 0.10.3": { - "name": "zerovec-derive", - "version": "0.10.3", - "package_url": "https://github.com/unicode-org/icu4x", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/zerovec-derive/0.10.3/download", - "sha256": "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" - } - }, - "targets": [ - { - "ProcMacro": { - "crate_name": "zerovec_derive", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "zerovec_derive", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "proc-macro2 1.0.106", - "target": "proc_macro2" - }, - { - "id": "quote 1.0.47", - "target": "quote" - }, - { - "id": "syn 2.0.119", - "target": "syn" - } - ], - "selects": {} - }, - "edition": "2021", - "version": "0.10.3" - }, - "license": "Unicode-3.0", - "license_ids": [ - "Unicode-3.0" - ], - "license_file": "LICENSE" - }, - "zstd 0.12.4": { - "name": "zstd", - "version": "0.12.4", - "package_url": "https://github.com/gyscos/zstd-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/zstd/0.12.4/download", - "sha256": "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c" - } - }, - "targets": [ - { - "Library": { - "crate_name": "zstd", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "zstd", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "zstd-safe 6.0.5+zstd.1.5.4", - "target": "zstd_safe" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.12.4" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "zstd 0.13.2": { - "name": "zstd", - "version": "0.13.2", - "package_url": "https://github.com/gyscos/zstd-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/zstd/0.13.2/download", - "sha256": "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" - } - }, - "targets": [ - { - "Library": { - "crate_name": "zstd", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "zstd", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "arrays", - "default", - "legacy", - "zdict_builder" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "zstd-safe 7.1.0", - "target": "zstd_safe" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "0.13.2" - }, - "license": "MIT", - "license_ids": [ - "MIT" - ], - "license_file": "LICENSE" - }, - "zstd-safe 6.0.5+zstd.1.5.4": { - "name": "zstd-safe", - "version": "6.0.5+zstd.1.5.4", - "package_url": "https://github.com/gyscos/zstd-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/zstd-safe/6.0.5+zstd.1.5.4/download", - "sha256": "d56d9e60b4b1758206c238a10165fbcae3ca37b01744e394c463463f6529d23b" - } - }, - "targets": [ - { - "Library": { - "crate_name": "zstd_safe", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "zstd_safe", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "std" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "libc 0.2.186", - "target": "libc" - }, - { - "id": "zstd-safe 6.0.5+zstd.1.5.4", - "target": "build_script_build" - }, - { - "id": "zstd-sys 2.0.10+zstd.1.5.6", - "target": "zstd_sys" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "6.0.5+zstd.1.5.4" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "link_deps": { - "common": [ - { - "id": "zstd-sys 2.0.10+zstd.1.5.6", - "target": "zstd_sys" - } - ], - "selects": {} - } - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE" - }, - "zstd-safe 7.1.0": { - "name": "zstd-safe", - "version": "7.1.0", - "package_url": "https://github.com/gyscos/zstd-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/zstd-safe/7.1.0/download", - "sha256": "1cd99b45c6bc03a018c8b8a86025678c87e55526064e38f9df301989dce7ec0a" - } - }, - "targets": [ - { - "Library": { - "crate_name": "zstd_safe", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "zstd_safe", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "arrays", - "legacy", - "std", - "zdict_builder" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "zstd-safe 7.1.0", - "target": "build_script_build" - }, - { - "id": "zstd-sys 2.0.10+zstd.1.5.6", - "target": "zstd_sys" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "7.1.0" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "link_deps": { - "common": [ - { - "id": "zstd-sys 2.0.10+zstd.1.5.6", - "target": "zstd_sys" - } - ], - "selects": {} - } - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE" - }, - "zstd-sys 2.0.10+zstd.1.5.6": { - "name": "zstd-sys", - "version": "2.0.10+zstd.1.5.6", - "package_url": "https://github.com/gyscos/zstd-rs", - "repository": { - "Http": { - "url": "https://static.crates.io/crates/zstd-sys/2.0.10+zstd.1.5.6/download", - "sha256": "c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa" - } - }, - "targets": [ - { - "Library": { - "crate_name": "zstd_sys", - "crate_root": "src/lib.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - }, - { - "BuildScript": { - "crate_name": "build_script_build", - "crate_root": "build.rs", - "srcs": { - "allow_empty": true, - "include": [ - "**/*.rs" - ] - } - } - } - ], - "library_target_name": "zstd_sys", - "common_attrs": { - "compile_data_glob": [ - "**" - ], - "crate_features": { - "common": [ - "legacy", - "std", - "zdict_builder" - ], - "selects": {} - }, - "deps": { - "common": [ - { - "id": "zstd-sys 2.0.10+zstd.1.5.6", - "target": "build_script_build" - } - ], - "selects": {} - }, - "edition": "2018", - "version": "2.0.10+zstd.1.5.6" - }, - "build_script_attrs": { - "compile_data_glob": [ - "**" - ], - "compile_data_glob_excludes": [ - "**/*.rs" - ], - "data_glob": [ - "**" - ], - "deps": { - "common": [ - { - "id": "cc 1.2.48", - "target": "cc" - }, - { - "id": "pkg-config 0.3.32", - "target": "pkg_config" - } - ], - "selects": {} - }, - "links": "zstd" - }, - "license": "MIT/Apache-2.0", - "license_ids": [ - "Apache-2.0", - "MIT" - ], - "license_file": "LICENSE" - } - }, "binary_crates": [ "ic-gateway 0.2.0", "ic-wasm 0.11.1" ], - "checksum": "d6e1223d9c773e31b3b5fb09164507fc6cf53345c237b708d5b035968c27b1ba", + "checksum": "d40c25e5abb29fb2343b3c13a48c3cd4124fbf52f5b30d2f737c0eeff36e2825", "conditions": { "aarch64-apple-darwin": [ "aarch64-apple-darwin" @@ -100292,109 +6712,13 @@ ], "version": "0.5.6" }, - "axum-extra 0.10.1": { - "common_attrs": { - "crate_features": [ - "default", - "tracing", - "typed-header" - ], - "deps": [ - { - "id": "axum 0.8.9", - "target": "axum" - }, - { - "id": "axum-core 0.5.6", - "target": "axum_core" - }, - { - "id": "bytes 1.11.1", - "target": "bytes" - }, - { - "id": "futures-util 0.3.31", - "target": "futures_util" - }, - { - "id": "headers 0.4.1", - "target": "headers" - }, - { - "id": "http 1.3.1", - "target": "http" - }, - { - "id": "http-body 1.0.1", - "target": "http_body" - }, - { - "id": "http-body-util 0.1.3", - "target": "http_body_util" - }, - { - "id": "mime 0.3.17", - "target": "mime" - }, - { - "id": "pin-project-lite 0.2.17", - "target": "pin_project_lite" - }, - { - "id": "serde 1.0.228", - "target": "serde" - }, - { - "id": "tower 0.5.2", - "target": "tower" - }, - { - "id": "tower-layer 0.3.3", - "target": "tower_layer" - }, - { - "id": "tower-service 0.3.3", - "target": "tower_service" - } - ], - "edition": "2021", - "proc_macro_deps": [ - { - "id": "rustversion 1.0.14", - "target": "rustversion" - } - ] - }, - "library_target_name": "axum_extra", - "license": "MIT", - "license_file": "LICENSE", - "license_ids": [ - "MIT" - ], - "name": "axum-extra", - "package_url": "https://github.com/tokio-rs/axum", - "repository": { - "Http": { - "sha256": "45bf463831f5131b7d3c756525b305d40f1185b688565648a92e1392ca35713d", - "url": "https://static.crates.io/crates/axum-extra/0.10.1/download" - } - }, - "targets": [ - { - "Library": { - "crate_name": "axum_extra", - "crate_root": "src/lib.rs" - } - } - ], - "version": "0.10.1" - }, "axum-extra 0.12.6": { "common_attrs": { "crate_features": [ "default", "middleware", - "tracing" + "tracing", + "typed-header" ], "deps": [ { @@ -100417,6 +6741,10 @@ "id": "futures-util 0.3.31", "target": "futures_util" }, + { + "id": "headers 0.4.1", + "target": "headers" + }, { "id": "http 1.3.1", "target": "http" @@ -106151,45 +12479,6 @@ ], "version": "2.0.4" }, - "colored 3.0.0": { - "common_attrs": { - "deps": { - "common": [], - "selects": { - "cfg(windows)": [ - { - "id": "windows-sys 0.59.0", - "target": "windows_sys" - } - ] - } - }, - "edition": "2021" - }, - "library_target_name": "colored", - "license": "MPL-2.0", - "license_file": "LICENSE", - "license_ids": [ - "MPL-2.0" - ], - "name": "colored", - "package_url": "https://github.com/mackwic/colored", - "repository": { - "Http": { - "sha256": "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e", - "url": "https://static.crates.io/crates/colored/3.0.0/download" - } - }, - "targets": [ - { - "Library": { - "crate_name": "colored", - "crate_root": "src/lib.rs" - } - } - ], - "version": "3.0.0" - }, "combine 4.6.7": { "common_attrs": { "deps": [ @@ -111267,7 +17556,7 @@ "target": "axum" }, { - "id": "axum-extra 0.10.1", + "id": "axum-extra 0.12.6", "target": "axum_extra" }, { @@ -111894,7 +18183,7 @@ "target": "loopdev" }, { - "id": "lru 0.7.8", + "id": "lru 0.12.5", "target": "lru" }, { @@ -129625,34 +35914,6 @@ ], "version": "0.12.5" }, - "lru 0.7.8": { - "common_attrs": { - "edition": "2015" - }, - "library_target_name": "lru", - "license": "MIT", - "license_file": "LICENSE", - "license_ids": [ - "MIT" - ], - "name": "lru", - "package_url": "https://github.com/jeromefroe/lru-rs.git", - "repository": { - "Http": { - "sha256": "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a", - "url": "https://static.crates.io/crates/lru/0.7.8/download" - } - }, - "targets": [ - { - "Library": { - "crate_name": "lru", - "crate_root": "src/lib.rs" - } - } - ], - "version": "0.7.8" - }, "lru-cache 0.1.2": { "common_attrs": { "deps": [ @@ -131188,12 +37449,6 @@ }, "mockito 1.7.0": { "common_attrs": { - "crate_features": [ - "color", - "colored", - "default", - "parking_lot" - ], "deps": [ { "id": "assert-json-diff 2.0.2", @@ -131203,10 +37458,6 @@ "id": "bytes 1.11.1", "target": "bytes" }, - { - "id": "colored 3.0.0", - "target": "colored" - }, { "id": "futures-util 0.3.31", "target": "futures_util" diff --git a/Cargo.Bazel.toml.lock b/Cargo.Bazel.toml.lock index 4a2df054ca96..c3ec3474eaa4 100644 --- a/Cargo.Bazel.toml.lock +++ b/Cargo.Bazel.toml.lock @@ -2,15 +2,6 @@ # It is not intended for manual editing. version = 4 -[[package]] -name = "acl-sys" -version = "1.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbc079f9bdd3124fd18df23c67f7e0f79d24751ae151dcffd095fcade07a3eb2" -dependencies = [ - "libc", -] - [[package]] name = "actix-codec" version = "0.5.1" @@ -4086,7 +4077,6 @@ dependencies = [ "ping", "pkcs8", "pkg-config", - "posix-acl", "pprof", "predicates", "pretty_assertions", @@ -9603,16 +9593,6 @@ version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" -[[package]] -name = "posix-acl" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9928b761309e4a4ca4f2d90eb03029142e3f7164107e18db4d46516515b87441" -dependencies = [ - "acl-sys", - "libc", -] - [[package]] name = "postcard" version = "1.1.3" From e1a0bb9988f0d16aad75a7a93e0b71a2a442bb41 Mon Sep 17 00:00:00 2001 From: Bas van Dijk Date: Fri, 11 Sep 2026 08:27:27 +0000 Subject: [PATCH 3/6] trimming --- bazel/rules_rust_static_runtime.patch | 53 ++++----------------------- 1 file changed, 7 insertions(+), 46 deletions(-) diff --git a/bazel/rules_rust_static_runtime.patch b/bazel/rules_rust_static_runtime.patch index d13257b40384..92a46ec8b2c1 100644 --- a/bazel/rules_rust_static_runtime.patch +++ b/bazel/rules_rust_static_runtime.patch @@ -10,58 +10,19 @@ # # This patch prefers the static runtime for shared libraries too, falling back # to the dynamic one for toolchains that ship no static runtime (the local -# toolchains' system libstdc++.so). The policy lives in one new helper, +# toolchains' system libstdc++.so). The policy lives in the helper, # `cc_runtime_libs`, shared by the three sites that pick a runtime: the action # inputs (`collect_inputs`), the rustc link flags (`_add_native_link_flags`) # and rustdoc's doc-test link flags. -# -# The `rust_doc_test` half of this fix — doc tests dropping the runtime libs' -# `-l` flags and `-Lnative=` roots entirely — is upstream as of 0.74.0 -# (commit ed7afd2fc, -# https://github.com/bazelbuild/rules_rust/pull/4220), so this patch no -# longer carries it. Upstream's version is a superset: it also guards against -# an empty lib root, which would emit `--strip_substring=/`. diff --git a/rust/private/rustc.bzl b/rust/private/rustc.bzl index d447c9730..2e576db84 100644 --- a/rust/private/rustc.bzl +++ b/rust/private/rustc.bzl @@ -667,6 +667,44 @@ def _depend_on_metadata(crate_info, force_depend_on_objects): - + return crate_info.type in ("rlib", "lib") - + +def cc_runtime_libs(cc_toolchain, feature_configuration, crate_type): -+ """Returns the cc_toolchain's C++ runtime libraries to link a crate against. -+ -+ For every crate type but `dylib`/`cdylib` this is the static runtime -+ (e.g. libstdc++.a or libc++.a), like linking a `cc_binary` would. -+ -+ For shared libraries rules_rust links the *dynamic* runtime (e.g. -+ libstdc++.so or libc++.so), but we prefer the static one whenever the -+ toolchain provides it: hermetic toolchains like hermetic-llvm only usably -+ ship a static runtime, and its libunwind is the sole provider of the -+ `_Unwind_*` symbols rust std needs since the toolchain links with -+ `--unwindlib=none`. Their dynamic runtime consists of versioned library -+ files (libunwind.so.1) that a `-l` flag never matches, so linking it -+ silently produces a shared library with undefined `_Unwind_*` symbols that -+ only fails at runtime, because shared-library links don't fail on -+ undefined symbols: dlopen of e.g. libnss_icos.so fails, leaving GuestOS -+ unable to resolve "hostos" and nft unable to load the orchestrator's -+ firewall rules. -+ -+ Falls back to the dynamic runtime when the toolchain provides no static -+ one, which is the case for the local toolchains that only offer the -+ system libstdc++.so. -+ -+ Args: -+ cc_toolchain (CcToolchainInfo): The cc_toolchain to query, not None. -+ feature_configuration (FeatureConfiguration): Feature configuration to be queried. -+ crate_type (str): The crate type of the crate being linked. -+ -+ Returns: -+ A tuple of the runtime libraries (depset[File]) and whether they are -+ the static runtime (bool), which callers need to tell `-lstatic=` from -+ `-ldylib=`. -+ """ + static_runtime_libs = cc_toolchain.static_runtime_lib(feature_configuration = feature_configuration) + if crate_type in ["dylib", "cdylib"] and not static_runtime_libs.to_list(): + return cc_toolchain.dynamic_runtime_lib(feature_configuration = feature_configuration), False @@ -71,7 +32,7 @@ index d447c9730..2e576db84 100644 ctx, file, @@ -784,12 +822,8 @@ def collect_inputs( - + if not cc_toolchain: runtime_libs = depset() - elif crate_info.type in ["dylib", "cdylib"]: @@ -81,12 +42,12 @@ index d447c9730..2e576db84 100644 else: - runtime_libs = cc_toolchain.static_runtime_lib(feature_configuration = feature_configuration) + runtime_libs, _ = cc_runtime_libs(cc_toolchain, feature_configuration, crate_info.type) - + nolinkstamp_compile_inputs = depset( nolinkstamp_compile_direct_inputs + @@ -3053,34 +3087,18 @@ def _add_native_link_flags( args.add_all(linkstamp_outs, format_each = "-Clink-args=%s") - + if cc_toolchain: - if crate_type in ["dylib", "cdylib"]: - # For shared libraries we want to link C++ runtime library dynamically @@ -126,7 +87,7 @@ index d447c9730..2e576db84 100644 - map_each = get_lib_name, - format_each = "-lstatic=%s", - ) - + def _get_out_dir_path(file): """Return the path suitable for `--out-dir=`. diff --git a/rust/private/rustdoc.bzl b/rust/private/rustdoc.bzl From 53af7168463e9e8ba612c7610554fc52bb96d28c Mon Sep 17 00:00:00 2001 From: Bas van Dijk Date: Fri, 11 Sep 2026 08:31:07 +0000 Subject: [PATCH 4/6] add back the doc of cc_runtime_libs --- bazel/rules_rust_static_runtime.patch | 38 +++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 5 deletions(-) diff --git a/bazel/rules_rust_static_runtime.patch b/bazel/rules_rust_static_runtime.patch index 92a46ec8b2c1..4a2884d2ee84 100644 --- a/bazel/rules_rust_static_runtime.patch +++ b/bazel/rules_rust_static_runtime.patch @@ -9,11 +9,7 @@ # unable to load the orchestrator's firewall rules. # # This patch prefers the static runtime for shared libraries too, falling back -# to the dynamic one for toolchains that ship no static runtime (the local -# toolchains' system libstdc++.so). The policy lives in the helper, -# `cc_runtime_libs`, shared by the three sites that pick a runtime: the action -# inputs (`collect_inputs`), the rustc link flags (`_add_native_link_flags`) -# and rustdoc's doc-test link flags. +# to the dynamic one for toolchains that ship no static runtime. diff --git a/rust/private/rustc.bzl b/rust/private/rustc.bzl index d447c9730..2e576db84 100644 --- a/rust/private/rustc.bzl @@ -23,6 +19,38 @@ index d447c9730..2e576db84 100644 return crate_info.type in ("rlib", "lib") +def cc_runtime_libs(cc_toolchain, feature_configuration, crate_type): ++ """Returns the cc_toolchain's C++ runtime libraries to link a crate against. ++ ++ For every crate type but `dylib`/`cdylib` this is the static runtime ++ (e.g. libstdc++.a or libc++.a), like linking a `cc_binary` would. ++ ++ For shared libraries rules_rust links the *dynamic* runtime (e.g. ++ libstdc++.so or libc++.so), but we prefer the static one whenever the ++ toolchain provides it: hermetic toolchains like hermetic-llvm only usably ++ ship a static runtime, and its libunwind is the sole provider of the ++ `_Unwind_*` symbols rust std needs since the toolchain links with ++ `--unwindlib=none`. Their dynamic runtime consists of versioned library ++ files (libunwind.so.1) that a `-l` flag never matches, so linking it ++ silently produces a shared library with undefined `_Unwind_*` symbols that ++ only fails at runtime, because shared-library links don't fail on ++ undefined symbols: dlopen of e.g. libnss_icos.so fails, leaving GuestOS ++ unable to resolve "hostos" and nft unable to load the orchestrator's ++ firewall rules. ++ ++ Falls back to the dynamic runtime when the toolchain provides no static ++ one, which is the case for the local toolchains that only offer the ++ system libstdc++.so. ++ ++ Args: ++ cc_toolchain (CcToolchainInfo): The cc_toolchain to query, not None. ++ feature_configuration (FeatureConfiguration): Feature configuration to be queried. ++ crate_type (str): The crate type of the crate being linked. ++ ++ Returns: ++ A tuple of the runtime libraries (depset[File]) and whether they are ++ the static runtime (bool), which callers need to tell `-lstatic=` from ++ `-ldylib=`. ++ """ + static_runtime_libs = cc_toolchain.static_runtime_lib(feature_configuration = feature_configuration) + if crate_type in ["dylib", "cdylib"] and not static_runtime_libs.to_list(): + return cc_toolchain.dynamic_runtime_lib(feature_configuration = feature_configuration), False From 323bf2053f9eb54122d75db93791aa936b19b5cd Mon Sep 17 00:00:00 2001 From: Bas van Dijk Date: Fri, 11 Sep 2026 08:44:47 +0000 Subject: [PATCH 5/6] chore(bazel): drop bazel/rustix.patch, redundant since rules_rust 0.74.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `bazel/rustix.patch` deleted rustix's `can_compile()` probe artifact from `OUT_DIR` so that the `CargoBuildScriptRun` output — which rules_rust captures as a cacheable build output — stayed byte-reproducible. The patch header attributed the non-determinism to the probe artifact embedding "non-deterministic compiler-internal metadata". It is in fact plain path-dependence, and rules_rust 0.74.0 fixes it: upstream #4202 adds `--remap-path-prefix=${pwd}=.` to the `CARGO_ENCODED_RUSTFLAGS` that `cargo_build_script` passes to build scripts, and rustix's `can_compile()` forwards all of `CARGO_ENCODED_RUSTFLAGS` to its probe `rustc`, so the probe now compiles path-independently. The probe feeds its source to `rustc` on stdin, so the working directory (the exec root) is the only path input `rustc` has, and it folds that into the crate hash — never as a literal string, which is why it originally read as opaque compiler metadata rather than as a path leak. Measured with the pinned toolchain rustc 1.97.1, running the probe from two directories of different depth: no remap 350953f6… vs bbf7a20d… differ with remap d821dd0c… vs d821dd0c… identical Note that upstream rustix#1628 (the patch's source) is still unmerged and 1.1.4 is still the latest rustix, so this is resolved purely by the rules_rust side. Removing the `crate.annotation` leaves only `crate` and `version` behind, and `version` there is a selector for which version the annotation applies to rather than a dependency pin, so the whole annotation goes and the lockfile loses just the two patch fields. Co-Authored-By: Claude Opus 5 (1M context) --- .claude/skills/fix-build-determinism/SKILL.md | 2 +- Cargo.Bazel.json.lock | 8 +-- bazel/rust.MODULE.bazel | 10 ---- bazel/rustix.patch | 54 ------------------- 4 files changed, 2 insertions(+), 72 deletions(-) delete mode 100644 bazel/rustix.patch diff --git a/.claude/skills/fix-build-determinism/SKILL.md b/.claude/skills/fix-build-determinism/SKILL.md index e9df591e08bb..3633b033faea 100644 --- a/.claude/skills/fix-build-determinism/SKILL.md +++ b/.claude/skills/fix-build-determinism/SKILL.md @@ -193,7 +193,7 @@ Gotchas: | Dependency | Kind | Cause | Fix | Commit | | --- | --- | --- | --- | --- | | **askama** (`bazel/askama.patch`) | crate (derive macro) | `Path::canonicalize()` resolved the sandbox symlink to the repo's real path; the resulting relative path's `..`-count depended on the sandbox path *depth*, so the rlib changed across output-base/nest depths. | Skip `canonicalize()` so both paths stay anchored to the sandbox. | `0d9c593299` (#10167) | -| **rustix** (`bazel/rustix.patch`) | crate (`build.rs`) | The `can_compile()` probe left a `rustix_test_can_compile` artifact in `OUT_DIR`, which rules_rust captures as a cacheable output; it embeds non-deterministic compiler-internal metadata. | Delete the probe artifact after use (upstream PR 1628). | `9f0476004b` (#10353) | +| **rustix** (patch since removed) | crate (`build.rs`) | The `can_compile()` probe wrote a `rustix_test_can_compile` artifact into `OUT_DIR`, which rules_rust captures as a cacheable output. The probe's source arrives on rustc's *stdin*, so the cwd (exec root) is the only path input rustc has, and it folds that into the crate hash — never as a literal string, which is why it first read as opaque "compiler-internal metadata" rather than as path-dependence. | Was: delete the probe artifact after use (upstream rustix PR 1628, still unmerged). Now unnecessary — rules_rust 0.74.0 passes `--remap-path-prefix=${pwd}=.` to build scripts ([rules_rust#4202](https://github.com/bazelbuild/rules_rust/pull/4202)), so the probe output is path-independent. | `9f0476004b` (#10353), patch dropped in #11537 | | **libssh2-sys** (`bazel/libssh2-sys.patch`) | crate (`build.rs`) | `build.rs` generated a pkgconfig file containing absolute build paths. | Disable that generation. | `737666659c` (#3197) | | **e2fsprogs / mke2fs** (`third_party/e2fsprogs_no_external_config.patch`) | `http_archive` (rules_foreign_cc) | `configure`'s `--prefix` is the per-build `$BUILD_TMPDIR`, so the compiled-in `mke2fs.conf` path (`ROOT_SYSCONFDIR`) landed in the binary's `.rodata`. | Empty `config_fn` (use the built-in default profile) + trim the unused, also-non-reproducible extra tools from the install tree. | `cf7fe5147b` | diff --git a/Cargo.Bazel.json.lock b/Cargo.Bazel.json.lock index 69f6af59c206..5e63062fe6ba 100644 --- a/Cargo.Bazel.json.lock +++ b/Cargo.Bazel.json.lock @@ -3,7 +3,7 @@ "ic-gateway 0.2.0", "ic-wasm 0.11.1" ], - "checksum": "d40c25e5abb29fb2343b3c13a48c3cd4124fbf52f5b30d2f737c0eeff36e2825", + "checksum": "81ab82372176069cff7eeebc03182116ca598a441712a1218fe3aa498bbf3863", "conditions": { "aarch64-apple-darwin": [ "aarch64-apple-darwin" @@ -49917,12 +49917,6 @@ "package_url": "https://github.com/bytecodealliance/rustix", "repository": { "Http": { - "patch_args": [ - "-p1" - ], - "patches": [ - "@@//bazel:rustix.patch" - ], "sha256": "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190", "url": "https://static.crates.io/crates/rustix/1.1.4/download" } diff --git a/bazel/rust.MODULE.bazel b/bazel/rust.MODULE.bazel index 1b456c7e6e85..05089e7398d8 100644 --- a/bazel/rust.MODULE.bazel +++ b/bazel/rust.MODULE.bazel @@ -2288,16 +2288,6 @@ crate.annotation( }, crate = "ring", ) -crate.annotation( - crate = "rustix", - # Patch for determinism issues: rustix's build script leaves a - # non-deterministic compiler-probe artifact (`rustix_test_can_compile`) in - # `OUT_DIR`, which rules_rust captures as a cacheable build output. This is - # the upstream fix: https://github.com/bytecodealliance/rustix/pull/1628 - patch_args = ["-p1"], - patches = ["@@//bazel:rustix.patch"], - version = "1.1.4", -) crate.annotation( crate = "ic-wasm", gen_binaries = ["ic-wasm"], diff --git a/bazel/rustix.patch b/bazel/rustix.patch deleted file mode 100644 index 9523af3084ff..000000000000 --- a/bazel/rustix.patch +++ /dev/null @@ -1,54 +0,0 @@ -# Patch for determinism issues. -# -# rustix's build script probes the compiler with `can_compile()`, emitting the -# artifact `rustix_test_can_compile` into `OUT_DIR`. rules_rust captures the -# entire build-script `OUT_DIR` (`_bs.out_dir`) as a cacheable output, but this -# probe artifact is non-deterministic (it embeds compiler-internal metadata), -# which breaks build determinism. We don't need the artifact, so remove it -# after probing. -# -# This is the exact diff from the upstream fix: -# https://github.com/bytecodealliance/rustix/pull/1628 -diff --git a/build.rs b/build.rs -index 1677ece45..23d9177aa 100644 ---- a/build.rs -+++ b/build.rs -@@ -195,6 +195,11 @@ fn main() { - println!("cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC"); - println!("cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD"); - println!("cargo:rerun-if-env-changed=CARGO_CFG_MIRI"); -+ -+ // Remove the can_compile() probe artifact so OUT_DIR ends up empty. -+ // The emitted metadata is not byte-reproducible, and a nondeterministic -+ // OUT_DIR destabilizes the cache keys of some build systems like Bazel. -+ let _ = std::fs::remove_file(probe_file()); - } - - fn use_static_assertions() -> bool { -@@ -231,6 +236,10 @@ fn has_feature(feature: &str) -> bool { - )) - } - -+fn probe_file() -> PathBuf { -+ PathBuf::from(var("OUT_DIR").unwrap()).join("rustix_test_can_compile") -+} -+ - /// Test whether the rustc at `var("RUSTC")` can compile the given code. - fn can_compile>(test: T) -> bool { - use std::process::Stdio; -@@ -254,14 +263,12 @@ fn can_compile>(test: T) -> bool { - std::process::Command::new(rustc) - }; - -- let out_dir = var("OUT_DIR").unwrap(); -- let out_file = PathBuf::from(out_dir).join("rustix_test_can_compile"); - cmd.arg("--crate-type=rlib") // Don't require `main`. - .arg("--emit=metadata") // Do as little as possible but still parse. - .arg("--target") - .arg(target) - .arg("-o") -- .arg(out_file) -+ .arg(probe_file()) - .stdout(Stdio::null()); // We don't care about the output (only whether it builds or not) - - // If Cargo wants to set RUSTFLAGS, use that. From cf7cf81e485f6b2602b56a7c96fe6288aaf38b00 Mon Sep 17 00:00:00 2001 From: Bas van Dijk Date: Fri, 11 Sep 2026 09:15:01 +0000 Subject: [PATCH 6/6] chore: drop the rustix worked example from fix-build-determinism The patch it documents no longer exists, so the row is clutter rather than a worked example. The other three entries still cover the patterns (embedded canonicalized path, generated pkgconfig, configure --prefix). Co-Authored-By: Claude Opus 5 (1M context) --- .claude/skills/fix-build-determinism/SKILL.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.claude/skills/fix-build-determinism/SKILL.md b/.claude/skills/fix-build-determinism/SKILL.md index 3633b033faea..72e00505ad2a 100644 --- a/.claude/skills/fix-build-determinism/SKILL.md +++ b/.claude/skills/fix-build-determinism/SKILL.md @@ -193,7 +193,6 @@ Gotchas: | Dependency | Kind | Cause | Fix | Commit | | --- | --- | --- | --- | --- | | **askama** (`bazel/askama.patch`) | crate (derive macro) | `Path::canonicalize()` resolved the sandbox symlink to the repo's real path; the resulting relative path's `..`-count depended on the sandbox path *depth*, so the rlib changed across output-base/nest depths. | Skip `canonicalize()` so both paths stay anchored to the sandbox. | `0d9c593299` (#10167) | -| **rustix** (patch since removed) | crate (`build.rs`) | The `can_compile()` probe wrote a `rustix_test_can_compile` artifact into `OUT_DIR`, which rules_rust captures as a cacheable output. The probe's source arrives on rustc's *stdin*, so the cwd (exec root) is the only path input rustc has, and it folds that into the crate hash — never as a literal string, which is why it first read as opaque "compiler-internal metadata" rather than as path-dependence. | Was: delete the probe artifact after use (upstream rustix PR 1628, still unmerged). Now unnecessary — rules_rust 0.74.0 passes `--remap-path-prefix=${pwd}=.` to build scripts ([rules_rust#4202](https://github.com/bazelbuild/rules_rust/pull/4202)), so the probe output is path-independent. | `9f0476004b` (#10353), patch dropped in #11537 | | **libssh2-sys** (`bazel/libssh2-sys.patch`) | crate (`build.rs`) | `build.rs` generated a pkgconfig file containing absolute build paths. | Disable that generation. | `737666659c` (#3197) | | **e2fsprogs / mke2fs** (`third_party/e2fsprogs_no_external_config.patch`) | `http_archive` (rules_foreign_cc) | `configure`'s `--prefix` is the per-build `$BUILD_TMPDIR`, so the compiled-in `mke2fs.conf` path (`ROOT_SYSCONFDIR`) landed in the binary's `.rodata`. | Empty `config_fn` (use the built-in default profile) + trim the unused, also-non-reproducible extra tools from the install tree. | `cf7fe5147b` |