eptm_dashboard/.venv/lib/python3.12/site-packages/granian-2.7.4.dist-info/sboms/granian.cyclonedx.json

5239 lines
No EOL
163 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"bomFormat": "CycloneDX",
"specVersion": "1.5",
"version": 1,
"serialNumber": "urn:uuid:ed1cf753-c997-4a74-9634-e16fb77c6097",
"metadata": {
"timestamp": "2026-04-23T11:09:32.270250075Z",
"tools": [
{
"vendor": "CycloneDX",
"name": "cargo-cyclonedx",
"version": "0.5.9"
}
],
"authors": [
{
"name": "Giovanni Barillari",
"email": "g@baro.dev"
}
],
"component": {
"type": "library",
"bom-ref": "path+file:///home/runner/work/granian/granian#2.7.4",
"author": "Giovanni Barillari <g@baro.dev>",
"name": "granian",
"version": "2.7.4",
"description": "A Rust HTTP server for Python applications",
"scope": "required",
"licenses": [
{
"expression": "BSD-3-Clause"
}
],
"purl": "pkg:cargo/granian@2.7.4?download_url=file://.",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/emmett-framework/granian"
},
{
"type": "vcs",
"url": "https://github.com/emmett-framework/granian"
}
],
"components": [
{
"type": "library",
"bom-ref": "path+file:///home/runner/work/granian/granian#2.7.4 bin-target-0",
"name": "_granian",
"version": "2.7.4",
"purl": "pkg:cargo/granian@2.7.4?download_url=file://.#src/lib.rs"
}
]
},
"properties": [
{
"name": "cdx:rustc:sbom:target:all_targets",
"value": "true"
}
]
},
"components": [
{
"type": "library",
"bom-ref": "git+https://github.com/gi0baro/pyo3-log.git?branch=pyo3-027#pyo3-log@0.13.1",
"author": "Michal 'vorner' Vaner <vorner@vorner.cz>",
"name": "pyo3-log",
"version": "0.13.1",
"description": "Logging bridge from pyo3 native extension to python",
"scope": "required",
"licenses": [
{
"expression": "Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/pyo3-log@0.13.1?vcs_url=git%2Bhttps://github.com/gi0baro/pyo3-log.git%405725d1dc79f34c6286938d3be8bcd89e540bae76",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/pyo3-log"
},
{
"type": "vcs",
"url": "https://github.com/vorner/pyo3-log"
}
]
},
{
"type": "library",
"bom-ref": "git+https://github.com/gi0baro/tls-listener.git?branch=0.11.x#tls-listener@0.11.0",
"author": "Thayne McCombs <astrothayne@gmail.com>",
"name": "tls-listener",
"version": "0.11.0",
"description": "wrap incoming Stream of connections in TLS",
"scope": "required",
"licenses": [
{
"expression": "Apache-2.0"
}
],
"purl": "pkg:cargo/tls-listener@0.11.0?vcs_url=git%2Bhttps://github.com/gi0baro/tls-listener.git%4028d8a48209466324343d133414ea9af218faebb3",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/tmccombs/tls-listener"
}
]
},
{
"type": "library",
"bom-ref": "git+https://github.com/kotauskas/interprocess.git?rev=44351c4fe88c72ead4f3b0b762c4cf45beb90841#interprocess@2.3.0",
"author": "Goat",
"name": "interprocess",
"version": "2.3.0",
"description": "Interprocess communication toolkit",
"scope": "required",
"licenses": [
{
"expression": "0BSD"
}
],
"purl": "pkg:cargo/interprocess@2.3.0?vcs_url=git%2Bhttps://github.com/kotauskas/interprocess.git%4044351c4fe88c72ead4f3b0b762c4cf45beb90841",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/kotauskas/interprocess"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aes@0.8.4",
"author": "RustCrypto Developers",
"name": "aes",
"version": "0.8.4",
"description": "Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael)",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/aes@0.8.4",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/aes"
},
{
"type": "vcs",
"url": "https://github.com/RustCrypto/block-ciphers"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102",
"author": "David Tolnay <dtolnay@gmail.com>",
"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.9.1",
"author": "Michal 'vorner' Vaner <vorner@vorner.cz>",
"name": "arc-swap",
"version": "1.9.1",
"description": "Atomically swappable Arc",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "6a3a1fd6f75306b68087b831f025c712524bcb19aad54e557b1129cfa0a2b207"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/arc-swap@1.9.1",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/arc-swap"
},
{
"type": "vcs",
"url": "https://github.com/vorner/arc-swap"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2",
"author": "Stjepan Glavina <stjepang@gmail.com>, Contributors to futures-rs",
"name": "atomic-waker",
"version": "1.1.2",
"description": "A synchronization primitive for task wakeup",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/atomic-waker@1.1.2",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/smol-rs/atomic-waker"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0",
"author": "Josh Stone <cuviper@gmail.com>",
"name": "autocfg",
"version": "1.5.0",
"description": "Automatic cfg for Rust compiler features",
"scope": "excluded",
"hashes": [
{
"alg": "SHA-256",
"content": "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/autocfg@1.5.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/autocfg/"
},
{
"type": "vcs",
"url": "https://github.com/cuviper/autocfg"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
"author": "Marshall Pierce <marshall@mpierce.org>",
"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#base64ct@1.8.3",
"author": "RustCrypto Developers",
"name": "base64ct",
"version": "1.8.3",
"description": "Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of data-dependent branches/LUTs and thereby provides portable \"best effort\" constant-time operation and embedded-friendly no_std support ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/base64ct@1.8.3",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/base64ct"
},
{
"type": "website",
"url": "https://github.com/RustCrypto/formats/tree/master/base64ct"
},
{
"type": "vcs",
"url": "https://github.com/RustCrypto/formats"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4",
"author": "RustCrypto Developers",
"name": "block-buffer",
"version": "0.10.4",
"description": "Buffer type for block processing of data",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/block-buffer@0.10.4",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/block-buffer"
},
{
"type": "vcs",
"url": "https://github.com/RustCrypto/utils"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#block-padding@0.3.3",
"author": "RustCrypto Developers",
"name": "block-padding",
"version": "0.3.3",
"description": "Padding and unpadding of messages divided into blocks.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/block-padding@0.3.3",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/block-padding"
},
{
"type": "vcs",
"url": "https://github.com/RustCrypto/utils"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
"author": "Carl Lerche <me@carllerche.com>, Sean McArthur <sean@seanmonstar.com>",
"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#cbc@0.1.2",
"author": "RustCrypto Developers",
"name": "cbc",
"version": "0.1.2",
"description": "Cipher Block Chaining (CBC) block cipher mode of operation",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/cbc@0.1.2",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/cbc"
},
{
"type": "vcs",
"url": "https://github.com/RustCrypto/block-modes"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.60",
"author": "Alex Crichton <alex@alexcrichton.com>",
"name": "cc",
"version": "1.2.60",
"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": "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/cc@1.2.60",
"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 <alex@alexcrichton.com>",
"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#ciborium-io@0.2.2",
"author": "Nathaniel McCallum <npmccallum@profian.com>",
"name": "ciborium-io",
"version": "0.2.2",
"description": "Simplified Read/Write traits for no_std usage",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
}
],
"licenses": [
{
"expression": "Apache-2.0"
}
],
"purl": "pkg:cargo/ciborium-io@0.2.2",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/enarx/ciborium"
},
{
"type": "vcs",
"url": "https://github.com/enarx/ciborium"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ciborium-ll@0.2.2",
"author": "Nathaniel McCallum <npmccallum@profian.com>",
"name": "ciborium-ll",
"version": "0.2.2",
"description": "Low-level CBOR codec primitives",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
}
],
"licenses": [
{
"expression": "Apache-2.0"
}
],
"purl": "pkg:cargo/ciborium-ll@0.2.2",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/enarx/ciborium"
},
{
"type": "vcs",
"url": "https://github.com/enarx/ciborium"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ciborium@0.2.2",
"author": "Nathaniel McCallum <npmccallum@profian.com>",
"name": "ciborium",
"version": "0.2.2",
"description": "serde implementation of CBOR using ciborium-basic",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
}
],
"licenses": [
{
"expression": "Apache-2.0"
}
],
"purl": "pkg:cargo/ciborium@0.2.2",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/enarx/ciborium"
},
{
"type": "vcs",
"url": "https://github.com/enarx/ciborium"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cipher@0.4.4",
"author": "RustCrypto Developers",
"name": "cipher",
"version": "0.4.4",
"description": "Traits for describing block ciphers and stream ciphers",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/cipher@0.4.4",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/cipher"
},
{
"type": "vcs",
"url": "https://github.com/RustCrypto/traits"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#const-oid@0.9.6",
"author": "RustCrypto Developers",
"name": "const-oid",
"version": "0.9.6",
"description": "Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard as defined in ITU X.660, with support for BER/DER encoding/decoding as well as heapless no_std (i.e. embedded) support ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/const-oid@0.9.6",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/const-oid"
},
{
"type": "vcs",
"url": "https://github.com/RustCrypto/formats/tree/master/const-oid"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17",
"author": "RustCrypto Developers",
"name": "cpufeatures",
"version": "0.2.17",
"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": "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/cpufeatures@0.2.17",
"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#crossbeam-channel@0.5.15",
"name": "crossbeam-channel",
"version": "0.5.15",
"description": "Multi-producer multi-consumer channels for message passing",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/crossbeam-channel@0.5.15",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel"
},
{
"type": "vcs",
"url": "https://github.com/crossbeam-rs/crossbeam"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21",
"name": "crossbeam-utils",
"version": "0.8.21",
"description": "Utilities for concurrent programming",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/crossbeam-utils@0.8.21",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils"
},
{
"type": "vcs",
"url": "https://github.com/crossbeam-rs/crossbeam"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.7",
"author": "RustCrypto Developers",
"name": "crypto-common",
"version": "0.1.7",
"description": "Common cryptographic traits",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/crypto-common@0.1.7",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/crypto-common"
},
{
"type": "vcs",
"url": "https://github.com/RustCrypto/traits"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#data-encoding@2.10.0",
"author": "Julien Cretin <git@ia0.eu>",
"name": "data-encoding",
"version": "2.10.0",
"description": "Efficient and customizable data-encoding functions like base64, base32, and hex",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/data-encoding@2.10.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/data-encoding"
},
{
"type": "vcs",
"url": "https://github.com/ia0/data-encoding"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#der@0.7.10",
"author": "RustCrypto Developers",
"name": "der",
"version": "0.7.10",
"description": "Pure Rust embedded-friendly implementation of the Distinguished Encoding Rules (DER) for Abstract Syntax Notation One (ASN.1) as described in ITU X.690 with full support for heapless no_std targets ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/der@0.7.10",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/RustCrypto/formats/tree/master/der"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
"author": "RustCrypto Developers",
"name": "digest",
"version": "0.10.7",
"description": "Traits for cryptographic hash functions and message authentication codes",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/digest@0.10.7",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/digest"
},
{
"type": "vcs",
"url": "https://github.com/RustCrypto/traits"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#doctest-file@1.1.1",
"author": "Goat",
"name": "doctest-file",
"version": "1.1.1",
"description": "Sources doctests from dedicated files into Rustdoc documentation while hiding select lines",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "c2db04e74f0a9a93103b50e90b96024c9b2bdca8bce6a632ec71b88736d3d359"
}
],
"licenses": [
{
"expression": "0BSD"
}
],
"purl": "pkg:cargo/doctest-file@1.1.1",
"externalReferences": [
{
"type": "vcs",
"url": "https://codeberg.org/Goat7658/doctest-file"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#either@1.15.0",
"author": "bluss",
"name": "either",
"version": "1.15.0",
"description": "The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/either@1.15.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/either/1/"
},
{
"type": "vcs",
"url": "https://github.com/rayon-rs/either"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#encoding_rs@0.8.35",
"author": "Henri Sivonen <hsivonen@hsivonen.fi>",
"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#errno@0.3.14",
"author": "Chris Wong <lambda.fairy@gmail.com>, Dan Gohman <dev@sunfishcode.online>",
"name": "errno",
"version": "0.3.14",
"description": "Cross-platform interface to the `errno` variable.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/errno@0.3.14",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/errno"
},
{
"type": "vcs",
"url": "https://github.com/lambda-fairy/rust-errno"
}
]
},
{
"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#fnv@1.0.7",
"author": "Alex Crichton <alex@alexcrichton.com>",
"name": "fnv",
"version": "1.0.7",
"description": "FowlerNollVo 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#futures-channel@0.3.32",
"name": "futures-channel",
"version": "0.3.32",
"description": "Channels for asynchronous communication using futures-rs. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/futures-channel@0.3.32",
"externalReferences": [
{
"type": "website",
"url": "https://rust-lang.github.io/futures-rs"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang/futures-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
"name": "futures-core",
"version": "0.3.32",
"description": "The core traits and types in for the `futures` library. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/futures-core@0.3.32",
"externalReferences": [
{
"type": "website",
"url": "https://rust-lang.github.io/futures-rs"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang/futures-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-executor@0.3.32",
"name": "futures-executor",
"version": "0.3.32",
"description": "Executors for asynchronous tasks based on the futures-rs library. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/futures-executor@0.3.32",
"externalReferences": [
{
"type": "website",
"url": "https://rust-lang.github.io/futures-rs"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang/futures-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.32",
"name": "futures-io",
"version": "0.3.32",
"description": "The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/futures-io@0.3.32",
"externalReferences": [
{
"type": "website",
"url": "https://rust-lang.github.io/futures-rs"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang/futures-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-macro@0.3.32",
"name": "futures-macro",
"version": "0.3.32",
"description": "The futures-rs procedural macro implementations. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/futures-macro@0.3.32",
"externalReferences": [
{
"type": "website",
"url": "https://rust-lang.github.io/futures-rs"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang/futures-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32",
"name": "futures-sink",
"version": "0.3.32",
"description": "The asynchronous `Sink` trait for the futures-rs library. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/futures-sink@0.3.32",
"externalReferences": [
{
"type": "website",
"url": "https://rust-lang.github.io/futures-rs"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang/futures-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.32",
"name": "futures-task",
"version": "0.3.32",
"description": "Tools for working with tasks. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/futures-task@0.3.32",
"externalReferences": [
{
"type": "website",
"url": "https://rust-lang.github.io/futures-rs"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang/futures-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
"name": "futures-util",
"version": "0.3.32",
"description": "Common utilities and extension traits for the futures-rs library. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/futures-util@0.3.32",
"externalReferences": [
{
"type": "website",
"url": "https://rust-lang.github.io/futures-rs"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang/futures-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32",
"name": "futures",
"version": "0.3.32",
"description": "An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/futures@0.3.32",
"externalReferences": [
{
"type": "website",
"url": "https://rust-lang.github.io/futures-rs"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang/futures-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7",
"author": "Bartłomiej Kamiński <fizyk20@gmail.com>, Aaron Trent <novacrazy@gmail.com>",
"name": "generic-array",
"version": "0.14.7",
"description": "Generic types implementing functionality of arrays",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/generic-array@0.14.7",
"externalReferences": [
{
"type": "documentation",
"url": "http://fizyk20.github.io/generic-array/generic_array/"
},
{
"type": "vcs",
"url": "https://github.com/fizyk20/generic-array.git"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17",
"author": "The Rand Project Developers",
"name": "getrandom",
"version": "0.2.17",
"description": "A small cross-platform library for retrieving random data from system source",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/getrandom@0.2.17",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/getrandom"
},
{
"type": "vcs",
"url": "https://github.com/rust-random/getrandom"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4",
"author": "The Rand Project Developers",
"name": "getrandom",
"version": "0.3.4",
"description": "A small cross-platform library for retrieving random data from system source",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/getrandom@0.3.4",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/getrandom"
},
{
"type": "vcs",
"url": "https://github.com/rust-random/getrandom"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#h2@0.4.13",
"author": "Carl Lerche <me@carllerche.com>, Sean McArthur <sean@seanmonstar.com>",
"name": "h2",
"version": "0.4.13",
"description": "An HTTP/2 client and server",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/h2@0.4.13",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/h2"
},
{
"type": "vcs",
"url": "https://github.com/hyperium/h2"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#half@2.7.1",
"author": "Kathryn Long <squeeself@gmail.com>",
"name": "half",
"version": "2.7.1",
"description": "Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/half@2.7.1",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/VoidStarKat/half-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.0",
"author": "Amanieu d'Antras <amanieu@gmail.com>",
"name": "hashbrown",
"version": "0.17.0",
"description": "A Rust port of Google's SwissTable hash map",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/hashbrown@0.17.0",
"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#hmac@0.12.1",
"author": "RustCrypto Developers",
"name": "hmac",
"version": "0.12.1",
"description": "Generic implementation of Hash-based Message Authentication Code (HMAC)",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/hmac@0.12.1",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/hmac"
},
{
"type": "vcs",
"url": "https://github.com/RustCrypto/MACs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.3",
"author": "Carl Lerche <me@carllerche.com>, Lucio Franco <luciofranco14@gmail.com>, Sean McArthur <sean@seanmonstar.com>",
"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 <me@carllerche.com>, Lucio Franco <luciofranco14@gmail.com>, Sean McArthur <sean@seanmonstar.com>",
"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 <alex@alexcrichton.com>, Carl Lerche <me@carllerche.com>, Sean McArthur <sean@seanmonstar.com>",
"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 <sean@seanmonstar.com>",
"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 <pyfisch@posteo.org>",
"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-util@0.1.20",
"author": "Sean McArthur <sean@seanmonstar.com>",
"name": "hyper-util",
"version": "0.1.20",
"description": "hyper utilities",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/hyper-util@0.1.20",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/hyper-util"
},
{
"type": "website",
"url": "https://hyper.rs"
},
{
"type": "vcs",
"url": "https://github.com/hyperium/hyper-util"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hyper@1.9.0",
"author": "Sean McArthur <sean@seanmonstar.com>",
"name": "hyper",
"version": "1.9.0",
"description": "A protective and efficient HTTP library for all.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/hyper@1.9.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/hyper"
},
{
"type": "website",
"url": "https://hyper.rs"
},
{
"type": "vcs",
"url": "https://github.com/hyperium/hyper"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
"name": "indexmap",
"version": "2.14.0",
"description": "A hash table with consistent order and fast iteration.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/indexmap@2.14.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/indexmap/"
},
{
"type": "vcs",
"url": "https://github.com/indexmap-rs/indexmap"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#indoc@2.0.7",
"author": "David Tolnay <dtolnay@gmail.com>",
"name": "indoc",
"version": "2.0.7",
"description": "Indented document literals",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/indoc@2.0.7",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/indoc"
},
{
"type": "vcs",
"url": "https://github.com/dtolnay/indoc"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#inout@0.1.4",
"author": "RustCrypto Developers",
"name": "inout",
"version": "0.1.4",
"description": "Custom reference types for code generic over in-place and buffer-to-buffer modes of operation.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/inout@0.1.4",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/inout"
},
{
"type": "vcs",
"url": "https://github.com/RustCrypto/utils"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#itertools@0.14.0",
"author": "bluss",
"name": "itertools",
"version": "0.14.0",
"description": "Extra iterator adaptors, iterator methods, free functions, and macros.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/itertools@0.14.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/itertools/"
},
{
"type": "vcs",
"url": "https://github.com/rust-itertools/itertools"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
"author": "David Tolnay <dtolnay@gmail.com>",
"name": "itoa",
"version": "1.0.18",
"description": "Fast integer primitive to string conversion",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/itoa@1.0.18",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/itoa"
},
{
"type": "vcs",
"url": "https://github.com/dtolnay/itoa"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.185",
"author": "The Rust Project Developers",
"name": "libc",
"version": "0.2.185",
"description": "Raw FFI bindings to platform libraries like libc.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/libc@0.2.185",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/rust-lang/libc"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
"author": "Amanieu d'Antras <amanieu@gmail.com>",
"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#memchr@2.8.0",
"author": "Andrew Gallant <jamslam@gmail.com>, 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#memoffset@0.9.1",
"author": "Gilad Naaman <gilad.naaman@gmail.com>",
"name": "memoffset",
"version": "0.9.1",
"description": "offset_of functionality for Rust structs.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/memoffset@0.9.1",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/Gilnaa/memoffset"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17",
"author": "Sean McArthur <sean@seanmonstar.com>",
"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 <austin.bonander@gmail.com>",
"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#mio@1.2.0",
"author": "Carl Lerche <me@carllerche.com>, Thomas de Zeeuw <thomasdezeeuw@gmail.com>, Tokio Contributors <team@tokio.rs>",
"name": "mio",
"version": "1.2.0",
"description": "Lightweight non-blocking I/O.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/mio@1.2.0",
"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#once_cell@1.21.4",
"author": "Aleksey Kladov <aleksey.kladov@gmail.com>",
"name": "once_cell",
"version": "1.21.4",
"description": "Single assignment cells and lazy values.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/once_cell@1.21.4",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/once_cell"
},
{
"type": "vcs",
"url": "https://github.com/matklad/once_cell"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
"author": "Amanieu d'Antras <amanieu@gmail.com>",
"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 <amanieu@gmail.com>",
"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#pbkdf2@0.12.2",
"author": "RustCrypto Developers",
"name": "pbkdf2",
"version": "0.12.2",
"description": "Generic implementation of PBKDF2",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/pbkdf2@0.12.2",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/pbkdf2"
},
{
"type": "vcs",
"url": "https://github.com/RustCrypto/password-hashes/tree/master/pbkdf2"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pem@3.0.6",
"author": "Jonathan Creekmore <jonathan@thecreekmores.org>",
"name": "pem",
"version": "3.0.6",
"description": "Parse and encode PEM-encoded data.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/pem@3.0.6",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/pem/"
},
{
"type": "website",
"url": "https://github.com/jcreekmore/pem-rs.git"
},
{
"type": "vcs",
"url": "https://github.com/jcreekmore/pem-rs.git"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
"author": "The rust-url developers",
"name": "percent-encoding",
"version": "2.3.2",
"description": "Percent encoding and decoding",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/percent-encoding@2.3.2",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/servo/rust-url/"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
"name": "pin-project-lite",
"version": "0.2.17",
"description": "A lightweight version of pin-project written with declarative macros. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/pin-project-lite@0.2.17",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/taiki-e/pin-project-lite"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pkcs5@0.7.1",
"author": "RustCrypto Developers",
"name": "pkcs5",
"version": "0.7.1",
"description": "Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #5: Password-Based Cryptography Specification Version 2.1 (RFC 8018) ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "e847e2c91a18bfa887dd028ec33f2fe6f25db77db3619024764914affe8b69a6"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/pkcs5@0.7.1",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/RustCrypto/formats/tree/master/pkcs5"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pkcs8@0.10.2",
"author": "RustCrypto Developers",
"name": "pkcs8",
"version": "0.10.2",
"description": "Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #8: Private-Key Information Syntax Specification (RFC 5208), with additional support for PKCS#8v2 asymmetric key packages (RFC 5958) ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/pkcs8@0.10.2",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/RustCrypto/formats/tree/master/pkcs8"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.21",
"author": "The CryptoCorrosion Contributors",
"name": "ppv-lite86",
"version": "0.2.21",
"description": "Cross-platform cryptography-oriented low-level SIMD library.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/ppv-lite86@0.2.21",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/cryptocorrosion/cryptocorrosion"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
"author": "David Tolnay <dtolnay@gmail.com>, Alex Crichton <alex@alexcrichton.com>",
"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#pyo3-build-config@0.27.2",
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
"name": "pyo3-build-config",
"version": "0.27.2",
"description": "Build configuration for the PyO3 ecosystem",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "b455933107de8642b4487ed26d912c2d899dec6114884214a0b3bb3be9261ea6"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/pyo3-build-config@0.27.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.27.2",
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
"name": "pyo3-ffi",
"version": "0.27.2",
"description": "Python-API bindings for the PyO3 ecosystem",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "1c85c9cbfaddf651b1221594209aed57e9e5cff63c4d11d1feead529b872a089"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/pyo3-ffi@0.27.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-macros-backend@0.27.2",
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
"name": "pyo3-macros-backend",
"version": "0.27.2",
"description": "Code generation for PyO3 package",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "03b51720d314836e53327f5871d4c0cfb4fb37cc2c4a11cc71907a86342c40f9"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/pyo3-macros-backend@0.27.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.27.2",
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
"name": "pyo3-macros",
"version": "0.27.2",
"description": "Proc macros for PyO3 package",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "0a5b10c9bf9888125d917fb4d2ca2d25c8df94c7ab5a52e13313a07e050a3b02"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/pyo3-macros@0.27.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.27.2",
"author": "PyO3 Project and Contributors <https://github.com/PyO3>",
"name": "pyo3",
"version": "0.27.2",
"description": "Bindings to Python interpreter",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "ab53c047fcd1a1d2a8820fe84f05d6be69e9526be40cb03b73f86b6b03e6d87d"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/pyo3@0.27.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#python3-dll-a@0.2.15",
"author": "Sergey Kvachonok <ravenexp@gmail.com>, messense <messense@icloud.com>, Adam Reichold <adam.reichold@t-online.de>",
"name": "python3-dll-a",
"version": "0.2.15",
"description": "Standalone python3(y)(t).dll import library generator",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "d80ba7540edb18890d444c5aa8e1f1f99b1bdf26fb26ae383135325f4a36042b"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/python3-dll-a@0.2.15",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/PyO3/python3-dll-a"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
"author": "David Tolnay <dtolnay@gmail.com>",
"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.9.4",
"author": "The Rand Project Developers, The Rust Project Developers",
"name": "rand",
"version": "0.9.4",
"description": "Random number generators and other randomness functionality. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/rand@0.9.4",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/rand"
},
{
"type": "website",
"url": "https://rust-random.github.io/book"
},
{
"type": "vcs",
"url": "https://github.com/rust-random/rand"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.9.0",
"author": "The Rand Project Developers, The Rust Project Developers, The CryptoCorrosion Contributors",
"name": "rand_chacha",
"version": "0.9.0",
"description": "ChaCha random number generator ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/rand_chacha@0.9.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/rand_chacha"
},
{
"type": "website",
"url": "https://rust-random.github.io/book"
},
{
"type": "vcs",
"url": "https://github.com/rust-random/rand"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4",
"author": "The Rand Project Developers, The Rust Project Developers",
"name": "rand_core",
"version": "0.6.4",
"description": "Core random number generator traits and tools for implementation. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/rand_core@0.6.4",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/rand_core"
},
{
"type": "website",
"url": "https://rust-random.github.io/book"
},
{
"type": "vcs",
"url": "https://github.com/rust-random/rand"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.9.5",
"author": "The Rand Project Developers, The Rust Project Developers",
"name": "rand_core",
"version": "0.9.5",
"description": "Core random number generator traits and tools for implementation. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/rand_core@0.9.5",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/rand_core"
},
{
"type": "website",
"url": "https://rust-random.github.io/book"
},
{
"type": "vcs",
"url": "https://github.com/rust-random/rand"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#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-pemfile@2.2.0",
"name": "rustls-pemfile",
"version": "2.2.0",
"description": "Basic .pem file parser for keys and certificates",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR ISC OR MIT"
}
],
"purl": "pkg:cargo/rustls-pemfile@2.2.0",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/rustls/pemfile"
},
{
"type": "vcs",
"url": "https://github.com/rustls/pemfile"
}
]
},
{
"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.13",
"name": "rustls-webpki",
"version": "0.103.13",
"description": "Web PKI X.509 Certificate Verification.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
}
],
"licenses": [
{
"expression": "ISC"
}
],
"purl": "pkg:cargo/rustls-webpki@0.103.13",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/rustls/webpki"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.39",
"name": "rustls",
"version": "0.23.39",
"description": "Rustls is a modern TLS library written in Rust.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "7c2c118cb077cca2822033836dfb1b975355dfb784b5e8da48f7b6c5db74e60e"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR ISC OR MIT"
}
],
"purl": "pkg:cargo/rustls@0.23.39",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/rustls/rustls"
},
{
"type": "vcs",
"url": "https://github.com/rustls/rustls"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22",
"author": "David Tolnay <dtolnay@gmail.com>",
"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#salsa20@0.10.2",
"author": "RustCrypto Developers",
"name": "salsa20",
"version": "0.10.2",
"description": "Salsa20 Stream Cipher",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/salsa20@0.10.2",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/salsa20"
},
{
"type": "vcs",
"url": "https://github.com/RustCrypto/stream-ciphers"
}
]
},
{
"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#scrypt@0.11.0",
"author": "RustCrypto Developers",
"name": "scrypt",
"version": "0.11.0",
"description": "Scrypt password-based key derivation function",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/scrypt@0.11.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/scrypt"
},
{
"type": "vcs",
"url": "https://github.com/RustCrypto/password-hashes/tree/master/scrypt"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
"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 <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
"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 <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
"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#sha1@0.10.6",
"author": "RustCrypto Developers",
"name": "sha1",
"version": "0.10.6",
"description": "SHA-1 hash function",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/sha1@0.10.6",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/sha1"
},
{
"type": "vcs",
"url": "https://github.com/RustCrypto/hashes"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9",
"author": "RustCrypto Developers",
"name": "sha2",
"version": "0.10.9",
"description": "Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/sha2@0.10.9",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/sha2"
},
{
"type": "vcs",
"url": "https://github.com/RustCrypto/hashes"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0",
"author": "comex <comexk@gmail.com>, Fenhl <fenhl@fenhl.net>, Adrian Taylor <adetaylor@chromium.org>, Alex Touchet <alextouchet@outlook.com>, Daniel Parks <dp+git@oxidized.org>, Garrett Berg <googberg@gmail.com>",
"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#signal-hook-registry@1.4.8",
"author": "Michal 'vorner' Vaner <vorner@vorner.cz>, Masaki Hara <ackie.h.gmai@gmail.com>",
"name": "signal-hook-registry",
"version": "1.4.8",
"description": "Backend crate for signal-hook",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/signal-hook-registry@1.4.8",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/signal-hook-registry"
},
{
"type": "vcs",
"url": "https://github.com/vorner/signal-hook"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12",
"author": "Carl Lerche <me@carllerche.com>",
"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 <alex@alexcrichton.com>, Thomas de Zeeuw <thomasdezeeuw@gmail.com>",
"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#spki@0.7.3",
"author": "RustCrypto Developers",
"name": "spki",
"version": "0.7.3",
"description": "X.509 Subject Public Key Info (RFC5280) describing public keys as well as their associated AlgorithmIdentifiers (i.e. OIDs) ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/spki@0.7.3",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/RustCrypto/formats/tree/master/spki"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1",
"author": "Isis Lovecruft <isis@patternsinthevoid.net>, Henry de Valence <hdevalence@hdevalence.ca>",
"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 <dtolnay@gmail.com>",
"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#sysinfo@0.38.4",
"author": "Guillaume Gomez <guillaume1.gomez@gmail.com>",
"name": "sysinfo",
"version": "0.38.4",
"description": "Library to get system information such as processes, CPUs, disks, components and networks",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "92ab6a2f8bfe508deb3c6406578252e491d299cbbf3bc0529ecc3313aee4a52f"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/sysinfo@0.38.4",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/GuillaumeGomez/sysinfo"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5",
"author": "Dan Gohman <sunfish@mozilla.com>",
"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#thiserror-impl@2.0.18",
"author": "David Tolnay <dtolnay@gmail.com>",
"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 <dtolnay@gmail.com>",
"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#tikv-jemalloc-sys@0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7",
"author": "Alex Crichton <alex@alexcrichton.com>, Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>, The TiKV Project Developers",
"name": "tikv-jemalloc-sys",
"version": "0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7",
"description": "Rust FFI bindings to jemalloc ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "cd8aa5b2ab86a2cefa406d889139c162cbb230092f7d1d7cbc1716405d852a3b"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/tikv-jemalloc-sys@0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/tikv-jemallocator-sys"
},
{
"type": "website",
"url": "https://github.com/tikv/jemallocator"
},
{
"type": "other",
"url": "jemalloc"
},
{
"type": "vcs",
"url": "https://github.com/tikv/jemallocator"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tikv-jemallocator@0.6.1",
"author": "Alex Crichton <alex@alexcrichton.com>, Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>, Simon Sapin <simon.sapin@exyr.org>, Steven Fackler <sfackler@gmail.com>, The TiKV Project Developers",
"name": "tikv-jemallocator",
"version": "0.6.1",
"description": "A Rust allocator backed by jemalloc ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "0359b4327f954e0567e69fb191cf1436617748813819c94b8cd4a431422d053a"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/tikv-jemallocator@0.6.1",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/jemallocator"
},
{
"type": "website",
"url": "https://github.com/tikv/jemallocator"
},
{
"type": "vcs",
"url": "https://github.com/tikv/jemallocator"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.7.0",
"author": "Tokio Contributors <team@tokio.rs>",
"name": "tokio-macros",
"version": "2.7.0",
"description": "Tokio's proc macros. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/tokio-macros@2.7.0",
"externalReferences": [
{
"type": "website",
"url": "https://tokio.rs"
},
{
"type": "vcs",
"url": "https://github.com/tokio-rs/tokio"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.4",
"name": "tokio-rustls",
"version": "0.26.4",
"description": "Asynchronous TLS/SSL streams for Tokio using Rustls.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/tokio-rustls@0.26.4",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/tokio-rustls"
},
{
"type": "website",
"url": "https://github.com/rustls/tokio-rustls"
},
{
"type": "vcs",
"url": "https://github.com/rustls/tokio-rustls"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-stream@0.1.18",
"author": "Tokio Contributors <team@tokio.rs>",
"name": "tokio-stream",
"version": "0.1.18",
"description": "Utilities to work with `Stream` and `tokio`. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/tokio-stream@0.1.18",
"externalReferences": [
{
"type": "website",
"url": "https://tokio.rs"
},
{
"type": "vcs",
"url": "https://github.com/tokio-rs/tokio"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-tungstenite@0.29.0",
"author": "Daniel Abramov <dabramov@snapview.de>, Alexey Galakhov <agalakhov@snapview.de>",
"name": "tokio-tungstenite",
"version": "0.29.0",
"description": "Tokio binding for Tungstenite, the Lightweight stream-based WebSocket implementation",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/tokio-tungstenite@0.29.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/tokio-tungstenite/0.29.0"
},
{
"type": "website",
"url": "https://github.com/snapview/tokio-tungstenite"
},
{
"type": "vcs",
"url": "https://github.com/snapview/tokio-tungstenite"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18",
"author": "Tokio Contributors <team@tokio.rs>",
"name": "tokio-util",
"version": "0.7.18",
"description": "Additional utilities for working with Tokio. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/tokio-util@0.7.18",
"externalReferences": [
{
"type": "website",
"url": "https://tokio.rs"
},
{
"type": "vcs",
"url": "https://github.com/tokio-rs/tokio"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.1",
"author": "Tokio Contributors <team@tokio.rs>",
"name": "tokio",
"version": "1.52.1",
"description": "An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/tokio@1.52.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#tracing-core@0.1.36",
"author": "Tokio Contributors <team@tokio.rs>",
"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 <eliza@buoyant.io>, Tokio Contributors <team@tokio.rs>",
"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#tungstenite@0.29.0",
"author": "Alexey Galakhov, Daniel Abramov",
"name": "tungstenite",
"version": "0.29.0",
"description": "Lightweight stream-based WebSocket implementation",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/tungstenite@0.29.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/tungstenite/0.29.0"
},
{
"type": "website",
"url": "https://github.com/snapview/tungstenite-rs"
},
{
"type": "vcs",
"url": "https://github.com/snapview/tungstenite-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#typenum@1.20.0",
"author": "Paho Lurie-Gregg <paho@paholg.com>, Andre Bogus <bogusandre@gmail.com>",
"name": "typenum",
"version": "1.20.0",
"description": "Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/typenum@1.20.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/typenum"
},
{
"type": "vcs",
"url": "https://github.com/paholg/typenum"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicase@2.9.0",
"author": "Sean McArthur <sean@seanmonstar.com>",
"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 <dtolnay@gmail.com>",
"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#unindent@0.2.4",
"author": "David Tolnay <dtolnay@gmail.com>",
"name": "unindent",
"version": "0.2.4",
"description": "Remove a column of leading whitespace from a string",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/unindent@0.2.4",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/unindent"
},
{
"type": "vcs",
"url": "https://github.com/dtolnay/indoc"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#untrusted@0.9.0",
"author": "Brian Smith <brian@briansmith.org>",
"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#version_check@0.9.5",
"author": "Sergio Benitez <sb@sergio.bz>",
"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#zerocopy-derive@0.8.48",
"author": "Joshua Liebow-Feeser <joshlf@google.com>, Jack Wrenn <jswrenn@amazon.com>",
"name": "zerocopy-derive",
"version": "0.8.48",
"description": "Custom derive for traits from the zerocopy crate",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
}
],
"licenses": [
{
"expression": "BSD-2-Clause OR Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/zerocopy-derive@0.8.48",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/google/zerocopy"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.48",
"author": "Joshua Liebow-Feeser <joshlf@google.com>, Jack Wrenn <jswrenn@amazon.com>",
"name": "zerocopy",
"version": "0.8.48",
"description": "Zerocopy makes zero-cost memory manipulation effortless. We write \"unsafe\" so you don't have to.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
}
],
"licenses": [
{
"expression": "BSD-2-Clause OR Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/zerocopy@0.8.48",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/google/zerocopy"
}
]
},
{
"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"
}
]
}
],
"dependencies": [
{
"ref": "git+https://github.com/gi0baro/pyo3-log.git?branch=pyo3-027#pyo3-log@0.13.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#arc-swap@1.9.1",
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
"registry+https://github.com/rust-lang/crates.io-index#pyo3@0.27.2"
]
},
{
"ref": "git+https://github.com/gi0baro/tls-listener.git?branch=0.11.x#tls-listener@0.11.0",
"dependsOn": [
"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#thiserror@2.0.18",
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.1",
"registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.4"
]
},
{
"ref": "git+https://github.com/kotauskas/interprocess.git?rev=44351c4fe88c72ead4f3b0b762c4cf45beb90841#interprocess@2.3.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#doctest-file@1.1.1",
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.185",
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.1"
]
},
{
"ref": "path+file:///home/runner/work/granian/granian#2.7.4",
"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#ciborium@0.2.2",
"registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.15",
"registry+https://github.com/rust-lang/crates.io-index#encoding_rs@0.8.35",
"registry+https://github.com/rust-lang/crates.io-index#futures@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-body-util@0.1.3",
"registry+https://github.com/rust-lang/crates.io-index#hyper@1.9.0",
"registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.20",
"git+https://github.com/kotauskas/interprocess.git?rev=44351c4fe88c72ead4f3b0b762c4cf45beb90841#interprocess@2.3.0",
"registry+https://github.com/rust-lang/crates.io-index#itertools@0.14.0",
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
"registry+https://github.com/rust-lang/crates.io-index#mime_guess@2.0.5",
"registry+https://github.com/rust-lang/crates.io-index#pem@3.0.6",
"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#pkcs8@0.10.2",
"registry+https://github.com/rust-lang/crates.io-index#pyo3@0.27.2",
"registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.27.2",
"git+https://github.com/gi0baro/pyo3-log.git?branch=pyo3-027#pyo3-log@0.13.1",
"registry+https://github.com/rust-lang/crates.io-index#rustls-pemfile@2.2.0",
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
"registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.3",
"registry+https://github.com/rust-lang/crates.io-index#sysinfo@0.38.4",
"registry+https://github.com/rust-lang/crates.io-index#tikv-jemallocator@0.6.1",
"git+https://github.com/gi0baro/tls-listener.git?branch=0.11.x#tls-listener@0.11.0",
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.1",
"registry+https://github.com/rust-lang/crates.io-index#tokio-stream@0.1.18",
"registry+https://github.com/rust-lang/crates.io-index#tokio-tungstenite@0.29.0",
"registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#aes@0.8.4",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
"registry+https://github.com/rust-lang/crates.io-index#cipher@0.4.4",
"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#arc-swap@1.9.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#base64ct@1.8.3"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#block-padding@0.3.3",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#cbc@0.1.2",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#cipher@0.4.4"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.60",
"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#shlex@1.3.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#ciborium-io@0.2.2"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#ciborium-ll@0.2.2",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#ciborium-io@0.2.2",
"registry+https://github.com/rust-lang/crates.io-index#half@2.7.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#ciborium@0.2.2",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#ciborium-io@0.2.2",
"registry+https://github.com/rust-lang/crates.io-index#ciborium-ll@0.2.2",
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#cipher@0.4.4",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.7",
"registry+https://github.com/rust-lang/crates.io-index#inout@0.1.4"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#const-oid@0.9.6"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.15",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.7",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7",
"registry+https://github.com/rust-lang/crates.io-index#typenum@1.20.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#data-encoding@2.10.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#der@0.7.10",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#const-oid@0.9.6",
"registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4",
"registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.7",
"registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#doctest-file@1.1.1"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#either@1.15.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#encoding_rs@0.8.35",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#errno@0.3.14",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.185"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-executor@0.3.32",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.32"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-macro@0.3.32",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.32"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#futures-macro@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.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#futures@0.3.32",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#futures-executor@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#typenum@1.20.0",
"registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.185"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.185"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#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.14.0",
"registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12",
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.1",
"registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18",
"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#half@2.7.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.48"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#hmac@0.12.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7"
]
},
{
"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.18"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#httpdate@1.0.3"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.20",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
"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#hyper@1.9.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#tokio@1.52.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#hyper@1.9.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2",
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
"registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#h2@0.4.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.18",
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1",
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#indoc@2.0.7",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#inout@0.1.4",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#block-padding@0.3.3",
"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#itertools@0.14.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#either@1.15.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.185"
},
{
"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"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17"
},
{
"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#mio@1.2.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.185"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.185",
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#pbkdf2@0.12.2",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
"registry+https://github.com/rust-lang/crates.io-index#hmac@0.12.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#pem@3.0.6",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#base64@0.22.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#percent-encoding@2.3.2"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#pkcs5@0.7.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#aes@0.8.4",
"registry+https://github.com/rust-lang/crates.io-index#cbc@0.1.2",
"registry+https://github.com/rust-lang/crates.io-index#der@0.7.10",
"registry+https://github.com/rust-lang/crates.io-index#pbkdf2@0.12.2",
"registry+https://github.com/rust-lang/crates.io-index#scrypt@0.11.0",
"registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9",
"registry+https://github.com/rust-lang/crates.io-index#spki@0.7.3"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#pkcs8@0.10.2",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#der@0.7.10",
"registry+https://github.com/rust-lang/crates.io-index#pkcs5@0.7.1",
"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4",
"registry+https://github.com/rust-lang/crates.io-index#spki@0.7.3"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.21",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.48"
]
},
{
"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#pyo3-build-config@0.27.2",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#python3-dll-a@0.2.15",
"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.27.2",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.185",
"registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.27.2"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.27.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.27.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.27.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.27.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.27.2",
"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#indoc@2.0.7",
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.185",
"registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1",
"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
"registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.27.2",
"registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.27.2",
"registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.27.2",
"registry+https://github.com/rust-lang/crates.io-index#unindent@0.2.4"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#python3-dll-a@0.2.15"
},
{
"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.9.4",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.9.0",
"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.9.5"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.9.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.21",
"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.9.5"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.9.5",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.60",
"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-pemfile@2.2.0",
"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#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.13",
"dependsOn": [
"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#rustls@0.23.39",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
"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#rustls-webpki@0.103.13",
"registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1",
"registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#salsa20@0.10.2",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#cipher@0.4.4"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#scrypt@0.11.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#pbkdf2@0.12.2",
"registry+https://github.com/rust-lang/crates.io-index#salsa20@0.10.2",
"registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
"registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#sha1@0.10.6",
"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.2.17",
"registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9",
"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.2.17",
"registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#signal-hook-registry@1.4.8",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#errno@0.3.14",
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.185"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.3",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.185"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#spki@0.7.3",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#base64ct@1.8.3",
"registry+https://github.com/rust-lang/crates.io-index#der@0.7.10"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#sysinfo@0.38.4",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.185",
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#tikv-jemalloc-sys@0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.60",
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.185"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#tikv-jemallocator@0.6.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.185",
"registry+https://github.com/rust-lang/crates.io-index#tikv-jemalloc-sys@0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.7.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45",
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.4",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.39",
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-stream@0.1.18",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-tungstenite@0.29.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.1",
"registry+https://github.com/rust-lang/crates.io-index#tungstenite@0.29.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#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#tokio@1.52.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.52.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.185",
"registry+https://github.com/rust-lang/crates.io-index#mio@1.2.0",
"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#signal-hook-registry@1.4.8",
"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.7.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.36",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
"registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.36"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#tungstenite@0.29.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
"registry+https://github.com/rust-lang/crates.io-index#data-encoding@2.10.0",
"registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
"registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1",
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
"registry+https://github.com/rust-lang/crates.io-index#rand@0.9.4",
"registry+https://github.com/rust-lang/crates.io-index#sha1@0.10.6",
"registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#typenum@1.20.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#unicase@2.9.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#unindent@0.2.4"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#untrusted@0.9.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#zerocopy-derive@0.8.48",
"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#zerocopy@0.8.48",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#zerocopy-derive@0.8.48"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2"
}
]
}