{ "bomFormat": "CycloneDX", "specVersion": "1.5", "version": 1, "serialNumber": "urn:uuid:f8164b59-fd7a-4783-9dec-6731a8040b8e", "metadata": { "timestamp": "2026-03-11T06:18:00.157838400Z", "tools": [ { "vendor": "CycloneDX", "name": "cargo-cyclonedx", "version": "0.5.7" } ], "authors": [ { "name": "deedy5" } ], "component": { "type": "library", "bom-ref": "path+file:///D:/a/primp/primp/crates/primp-python#1.1.3", "author": "deedy5", "name": "primp-python", "version": "1.1.3", "description": "HTTP client that can impersonate web browsers", "scope": "required", "purl": "pkg:cargo/primp-python@1.1.3?download_url=file://.", "components": [ { "type": "library", "bom-ref": "path+file:///D:/a/primp/primp/crates/primp-python#1.1.3 bin-target-0", "name": "primp", "version": "1.1.3", "purl": "pkg:cargo/primp-python@1.1.3?download_url=file://.#src/lib.rs" } ] }, "properties": [ { "name": "cdx:rustc:sbom:target:all_targets", "value": "true" } ] }, "components": [ { "type": "library", "bom-ref": "path+file:///D:/a/primp/primp/crates/primp#1.1.3", "author": "deedy5, Sean McArthur ", "name": "primp", "version": "1.1.3", "description": "higher level HTTP client library", "scope": "required", "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/primp@1.1.3?download_url=file://..\\primp" }, { "type": "library", "bom-ref": "path+file:///D:/a/primp/primp/crates/primp-h2#h2@0.4.13", "author": "deedy5, Carl Lerche , Sean McArthur ", "name": "h2", "version": "0.4.13", "description": "A fork of the HTTP/2 client and server library from hyperium", "scope": "required", "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/h2@0.4.13?download_url=file://..\\primp-h2" }, { "type": "library", "bom-ref": "path+file:///D:/a/primp/primp/crates/primp-hyper#hyper@1.8.1", "author": "deedy5, Sean McArthur ", "name": "hyper", "version": "1.8.1", "description": "Fork of the original hyper HTTP library.", "scope": "required", "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/hyper@1.8.1?download_url=file://..\\primp-hyper" }, { "type": "library", "bom-ref": "path+file:///D:/a/primp/primp/crates/primp-hyper-util#hyper-util@0.1.20", "author": "deedy5, Sean McArthur ", "name": "hyper-util", "version": "0.1.20", "description": "A fork of the original hyper-util crate", "scope": "required", "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/hyper-util@0.1.20?download_url=file://..\\primp-hyper-util" }, { "type": "library", "bom-ref": "path+file:///D:/a/primp/primp/crates/primp-rustls/rustls#0.23.36", "name": "rustls", "version": "0.23.36", "description": "A fork of the original rustls crate.", "scope": "required", "licenses": [ { "expression": "Apache-2.0 OR ISC OR MIT" } ], "purl": "pkg:cargo/rustls@0.23.36?download_url=file://..\\primp-rustls\\rustls" }, { "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#anyhow@1.0.102", "author": "David Tolnay ", "name": "anyhow", "version": "1.0.102", "description": "Flexible concrete Error type built on std::error::Error", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/anyhow@1.0.102", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/anyhow" }, { "type": "vcs", "url": "https://github.com/dtolnay/anyhow" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#arc-swap@1.8.2", "author": "Michal 'vorner' Vaner ", "name": "arc-swap", "version": "1.8.2", "description": "Atomically swappable Arc", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "f9f3647c145568cec02c42054e07bdf9a5a698e15b466fb2341bfc393cd24aa5" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/arc-swap@1.8.2", "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-compression@0.4.41", "author": "Wim Looman , Allen Bui ", "name": "async-compression", "version": "0.4.41", "description": "Adaptors between compression crates and Rust's modern asynchronous IO types. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "d0f9ee0f6e02ffd7ad5816e9464499fba7b3effd01123b515c41d1697c43dad1" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/async-compression@0.4.41", "externalReferences": [ { "type": "vcs", "url": "https://github.com/Nullus157/async-compression" } ] }, { "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#aws-lc-rs@1.16.1", "author": "AWS-LibCrypto", "name": "aws-lc-rs", "version": "1.16.1", "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": "94bffc006df10ac2a68c83692d734a465f8ee6c5b384d8545a636f81d858f4bf" } ], "licenses": [ { "expression": "ISC AND (Apache-2.0 OR ISC)" } ], "purl": "pkg:cargo/aws-lc-rs@1.16.1", "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_16_1_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.38.0", "author": "AWS-LC", "name": "aws-lc-sys", "version": "0.38.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": "4321e568ed89bb5a7d291a7f37997c2c0df89809d7b6d12062c81ddb54aa782e" } ], "licenses": [ { "expression": "ISC AND (Apache-2.0 OR ISC) AND OpenSSL" } ], "purl": "pkg:cargo/aws-lc-sys@0.38.0", "externalReferences": [ { "type": "other", "url": "aws_lc_0_38_0" }, { "type": "vcs", "url": "https://github.com/aws/aws-lc-rs" } ] }, { "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.11.0", "author": "The Rust Project Developers", "name": "bitflags", "version": "2.11.0", "description": "A macro to generate structures which behave like bitflags. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/bitflags@2.11.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.0", "author": "Daniel Reiter Horn , The Brotli Authors", "name": "brotli-decompressor", "version": "5.0.0", "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": "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" } ], "licenses": [ { "expression": "BSD-3-Clause OR MIT" } ], "purl": "pkg:cargo/brotli-decompressor@5.0.0", "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.2", "author": "Daniel Reiter Horn , The Brotli Authors", "name": "brotli", "version": "8.0.2", "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": "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560" } ], "licenses": [ { "expression": "BSD-3-Clause AND MIT" } ], "purl": "pkg:cargo/brotli@8.0.2", "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.56", "author": "Alex Crichton ", "name": "cc", "version": "1.2.56", "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": "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/cc@1.2.56", "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#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.57", "author": "Alex Crichton ", "name": "cmake", "version": "0.1.57", "description": "A build dependency for running `cmake` to build a native library ", "scope": "excluded", "hashes": [ { "alg": "SHA-256", "content": "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/cmake@0.1.57", "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.37", "author": "Wim Looman , Allen Bui ", "name": "compression-codecs", "version": "0.4.37", "description": "Adaptors for various compression algorithms. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "eb7b51a7d9c967fc26773061ba86150f19c50c0d65c887cb1fbe295fd16619b7" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/compression-codecs@0.4.37", "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.31", "author": "Wim Looman , Allen Bui ", "name": "compression-core", "version": "0.4.31", "description": "Abstractions for compression algorithms. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/compression-core@0.4.31", "externalReferences": [ { "type": "vcs", "url": "https://github.com/Nullus157/async-compression" } ] }, { "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#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.5", "author": "Jane Lusby ", "name": "displaydoc", "version": "0.2.5", "description": "A derive macro for implementing the display Trait via a doc comment and string interpolation ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/displaydoc@0.2.5", "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#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#fastrand@2.3.0", "author": "Stjepan Glavina ", "name": "fastrand", "version": "2.3.0", "description": "A simple and fast random number generator", "scope": "excluded", "hashes": [ { "alg": "SHA-256", "content": "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/fastrand@2.3.0", "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#foldhash@0.2.0", "author": "Orson Peters ", "name": "foldhash", "version": "0.2.0", "description": "A fast, non-cryptographic, minimally DoS-resistant hashing algorithm.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" } ], "licenses": [ { "expression": "Zlib" } ], "purl": "pkg:cargo/foldhash@0.2.0", "externalReferences": [ { "type": "vcs", "url": "https://github.com/orlp/foldhash" } ] }, { "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-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#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": "excluded", "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#hashbrown@0.16.1", "author": "Amanieu d'Antras ", "name": "hashbrown", "version": "0.16.1", "description": "A Rust port of Google's SwissTable hash map", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/hashbrown@0.16.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#html2text@0.16.7", "author": "Chris Emerson ", "name": "html2text", "version": "0.16.7", "description": "Render HTML as plain text.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "12d23156ea4dbe6b37ad48fab2da56ff27b0f6192fb5db210c44eb07bfe6e787" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/html2text@0.16.7", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/html2text/" }, { "type": "vcs", "url": "https://github.com/jugglerchris/rust-html2text/" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#html5ever@0.38.0", "author": "The html5ever Project Developers", "name": "html5ever", "version": "0.38.0", "description": "High-performance browser-grade HTML5 parser", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "1054432bae2f14e0061e33d23402fbaa67a921d319d56adc6bcf887ddad1cbc2" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/html5ever@0.38.0", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/html5ever" }, { "type": "vcs", "url": "https://github.com/servo/html5ever" } ] }, { "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.0", "author": "Alex Crichton , Carl Lerche , Sean McArthur ", "name": "http", "version": "1.4.0", "description": "A set of types for representing HTTP requests and responses. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/http@1.4.0", "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#httpdate@1.0.3", "author": "Pyfisch ", "name": "httpdate", "version": "1.0.3", "description": "HTTP date parsing and formatting", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/httpdate@1.0.3", "externalReferences": [ { "type": "vcs", "url": "https://github.com/pyfisch/httpdate" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hyper-rustls@0.27.7", "name": "hyper-rustls", "version": "0.27.7", "description": "Rustls+hyper integration for pure rust HTTPS", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" } ], "licenses": [ { "expression": "Apache-2.0 OR ISC OR MIT" } ], "purl": "pkg:cargo/hyper-rustls@0.27.7", "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#icu_collections@2.1.1", "author": "The ICU4X Project Developers", "name": "icu_collections", "version": "2.1.1", "description": "Collection of API for use in ICU libraries.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/icu_collections@2.1.1", "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.1.1", "author": "The ICU4X Project Developers", "name": "icu_locale_core", "version": "2.1.1", "description": "API for managing Unicode Language and Locale Identifiers", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/icu_locale_core@2.1.1", "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.1.1", "author": "The ICU4X Project Developers", "name": "icu_normalizer", "version": "2.1.1", "description": "API for normalizing text into Unicode Normalization Forms", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/icu_normalizer@2.1.1", "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.1.1", "author": "The ICU4X Project Developers", "name": "icu_normalizer_data", "version": "2.1.1", "description": "Data for the icu_normalizer crate", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/icu_normalizer_data@2.1.1", "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.1.2", "author": "The ICU4X Project Developers", "name": "icu_properties", "version": "2.1.2", "description": "Definitions for Unicode properties", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/icu_properties@2.1.2", "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.1.2", "author": "The ICU4X Project Developers", "name": "icu_properties_data", "version": "2.1.2", "description": "Data for the icu_properties crate", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/icu_properties_data@2.1.2", "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.1.1", "author": "The ICU4X Project Developers", "name": "icu_provider", "version": "2.1.1", "description": "Trait and struct definitions for the ICU data provider", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/icu_provider@2.1.1", "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.1", "author": "The rust-url developers", "name": "idna_adapter", "version": "1.2.1", "description": "Back end adapter for idna", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/idna_adapter@1.2.1", "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.13.0", "name": "indexmap", "version": "2.13.0", "description": "A hash table with consistent order and fast iteration.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/indexmap@2.13.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#inventory@0.3.22", "author": "David Tolnay ", "name": "inventory", "version": "0.3.22", "description": "Typed distributed plugin registration", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "009ae045c87e7082cb72dab0ccd01ae075dd00141ddc108f43a0ea150a9e7227" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/inventory@0.3.22", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/inventory" }, { "type": "vcs", "url": "https://github.com/dtolnay/inventory" } ] }, { "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#iri-string@0.7.10", "author": "YOSHIOKA Takuma ", "name": "iri-string", "version": "0.7.10", "description": "IRI as string types", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/iri-string@0.7.10", "externalReferences": [ { "type": "vcs", "url": "https://github.com/lo48576/iri-string" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.17", "author": "David Tolnay ", "name": "itoa", "version": "1.0.17", "description": "Fast integer primitive to string conversion", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/itoa@1.0.17", "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.183", "author": "The Rust Project Developers", "name": "libc", "version": "0.2.183", "description": "Raw FFI bindings to platform libraries like libc.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/libc@0.2.183", "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.1", "author": "The ICU4X Project Developers", "name": "litemap", "version": "0.8.1", "description": "A key-value Map implementation based on a flat, sorted Vec.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/litemap@0.8.1", "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.29", "author": "The Rust Project Developers", "name": "log", "version": "0.4.29", "description": "A lightweight logging facade for Rust ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/log@0.4.29", "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#markup5ever@0.38.0", "author": "The html5ever Project Developers", "name": "markup5ever", "version": "0.38.0", "description": "Common code for xml5ever and html5ever", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "8983d30f2915feeaaab2d6babdd6bc7e9ed1a00b66b5e6d74df19aa9c0e91862" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/markup5ever@0.38.0", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/markup5ever" }, { "type": "vcs", "url": "https://github.com/servo/html5ever" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0", "author": "Andrew Gallant , bluss", "name": "memchr", "version": "2.8.0", "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": "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" } ], "licenses": [ { "expression": "Unlicense OR MIT" } ], "purl": "pkg:cargo/memchr@2.8.0", "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#mime_guess@2.0.5", "author": "Austin Bonander ", "name": "mime_guess", "version": "2.0.5", "description": "A simple crate for detection of a file's MIME type by its extension.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/mime_guess@2.0.5", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/mime_guess/" }, { "type": "vcs", "url": "https://github.com/abonander/mime_guess" } ] }, { "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.1.1", "author": "Carl Lerche , Thomas de Zeeuw , Tokio Contributors ", "name": "mio", "version": "1.1.1", "description": "Lightweight non-blocking I/O.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/mio@1.1.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#new_debug_unreachable@1.0.6", "author": "Matt Brubeck , Jonathan Reem ", "name": "new_debug_unreachable", "version": "1.0.6", "description": "panic in debug, intrinsics::unreachable() in release (fork of debug_unreachable)", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/new_debug_unreachable@1.0.6", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/new_debug_unreachable" }, { "type": "vcs", "url": "https://github.com/mbrubeck/rust-debug-unreachable" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-conv@0.2.0", "author": "Jacob Pratt ", "name": "num-conv", "version": "0.2.0", "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": "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/num-conv@0.2.0", "externalReferences": [ { "type": "vcs", "url": "https://github.com/jhpratt/num-conv" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.3", "author": "Aleksey Kladov ", "name": "once_cell", "version": "1.21.3", "description": "Single assignment cells and lazy values.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/once_cell@1.21.3", "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#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#phf@0.13.1", "author": "Steven Fackler ", "name": "phf", "version": "0.13.1", "description": "Runtime support for perfect hash function data structures", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/phf@0.13.1", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rust-phf/rust-phf" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#phf_codegen@0.13.1", "author": "Steven Fackler ", "name": "phf_codegen", "version": "0.13.1", "description": "Codegen library for PHF types", "scope": "excluded", "hashes": [ { "alg": "SHA-256", "content": "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/phf_codegen@0.13.1", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rust-phf/rust-phf" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#phf_generator@0.13.1", "author": "Steven Fackler ", "name": "phf_generator", "version": "0.13.1", "description": "PHF generation logic", "scope": "excluded", "hashes": [ { "alg": "SHA-256", "content": "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/phf_generator@0.13.1", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rust-phf/rust-phf" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.13.1", "author": "Steven Fackler ", "name": "phf_shared", "version": "0.13.1", "description": "Support code shared by PHF libraries", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/phf_shared@0.13.1", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rust-phf/rust-phf" } ] }, { "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#pin-utils@0.1.0", "author": "Josef Brandl ", "name": "pin-utils", "version": "0.1.0", "description": "Utilities for pinning ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/pin-utils@0.1.0", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/pin-utils" }, { "type": "vcs", "url": "https://github.com/rust-lang-nursery/pin-utils" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.32", "author": "Alex Crichton ", "name": "pkg-config", "version": "0.3.32", "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": "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/pkg-config@0.3.32", "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#potential_utf@0.1.4", "author": "The ICU4X Project Developers", "name": "potential_utf", "version": "0.1.4", "description": "Unvalidated string and character types", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/potential_utf@0.1.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#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#precomputed-hash@0.1.1", "author": "Emilio Cobos Álvarez ", "name": "precomputed-hash", "version": "0.1.1", "description": "A library intending to be a base dependency to expose a precomputed hash", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/precomputed-hash@0.1.1", "externalReferences": [ { "type": "vcs", "url": "https://github.com/emilio/precomputed-hash" } ] }, { "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.28.0", "author": "Andrew J Westlake , David Hewitt ", "name": "pyo3-async-runtimes", "version": "0.28.0", "description": "PyO3 bridges from Rust runtimes to Python's Asyncio library", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "9e7364a95bf00e8377bbf9b0f09d7ff9715a29d8fcf93b47d1a967363b973178" } ], "licenses": [ { "expression": "Apache-2.0" } ], "purl": "pkg:cargo/pyo3-async-runtimes@0.28.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.28.2", "author": "PyO3 Project and Contributors ", "name": "pyo3-build-config", "version": "0.28.2", "description": "Build configuration for the PyO3 ecosystem", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "8bf94ee265674bf76c09fa430b0e99c26e319c945d96ca0d5a8215f31bf81cf7" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/pyo3-build-config@0.28.2", "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.28.2", "author": "PyO3 Project and Contributors ", "name": "pyo3-ffi", "version": "0.28.2", "description": "Python-API bindings for the PyO3 ecosystem", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "491aa5fc66d8059dd44a75f4580a2962c1862a1c2945359db36f6c2818b748dc" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/pyo3-ffi@0.28.2", "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-log@0.13.3", "author": "Michal 'vorner' Vaner ", "name": "pyo3-log", "version": "0.13.3", "description": "Logging bridge from pyo3 native extension to python", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "26c2ec80932c5c3b2d4fbc578c9b56b2d4502098587edb8bef5b6bfcad43682e" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/pyo3-log@0.13.3", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/pyo3-log" }, { "type": "vcs", "url": "https://github.com/vorner/pyo3-log" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.28.2", "author": "PyO3 Project and Contributors ", "name": "pyo3-macros-backend", "version": "0.28.2", "description": "Code generation for PyO3 package", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "22faaa1ce6c430a1f71658760497291065e6450d7b5dc2bcf254d49f66ee700a" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/pyo3-macros-backend@0.28.2", "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.28.2", "author": "PyO3 Project and Contributors ", "name": "pyo3-macros", "version": "0.28.2", "description": "Proc macros for PyO3 package", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "f5d671734e9d7a43449f8480f8b38115df67bef8d21f76837fa75ee7aaa5e52e" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/pyo3-macros@0.28.2", "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.28.2", "author": "PyO3 Project and Contributors ", "name": "pyo3", "version": "0.28.2", "description": "Bindings to Python interpreter", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "cf85e27e86080aafd5a22eae58a162e133a589551542b3e5cee4beb27e54f8e1" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/pyo3@0.28.2", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/crate/pyo3/" }, { "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#pythonize@0.28.0", "author": "David Hewitt <1939362+davidhewitt@users.noreply.github.com>", "name": "pythonize", "version": "0.28.0", "description": "Serde Serializer & Deserializer from Rust <--> Python, backed by PyO3.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "0b79f670c9626c8b651c0581011b57b6ba6970bb69faf01a7c4c0cfc81c43f95" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/pythonize@0.28.0", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/crate/pythonize/" }, { "type": "website", "url": "https://github.com/davidhewitt/pythonize" }, { "type": "vcs", "url": "https://github.com/davidhewitt/pythonize" } ] }, { "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.0", "author": "The Rand Project Developers, The Rust Project Developers", "name": "rand", "version": "0.10.0", "description": "Random number generators and other randomness functionality. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/rand@0.10.0", "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_core@0.10.0", "author": "The Rand Project Developers", "name": "rand_core", "version": "0.10.0", "description": "Core random number generation traits and tools for implementation.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/rand_core@0.10.0", "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#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#rustls-native-certs@0.8.3", "name": "rustls-native-certs", "version": "0.8.3", "description": "rustls-native-certs allows rustls to use the platform native certificate store", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" } ], "licenses": [ { "expression": "Apache-2.0 OR ISC OR MIT" } ], "purl": "pkg:cargo/rustls-native-certs@0.8.3", "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.0", "name": "rustls-pki-types", "version": "1.14.0", "description": "Shared types for the rustls PKI ecosystem", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/rustls-pki-types@1.14.0", "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-webpki@0.103.9", "name": "rustls-webpki", "version": "0.103.9", "description": "Web PKI X.509 Certificate Verification.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53" } ], "licenses": [ { "expression": "ISC" } ], "purl": "pkg:cargo/rustls-webpki@0.103.9", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rustls/webpki" } ] }, { "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#ryu@1.0.23", "author": "David Tolnay ", "name": "ryu", "version": "1.0.23", "description": "Fast floating point to string conversion", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" } ], "licenses": [ { "expression": "Apache-2.0 OR BSL-1.0" } ], "purl": "pkg:cargo/ryu@1.0.23", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/ryu" }, { "type": "vcs", "url": "https://github.com/dtolnay/ryu" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#schannel@0.1.29", "author": "Steven Fackler , Steffen Butzer ", "name": "schannel", "version": "0.1.29", "description": "Schannel bindings for rust, allowing SSL/TLS (e.g. https) without openssl", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/schannel@0.1.29", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/schannel/0.1.19/schannel/" }, { "type": "vcs", "url": "https://github.com/steffengy/schannel-rs" } ] }, { "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.149", "author": "Erick Tryzelaar , David Tolnay ", "name": "serde_json", "version": "1.0.149", "description": "A JSON serialization file format", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/serde_json@1.0.149", "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#serde_urlencoded@0.7.1", "author": "Anthony Ramine ", "name": "serde_urlencoded", "version": "0.7.1", "description": "`x-www-form-urlencoded` meets Serde", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/serde_urlencoded@0.7.1", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/serde_urlencoded/0.7.1/serde_urlencoded/" }, { "type": "vcs", "url": "https://github.com/nox/serde_urlencoded" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0", "author": "comex , Fenhl , Adrian Taylor , Alex Touchet , Daniel Parks , Garrett Berg ", "name": "shlex", "version": "1.3.0", "description": "Split a string into shell words, like Python's shlex.", "scope": "excluded", "hashes": [ { "alg": "SHA-256", "content": "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/shlex@1.3.0", "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.8", "author": "Marvin Countryman ", "name": "simd-adler32", "version": "0.3.8", "description": "A SIMD-accelerated Adler-32 hash algorithm implementation.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/simd-adler32@0.3.8", "externalReferences": [ { "type": "vcs", "url": "https://github.com/mcountryman/simd-adler32" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.2", "author": "Frank Denis ", "name": "siphasher", "version": "1.0.2", "description": "SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/siphasher@1.0.2", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/siphasher" }, { "type": "website", "url": "https://docs.rs/siphasher" }, { "type": "vcs", "url": "https://github.com/jedisct1/rust-siphash" } ] }, { "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.3", "author": "Alex Crichton , Thomas de Zeeuw ", "name": "socket2", "version": "0.6.3", "description": "Utilities for handling networking sockets with a maximal amount of configuration possible intended. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/socket2@0.6.3", "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#string_cache@0.9.0", "author": "The Servo Project Developers", "name": "string_cache", "version": "0.9.0", "description": "A string interning library for Rust, developed as part of the Servo project.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/string_cache@0.9.0", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/string_cache" }, { "type": "vcs", "url": "https://github.com/servo/string-cache" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#string_cache_codegen@0.6.1", "author": "The Servo Project Developers", "name": "string_cache_codegen", "version": "0.6.1", "description": "A codegen library for string-cache, developed as part of the Servo project.", "scope": "excluded", "hashes": [ { "alg": "SHA-256", "content": "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/string_cache_codegen@0.6.1", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/string_cache_codegen/" }, { "type": "vcs", "url": "https://github.com/servo/string-cache" } ] }, { "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#target-lexicon@0.13.5", "author": "Dan Gohman ", "name": "target-lexicon", "version": "0.13.5", "description": "LLVM target triple types", "scope": "required", "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#tendril@0.5.0", "author": "Keegan McAllister , Simon Sapin , Chris Morgan ", "name": "tendril", "version": "0.5.0", "description": "Compact buffer/string type for zero-copy parsing", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "c4790fc369d5a530f4b544b094e31388b9b3a37c0f4652ade4505945f5660d24" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/tendril@0.5.0", "externalReferences": [ { "type": "vcs", "url": "https://github.com/servo/html5ever" } ] }, { "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.2", "author": "The ICU4X Project Developers", "name": "tinystr", "version": "0.8.2", "description": "A small ASCII-only bounded length string representation.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/tinystr@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#tokio-macros@2.6.1", "author": "Tokio Contributors ", "name": "tokio-macros", "version": "2.6.1", "description": "Tokio's proc macros. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/tokio-macros@2.6.1", "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-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.50.0", "author": "Tokio Contributors ", "name": "tokio", "version": "1.50.0", "description": "An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/tokio@1.50.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#tower-http@0.6.8", "author": "Tower Maintainers ", "name": "tower-http", "version": "0.6.8", "description": "Tower middleware and utilities for HTTP clients and servers", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/tower-http@0.6.8", "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-attributes@0.1.31", "author": "Tokio Contributors , Eliza Weisman , David Barsky ", "name": "tracing-attributes", "version": "0.1.31", "description": "Procedural macro attributes for automatically instrumenting functions. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/tracing-attributes@0.1.31", "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-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#typed-builder-macro@0.23.2", "author": "IdanArye , Chris Morgan ", "name": "typed-builder-macro", "version": "0.23.2", "description": "Compile-time type-checked builder derive", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "076a02dc54dd46795c2e9c8282ed40bcfb1e22747e955de9389a1de28190fb26" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/typed-builder-macro@0.23.2", "externalReferences": [ { "type": "documentation", "url": "https://idanarye.github.io/rust-typed-builder/" }, { "type": "vcs", "url": "https://github.com/idanarye/rust-typed-builder" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#typed-builder@0.23.2", "author": "IdanArye , Chris Morgan ", "name": "typed-builder", "version": "0.23.2", "description": "Compile-time type-checked builder derive", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "31aa81521b70f94402501d848ccc0ecaa8f93c8eb6999eb9747e72287757ffda" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/typed-builder@0.23.2", "externalReferences": [ { "type": "documentation", "url": "https://idanarye.github.io/rust-typed-builder/" }, { "type": "vcs", "url": "https://github.com/idanarye/rust-typed-builder" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicase@2.9.0", "author": "Sean McArthur ", "name": "unicase", "version": "2.9.0", "description": "A case-insensitive wrapper around strings.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/unicase@2.9.0", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/unicase" }, { "type": "vcs", "url": "https://github.com/seanmonstar/unicase" } ] }, { "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#unicode-width@0.2.2", "author": "kwantam , Manish Goregaokar ", "name": "unicode-width", "version": "0.2.2", "description": "Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/unicode-width@0.2.2", "externalReferences": [ { "type": "website", "url": "https://github.com/unicode-rs/unicode-width" }, { "type": "vcs", "url": "https://github.com/unicode-rs/unicode-width" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#untrusted@0.7.1", "author": "Brian Smith ", "name": "untrusted", "version": "0.7.1", "description": "Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" } ], "licenses": [ { "expression": "ISC" } ], "purl": "pkg:cargo/untrusted@0.7.1", "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#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#utf-8@0.7.6", "author": "Simon Sapin ", "name": "utf-8", "version": "0.7.6", "description": "Incremental, zero-copy UTF-8 decoding with error handling", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/utf-8@0.7.6", "externalReferences": [ { "type": "vcs", "url": "https://github.com/SimonSapin/rust-utf8" } ] }, { "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#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#web_atoms@0.2.3", "author": "The html5ever Project Developers", "name": "web_atoms", "version": "0.2.3", "description": "Atoms for xml5ever and html5ever", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "57a9779e9f04d2ac1ce317aee707aa2f6b773afba7b931222bff6983843b1576" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/web_atoms@0.2.3", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/web_atoms" }, { "type": "vcs", "url": "https://github.com/servo/html5ever" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#webpki-root-certs@1.0.6", "name": "webpki-root-certs", "version": "1.0.6", "description": "Mozilla trusted certificate authorities in self-signed X.509 format for use with crates other than webpki", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca" } ], "licenses": [ { "expression": "CDLA-Permissive-2.0" } ], "purl": "pkg:cargo/webpki-root-certs@1.0.6", "externalReferences": [ { "type": "website", "url": "https://github.com/rustls/webpki-roots" }, { "type": "vcs", "url": "https://github.com/rustls/webpki-roots" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#webpki-roots@1.0.6", "name": "webpki-roots", "version": "1.0.6", "description": "Mozilla's CA root certificates for use with webpki", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed" } ], "licenses": [ { "expression": "CDLA-Permissive-2.0" } ], "purl": "pkg:cargo/webpki-roots@1.0.6", "externalReferences": [ { "type": "website", "url": "https://github.com/rustls/webpki-roots" }, { "type": "vcs", "url": "https://github.com/rustls/webpki-roots" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1", "name": "windows-link", "version": "0.2.1", "description": "Linking for Windows", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/windows-link@0.2.1", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-registry@0.6.1", "name": "windows-registry", "version": "0.6.1", "description": "Windows registry", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/windows-registry@0.6.1", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-result@0.4.1", "name": "windows-result", "version": "0.4.1", "description": "Windows error handling", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/windows-result@0.4.1", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-strings@0.5.1", "name": "windows-strings", "version": "0.5.1", "description": "Windows string types", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/windows-strings@0.5.1", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2", "name": "windows-sys", "version": "0.61.2", "description": "Rust for Windows", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/windows-sys@0.61.2", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.2", "author": "The ICU4X Project Developers", "name": "writeable", "version": "0.6.2", "description": "A more efficient alternative to fmt::Display", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/writeable@0.6.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-derive@0.8.1", "author": "Manish Goregaokar ", "name": "yoke-derive", "version": "0.8.1", "description": "Custom derive for the yoke crate", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/yoke-derive@0.8.1", "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.1", "author": "Manish Goregaokar ", "name": "yoke", "version": "0.8.1", "description": "Abstraction allowing borrowed data to be carried along with the backing data it borrows from", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/yoke@0.8.1", "externalReferences": [ { "type": "vcs", "url": "https://github.com/unicode-org/icu4x" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerofrom-derive@0.1.6", "author": "Manish Goregaokar ", "name": "zerofrom-derive", "version": "0.1.6", "description": "Custom derive for the zerofrom crate", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/zerofrom-derive@0.1.6", "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.6", "author": "Manish Goregaokar ", "name": "zerofrom", "version": "0.1.6", "description": "ZeroFrom trait for constructing", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/zerofrom@0.1.6", "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#zeroize_derive@1.4.3", "author": "The RustCrypto Project Developers", "name": "zeroize_derive", "version": "1.4.3", "description": "Custom derive support for zeroize", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/zeroize_derive@1.4.3", "externalReferences": [ { "type": "vcs", "url": "https://github.com/RustCrypto/utils/tree/master/zeroize/derive" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.3", "author": "The ICU4X Project Developers", "name": "zerotrie", "version": "0.2.3", "description": "A data structure that efficiently maps strings to integers", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/zerotrie@0.2.3", "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.2", "author": "Manish Goregaokar ", "name": "zerovec-derive", "version": "0.11.2", "description": "Custom derive for the zerovec crate", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/zerovec-derive@0.11.2", "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.5", "author": "The ICU4X Project Developers", "name": "zerovec", "version": "0.11.5", "description": "Zero-copy vector backed by a byte array", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "purl": "pkg:cargo/zerovec@0.11.5", "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:///D:/a/primp/primp/crates/primp#1.1.3", "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", "path+file:///D:/a/primp/primp/crates/primp-h2#h2@0.4.13", "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0", "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", "path+file:///D:/a/primp/primp/crates/primp-hyper#hyper@1.8.1", "registry+https://github.com/rust-lang/crates.io-index#hyper-rustls@0.27.7", "path+file:///D:/a/primp/primp/crates/primp-hyper-util#hyper-util@0.1.20", "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29", "registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17", "registry+https://github.com/rust-lang/crates.io-index#mime_guess@2.0.5", "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#rand@0.10.0", "path+file:///D:/a/primp/primp/crates/primp-rustls/rustls#0.23.36", "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.0", "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228", "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149", "registry+https://github.com/rust-lang/crates.io-index#serde_urlencoded@0.7.1", "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.50.0", "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.8", "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", "registry+https://github.com/rust-lang/crates.io-index#webpki-roots@1.0.6" ] }, { "ref": "path+file:///D:/a/primp/primp/crates/primp-h2#h2@0.4.13", "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.0", "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.0", "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12", "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1", "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0", "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": "path+file:///D:/a/primp/primp/crates/primp-hyper#hyper@1.8.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", "path+file:///D:/a/primp/primp/crates/primp-h2#h2@0.4.13", "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0", "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#httpdate@1.0.3", "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.17", "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17", "registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0", "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1", "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0", "registry+https://github.com/rust-lang/crates.io-index#want@0.3.1" ] }, { "ref": "path+file:///D:/a/primp/primp/crates/primp-hyper-util#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-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.0", "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1", "path+file:///D:/a/primp/primp/crates/primp-hyper#hyper@1.8.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.183", "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.3", "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0", "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", "registry+https://github.com/rust-lang/crates.io-index#windows-registry@0.6.1" ] }, { "ref": "path+file:///D:/a/primp/primp/crates/primp-python#1.1.3", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102", "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1", "registry+https://github.com/rust-lang/crates.io-index#encoding_rs@0.8.35", "registry+https://github.com/rust-lang/crates.io-index#foldhash@0.2.0", "path+file:///D:/a/primp/primp/crates/primp-h2#h2@0.4.13", "registry+https://github.com/rust-lang/crates.io-index#html2text@0.16.7", "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0", "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.0", "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.3", "path+file:///D:/a/primp/primp/crates/primp#1.1.3", "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.28.2", "registry+https://github.com/rust-lang/crates.io-index#pyo3-async-runtimes@0.28.0", "registry+https://github.com/rust-lang/crates.io-index#pyo3-log@0.13.3", "registry+https://github.com/rust-lang/crates.io-index#pythonize@0.28.0", "registry+https://github.com/rust-lang/crates.io-index#rand@0.10.0", "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149", "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0", "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", "registry+https://github.com/rust-lang/crates.io-index#typed-builder@0.23.2", "registry+https://github.com/rust-lang/crates.io-index#url@2.5.8", "registry+https://github.com/rust-lang/crates.io-index#webpki-root-certs@1.0.6" ] }, { "ref": "path+file:///D:/a/primp/primp/crates/primp-rustls/rustls#0.23.36", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#aws-lc-rs@1.16.1", "registry+https://github.com/rust-lang/crates.io-index#brotli@8.0.2", "registry+https://github.com/rust-lang/crates.io-index#brotli-decompressor@5.0.0", "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29", "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.3", "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.0", "registry+https://github.com/rust-lang/crates.io-index#rustls-webpki@0.103.9", "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#adler2@2.0.1", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#alloc-no-stdlib@2.0.4", "dependsOn": [] }, { "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#anyhow@1.0.102", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#arc-swap@1.8.2", "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-compression@0.4.41", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#compression-codecs@0.4.37", "registry+https://github.com/rust-lang/crates.io-index#compression-core@0.4.31", "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.50.0" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#aws-lc-rs@1.16.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#aws-lc-sys@0.38.0", "registry+https://github.com/rust-lang/crates.io-index#untrusted@0.7.1", "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.38.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.56", "registry+https://github.com/rust-lang/crates.io-index#cmake@0.1.57", "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#base64@0.22.1", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.11.0", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#brotli-decompressor@5.0.0", "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.2", "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.0" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.56", "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#shlex@1.3.0" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4", "dependsOn": [] }, { "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.0" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#cmake@0.1.57", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.56" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#compression-codecs@0.4.37", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#brotli@8.0.2", "registry+https://github.com/rust-lang/crates.io-index#compression-core@0.4.31", "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.0", "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.31", "dependsOn": [] }, { "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.29", "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.149", "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", "dependsOn": [] }, { "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#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.5", "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", "dependsOn": [] }, { "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", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.3.0", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9", "dependsOn": [] }, { "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", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#foldhash@0.2.0", "dependsOn": [] }, { "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", "dependsOn": [] }, { "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", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.32", "dependsOn": [] }, { "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", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.32", "dependsOn": [] }, { "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-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.0", "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#getrandom@0.2.17", "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#getrandom@0.3.4", "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#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#rand_core@0.10.0" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.1", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#html2text@0.16.7", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#html5ever@0.38.0", "registry+https://github.com/rust-lang/crates.io-index#tendril@0.5.0", "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18", "registry+https://github.com/rust-lang/crates.io-index#unicode-width@0.2.2" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#html5ever@0.38.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29", "registry+https://github.com/rust-lang/crates.io-index#markup5ever@0.38.0" ] }, { "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.0", "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.0" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0", "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.17" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#httpdate@1.0.3", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#hyper-rustls@0.27.7", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0", "path+file:///D:/a/primp/primp/crates/primp-hyper#hyper@1.8.1", "path+file:///D:/a/primp/primp/crates/primp-hyper-util#hyper-util@0.1.20", "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29", "path+file:///D:/a/primp/primp/crates/primp-rustls/rustls#0.23.36", "registry+https://github.com/rust-lang/crates.io-index#rustls-native-certs@0.8.3", "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.0", "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0", "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#icu_collections@2.1.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.5", "registry+https://github.com/rust-lang/crates.io-index#potential_utf@0.1.4", "registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.1", "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.6", "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.5" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.1.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.5", "registry+https://github.com/rust-lang/crates.io-index#litemap@0.8.1", "registry+https://github.com/rust-lang/crates.io-index#tinystr@0.8.2", "registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.2", "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.5" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer@2.1.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.1.1", "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.1.1", "registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.1.2", "registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.1.1", "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.5" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.1.1", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.1.2", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.1.1", "registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.1.1", "registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.1.2", "registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.1.1", "registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.3", "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.5" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.1.2", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.1.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.5", "registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.1.1", "registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.2", "registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.1", "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.6", "registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.3", "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.5" ] }, { "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.1", "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.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer@2.1.1", "registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.1.2" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.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.16.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#inventory@0.3.22", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#ipnet@2.12.0", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#iri-string@0.7.10", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0", "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.17", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#jobserver@0.1.34", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#litemap@0.8.1", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#litrs@1.0.0", "dependsOn": [] }, { "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.29", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#markup5ever@0.38.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29", "registry+https://github.com/rust-lang/crates.io-index#tendril@0.5.0", "registry+https://github.com/rust-lang/crates.io-index#web_atoms@0.2.3" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#mime_guess@2.0.5", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17", "registry+https://github.com/rust-lang/crates.io-index#unicase@2.9.0" ] }, { "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.8" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#mio@1.1.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#new_debug_unreachable@1.0.6", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#num-conv@0.2.0", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.3", "dependsOn": [] }, { "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#smallvec@1.15.1", "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#phf@0.13.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.13.1", "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#phf_codegen@0.13.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#phf_generator@0.13.1", "registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.13.1" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#phf_generator@0.13.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.3.0", "registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.13.1" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.13.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.2" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.32", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#potential_utf@0.1.4", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.5" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#precomputed-hash@0.1.1", "dependsOn": [] }, { "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", "dependsOn": [] }, { "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.28.0", "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-util@0.3.32", "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.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#pyo3@0.28.2", "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.2", "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.28.2", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183", "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.2" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-log@0.13.3", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#arc-swap@1.8.2", "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29", "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.28.2" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.28.2", "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#pyo3-build-config@0.28.2", "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.28.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#pyo3-macros-backend@0.28.2", "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.28.2", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102", "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.0", "registry+https://github.com/rust-lang/crates.io-index#inventory@0.3.22", "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183", "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.3", "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.2", "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.28.2", "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.28.2" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#pythonize@0.28.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.28.2", "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228" ] }, { "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.0", "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.0" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.10.0", "dependsOn": [] }, { "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.56", "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#rustls-native-certs@0.8.3", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.0", "registry+https://github.com/rust-lang/crates.io-index#schannel@0.1.29" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.0", "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-webpki@0.103.9", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#aws-lc-rs@1.16.1", "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.0", "registry+https://github.com/rust-lang/crates.io-index#untrusted@0.9.0" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.23", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#schannel@0.1.29", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0", "dependsOn": [] }, { "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", "dependsOn": [] }, { "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.149", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.17", "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0", "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#serde_urlencoded@0.7.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.2", "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.17", "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.23", "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.8", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.2", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.3", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#stable_deref_trait@1.2.1", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#string_cache@0.9.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#new_debug_unreachable@1.0.6", "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5", "registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.13.1", "registry+https://github.com/rust-lang/crates.io-index#precomputed-hash@0.1.1" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#string_cache_codegen@0.6.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#phf_generator@0.13.1", "registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.13.1", "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" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1", "dependsOn": [] }, { "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#target-lexicon@0.13.5", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#tendril@0.5.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#new_debug_unreachable@1.0.6", "registry+https://github.com/rust-lang/crates.io-index#utf-8@0.7.6" ] }, { "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", "dependsOn": [] }, { "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.0", "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.17", "registry+https://github.com/rust-lang/crates.io-index#num-conv@0.2.0", "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.2", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.5", "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.5" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.6.1", "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": [ "path+file:///D:/a/primp/primp/crates/primp-rustls/rustls#0.23.36", "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0" ] }, { "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.50.0" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1", "registry+https://github.com/rust-lang/crates.io-index#mio@1.1.1", "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5", "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.3", "registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.6.1", "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#tower-http@0.6.8", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#async-compression@0.4.41", "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.11.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.0", "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#iri-string@0.7.10", "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.50.0", "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" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.3", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3", "dependsOn": [] }, { "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.50.0", "registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18", "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#tracing@0.1.44" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#tracing-attributes@0.1.31", "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#tracing-core@0.1.36", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.3" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29", "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-attributes@0.1.31", "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", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#typed-builder-macro@0.23.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#typed-builder@0.23.2", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#typed-builder-macro@0.23.2" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#unicase@2.9.0", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-width@0.2.2", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#untrusted@0.7.1", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#untrusted@0.9.0", "dependsOn": [] }, { "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#utf-8@0.7.6", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#utf8_iter@1.0.4", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5", "dependsOn": [] }, { "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#web_atoms@0.2.3", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#phf@0.13.1", "registry+https://github.com/rust-lang/crates.io-index#phf_codegen@0.13.1", "registry+https://github.com/rust-lang/crates.io-index#string_cache@0.9.0", "registry+https://github.com/rust-lang/crates.io-index#string_cache_codegen@0.6.1" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#webpki-root-certs@1.0.6", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.0" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#webpki-roots@1.0.6", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.0" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#windows-registry@0.6.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1", "registry+https://github.com/rust-lang/crates.io-index#windows-result@0.4.1", "registry+https://github.com/rust-lang/crates.io-index#windows-strings@0.5.1" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#windows-result@0.4.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#windows-strings@0.5.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.2", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#yoke-derive@0.8.1", "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.1", "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.1", "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.6" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#zerofrom-derive@0.1.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", "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.6", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#zerofrom-derive@0.1.6" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#zeroize_derive@1.4.3" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#zeroize_derive@1.4.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#zerotrie@0.2.3", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.5", "registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.1", "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.6" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#zerovec-derive@0.11.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#zerovec@0.11.5", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.1", "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.6", "registry+https://github.com/rust-lang/crates.io-index#zerovec-derive@0.11.2" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21", "dependsOn": [] }, { "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.56", "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.32" ] }, { "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" ] } ] }