{ "bomFormat": "CycloneDX", "specVersion": "1.5", "version": 1, "serialNumber": "urn:uuid:3423608a-04f9-4e92-ab79-8258682fb184", "metadata": { "timestamp": "2026-08-10T01:42:36.531076259Z", "tools": [ { "vendor": "CycloneDX", "name": "cargo-cyclonedx", "version": "0.5.9" } ], "component": { "type": "library", "bom-ref": "path+file:///home/runner/work/pyqwest/pyqwest#0.0.1", "name": "pyqwest", "version": "0.0.1", "scope": "required", "purl": "pkg:cargo/pyqwest@0.0.1?download_url=file://.", "components": [ { "type": "library", "bom-ref": "path+file:///home/runner/work/pyqwest/pyqwest#0.0.1 bin-target-0", "name": "pyqwest", "version": "0.0.1", "purl": "pkg:cargo/pyqwest@0.0.1?download_url=file://.#src/lib.rs" } ] }, "properties": [ { "name": "cdx:rustc:sbom:target:all_targets", "value": "true" } ] }, "components": [ { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.1", "author": "Jonas Schievink , oyvindln ", "name": "adler2", "version": "2.0.1", "description": "A simple clean-room implementation of the Adler-32 checksum", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" } ], "licenses": [ { "expression": "0BSD OR MIT OR Apache-2.0" } ], "purl": "pkg:cargo/adler2@2.0.1", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/adler2/" }, { "type": "vcs", "url": "https://github.com/oyvindln/adler2" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#alloc-no-stdlib@2.0.4", "author": "Daniel Reiter Horn ", "name": "alloc-no-stdlib", "version": "2.0.4", "description": "A dynamic allocator that may be used with or without the stdlib. This allows a package with nostd to allocate memory dynamically and be used either with a custom allocator, items on the stack, or by a package that wishes to simply use Box<>. It also provides options to use calloc or a mutable global variable for pre-zeroed memory", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" } ], "licenses": [ { "expression": "BSD-3-Clause" } ], "purl": "pkg:cargo/alloc-no-stdlib@2.0.4", "externalReferences": [ { "type": "documentation", "url": "https://raw.githubusercontent.com/dropbox/rust-alloc-no-stdlib/master/tests/lib.rs" }, { "type": "website", "url": "https://github.com/dropbox/rust-alloc-no-stdlib" }, { "type": "vcs", "url": "https://github.com/dropbox/rust-alloc-no-stdlib" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#alloc-stdlib@0.2.2", "author": "Daniel Reiter Horn ", "name": "alloc-stdlib", "version": "0.2.2", "description": "A dynamic allocator example that may be used with the stdlib", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" } ], "licenses": [ { "expression": "BSD-3-Clause" } ], "purl": "pkg:cargo/alloc-stdlib@0.2.2", "externalReferences": [ { "type": "documentation", "url": "https://raw.githubusercontent.com/dropbox/rust-alloc-no-stdlib/master/alloc-stdlib/tests/lib.rs" }, { "type": "website", "url": "https://github.com/dropbox/rust-alloc-no-stdlib" }, { "type": "vcs", "url": "https://github.com/dropbox/rust-alloc-no-stdlib" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#arc-swap@1.9.1", "author": "Michal 'vorner' Vaner ", "name": "arc-swap", "version": "1.9.1", "description": "Atomically swappable Arc", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "6a3a1fd6f75306b68087b831f025c712524bcb19aad54e557b1129cfa0a2b207" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/arc-swap@1.9.1", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/arc-swap" }, { "type": "vcs", "url": "https://github.com/vorner/arc-swap" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#async-channel@2.5.0", "author": "Stjepan Glavina ", "name": "async-channel", "version": "2.5.0", "description": "Async multi-producer multi-consumer channel", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/async-channel@2.5.0", "externalReferences": [ { "type": "vcs", "url": "https://github.com/smol-rs/async-channel" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#async-compression@0.4.42", "author": "Wim Looman , Allen Bui ", "name": "async-compression", "version": "0.4.42", "description": "Adaptors between compression crates and Rust's modern asynchronous IO types. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "e79b3f8a79cccc2898f31920fc69f304859b3bd567490f75ebf51ae1c792a9ac" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/async-compression@0.4.42", "externalReferences": [ { "type": "vcs", "url": "https://github.com/Nullus157/async-compression" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89", "author": "David Tolnay ", "name": "async-trait", "version": "0.1.89", "description": "Type erasure for async trait methods", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/async-trait@0.1.89", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/async-trait" }, { "type": "vcs", "url": "https://github.com/dtolnay/async-trait" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2", "author": "Stjepan Glavina , Contributors to futures-rs", "name": "atomic-waker", "version": "1.1.2", "description": "A synchronization primitive for task wakeup", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/atomic-waker@1.1.2", "externalReferences": [ { "type": "vcs", "url": "https://github.com/smol-rs/atomic-waker" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1", "author": "Josh Stone ", "name": "autocfg", "version": "1.5.1", "description": "Automatic cfg for Rust compiler features", "scope": "excluded", "hashes": [ { "alg": "SHA-256", "content": "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/autocfg@1.5.1", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/autocfg/" }, { "type": "vcs", "url": "https://github.com/cuviper/autocfg" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aws-lc-rs@1.17.0", "author": "AWS-LibCrypto", "name": "aws-lc-rs", "version": "1.17.0", "description": "aws-lc-rs is a cryptographic library using AWS-LC for its cryptographic operations. This library strives to be API-compatible with the popular Rust library named ring.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "5ec2f1fc3ec205783a5da9a7e6c1509cc69dedf09a1949e412c1e18469326d00" } ], "licenses": [ { "expression": "ISC AND (Apache-2.0 OR ISC)" } ], "purl": "pkg:cargo/aws-lc-rs@1.17.0", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/crate/aws-lc-rs" }, { "type": "website", "url": "https://github.com/aws/aws-lc-rs" }, { "type": "other", "url": "aws_lc_rs_1_17_0_sys" }, { "type": "vcs", "url": "https://github.com/aws/aws-lc-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aws-lc-sys@0.41.0", "author": "AWS-LC", "name": "aws-lc-sys", "version": "0.41.0", "description": "AWS-LC is a general-purpose cryptographic library maintained by the AWS Cryptography team for AWS and their customers. It іs based on code from the Google BoringSSL project and the OpenSSL project.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "1a2f9779ce85b93ab6170dd940ad0169b5766ff848247aff13bb788b832fe3f4" } ], "licenses": [ { "expression": "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)" } ], "purl": "pkg:cargo/aws-lc-sys@0.41.0", "externalReferences": [ { "type": "other", "url": "aws_lc_0_41_0" }, { "type": "vcs", "url": "https://github.com/aws/aws-lc-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#backoff@0.4.0", "author": "Tibor Benke ", "name": "backoff", "version": "0.4.0", "description": "Retry operations with exponential backoff policy. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/backoff@0.4.0", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/backoff" }, { "type": "website", "url": "https://github.com/ihrwein/backoff" }, { "type": "vcs", "url": "https://github.com/ihrwein/backoff" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1", "author": "Marshall Pierce ", "name": "base64", "version": "0.22.1", "description": "encodes and decodes base64 as bytes or utf8", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/base64@0.22.1", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/base64" }, { "type": "vcs", "url": "https://github.com/marshallpierce/rust-base64" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.13.0", "author": "The Rust Project Developers", "name": "bitflags", "version": "2.13.0", "description": "A macro to generate structures which behave like bitflags. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/bitflags@2.13.0", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/bitflags" }, { "type": "website", "url": "https://github.com/bitflags/bitflags" }, { "type": "vcs", "url": "https://github.com/bitflags/bitflags" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#brotli-decompressor@5.0.1", "author": "Daniel Reiter Horn , The Brotli Authors", "name": "brotli-decompressor", "version": "5.0.1", "description": "A brotli decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. Alternatively, --features=unsafe turns off array bounds checks and memory initialization but provides a safe interface for the caller. Without adding the --features=unsafe argument, all included code is safe. For compression in addition to this library, download https://github.com/dropbox/rust-brotli ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "5962523e1b92ce1b5e793d9169b9943eece10d39f62550bc04bb605d75b94924" } ], "licenses": [ { "expression": "BSD-3-Clause OR MIT" } ], "purl": "pkg:cargo/brotli-decompressor@5.0.1", "externalReferences": [ { "type": "documentation", "url": "https://github.com/dropbox/rust-brotli-decompressor/blob/master/README.md" }, { "type": "website", "url": "https://github.com/dropbox/rust-brotli-decompressor" }, { "type": "vcs", "url": "https://github.com/dropbox/rust-brotli-decompressor" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#brotli@8.0.4", "author": "Daniel Reiter Horn , The Brotli Authors", "name": "brotli", "version": "8.0.4", "description": "A brotli compressor and decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. All included code is safe.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "5cc91aac060a7a1e25823bdccbfb6af1875b88f17c6daac97894eed8207166b3" } ], "licenses": [ { "expression": "BSD-3-Clause AND MIT" } ], "purl": "pkg:cargo/brotli@8.0.4", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/brotli/" }, { "type": "website", "url": "https://github.com/dropbox/rust-brotli" }, { "type": "vcs", "url": "https://github.com/dropbox/rust-brotli" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1", "author": "Carl Lerche , Sean McArthur ", "name": "bytes", "version": "1.11.1", "description": "Types and traits for working with bytes", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/bytes@1.11.1", "externalReferences": [ { "type": "vcs", "url": "https://github.com/tokio-rs/bytes" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.63", "author": "Alex Crichton ", "name": "cc", "version": "1.2.63", "description": "A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. ", "scope": "excluded", "hashes": [ { "alg": "SHA-256", "content": "556e016178bb5662a08681bbe0f00f8e17631781a4dfc8c45e466e4b185ec27f" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/cc@1.2.63", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/cc" }, { "type": "website", "url": "https://github.com/rust-lang/cc-rs" }, { "type": "vcs", "url": "https://github.com/rust-lang/cc-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4", "author": "Alex Crichton ", "name": "cfg-if", "version": "1.0.4", "description": "A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/cfg-if@1.0.4", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rust-lang/cfg-if" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cfg_aliases@0.2.1", "author": "Zicklag ", "name": "cfg_aliases", "version": "0.2.1", "description": "A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks.", "scope": "excluded", "hashes": [ { "alg": "SHA-256", "content": "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/cfg_aliases@0.2.1", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/cfg_aliases" }, { "type": "website", "url": "https://github.com/katharostech/cfg_aliases" }, { "type": "vcs", "url": "https://github.com/katharostech/cfg_aliases" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#chacha20@0.10.0", "author": "RustCrypto Developers", "name": "chacha20", "version": "0.10.0", "description": "The ChaCha20 stream cipher (RFC 8439) implemented in pure Rust using traits from the RustCrypto `cipher` crate, with optional architecture-specific hardware acceleration (AVX2, SSE2). Additionally provides the ChaCha8, ChaCha12, XChaCha20, XChaCha12 and XChaCha8 stream ciphers, and also optional rand_core-compatible RNGs based on those ciphers. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/chacha20@0.10.0", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/chacha20" }, { "type": "vcs", "url": "https://github.com/RustCrypto/stream-ciphers" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cmake@0.1.58", "author": "Alex Crichton ", "name": "cmake", "version": "0.1.58", "description": "A build dependency for running `cmake` to build a native library ", "scope": "excluded", "hashes": [ { "alg": "SHA-256", "content": "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/cmake@0.1.58", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/cmake" }, { "type": "website", "url": "https://github.com/rust-lang/cmake-rs" }, { "type": "vcs", "url": "https://github.com/rust-lang/cmake-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#compression-codecs@0.4.38", "author": "Wim Looman , Allen Bui ", "name": "compression-codecs", "version": "0.4.38", "description": "Adaptors for various compression algorithms. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "ce2548391e9c1929c21bf6aa2680af86fe4c1b33e6cea9ac1cfeec0bd11218cf" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/compression-codecs@0.4.38", "externalReferences": [ { "type": "vcs", "url": "https://github.com/Nullus157/async-compression" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#compression-core@0.4.32", "author": "Wim Looman , Allen Bui ", "name": "compression-core", "version": "0.4.32", "description": "Abstractions for compression algorithms. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/compression-core@0.4.32", "externalReferences": [ { "type": "vcs", "url": "https://github.com/Nullus157/async-compression" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#concurrent-queue@2.5.0", "author": "Stjepan Glavina , Taiki Endo , John Nunley ", "name": "concurrent-queue", "version": "2.5.0", "description": "Concurrent multi-producer multi-consumer queue", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/concurrent-queue@2.5.0", "externalReferences": [ { "type": "vcs", "url": "https://github.com/smol-rs/concurrent-queue" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cookie@0.18.1", "author": "Sergio Benitez , Alex Crichton ", "name": "cookie", "version": "0.18.1", "description": "HTTP cookie parsing and cookie jar management. Supports signed and private (encrypted, authenticated) jars. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/cookie@0.18.1", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/cookie" }, { "type": "vcs", "url": "https://github.com/SergioBenitez/cookie-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cookie_store@0.22.1", "author": "Patrick Fernie ", "name": "cookie_store", "version": "0.22.1", "description": "Implementation of Cookie storage and retrieval", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "15b2c103cf610ec6cae3da84a766285b42fd16aad564758459e6ecf128c75206" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/cookie_store@0.22.1", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/cookie_store" }, { "type": "vcs", "url": "https://github.com/pfernie/cookie_store" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.3.0", "author": "RustCrypto Developers", "name": "cpufeatures", "version": "0.3.0", "description": "Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/cpufeatures@0.3.0", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/cpufeatures" }, { "type": "vcs", "url": "https://github.com/RustCrypto/utils" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0", "author": "Sam Rijs , Alex Crichton ", "name": "crc32fast", "version": "1.5.0", "description": "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/crc32fast@1.5.0", "externalReferences": [ { "type": "vcs", "url": "https://github.com/srijs/rust-crc32fast" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#critical-section@1.2.0", "name": "critical-section", "version": "1.2.0", "description": "Cross-platform critical section", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/critical-section@1.2.0", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rust-embedded/critical-section" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.15", "name": "crossbeam-channel", "version": "0.5.15", "description": "Multi-producer multi-consumer channels for message passing", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/crossbeam-channel@0.5.15", "externalReferences": [ { "type": "website", "url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel" }, { "type": "vcs", "url": "https://github.com/crossbeam-rs/crossbeam" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18", "name": "crossbeam-epoch", "version": "0.9.18", "description": "Epoch-based garbage collection", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/crossbeam-epoch@0.9.18", "externalReferences": [ { "type": "website", "url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch" }, { "type": "vcs", "url": "https://github.com/crossbeam-rs/crossbeam" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21", "name": "crossbeam-utils", "version": "0.8.21", "description": "Utilities for concurrent programming", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/crossbeam-utils@0.8.21", "externalReferences": [ { "type": "website", "url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils" }, { "type": "vcs", "url": "https://github.com/crossbeam-rs/crossbeam" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#data-encoding@2.11.0", "author": "Julien Cretin ", "name": "data-encoding", "version": "2.11.0", "description": "Efficient and customizable data-encoding functions like base64, base32, and hex", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/data-encoding@2.11.0", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/data-encoding" }, { "type": "vcs", "url": "https://github.com/ia0/data-encoding" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#deranged@0.5.8", "author": "Jacob Pratt ", "name": "deranged", "version": "0.5.8", "description": "Ranged integers", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/deranged@0.5.8", "externalReferences": [ { "type": "vcs", "url": "https://github.com/jhpratt/deranged" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.6", "author": "Jane Lusby ", "name": "displaydoc", "version": "0.2.6", "description": "A derive macro for implementing the display Trait via a doc comment and string interpolation ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/displaydoc@0.2.6", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/displaydoc" }, { "type": "website", "url": "https://github.com/yaahc/displaydoc" }, { "type": "vcs", "url": "https://github.com/yaahc/displaydoc" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#document-features@0.2.12", "author": "Slint Developers ", "name": "document-features", "version": "0.2.12", "description": "Extract documentation for the feature flags from comments in Cargo.toml", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/document-features@0.2.12", "externalReferences": [ { "type": "website", "url": "https://slint.rs" }, { "type": "vcs", "url": "https://github.com/slint-ui/document-features" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#dunce@1.0.5", "author": "Kornel ", "name": "dunce", "version": "1.0.5", "description": "Normalize Windows paths to the most compatible format, avoiding UNC where possible", "scope": "excluded", "hashes": [ { "alg": "SHA-256", "content": "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" } ], "licenses": [ { "expression": "CC0-1.0 OR MIT-0 OR Apache-2.0" } ], "purl": "pkg:cargo/dunce@1.0.5", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/dunce" }, { "type": "website", "url": "https://lib.rs/crates/dunce" }, { "type": "vcs", "url": "https://gitlab.com/kornelski/dunce" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#either@1.16.0", "name": "either", "version": "1.16.0", "description": "The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/either@1.16.0", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/either/1/" }, { "type": "vcs", "url": "https://github.com/rayon-rs/either" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#encoding_rs@0.8.35", "author": "Henri Sivonen ", "name": "encoding_rs", "version": "0.8.35", "description": "A Gecko-oriented implementation of the Encoding Standard", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" } ], "licenses": [ { "expression": "(Apache-2.0 OR MIT) AND BSD-3-Clause" } ], "purl": "pkg:cargo/encoding_rs@0.8.35", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/encoding_rs/" }, { "type": "website", "url": "https://docs.rs/encoding_rs/" }, { "type": "vcs", "url": "https://github.com/hsivonen/encoding_rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2", "name": "equivalent", "version": "1.0.2", "description": "Traits for key comparison in maps.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/equivalent@1.0.2", "externalReferences": [ { "type": "vcs", "url": "https://github.com/indexmap-rs/equivalent" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#errors@0.1.0", "author": "Sean McArthur ", "name": "errors", "version": "0.1.0", "description": "std::error::Error utilities", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "f8d4e67af827b736a7f90b55da24181f4d504c302a352918b65c36e6b0fdcc89" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/errors@0.1.0", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/errors" }, { "type": "vcs", "url": "https://github.com/seanmonstar/errors" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#event-listener-strategy@0.5.4", "author": "John Nunley ", "name": "event-listener-strategy", "version": "0.5.4", "description": "Block or poll on event_listener easily", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/event-listener-strategy@0.5.4", "externalReferences": [ { "type": "vcs", "url": "https://github.com/smol-rs/event-listener-strategy" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#event-listener@5.4.1", "author": "Stjepan Glavina , John Nunley ", "name": "event-listener", "version": "5.4.1", "description": "Notify async tasks or threads", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/event-listener@5.4.1", "externalReferences": [ { "type": "vcs", "url": "https://github.com/smol-rs/event-listener" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.4.1", "author": "Stjepan Glavina ", "name": "fastrand", "version": "2.4.1", "description": "A simple and fast random number generator", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/fastrand@2.4.1", "externalReferences": [ { "type": "vcs", "url": "https://github.com/smol-rs/fastrand" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9", "name": "find-msvc-tools", "version": "0.1.9", "description": "Find windows-specific tools, read MSVC versions from the registry and from COM interfaces", "scope": "excluded", "hashes": [ { "alg": "SHA-256", "content": "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/find-msvc-tools@0.1.9", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/find-msvc-tools" }, { "type": "vcs", "url": "https://github.com/rust-lang/cc-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.9", "author": "Alex Crichton , Josh Triplett ", "name": "flate2", "version": "1.1.9", "description": "DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/flate2@1.1.9", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/flate2" }, { "type": "website", "url": "https://github.com/rust-lang/flate2-rs" }, { "type": "vcs", "url": "https://github.com/rust-lang/flate2-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7", "author": "Alex Crichton ", "name": "fnv", "version": "1.0.7", "description": "Fowler–Noll–Vo hash function", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/fnv@1.0.7", "externalReferences": [ { "type": "documentation", "url": "https://doc.servo.org/fnv/" }, { "type": "vcs", "url": "https://github.com/servo/rust-fnv" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.2", "author": "The rust-url developers", "name": "form_urlencoded", "version": "1.2.2", "description": "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/form_urlencoded@1.2.2", "externalReferences": [ { "type": "vcs", "url": "https://github.com/servo/rust-url" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fs_extra@1.3.0", "author": "Denis Kurilenko ", "name": "fs_extra", "version": "1.3.0", "description": "Expanding std::fs and std::io. Recursively copy folders with information about process and much more.", "scope": "excluded", "hashes": [ { "alg": "SHA-256", "content": "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/fs_extra@1.3.0", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/fs_extra" }, { "type": "website", "url": "https://github.com/webdesus/fs_extra" }, { "type": "vcs", "url": "https://github.com/webdesus/fs_extra" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32", "name": "futures-channel", "version": "0.3.32", "description": "Channels for asynchronous communication using futures-rs. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/futures-channel@0.3.32", "externalReferences": [ { "type": "website", "url": "https://rust-lang.github.io/futures-rs" }, { "type": "vcs", "url": "https://github.com/rust-lang/futures-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32", "name": "futures-core", "version": "0.3.32", "description": "The core traits and types in for the `futures` library. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/futures-core@0.3.32", "externalReferences": [ { "type": "website", "url": "https://rust-lang.github.io/futures-rs" }, { "type": "vcs", "url": "https://github.com/rust-lang/futures-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-executor@0.3.32", "name": "futures-executor", "version": "0.3.32", "description": "Executors for asynchronous tasks based on the futures-rs library. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/futures-executor@0.3.32", "externalReferences": [ { "type": "website", "url": "https://rust-lang.github.io/futures-rs" }, { "type": "vcs", "url": "https://github.com/rust-lang/futures-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.32", "name": "futures-io", "version": "0.3.32", "description": "The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/futures-io@0.3.32", "externalReferences": [ { "type": "website", "url": "https://rust-lang.github.io/futures-rs" }, { "type": "vcs", "url": "https://github.com/rust-lang/futures-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-macro@0.3.32", "name": "futures-macro", "version": "0.3.32", "description": "The futures-rs procedural macro implementations. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/futures-macro@0.3.32", "externalReferences": [ { "type": "website", "url": "https://rust-lang.github.io/futures-rs" }, { "type": "vcs", "url": "https://github.com/rust-lang/futures-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32", "name": "futures-sink", "version": "0.3.32", "description": "The asynchronous `Sink` trait for the futures-rs library. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/futures-sink@0.3.32", "externalReferences": [ { "type": "website", "url": "https://rust-lang.github.io/futures-rs" }, { "type": "vcs", "url": "https://github.com/rust-lang/futures-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.32", "name": "futures-task", "version": "0.3.32", "description": "Tools for working with tasks. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/futures-task@0.3.32", "externalReferences": [ { "type": "website", "url": "https://rust-lang.github.io/futures-rs" }, { "type": "vcs", "url": "https://github.com/rust-lang/futures-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32", "name": "futures-util", "version": "0.3.32", "description": "Common utilities and extension traits for the futures-rs library. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/futures-util@0.3.32", "externalReferences": [ { "type": "website", "url": "https://rust-lang.github.io/futures-rs" }, { "type": "vcs", "url": "https://github.com/rust-lang/futures-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32", "name": "futures", "version": "0.3.32", "description": "An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/futures@0.3.32", "externalReferences": [ { "type": "website", "url": "https://rust-lang.github.io/futures-rs" }, { "type": "vcs", "url": "https://github.com/rust-lang/futures-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17", "author": "The Rand Project Developers", "name": "getrandom", "version": "0.2.17", "description": "A small cross-platform library for retrieving random data from system source", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/getrandom@0.2.17", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/getrandom" }, { "type": "vcs", "url": "https://github.com/rust-random/getrandom" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4", "author": "The Rand Project Developers", "name": "getrandom", "version": "0.3.4", "description": "A small cross-platform library for retrieving random data from system source", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/getrandom@0.3.4", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/getrandom" }, { "type": "vcs", "url": "https://github.com/rust-random/getrandom" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.2", "author": "The Rand Project Developers", "name": "getrandom", "version": "0.4.2", "description": "A small cross-platform library for retrieving random data from system source", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/getrandom@0.4.2", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/getrandom" }, { "type": "vcs", "url": "https://github.com/rust-random/getrandom" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#h2@0.4.14", "author": "Carl Lerche , Sean McArthur ", "name": "h2", "version": "0.4.14", "description": "An HTTP/2 client and server", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "171fefbc92fe4a4de27e0698d6a5b392d6a0e333506bc49133760b3bcf948733" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/h2@0.4.14", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/h2" }, { "type": "vcs", "url": "https://github.com/hyperium/h2" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#h3-quinn@0.0.10", "author": "Jean-Christophe BEGUE ", "name": "h3-quinn", "version": "0.0.10", "description": "QUIC transport implementation based on Quinn.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "8b2e732c8d91a74731663ac8479ab505042fbf547b9a207213ab7fbcbfc4f8b4" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/h3-quinn@0.0.10", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/h3-quinn" }, { "type": "vcs", "url": "https://github.com/hyperium/h3" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#h3@0.0.8", "author": "Sean McArthur , Jean-Christophe BEGUE ", "name": "h3", "version": "0.0.8", "description": "An async HTTP/3 implementation.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "10872b55cfb02a821b69dc7cf8dc6a71d6af25eb9a79662bec4a9d016056b3be" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/h3@0.0.8", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/h3" }, { "type": "vcs", "url": "https://github.com/hyperium/h3" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1", "name": "hashbrown", "version": "0.17.1", "description": "A Rust port of Google's SwissTable hash map", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/hashbrown@0.17.1", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rust-lang/hashbrown" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0", "name": "heck", "version": "0.5.0", "description": "heck is a case conversion library.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/heck@0.5.0", "externalReferences": [ { "type": "vcs", "url": "https://github.com/withoutboats/heck" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hickory-net@0.26.1", "author": "The contributors to Hickory DNS", "name": "hickory-net", "version": "0.26.1", "description": "hickory-net is a safe and secure low-level DNS library. This is the foundational DNS protocol library used by the other higher-level Hickory DNS crates. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "e2295ed2f9c31e471e1428a8f88a3f0e1f4b27c15049592138d1eebe9c35b183" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/hickory-net@0.26.1", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/hickory-net" }, { "type": "website", "url": "https://hickory-dns.org/" }, { "type": "vcs", "url": "https://github.com/hickory-dns/hickory-dns" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hickory-proto@0.26.1", "author": "The contributors to Hickory DNS", "name": "hickory-proto", "version": "0.26.1", "description": "hickory-proto is a safe and secure low-level DNS library. This is the foundational DNS protocol library used by the other higher-level Hickory DNS crates. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "0bab31817bfb44672a252e97fe81cd0c18d1b2cf892108922f6818820df8c643" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/hickory-proto@0.26.1", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/hickory-proto" }, { "type": "website", "url": "https://hickory-dns.org/" }, { "type": "vcs", "url": "https://github.com/hickory-dns/hickory-dns" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hickory-resolver@0.26.1", "author": "The contributors to Hickory DNS", "name": "hickory-resolver", "version": "0.26.1", "description": "hickory-resolver is a safe and secure DNS stub resolver library intended to be a high-level library for DNS record resolution. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "f0d58d28879ceecde6607729660c2667a081ccdc082e082675042793960f178c" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/hickory-resolver@0.26.1", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/hickory-resolver" }, { "type": "website", "url": "https://hickory-dns.org/" }, { "type": "vcs", "url": "https://github.com/hickory-dns/hickory-dns" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.3", "author": "Carl Lerche , Lucio Franco , Sean McArthur ", "name": "http-body-util", "version": "0.1.3", "description": "Combinators and adapters for HTTP request or response bodies. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/http-body-util@0.1.3", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/http-body-util" }, { "type": "vcs", "url": "https://github.com/hyperium/http-body" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1", "author": "Carl Lerche , Lucio Franco , Sean McArthur ", "name": "http-body", "version": "1.0.1", "description": "Trait representing an asynchronous, streaming, HTTP request or response body. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/http-body@1.0.1", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/http-body" }, { "type": "vcs", "url": "https://github.com/hyperium/http-body" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#http@1.4.2", "author": "Alex Crichton , Carl Lerche , Sean McArthur ", "name": "http", "version": "1.4.2", "description": "A set of types for representing HTTP requests and responses. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/http@1.4.2", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/http" }, { "type": "vcs", "url": "https://github.com/hyperium/http" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1", "author": "Sean McArthur ", "name": "httparse", "version": "1.10.1", "description": "A tiny, safe, speedy, zero-copy HTTP/1.x parser.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/httparse@1.10.1", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/httparse" }, { "type": "vcs", "url": "https://github.com/seanmonstar/httparse" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hyper-rustls@0.27.9", "name": "hyper-rustls", "version": "0.27.9", "description": "Rustls+hyper integration for pure rust HTTPS", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f" } ], "licenses": [ { "expression": "Apache-2.0 OR ISC OR MIT" } ], "purl": "pkg:cargo/hyper-rustls@0.27.9", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/hyper-rustls/" }, { "type": "website", "url": "https://github.com/rustls/hyper-rustls" }, { "type": "vcs", "url": "https://github.com/rustls/hyper-rustls" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.20", "author": "Sean McArthur ", "name": "hyper-util", "version": "0.1.20", "description": "hyper utilities", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/hyper-util@0.1.20", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/hyper-util" }, { "type": "website", "url": "https://hyper.rs" }, { "type": "vcs", "url": "https://github.com/hyperium/hyper-util" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hyper@1.10.1", "author": "Sean McArthur ", "name": "hyper", "version": "1.10.1", "description": "A protective and efficient HTTP library for all.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/hyper@1.10.1", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/hyper" }, { "type": "website", "url": "https://hyper.rs" }, { "type": "vcs", "url": "https://github.com/hyperium/hyper" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.2.0", "author": "The ICU4X Project Developers", "name": "icu_collections", "version": "2.2.0", "description": "Collection of API for use in ICU libraries.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/icu_collections@2.2.0", "externalReferences": [ { "type": "website", "url": "https://icu4x.unicode.org" }, { "type": "vcs", "url": "https://github.com/unicode-org/icu4x" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.2.0", "author": "The ICU4X Project Developers", "name": "icu_locale_core", "version": "2.2.0", "description": "API for managing Unicode Language and Locale Identifiers", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/icu_locale_core@2.2.0", "externalReferences": [ { "type": "website", "url": "https://icu4x.unicode.org" }, { "type": "vcs", "url": "https://github.com/unicode-org/icu4x" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer@2.2.0", "author": "The ICU4X Project Developers", "name": "icu_normalizer", "version": "2.2.0", "description": "API for normalizing text into Unicode Normalization Forms", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/icu_normalizer@2.2.0", "externalReferences": [ { "type": "website", "url": "https://icu4x.unicode.org" }, { "type": "vcs", "url": "https://github.com/unicode-org/icu4x" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.2.0", "author": "The ICU4X Project Developers", "name": "icu_normalizer_data", "version": "2.2.0", "description": "Data for the icu_normalizer crate", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/icu_normalizer_data@2.2.0", "externalReferences": [ { "type": "website", "url": "https://icu4x.unicode.org" }, { "type": "vcs", "url": "https://github.com/unicode-org/icu4x" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.2.0", "author": "The ICU4X Project Developers", "name": "icu_properties", "version": "2.2.0", "description": "Definitions for Unicode properties", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/icu_properties@2.2.0", "externalReferences": [ { "type": "website", "url": "https://icu4x.unicode.org" }, { "type": "vcs", "url": "https://github.com/unicode-org/icu4x" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.2.0", "author": "The ICU4X Project Developers", "name": "icu_properties_data", "version": "2.2.0", "description": "Data for the icu_properties crate", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/icu_properties_data@2.2.0", "externalReferences": [ { "type": "website", "url": "https://icu4x.unicode.org" }, { "type": "vcs", "url": "https://github.com/unicode-org/icu4x" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.2.0", "author": "The ICU4X Project Developers", "name": "icu_provider", "version": "2.2.0", "description": "Trait and struct definitions for the ICU data provider", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/icu_provider@2.2.0", "externalReferences": [ { "type": "website", "url": "https://icu4x.unicode.org" }, { "type": "vcs", "url": "https://github.com/unicode-org/icu4x" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#idna@1.1.0", "author": "The rust-url developers", "name": "idna", "version": "1.1.0", "description": "IDNA (Internationalizing Domain Names in Applications) and Punycode.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/idna@1.1.0", "externalReferences": [ { "type": "vcs", "url": "https://github.com/servo/rust-url/" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#idna_adapter@1.2.2", "author": "The rust-url developers", "name": "idna_adapter", "version": "1.2.2", "description": "Back end adapter for idna", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/idna_adapter@1.2.2", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/idna_adapter/latest/idna_adapter/" }, { "type": "website", "url": "https://docs.rs/crate/idna_adapter/latest" }, { "type": "vcs", "url": "https://github.com/hsivonen/idna_adapter" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0", "name": "indexmap", "version": "2.14.0", "description": "A hash table with consistent order and fast iteration.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/indexmap@2.14.0", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/indexmap/" }, { "type": "vcs", "url": "https://github.com/indexmap-rs/indexmap" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#instant@0.1.13", "author": "sebcrozet ", "name": "instant", "version": "0.1.13", "description": "Unmaintained, consider using web-time instead - A partial replacement for std::time::Instant that works on WASM to.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" } ], "licenses": [ { "expression": "BSD-3-Clause" } ], "purl": "pkg:cargo/instant@0.1.13", "externalReferences": [ { "type": "vcs", "url": "https://github.com/sebcrozet/instant" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ipnet@2.12.0", "author": "Kris Price ", "name": "ipnet", "version": "2.12.0", "description": "Provides types and useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` types already provided in Rust's standard library and align to their design to stay consistent. The module also provides useful traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`, `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable feature so it is guaranteed to compile using the stable toolchain.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/ipnet@2.12.0", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/ipnet" }, { "type": "vcs", "url": "https://github.com/krisprice/ipnet" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18", "author": "David Tolnay ", "name": "itoa", "version": "1.0.18", "description": "Fast integer primitive to string conversion", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/itoa@1.0.18", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/itoa" }, { "type": "vcs", "url": "https://github.com/dtolnay/itoa" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#jobserver@0.1.34", "author": "Alex Crichton ", "name": "jobserver", "version": "0.1.34", "description": "An implementation of the GNU Make jobserver for Rust. ", "scope": "excluded", "hashes": [ { "alg": "SHA-256", "content": "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/jobserver@0.1.34", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/jobserver" }, { "type": "website", "url": "https://github.com/rust-lang/jobserver-rs" }, { "type": "vcs", "url": "https://github.com/rust-lang/jobserver-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186", "author": "The Rust Project Developers", "name": "libc", "version": "0.2.186", "description": "Raw FFI bindings to platform libraries like libc.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/libc@0.2.186", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rust-lang/libc" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#litemap@0.8.2", "author": "The ICU4X Project Developers", "name": "litemap", "version": "0.8.2", "description": "A key-value Map implementation based on a flat, sorted Vec.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/litemap@0.8.2", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/litemap" }, { "type": "vcs", "url": "https://github.com/unicode-org/icu4x" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#litrs@1.0.0", "author": "Lukas Kalbertodt ", "name": "litrs", "version": "1.0.0", "description": "Parse and inspect Rust literals (i.e. tokens in the Rust programming language representing fixed values). Particularly useful for proc macros, but can also be used outside of a proc-macro context. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/litrs@1.0.0", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/litrs" }, { "type": "vcs", "url": "https://github.com/LukasKalbertodt/litrs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14", "author": "Amanieu d'Antras ", "name": "lock_api", "version": "0.4.14", "description": "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/lock_api@0.4.14", "externalReferences": [ { "type": "vcs", "url": "https://github.com/Amanieu/parking_lot" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.32", "author": "The Rust Project Developers", "name": "log", "version": "0.4.32", "description": "A lightweight logging facade for Rust ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/log@0.4.32", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/log" }, { "type": "vcs", "url": "https://github.com/rust-lang/log" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lru-slab@0.1.2", "author": "Benjamin Saunders ", "name": "lru-slab", "version": "0.1.2", "description": "Pre-allocated storage with constant-time LRU tracking", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" } ], "licenses": [ { "expression": "MIT OR Apache-2.0 OR Zlib" } ], "purl": "pkg:cargo/lru-slab@0.1.2", "externalReferences": [ { "type": "vcs", "url": "https://github.com/Ralith/lru-slab" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.1", "author": "Andrew Gallant , bluss", "name": "memchr", "version": "2.8.1", "description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8" } ], "licenses": [ { "expression": "Unlicense OR MIT" } ], "purl": "pkg:cargo/memchr@2.8.1", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/memchr/" }, { "type": "website", "url": "https://github.com/BurntSushi/memchr" }, { "type": "vcs", "url": "https://github.com/BurntSushi/memchr" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17", "author": "Sean McArthur ", "name": "mime", "version": "0.3.17", "description": "Strongly Typed Mimes", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/mime@0.3.17", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/mime" }, { "type": "vcs", "url": "https://github.com/hyperium/mime" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.9", "author": "Frommi , oyvindln , Rich Geldreich richgel99@gmail.com", "name": "miniz_oxide", "version": "0.8.9", "description": "DEFLATE compression and decompression library rewritten in Rust based on miniz", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" } ], "licenses": [ { "expression": "MIT OR Zlib OR Apache-2.0" } ], "purl": "pkg:cargo/miniz_oxide@0.8.9", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/miniz_oxide" }, { "type": "website", "url": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide" }, { "type": "vcs", "url": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#mio@1.2.1", "author": "Carl Lerche , Thomas de Zeeuw , Tokio Contributors ", "name": "mio", "version": "1.2.1", "description": "Lightweight non-blocking I/O.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/mio@1.2.1", "externalReferences": [ { "type": "website", "url": "https://github.com/tokio-rs/mio" }, { "type": "vcs", "url": "https://github.com/tokio-rs/mio" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#moka@0.12.15", "name": "moka", "version": "0.12.15", "description": "A fast and concurrent cache library inspired by Java Caffeine", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "957228ad12042ee839f93c8f257b62b4c0ab5eaae1d4fa60de53b27c9d7c5046" } ], "licenses": [ { "expression": "(MIT OR Apache-2.0) AND Apache-2.0" } ], "purl": "pkg:cargo/moka@0.12.15", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/moka/" }, { "type": "vcs", "url": "https://github.com/moka-rs/moka" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-conv@0.2.2", "author": "Jacob Pratt ", "name": "num-conv", "version": "0.2.2", "description": "`num_conv` is a crate to convert between integer types without using `as` casts. This provides better certainty when refactoring, makes the exact behavior of code more explicit, and allows using turbofish syntax. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/num-conv@0.2.2", "externalReferences": [ { "type": "vcs", "url": "https://github.com/jhpratt/num-conv" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19", "author": "The Rust Project Developers", "name": "num-traits", "version": "0.2.19", "description": "Numeric traits for generic mathematics", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/num-traits@0.2.19", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/num-traits" }, { "type": "website", "url": "https://github.com/rust-num/num-traits" }, { "type": "vcs", "url": "https://github.com/rust-num/num-traits" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4", "author": "Aleksey Kladov ", "name": "once_cell", "version": "1.21.4", "description": "Single assignment cells and lazy values.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/once_cell@1.21.4", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/once_cell" }, { "type": "vcs", "url": "https://github.com/matklad/once_cell" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#openssl-probe@0.2.1", "author": "Alex Crichton ", "name": "openssl-probe", "version": "0.2.1", "description": "A library for helping to find system-wide trust anchor (\"root\") certificate locations based on paths typically used by `openssl`. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/openssl-probe@0.2.1", "externalReferences": [ { "type": "website", "url": "https://github.com/rustls/openssl-probe" }, { "type": "vcs", "url": "https://github.com/rustls/openssl-probe" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#parking@2.2.1", "author": "Stjepan Glavina , The Rust Project Developers", "name": "parking", "version": "2.2.1", "description": "Thread parking and unparking", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/parking@2.2.1", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/parking" }, { "type": "website", "url": "https://github.com/smol-rs/parking" }, { "type": "vcs", "url": "https://github.com/smol-rs/parking" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5", "author": "Amanieu d'Antras ", "name": "parking_lot", "version": "0.12.5", "description": "More compact and efficient implementations of the standard synchronization primitives.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/parking_lot@0.12.5", "externalReferences": [ { "type": "vcs", "url": "https://github.com/Amanieu/parking_lot" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12", "author": "Amanieu d'Antras ", "name": "parking_lot_core", "version": "0.9.12", "description": "An advanced API for creating custom synchronization primitives.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/parking_lot_core@0.9.12", "externalReferences": [ { "type": "vcs", "url": "https://github.com/Amanieu/parking_lot" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2", "author": "The rust-url developers", "name": "percent-encoding", "version": "2.3.2", "description": "Percent encoding and decoding", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/percent-encoding@2.3.2", "externalReferences": [ { "type": "vcs", "url": "https://github.com/servo/rust-url/" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17", "name": "pin-project-lite", "version": "0.2.17", "description": "A lightweight version of pin-project written with declarative macros. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/pin-project-lite@0.2.17", "externalReferences": [ { "type": "vcs", "url": "https://github.com/taiki-e/pin-project-lite" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.33", "author": "Alex Crichton ", "name": "pkg-config", "version": "0.3.33", "description": "A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. ", "scope": "excluded", "hashes": [ { "alg": "SHA-256", "content": "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/pkg-config@0.3.33", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/pkg-config" }, { "type": "vcs", "url": "https://github.com/rust-lang/pkg-config-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.13.1", "name": "portable-atomic", "version": "1.13.1", "description": "Portable atomic types including support for 128-bit atomics, atomic float, etc. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/portable-atomic@1.13.1", "externalReferences": [ { "type": "vcs", "url": "https://github.com/taiki-e/portable-atomic" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#potential_utf@0.1.5", "author": "The ICU4X Project Developers", "name": "potential_utf", "version": "0.1.5", "description": "Unvalidated string and character types", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/potential_utf@0.1.5", "externalReferences": [ { "type": "website", "url": "https://icu4x.unicode.org" }, { "type": "vcs", "url": "https://github.com/unicode-org/icu4x" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0", "author": "Jacob Pratt ", "name": "powerfmt", "version": "0.2.0", "description": " `powerfmt` is a library that provides utilities for formatting values. This crate makes it significantly easier to support filling to a minimum width with alignment, avoid heap allocation, and avoid repetitive calculations. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/powerfmt@0.2.0", "externalReferences": [ { "type": "vcs", "url": "https://github.com/jhpratt/powerfmt" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.21", "author": "The CryptoCorrosion Contributors", "name": "ppv-lite86", "version": "0.2.21", "description": "Cross-platform cryptography-oriented low-level SIMD library.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/ppv-lite86@0.2.21", "externalReferences": [ { "type": "vcs", "url": "https://github.com/cryptocorrosion/cryptocorrosion" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#prefix-trie@0.8.4", "name": "prefix-trie", "version": "0.8.4", "description": "Prefix trie (tree) datastructure (both a set and a map) that provides exact and longest-prefix matches.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "4cf6e3177f0684016a5c209b00882e15f8bdd3f3bb48f0491df10cd102d0c6e7" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/prefix-trie@0.8.4", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/prefix-trie" }, { "type": "website", "url": "https://github.com/tiborschneider/prefix-trie" }, { "type": "vcs", "url": "https://github.com/tiborschneider/prefix-trie" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106", "author": "David Tolnay , Alex Crichton ", "name": "proc-macro2", "version": "1.0.106", "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/proc-macro2@1.0.106", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/proc-macro2" }, { "type": "vcs", "url": "https://github.com/dtolnay/proc-macro2" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#psl-types@2.0.11", "author": "rushmorem ", "name": "psl-types", "version": "2.0.11", "description": "Common types for the public suffix implementation crates", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/psl-types@2.0.11", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/psl-types" }, { "type": "vcs", "url": "https://github.com/addr-rs/psl-types" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#publicsuffix@2.3.0", "author": "rushmorem ", "name": "publicsuffix", "version": "2.3.0", "description": "Extract root domain and suffix from a domain name", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "6f42ea446cab60335f76979ec15e12619a2165b5ae2c12166bef27d283a9fadf" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/publicsuffix@2.3.0", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/publicsuffix" }, { "type": "vcs", "url": "https://github.com/rushmorem/publicsuffix" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-async-runtimes@0.29.0", "author": "Andrew J Westlake , David Hewitt ", "name": "pyo3-async-runtimes", "version": "0.29.0", "description": "PyO3 bridges from Rust runtimes to Python's Asyncio library", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "b3ef68daa7316a3fac65e5e18b2203f010346de1c1c53456811a2624673ab046" } ], "licenses": [ { "expression": "Apache-2.0" } ], "purl": "pkg:cargo/pyo3-async-runtimes@0.29.0", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/crate/pyo3-async-runtimes/" }, { "type": "website", "url": "https://github.com/PyO3/pyo3-async-runtimes" }, { "type": "vcs", "url": "https://github.com/PyO3/pyo3-async-runtimes" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.29.0", "author": "PyO3 Project and Contributors ", "name": "pyo3-build-config", "version": "0.29.0", "description": "Build configuration for the PyO3 ecosystem", "scope": "excluded", "hashes": [ { "alg": "SHA-256", "content": "c5e2a7d2f0d013342f295c048ad19237add5154a55b1c5a254c0ec93d4109078" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/pyo3-build-config@0.29.0", "externalReferences": [ { "type": "website", "url": "https://github.com/pyo3/pyo3" }, { "type": "vcs", "url": "https://github.com/pyo3/pyo3" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.29.0", "author": "PyO3 Project and Contributors ", "name": "pyo3-ffi", "version": "0.29.0", "description": "Python-API bindings for the PyO3 ecosystem", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "ca85c467da1bbc8d866eea5deff9cf29ea5f7785054a17da36e65bda9c05845b" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/pyo3-ffi@0.29.0", "externalReferences": [ { "type": "website", "url": "https://github.com/pyo3/pyo3" }, { "type": "other", "url": "python" }, { "type": "vcs", "url": "https://github.com/pyo3/pyo3" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.29.0", "author": "PyO3 Project and Contributors ", "name": "pyo3-macros-backend", "version": "0.29.0", "description": "Code generation for PyO3 package", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "4ca3a1557399783172dc5bf39cfca835157732532cba56b71d2292161e53b362" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/pyo3-macros-backend@0.29.0", "externalReferences": [ { "type": "website", "url": "https://github.com/pyo3/pyo3" }, { "type": "vcs", "url": "https://github.com/pyo3/pyo3" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.29.0", "author": "PyO3 Project and Contributors ", "name": "pyo3-macros", "version": "0.29.0", "description": "Proc macros for PyO3 package", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "9ac53762fd065daa3194dd09337a38bd793a188100fd1a9304c4ab312d901771" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/pyo3-macros@0.29.0", "externalReferences": [ { "type": "website", "url": "https://github.com/pyo3/pyo3" }, { "type": "vcs", "url": "https://github.com/pyo3/pyo3" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.29.0", "author": "PyO3 Project and Contributors ", "name": "pyo3", "version": "0.29.0", "description": "Bindings to Python interpreter", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "cd274650b21d4bfc26a0a47587962c1edb425f69287324355cd040c3ea66071c" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/pyo3@0.29.0", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/crate/pyo3/" }, { "type": "website", "url": "https://github.com/pyo3/pyo3" }, { "type": "other", "url": "pyo3-python" }, { "type": "vcs", "url": "https://github.com/pyo3/pyo3" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quinn-proto@0.11.14", "name": "quinn-proto", "version": "0.11.14", "description": "State machine for the QUIC transport protocol", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/quinn-proto@0.11.14", "externalReferences": [ { "type": "vcs", "url": "https://github.com/quinn-rs/quinn" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quinn-udp@0.5.14", "name": "quinn-udp", "version": "0.5.14", "description": "UDP sockets with ECN information for the QUIC transport protocol", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/quinn-udp@0.5.14", "externalReferences": [ { "type": "vcs", "url": "https://github.com/quinn-rs/quinn" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quinn@0.11.9", "name": "quinn", "version": "0.11.9", "description": "Versatile QUIC transport protocol implementation", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/quinn@0.11.9", "externalReferences": [ { "type": "vcs", "url": "https://github.com/quinn-rs/quinn" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45", "author": "David Tolnay ", "name": "quote", "version": "1.0.45", "description": "Quasi-quoting macro quote!(...)", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/quote@1.0.45", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/quote/" }, { "type": "vcs", "url": "https://github.com/dtolnay/quote" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand@0.10.1", "author": "The Rand Project Developers, The Rust Project Developers", "name": "rand", "version": "0.10.1", "description": "Random number generators and other randomness functionality. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/rand@0.10.1", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/rand" }, { "type": "website", "url": "https://rust-random.github.io/book" }, { "type": "vcs", "url": "https://github.com/rust-random/rand" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.6", "author": "The Rand Project Developers, The Rust Project Developers", "name": "rand", "version": "0.8.6", "description": "Random number generators and other randomness functionality. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/rand@0.8.6", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/rand" }, { "type": "website", "url": "https://rust-random.github.io/book" }, { "type": "vcs", "url": "https://github.com/rust-random/rand" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.4", "author": "The Rand Project Developers, The Rust Project Developers", "name": "rand", "version": "0.9.4", "description": "Random number generators and other randomness functionality. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/rand@0.9.4", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/rand" }, { "type": "website", "url": "https://rust-random.github.io/book" }, { "type": "vcs", "url": "https://github.com/rust-random/rand" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1", "author": "The Rand Project Developers, The Rust Project Developers, The CryptoCorrosion Contributors", "name": "rand_chacha", "version": "0.3.1", "description": "ChaCha random number generator ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/rand_chacha@0.3.1", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/rand_chacha" }, { "type": "website", "url": "https://rust-random.github.io/book" }, { "type": "vcs", "url": "https://github.com/rust-random/rand" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.9.0", "author": "The Rand Project Developers, The Rust Project Developers, The CryptoCorrosion Contributors", "name": "rand_chacha", "version": "0.9.0", "description": "ChaCha random number generator ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/rand_chacha@0.9.0", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/rand_chacha" }, { "type": "website", "url": "https://rust-random.github.io/book" }, { "type": "vcs", "url": "https://github.com/rust-random/rand" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.10.1", "author": "The Rand Project Developers", "name": "rand_core", "version": "0.10.1", "description": "Core random number generation traits and tools for implementation.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/rand_core@0.10.1", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/rand_core" }, { "type": "website", "url": "https://rust-random.github.io/book" }, { "type": "vcs", "url": "https://github.com/rust-random/rand_core" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4", "author": "The Rand Project Developers, The Rust Project Developers", "name": "rand_core", "version": "0.6.4", "description": "Core random number generator traits and tools for implementation. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/rand_core@0.6.4", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/rand_core" }, { "type": "website", "url": "https://rust-random.github.io/book" }, { "type": "vcs", "url": "https://github.com/rust-random/rand" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.9.5", "author": "The Rand Project Developers, The Rust Project Developers", "name": "rand_core", "version": "0.9.5", "description": "Core random number generator traits and tools for implementation. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/rand_core@0.9.5", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/rand_core" }, { "type": "website", "url": "https://rust-random.github.io/book" }, { "type": "vcs", "url": "https://github.com/rust-random/rand" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#reqwest@0.13.4", "author": "Sean McArthur ", "name": "reqwest", "version": "0.13.4", "description": "higher level HTTP client library", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/reqwest@0.13.4", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/reqwest" }, { "type": "vcs", "url": "https://github.com/seanmonstar/reqwest" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#resolv-conf@0.7.6", "name": "resolv-conf", "version": "0.7.6", "description": "The resolv.conf file parser", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/resolv-conf@0.7.6", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/resolv-conf/" }, { "type": "website", "url": "https://github.com/hickory-dns/resolv-conf" }, { "type": "vcs", "url": "https://github.com/hickory-dns/resolv-conf" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14", "name": "ring", "version": "0.17.14", "description": "An experiment.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" } ], "licenses": [ { "expression": "Apache-2.0 AND ISC" } ], "purl": "pkg:cargo/ring@0.17.14", "externalReferences": [ { "type": "other", "url": "ring_core_0_17_14_" }, { "type": "vcs", "url": "https://github.com/briansmith/ring" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustc-hash@2.1.2", "author": "The Rust Project Developers", "name": "rustc-hash", "version": "2.1.2", "description": "A speedy, non-cryptographic hashing algorithm used by rustc", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/rustc-hash@2.1.2", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rust-lang/rustc-hash" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-native-certs@0.8.4", "name": "rustls-native-certs", "version": "0.8.4", "description": "rustls-native-certs allows rustls to use the platform native certificate store", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d" } ], "licenses": [ { "expression": "Apache-2.0 OR ISC OR MIT" } ], "purl": "pkg:cargo/rustls-native-certs@0.8.4", "externalReferences": [ { "type": "website", "url": "https://github.com/rustls/rustls-native-certs" }, { "type": "vcs", "url": "https://github.com/rustls/rustls-native-certs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.1", "name": "rustls-pki-types", "version": "1.14.1", "description": "Shared types for the rustls PKI ecosystem", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/rustls-pki-types@1.14.1", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/rustls-pki-types" }, { "type": "website", "url": "https://github.com/rustls/pki-types" }, { "type": "vcs", "url": "https://github.com/rustls/pki-types" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-platform-verifier@0.6.2", "name": "rustls-platform-verifier", "version": "0.6.2", "description": "rustls-platform-verifier supports verifying TLS certificates in rustls with the operating system verifier", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/rustls-platform-verifier@0.6.2", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rustls/rustls-platform-verifier" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-webpki@0.103.13", "name": "rustls-webpki", "version": "0.103.13", "description": "Web PKI X.509 Certificate Verification.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" } ], "licenses": [ { "expression": "ISC" } ], "purl": "pkg:cargo/rustls-webpki@0.103.13", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rustls/webpki" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.40", "name": "rustls", "version": "0.23.40", "description": "Rustls is a modern TLS library written in Rust.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b" } ], "licenses": [ { "expression": "Apache-2.0 OR ISC OR MIT" } ], "purl": "pkg:cargo/rustls@0.23.40", "externalReferences": [ { "type": "website", "url": "https://github.com/rustls/rustls" }, { "type": "vcs", "url": "https://github.com/rustls/rustls" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22", "author": "David Tolnay ", "name": "rustversion", "version": "1.0.22", "description": "Conditional compilation according to rustc compiler version", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/rustversion@1.0.22", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/rustversion" }, { "type": "vcs", "url": "https://github.com/dtolnay/rustversion" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0", "author": "bluss", "name": "scopeguard", "version": "1.2.0", "description": "A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/scopeguard@1.2.0", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/scopeguard/" }, { "type": "vcs", "url": "https://github.com/bluss/scopeguard" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228", "author": "Erick Tryzelaar , David Tolnay ", "name": "serde", "version": "1.0.228", "description": "A generic serialization/deserialization framework", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/serde@1.0.228", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/serde" }, { "type": "website", "url": "https://serde.rs" }, { "type": "vcs", "url": "https://github.com/serde-rs/serde" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228", "author": "Erick Tryzelaar , David Tolnay ", "name": "serde_core", "version": "1.0.228", "description": "Serde traits only, with no support for derive -- use the `serde` crate instead", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/serde_core@1.0.228", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/serde_core" }, { "type": "website", "url": "https://serde.rs" }, { "type": "vcs", "url": "https://github.com/serde-rs/serde" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228", "author": "Erick Tryzelaar , David Tolnay ", "name": "serde_derive", "version": "1.0.228", "description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/serde_derive@1.0.228", "externalReferences": [ { "type": "documentation", "url": "https://serde.rs/derive.html" }, { "type": "website", "url": "https://serde.rs" }, { "type": "vcs", "url": "https://github.com/serde-rs/serde" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150", "author": "Erick Tryzelaar , David Tolnay ", "name": "serde_json", "version": "1.0.150", "description": "A JSON serialization file format", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/serde_json@1.0.150", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/serde_json" }, { "type": "vcs", "url": "https://github.com/serde-rs/json" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@2.0.1", "author": "comex , Fenhl , Adrian Taylor , Alex Touchet , Daniel Parks , Garrett Berg ", "name": "shlex", "version": "2.0.1", "description": "Split a string into shell words, like Python's shlex.", "scope": "excluded", "hashes": [ { "alg": "SHA-256", "content": "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/shlex@2.0.1", "externalReferences": [ { "type": "vcs", "url": "https://github.com/comex/rust-shlex" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.9", "author": "Marvin Countryman ", "name": "simd-adler32", "version": "0.3.9", "description": "A SIMD-accelerated Adler-32 hash algorithm implementation.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/simd-adler32@0.3.9", "externalReferences": [ { "type": "vcs", "url": "https://github.com/mcountryman/simd-adler32" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12", "author": "Carl Lerche ", "name": "slab", "version": "0.4.12", "description": "Pre-allocated storage for a uniform data type", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/slab@0.4.12", "externalReferences": [ { "type": "vcs", "url": "https://github.com/tokio-rs/slab" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1", "author": "The Servo Project Developers", "name": "smallvec", "version": "1.15.1", "description": "'Small vector' optimization: store up to a small number of items on the stack", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/smallvec@1.15.1", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/smallvec/" }, { "type": "vcs", "url": "https://github.com/servo/rust-smallvec" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.4", "author": "Alex Crichton , Thomas de Zeeuw ", "name": "socket2", "version": "0.6.4", "description": "Utilities for handling networking sockets with a maximal amount of configuration possible intended. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/socket2@0.6.4", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/socket2" }, { "type": "website", "url": "https://github.com/rust-lang/socket2" }, { "type": "vcs", "url": "https://github.com/rust-lang/socket2" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#stable_deref_trait@1.2.1", "author": "Robert Grosse ", "name": "stable_deref_trait", "version": "1.2.1", "description": "An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/stable_deref_trait@1.2.1", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/stable_deref_trait/1.2.1/stable_deref_trait" }, { "type": "vcs", "url": "https://github.com/storyyeller/stable_deref_trait" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1", "author": "Isis Lovecruft , Henry de Valence ", "name": "subtle", "version": "2.6.1", "description": "Pure-Rust traits and utilities for constant-time cryptographic implementations.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" } ], "licenses": [ { "expression": "BSD-3-Clause" } ], "purl": "pkg:cargo/subtle@2.6.1", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/subtle" }, { "type": "website", "url": "https://dalek.rs/" }, { "type": "vcs", "url": "https://github.com/dalek-cryptography/subtle" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117", "author": "David Tolnay ", "name": "syn", "version": "2.0.117", "description": "Parser for Rust source code", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/syn@2.0.117", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/syn" }, { "type": "vcs", "url": "https://github.com/dtolnay/syn" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@1.0.2", "author": "Actyx AG ", "name": "sync_wrapper", "version": "1.0.2", "description": "A tool for enlisting the compiler's help in proving the absence of concurrency", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" } ], "licenses": [ { "expression": "Apache-2.0" } ], "purl": "pkg:cargo/sync_wrapper@1.0.2", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/sync_wrapper" }, { "type": "website", "url": "https://docs.rs/sync_wrapper" }, { "type": "vcs", "url": "https://github.com/Actyx/sync_wrapper" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#synstructure@0.13.2", "author": "Nika Layzell ", "name": "synstructure", "version": "0.13.2", "description": "Helper methods and macros for custom derives", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/synstructure@0.13.2", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/synstructure" }, { "type": "vcs", "url": "https://github.com/mystor/synstructure" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tagptr@0.2.0", "author": "Oliver Giersch", "name": "tagptr", "version": "0.2.0", "description": "Strongly typed atomic and non-atomic tagged pointers", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/tagptr@0.2.0", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/tagptr" }, { "type": "vcs", "url": "https://github.com/oliver-giersch/tagptr.git" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5", "author": "Dan Gohman ", "name": "target-lexicon", "version": "0.13.5", "description": "LLVM target triple types", "scope": "excluded", "hashes": [ { "alg": "SHA-256", "content": "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca" } ], "licenses": [ { "expression": "Apache-2.0 WITH LLVM-exception" } ], "purl": "pkg:cargo/target-lexicon@0.13.5", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/target-lexicon/" }, { "type": "vcs", "url": "https://github.com/bytecodealliance/target-lexicon" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18", "author": "David Tolnay ", "name": "thiserror-impl", "version": "2.0.18", "description": "Implementation detail of the `thiserror` crate", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/thiserror-impl@2.0.18", "externalReferences": [ { "type": "vcs", "url": "https://github.com/dtolnay/thiserror" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18", "author": "David Tolnay ", "name": "thiserror", "version": "2.0.18", "description": "derive(Error)", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/thiserror@2.0.18", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/thiserror" }, { "type": "vcs", "url": "https://github.com/dtolnay/thiserror" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.8", "author": "Jacob Pratt , Time contributors", "name": "time-core", "version": "0.1.8", "description": "This crate is an implementation detail and should not be relied upon directly.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/time-core@0.1.8", "externalReferences": [ { "type": "vcs", "url": "https://github.com/time-rs/time" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#time-macros@0.2.27", "author": "Jacob Pratt , Time contributors", "name": "time-macros", "version": "0.2.27", "description": " Procedural macros for the time crate. This crate is an implementation detail and should not be relied upon directly. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/time-macros@0.2.27", "externalReferences": [ { "type": "vcs", "url": "https://github.com/time-rs/time" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#time@0.3.47", "author": "Jacob Pratt , Time contributors", "name": "time", "version": "0.3.47", "description": "Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/time@0.3.47", "externalReferences": [ { "type": "website", "url": "https://time-rs.github.io" }, { "type": "vcs", "url": "https://github.com/time-rs/time" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tinystr@0.8.3", "author": "The ICU4X Project Developers", "name": "tinystr", "version": "0.8.3", "description": "A small ASCII-only bounded length string representation.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/tinystr@0.8.3", "externalReferences": [ { "type": "vcs", "url": "https://github.com/unicode-org/icu4x" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.11.0", "author": "Lokathor ", "name": "tinyvec", "version": "1.11.0", "description": "`tinyvec` provides 100% safe vec-like data structures.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" } ], "licenses": [ { "expression": "Zlib OR Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/tinyvec@1.11.0", "externalReferences": [ { "type": "vcs", "url": "https://github.com/Lokathor/tinyvec" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1", "author": "Soveu ", "name": "tinyvec_macros", "version": "0.1.1", "description": "Some macros for tiny containers", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" } ], "licenses": [ { "expression": "MIT OR Apache-2.0 OR Zlib" } ], "purl": "pkg:cargo/tinyvec_macros@0.1.1", "externalReferences": [ { "type": "vcs", "url": "https://github.com/Soveu/tinyvec_macros" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.7.0", "author": "Tokio Contributors ", "name": "tokio-macros", "version": "2.7.0", "description": "Tokio's proc macros. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/tokio-macros@2.7.0", "externalReferences": [ { "type": "website", "url": "https://tokio.rs" }, { "type": "vcs", "url": "https://github.com/tokio-rs/tokio" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.4", "name": "tokio-rustls", "version": "0.26.4", "description": "Asynchronous TLS/SSL streams for Tokio using Rustls.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/tokio-rustls@0.26.4", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/tokio-rustls" }, { "type": "website", "url": "https://github.com/rustls/tokio-rustls" }, { "type": "vcs", "url": "https://github.com/rustls/tokio-rustls" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-stream@0.1.18", "author": "Tokio Contributors ", "name": "tokio-stream", "version": "0.1.18", "description": "Utilities to work with `Stream` and `tokio`. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/tokio-stream@0.1.18", "externalReferences": [ { "type": "website", "url": "https://tokio.rs" }, { "type": "vcs", "url": "https://github.com/tokio-rs/tokio" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18", "author": "Tokio Contributors ", "name": "tokio-util", "version": "0.7.18", "description": "Additional utilities for working with Tokio. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/tokio-util@0.7.18", "externalReferences": [ { "type": "website", "url": "https://tokio.rs" }, { "type": "vcs", "url": "https://github.com/tokio-rs/tokio" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.3", "author": "Tokio Contributors ", "name": "tokio", "version": "1.52.3", "description": "An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/tokio@1.52.3", "externalReferences": [ { "type": "website", "url": "https://tokio.rs" }, { "type": "vcs", "url": "https://github.com/tokio-rs/tokio" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tower-http@0.6.11", "author": "Tower Maintainers ", "name": "tower-http", "version": "0.6.11", "description": "Tower middleware and utilities for HTTP clients and servers", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/tower-http@0.6.11", "externalReferences": [ { "type": "website", "url": "https://github.com/tower-rs/tower-http" }, { "type": "vcs", "url": "https://github.com/tower-rs/tower-http" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.3", "author": "Tower Maintainers ", "name": "tower-layer", "version": "0.3.3", "description": "Decorates a `Service` to allow easy composition between `Service`s. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/tower-layer@0.3.3", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/tower-layer/0.3.3" }, { "type": "website", "url": "https://github.com/tower-rs/tower" }, { "type": "vcs", "url": "https://github.com/tower-rs/tower" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3", "author": "Tower Maintainers ", "name": "tower-service", "version": "0.3.3", "description": "Trait representing an asynchronous, request / response based, client or server. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/tower-service@0.3.3", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/tower-service/0.3.3" }, { "type": "website", "url": "https://github.com/tower-rs/tower" }, { "type": "vcs", "url": "https://github.com/tower-rs/tower" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tower@0.5.3", "author": "Tower Maintainers ", "name": "tower", "version": "0.5.3", "description": "Tower is a library of modular and reusable components for building robust clients and servers. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/tower@0.5.3", "externalReferences": [ { "type": "website", "url": "https://github.com/tower-rs/tower" }, { "type": "vcs", "url": "https://github.com/tower-rs/tower" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.36", "author": "Tokio Contributors ", "name": "tracing-core", "version": "0.1.36", "description": "Core primitives for application-level tracing. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/tracing-core@0.1.36", "externalReferences": [ { "type": "website", "url": "https://tokio.rs" }, { "type": "vcs", "url": "https://github.com/tokio-rs/tracing" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44", "author": "Eliza Weisman , Tokio Contributors ", "name": "tracing", "version": "0.1.44", "description": "Application-level tracing for Rust. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/tracing@0.1.44", "externalReferences": [ { "type": "website", "url": "https://tokio.rs" }, { "type": "vcs", "url": "https://github.com/tokio-rs/tracing" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#try-lock@0.2.5", "author": "Sean McArthur ", "name": "try-lock", "version": "0.2.5", "description": "A lightweight atomic lock.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/try-lock@0.2.5", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/try-lock" }, { "type": "website", "url": "https://github.com/seanmonstar/try-lock" }, { "type": "vcs", "url": "https://github.com/seanmonstar/try-lock" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24", "author": "David Tolnay ", "name": "unicode-ident", "version": "1.0.24", "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" } ], "licenses": [ { "expression": "(MIT OR Apache-2.0) AND Unicode-3.0" } ], "purl": "pkg:cargo/unicode-ident@1.0.24", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/unicode-ident" }, { "type": "vcs", "url": "https://github.com/dtolnay/unicode-ident" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#untrusted@0.9.0", "author": "Brian Smith ", "name": "untrusted", "version": "0.9.0", "description": "Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" } ], "licenses": [ { "expression": "ISC" } ], "purl": "pkg:cargo/untrusted@0.9.0", "externalReferences": [ { "type": "documentation", "url": "https://briansmith.org/rustdoc/untrusted/" }, { "type": "vcs", "url": "https://github.com/briansmith/untrusted" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#url@2.5.8", "author": "The rust-url developers", "name": "url", "version": "2.5.8", "description": "URL library for Rust, based on the WHATWG URL Standard", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/url@2.5.8", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/url" }, { "type": "vcs", "url": "https://github.com/servo/rust-url" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#utf8_iter@1.0.4", "author": "Henri Sivonen ", "name": "utf8_iter", "version": "1.0.4", "description": "Iterator by char over potentially-invalid UTF-8 in &[u8]", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/utf8_iter@1.0.4", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/utf8_iter/" }, { "type": "website", "url": "https://docs.rs/utf8_iter/" }, { "type": "vcs", "url": "https://github.com/hsivonen/utf8_iter" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#uuid@1.23.3", "author": "Ashley Mannix, Dylan DPC, Hunar Roop Kahlon", "name": "uuid", "version": "1.23.3", "description": "A library to generate and parse UUIDs.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "144d6b123cef80b301b8f72a9e2ca4370ddec21950d0a103dd22c437006d2db7" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/uuid@1.23.3", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/uuid" }, { "type": "website", "url": "https://github.com/uuid-rs/uuid" }, { "type": "vcs", "url": "https://github.com/uuid-rs/uuid" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5", "author": "Sergio Benitez ", "name": "version_check", "version": "0.9.5", "description": "Tiny crate to check the version of the installed/running rustc.", "scope": "excluded", "hashes": [ { "alg": "SHA-256", "content": "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/version_check@0.9.5", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/version_check/" }, { "type": "vcs", "url": "https://github.com/SergioBenitez/version_check" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#want@0.3.1", "author": "Sean McArthur ", "name": "want", "version": "0.3.1", "description": "Detect when another Future wants a result.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/want@0.3.1", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/want" }, { "type": "vcs", "url": "https://github.com/seanmonstar/want" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.3", "author": "The ICU4X Project Developers", "name": "writeable", "version": "0.6.3", "description": "A more efficient alternative to fmt::Display", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/writeable@0.6.3", "externalReferences": [ { "type": "vcs", "url": "https://github.com/unicode-org/icu4x" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#yoke-derive@0.8.2", "author": "Manish Goregaokar ", "name": "yoke-derive", "version": "0.8.2", "description": "Custom derive for the yoke crate", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/yoke-derive@0.8.2", "externalReferences": [ { "type": "vcs", "url": "https://github.com/unicode-org/icu4x" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.3", "author": "Manish Goregaokar ", "name": "yoke", "version": "0.8.3", "description": "Abstraction allowing borrowed data to be carried along with the backing data it borrows from", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/yoke@0.8.3", "externalReferences": [ { "type": "vcs", "url": "https://github.com/unicode-org/icu4x" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.52", "author": "Joshua Liebow-Feeser , Jack Wrenn ", "name": "zerocopy", "version": "0.8.52", "description": "Zerocopy makes zero-cost memory manipulation effortless. We write \"unsafe\" so you don't have to.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f" } ], "licenses": [ { "expression": "BSD-2-Clause OR Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/zerocopy@0.8.52", "externalReferences": [ { "type": "vcs", "url": "https://github.com/google/zerocopy" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerofrom-derive@0.1.7", "author": "Manish Goregaokar ", "name": "zerofrom-derive", "version": "0.1.7", "description": "Custom derive for the zerofrom crate", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/zerofrom-derive@0.1.7", "externalReferences": [ { "type": "vcs", "url": "https://github.com/unicode-org/icu4x" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.8", "author": "The ICU4X Project Developers", "name": "zerofrom", "version": "0.1.8", "description": "ZeroFrom trait for constructing", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/zerofrom@0.1.8", "externalReferences": [ { "type": "vcs", "url": "https://github.com/unicode-org/icu4x" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2", "author": "The RustCrypto Project Developers", "name": "zeroize", "version": "1.8.2", "description": "Securely clear secrets from memory with a simple trait built on stable Rust primitives which guarantee memory is zeroed using an operation will not be 'optimized away' by the compiler. Uses a portable pure Rust implementation that works everywhere, even WASM! ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/zeroize@1.8.2", "externalReferences": [ { "type": "website", "url": "https://github.com/RustCrypto/utils/tree/master/zeroize" }, { "type": "vcs", "url": "https://github.com/RustCrypto/utils" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.4", "author": "The ICU4X Project Developers", "name": "zerotrie", "version": "0.2.4", "description": "A data structure that efficiently maps strings to integers", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/zerotrie@0.2.4", "externalReferences": [ { "type": "website", "url": "https://icu4x.unicode.org" }, { "type": "vcs", "url": "https://github.com/unicode-org/icu4x" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerovec-derive@0.11.3", "author": "Manish Goregaokar ", "name": "zerovec-derive", "version": "0.11.3", "description": "Custom derive for the zerovec crate", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/zerovec-derive@0.11.3", "externalReferences": [ { "type": "vcs", "url": "https://github.com/unicode-org/icu4x" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6", "author": "The ICU4X Project Developers", "name": "zerovec", "version": "0.11.6", "description": "Zero-copy vector backed by a byte array", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/zerovec@0.11.6", "externalReferences": [ { "type": "vcs", "url": "https://github.com/unicode-org/icu4x" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21", "author": "David Tolnay ", "name": "zmij", "version": "1.0.21", "description": "A double-to-string conversion algorithm based on Schubfach and yy", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/zmij@1.0.21", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/zmij" }, { "type": "vcs", "url": "https://github.com/dtolnay/zmij" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zstd-safe@7.2.4", "author": "Alexandre Bury ", "name": "zstd-safe", "version": "7.2.4", "description": "Safe low-level bindings for the zstd compression library.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/zstd-safe@7.2.4", "externalReferences": [ { "type": "vcs", "url": "https://github.com/gyscos/zstd-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zstd-sys@2.0.16+zstd.1.5.7", "author": "Alexandre Bury ", "name": "zstd-sys", "version": "2.0.16+zstd.1.5.7", "description": "Low-level bindings for the zstd compression library.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/zstd-sys@2.0.16+zstd.1.5.7", "externalReferences": [ { "type": "other", "url": "zstd" }, { "type": "vcs", "url": "https://github.com/gyscos/zstd-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zstd@0.13.3", "author": "Alexandre Bury ", "name": "zstd", "version": "0.13.3", "description": "Binding for the zstd compression library.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/zstd@0.13.3", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/zstd" }, { "type": "vcs", "url": "https://github.com/gyscos/zstd-rs" } ] } ], "dependencies": [ { "ref": "path+file:///home/runner/work/pyqwest/pyqwest#0.0.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#arc-swap@1.9.1", "registry+https://github.com/rust-lang/crates.io-index#backoff@0.4.0", "registry+https://github.com/rust-lang/crates.io-index#brotli@8.0.4", "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1", "registry+https://github.com/rust-lang/crates.io-index#errors@0.1.0", "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#h2@0.4.14", "registry+https://github.com/rust-lang/crates.io-index#h3@0.0.8", "registry+https://github.com/rust-lang/crates.io-index#http@1.4.2", "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1", "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.3", "registry+https://github.com/rust-lang/crates.io-index#hyper@1.10.1", "registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17", "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.29.0", "registry+https://github.com/rust-lang/crates.io-index#pyo3-async-runtimes@0.29.0", "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.29.0", "registry+https://github.com/rust-lang/crates.io-index#reqwest@0.13.4", "registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.3", "registry+https://github.com/rust-lang/crates.io-index#tokio-stream@0.1.18", "registry+https://github.com/rust-lang/crates.io-index#url@2.5.8", "registry+https://github.com/rust-lang/crates.io-index#zstd@0.13.3" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.1" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#alloc-no-stdlib@2.0.4" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#alloc-stdlib@0.2.2", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#alloc-no-stdlib@2.0.4" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#arc-swap@1.9.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#async-channel@2.5.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#concurrent-queue@2.5.0", "registry+https://github.com/rust-lang/crates.io-index#event-listener-strategy@0.5.4", "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#async-compression@0.4.42", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#compression-codecs@0.4.38", "registry+https://github.com/rust-lang/crates.io-index#compression-core@0.4.32", "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17", "registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.3" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106", "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45", "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#aws-lc-rs@1.17.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#aws-lc-sys@0.41.0", "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#aws-lc-sys@0.41.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.63", "registry+https://github.com/rust-lang/crates.io-index#cmake@0.1.58", "registry+https://github.com/rust-lang/crates.io-index#dunce@1.0.5", "registry+https://github.com/rust-lang/crates.io-index#fs_extra@1.3.0" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#backoff@0.4.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17", "registry+https://github.com/rust-lang/crates.io-index#instant@0.1.13", "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.6" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.13.0" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#brotli-decompressor@5.0.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#alloc-no-stdlib@2.0.4", "registry+https://github.com/rust-lang/crates.io-index#alloc-stdlib@0.2.2" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#brotli@8.0.4", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#alloc-no-stdlib@2.0.4", "registry+https://github.com/rust-lang/crates.io-index#alloc-stdlib@0.2.2", "registry+https://github.com/rust-lang/crates.io-index#brotli-decompressor@5.0.1" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.63", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9", "registry+https://github.com/rust-lang/crates.io-index#jobserver@0.1.34", "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186", "registry+https://github.com/rust-lang/crates.io-index#shlex@2.0.1" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#cfg_aliases@0.2.1" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#chacha20@0.10.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4", "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.3.0", "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.10.1" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#cmake@0.1.58", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.63" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#compression-codecs@0.4.38", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#brotli@8.0.4", "registry+https://github.com/rust-lang/crates.io-index#compression-core@0.4.32", "registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.9", "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.1", "registry+https://github.com/rust-lang/crates.io-index#zstd@0.13.3", "registry+https://github.com/rust-lang/crates.io-index#zstd-safe@7.2.4" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#compression-core@0.4.32" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#concurrent-queue@2.5.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#cookie@0.18.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2", "registry+https://github.com/rust-lang/crates.io-index#time@0.3.47", "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#cookie_store@0.22.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#cookie@0.18.1", "registry+https://github.com/rust-lang/crates.io-index#document-features@0.2.12", "registry+https://github.com/rust-lang/crates.io-index#idna@1.1.0", "registry+https://github.com/rust-lang/crates.io-index#log@0.4.32", "registry+https://github.com/rust-lang/crates.io-index#publicsuffix@2.3.0", "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228", "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228", "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150", "registry+https://github.com/rust-lang/crates.io-index#time@0.3.47", "registry+https://github.com/rust-lang/crates.io-index#url@2.5.8" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.3.0" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#critical-section@1.2.0" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.15", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#data-encoding@2.11.0" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#deranged@0.5.8", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.6", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106", "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45", "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#document-features@0.2.12", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#litrs@1.0.0" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#dunce@1.0.5" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#either@1.16.0" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#encoding_rs@0.8.35", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#errors@0.1.0" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#event-listener-strategy@0.5.4", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#event-listener@5.4.1", "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#event-listener@5.4.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#concurrent-queue@2.5.0", "registry+https://github.com/rust-lang/crates.io-index#parking@2.2.1", "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.4.1" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.9", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0", "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.9" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.2", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#fs_extra@1.3.0" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#futures-executor@0.3.32", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.32" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#futures-macro@0.3.32", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106", "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45", "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.32" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#futures-macro@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.1", "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17", "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#futures-executor@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4", "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4", "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.2", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4", "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186", "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.10.1" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#h2@0.4.14", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2", "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1", "registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7", "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#http@1.4.2", "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0", "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12", "registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.3", "registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18", "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#h3-quinn@0.0.10", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1", "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#h3@0.0.8", "registry+https://github.com/rust-lang/crates.io-index#quinn@0.11.9", "registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.3", "registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#h3@0.0.8", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1", "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.4.1", "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#http@1.4.2", "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17", "registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.3" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#hickory-net@0.26.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89", "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4", "registry+https://github.com/rust-lang/crates.io-index#data-encoding@2.11.0", "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#hickory-proto@0.26.1", "registry+https://github.com/rust-lang/crates.io-index#idna@1.1.0", "registry+https://github.com/rust-lang/crates.io-index#ipnet@2.12.0", "registry+https://github.com/rust-lang/crates.io-index#rand@0.10.1", "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18", "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.11.0", "registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.3", "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44", "registry+https://github.com/rust-lang/crates.io-index#url@2.5.8" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#hickory-proto@0.26.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#data-encoding@2.11.0", "registry+https://github.com/rust-lang/crates.io-index#idna@1.1.0", "registry+https://github.com/rust-lang/crates.io-index#ipnet@2.12.0", "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4", "registry+https://github.com/rust-lang/crates.io-index#prefix-trie@0.8.4", "registry+https://github.com/rust-lang/crates.io-index#rand@0.10.1", "registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14", "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18", "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.11.0", "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44", "registry+https://github.com/rust-lang/crates.io-index#url@2.5.8" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#hickory-resolver@0.26.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4", "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#hickory-net@0.26.1", "registry+https://github.com/rust-lang/crates.io-index#hickory-proto@0.26.1", "registry+https://github.com/rust-lang/crates.io-index#ipnet@2.12.0", "registry+https://github.com/rust-lang/crates.io-index#moka@0.12.15", "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4", "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5", "registry+https://github.com/rust-lang/crates.io-index#rand@0.10.1", "registry+https://github.com/rust-lang/crates.io-index#resolv-conf@0.7.6", "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1", "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18", "registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.3", "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.3", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1", "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#http@1.4.2", "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1", "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1", "registry+https://github.com/rust-lang/crates.io-index#http@1.4.2" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#http@1.4.2", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1", "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#hyper-rustls@0.27.9", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#http@1.4.2", "registry+https://github.com/rust-lang/crates.io-index#hyper@1.10.1", "registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.20", "registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.40", "registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.3", "registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.4", "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.20", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1", "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1", "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#http@1.4.2", "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1", "registry+https://github.com/rust-lang/crates.io-index#hyper@1.10.1", "registry+https://github.com/rust-lang/crates.io-index#ipnet@2.12.0", "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186", "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2", "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17", "registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.4", "registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.3", "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3", "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#hyper@1.10.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2", "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1", "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#h2@0.4.14", "registry+https://github.com/rust-lang/crates.io-index#http@1.4.2", "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1", "registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1", "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18", "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17", "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1", "registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.3", "registry+https://github.com/rust-lang/crates.io-index#want@0.3.1" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.2.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.6", "registry+https://github.com/rust-lang/crates.io-index#potential_utf@0.1.5", "registry+https://github.com/rust-lang/crates.io-index#utf8_iter@1.0.4", "registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.3", "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.8", "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.2.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.6", "registry+https://github.com/rust-lang/crates.io-index#litemap@0.8.2", "registry+https://github.com/rust-lang/crates.io-index#tinystr@0.8.3", "registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.3", "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer@2.2.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.2.0", "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.2.0", "registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.2.0", "registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.2.0", "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1", "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.2.0" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.2.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.2.0", "registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.2.0", "registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.2.0", "registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.2.0", "registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.4", "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.2.0" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.2.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.6", "registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.2.0", "registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.3", "registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.3", "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.8", "registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.4", "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#idna@1.1.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#idna_adapter@1.2.2", "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1", "registry+https://github.com/rust-lang/crates.io-index#utf8_iter@1.0.4" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#idna_adapter@1.2.2", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer@2.2.0", "registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.2.0" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2", "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1", "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#instant@0.1.13", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#ipnet@2.12.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#jobserver@0.1.34", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#litemap@0.8.2" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#litrs@1.0.0" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.32" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#lru-slab@0.1.2" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.1" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.9", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.1", "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.9" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#mio@1.2.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#moka@0.12.15", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.15", "registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18", "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21", "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2", "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5", "registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.13.1", "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1", "registry+https://github.com/rust-lang/crates.io-index#tagptr@0.2.0", "registry+https://github.com/rust-lang/crates.io-index#uuid@1.23.3" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#num-conv@0.2.2" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#critical-section@1.2.0", "registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.13.1" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#openssl-probe@0.2.1" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#parking@2.2.1" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14", "registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4", "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186", "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.33" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.13.1" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#potential_utf@0.1.5", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.21", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.52" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#prefix-trie@0.8.4", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#either@1.16.0", "registry+https://github.com/rust-lang/crates.io-index#ipnet@2.12.0", "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#psl-types@2.0.11" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#publicsuffix@2.3.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#idna@1.1.0", "registry+https://github.com/rust-lang/crates.io-index#psl-types@2.0.11" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-async-runtimes@0.29.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#async-channel@2.5.0", "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4", "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17", "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.29.0", "registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.3" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.29.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.29.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186", "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.29.0" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.29.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0", "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106", "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45", "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.29.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106", "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.29.0", "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45", "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.29.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1", "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186", "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4", "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.29.0", "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.29.0", "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.29.0" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#quinn-proto@0.11.14", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#aws-lc-rs@1.17.0", "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1", "registry+https://github.com/rust-lang/crates.io-index#lru-slab@0.1.2", "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.4", "registry+https://github.com/rust-lang/crates.io-index#rustc-hash@2.1.2", "registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.40", "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12", "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18", "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.11.0", "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#quinn-udp@0.5.14", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#cfg_aliases@0.2.1", "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186", "registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.4", "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#quinn@0.11.9", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1", "registry+https://github.com/rust-lang/crates.io-index#cfg_aliases@0.2.1", "registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17", "registry+https://github.com/rust-lang/crates.io-index#quinn-proto@0.11.14", "registry+https://github.com/rust-lang/crates.io-index#quinn-udp@0.5.14", "registry+https://github.com/rust-lang/crates.io-index#rustc-hash@2.1.2", "registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.40", "registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.4", "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18", "registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.3", "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#rand@0.10.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#chacha20@0.10.0", "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.2", "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.10.1" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#rand@0.8.6", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186", "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1", "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.4", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.9.0", "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.9.5" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.21", "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.9.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.21", "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.9.5" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.10.1" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.9.5", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#reqwest@0.13.4", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1", "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1", "registry+https://github.com/rust-lang/crates.io-index#cookie@0.18.1", "registry+https://github.com/rust-lang/crates.io-index#cookie_store@0.22.1", "registry+https://github.com/rust-lang/crates.io-index#encoding_rs@0.8.35", "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#h2@0.4.14", "registry+https://github.com/rust-lang/crates.io-index#h3@0.0.8", "registry+https://github.com/rust-lang/crates.io-index#h3-quinn@0.0.10", "registry+https://github.com/rust-lang/crates.io-index#hickory-resolver@0.26.1", "registry+https://github.com/rust-lang/crates.io-index#http@1.4.2", "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1", "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.3", "registry+https://github.com/rust-lang/crates.io-index#hyper@1.10.1", "registry+https://github.com/rust-lang/crates.io-index#hyper-rustls@0.27.9", "registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.20", "registry+https://github.com/rust-lang/crates.io-index#log@0.4.32", "registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17", "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4", "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2", "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17", "registry+https://github.com/rust-lang/crates.io-index#quinn@0.11.9", "registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.40", "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.1", "registry+https://github.com/rust-lang/crates.io-index#rustls-platform-verifier@0.6.2", "registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@1.0.2", "registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.3", "registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.4", "registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18", "registry+https://github.com/rust-lang/crates.io-index#tower@0.5.3", "registry+https://github.com/rust-lang/crates.io-index#tower-http@0.6.11", "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3", "registry+https://github.com/rust-lang/crates.io-index#url@2.5.8" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#resolv-conf@0.7.6" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.63", "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4", "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17", "registry+https://github.com/rust-lang/crates.io-index#untrusted@0.9.0" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#rustc-hash@2.1.2" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-native-certs@0.8.4", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#openssl-probe@0.2.1", "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.1" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-platform-verifier@0.6.2", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#log@0.4.32", "registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.40", "registry+https://github.com/rust-lang/crates.io-index#rustls-native-certs@0.8.4", "registry+https://github.com/rust-lang/crates.io-index#rustls-webpki@0.103.13" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-webpki@0.103.13", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#aws-lc-rs@1.17.0", "registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14", "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.1", "registry+https://github.com/rust-lang/crates.io-index#untrusted@0.9.0" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.40", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#aws-lc-rs@1.17.0", "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4", "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.1", "registry+https://github.com/rust-lang/crates.io-index#rustls-webpki@0.103.13", "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1", "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228", "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106", "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45", "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.150", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18", "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.1", "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228", "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@2.0.1" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.9" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.4", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#stable_deref_trait@1.2.1" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106", "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45", "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@1.0.2", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#synstructure@0.13.2", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106", "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45", "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#tagptr@0.2.0" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106", "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45", "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.8" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#time-macros@0.2.27", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#num-conv@0.2.2", "registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.8" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#time@0.3.47", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#deranged@0.5.8", "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18", "registry+https://github.com/rust-lang/crates.io-index#num-conv@0.2.2", "registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0", "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228", "registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.8", "registry+https://github.com/rust-lang/crates.io-index#time-macros@0.2.27" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#tinystr@0.8.3", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.6", "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.11.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.7.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106", "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45", "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.4", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.40", "registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.3" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-stream@0.1.18", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17", "registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.3" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1", "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17", "registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.3" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.3", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1", "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186", "registry+https://github.com/rust-lang/crates.io-index#mio@1.2.1", "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17", "registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.4", "registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.7.0" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#tower-http@0.6.11", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#async-compression@0.4.42", "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.13.0", "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1", "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#http@1.4.2", "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1", "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.3", "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17", "registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.3", "registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18", "registry+https://github.com/rust-lang/crates.io-index#tower@0.5.3", "registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.3", "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3", "registry+https://github.com/rust-lang/crates.io-index#url@2.5.8" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.3" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#tower@0.5.3", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17", "registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@1.0.2", "registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.3", "registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.3", "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.36", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17", "registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.36" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#try-lock@0.2.5" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#untrusted@0.9.0" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#url@2.5.8", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.2", "registry+https://github.com/rust-lang/crates.io-index#idna@1.1.0", "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2", "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#utf8_iter@1.0.4" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#uuid@1.23.3", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.2" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#want@0.3.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#try-lock@0.2.5" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.3" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#yoke-derive@0.8.2", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106", "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45", "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117", "registry+https://github.com/rust-lang/crates.io-index#synstructure@0.13.2" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.3", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#stable_deref_trait@1.2.1", "registry+https://github.com/rust-lang/crates.io-index#yoke-derive@0.8.2", "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.8" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.52" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#zerofrom-derive@0.1.7", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106", "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45", "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117", "registry+https://github.com/rust-lang/crates.io-index#synstructure@0.13.2" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.8", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#zerofrom-derive@0.1.7" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.4", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.6", "registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.3", "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.8" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#zerovec-derive@0.11.3", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106", "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45", "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.3", "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.8", "registry+https://github.com/rust-lang/crates.io-index#zerovec-derive@0.11.3" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#zstd-safe@7.2.4", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#zstd-sys@2.0.16+zstd.1.5.7" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#zstd-sys@2.0.16+zstd.1.5.7", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.63", "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.33" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#zstd@0.13.3", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#zstd-safe@7.2.4" ] } ] }