{
"bomFormat": "CycloneDX",
"specVersion": "1.3",
"version": 1,
"serialNumber": "urn:uuid:362477ad-55e2-4663-a7d5-714d7f925129",
"metadata": {
"timestamp": "2026-08-06T23:11:56.540768000Z",
"tools": [
{
"vendor": "CycloneDX",
"name": "cargo-cyclonedx",
"version": "0.5.9"
}
],
"authors": [
{
"name": "Pierre Gronau",
"email": "Pierre.Gronau@ndaal.eu"
}
],
"component": {
"type": "library",
"bom-ref": "path+file:///Users/cloud/repos/ndaal_public_csaf_crud/crates/csaf-core#1.4.8",
"author": "Pierre Gronau <Pierre.Gronau@ndaal.eu>",
"name": "csaf-core",
"version": "1.4.8",
"description": "CSAF storage, validation, sidecar generation, import/export",
"scope": "required",
"licenses": [
{
"expression": "Apache-2.0"
}
],
"purl": "pkg:cargo/csaf-core@1.4.8?download_url=file://.",
"externalReferences": [
{
"type": "documentation",
"url": "https://gitlab.com/vPierre/ndaal_public_csaf_crud"
},
{
"type": "website",
"url": "https://gitlab.com/vPierre/ndaal_public_csaf_crud"
},
{
"type": "vcs",
"url": "https://gitlab.com/vPierre/ndaal_public_csaf_crud"
}
],
"components": [
{
"type": "library",
"bom-ref": "path+file:///Users/cloud/repos/ndaal_public_csaf_crud/crates/csaf-core#1.4.8 bin-target-0",
"name": "csaf_core",
"version": "1.4.8",
"purl": "pkg:cargo/csaf-core@1.4.8?download_url=file://.#src/lib.rs"
}
]
},
"properties": [
{
"name": "cdx:rustc:sbom:target:triple",
"value": "x86_64-apple-darwin"
}
]
},
"components": [
{
"type": "library",
"bom-ref": "path+file:///Users/cloud/repos/ndaal_public_csaf_crud/crates/csaf-models#1.4.8",
"author": "Pierre Gronau <Pierre.Gronau@ndaal.eu>",
"name": "csaf-models",
"version": "1.4.8",
"description": "CSAF 2.0/2.1 data models, SQLite management, and user models",
"scope": "required",
"licenses": [
{
"expression": "Apache-2.0"
}
],
"purl": "pkg:cargo/csaf-models@1.4.8?download_url=file://../csaf-models",
"externalReferences": [
{
"type": "documentation",
"url": "https://gitlab.com/vPierre/ndaal_public_csaf_crud"
},
{
"type": "website",
"url": "https://gitlab.com/vPierre/ndaal_public_csaf_crud"
},
{
"type": "vcs",
"url": "https://gitlab.com/vPierre/ndaal_public_csaf_crud"
}
]
},
{
"type": "library",
"bom-ref": "path+file:///Users/cloud/repos/ndaal_public_csaf_crud/crates/workspace-hack#0.1.0",
"name": "workspace-hack",
"version": "0.1.0",
"description": "workspace-hack package, managed by hakari",
"scope": "required",
"purl": "pkg:cargo/workspace-hack@0.1.0?download_url=file://../workspace-hack"
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.1",
"author": "Jonas Schievink <jonasschievink@gmail.com>, oyvindln <oyvindln@users.noreply.github.com>",
"name": "adler2",
"version": "2.0.1",
"description": "A simple clean-room implementation of the Adler-32 checksum",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
}
],
"licenses": [
{
"expression": "0BSD OR MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/adler2@2.0.1",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/adler2/"
},
{
"type": "vcs",
"url": "https://github.com/oyvindln/adler2"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12",
"author": "Tom Kaitchuck <Tom.Kaitchuck@gmail.com>",
"name": "ahash",
"version": "0.8.12",
"description": "A non-cryptographic hash function using AES-NI for high performance",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/ahash@0.8.12",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/ahash"
},
{
"type": "vcs",
"url": "https://github.com/tkaitchuck/ahash"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
"author": "Andrew Gallant <jamslam@gmail.com>",
"name": "aho-corasick",
"version": "1.1.4",
"description": "Fast multiple substring searching.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
}
],
"licenses": [
{
"expression": "Unlicense OR MIT"
}
],
"purl": "pkg:cargo/aho-corasick@1.1.4",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/BurntSushi/aho-corasick"
},
{
"type": "vcs",
"url": "https://github.com/BurntSushi/aho-corasick"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#allocator-api2@0.2.21",
"author": "Zakarum <zaq.dev@icloud.com>",
"name": "allocator-api2",
"version": "0.2.21",
"description": "Mirror of Rust's allocator API",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/allocator-api2@0.2.21",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/allocator-api2"
},
{
"type": "website",
"url": "https://github.com/zakarumych/allocator-api2"
},
{
"type": "vcs",
"url": "https://github.com/zakarumych/allocator-api2"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ambient-authority@0.0.2",
"author": "Dan Gohman <dev@sunfishcode.online>",
"name": "ambient-authority",
"version": "0.0.2",
"description": "Ambient Authority",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
}
],
"licenses": [
{
"expression": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/ambient-authority@0.0.2",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/sunfishcode/ambient-authority"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#argon2@0.5.3",
"author": "RustCrypto Developers",
"name": "argon2",
"version": "0.5.3",
"description": "Pure Rust implementation of the Argon2 password hashing function with support for the Argon2d, Argon2i, and Argon2id algorithmic variants ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/argon2@0.5.3",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/argon2"
},
{
"type": "vcs",
"url": "https://github.com/RustCrypto/password-hashes/tree/master/argon2"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#arrayref@0.3.9",
"author": "David Roundy <roundyd@physics.oregonstate.edu>",
"name": "arrayref",
"version": "0.3.9",
"description": "Macros to take array references of slices",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
}
],
"licenses": [
{
"expression": "BSD-2-Clause"
}
],
"purl": "pkg:cargo/arrayref@0.3.9",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/arrayref"
},
{
"type": "vcs",
"url": "https://github.com/droundy/arrayref"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.6",
"author": "bluss",
"name": "arrayvec",
"version": "0.7.6",
"description": "A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/arrayvec@0.7.6",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/arrayvec/"
},
{
"type": "vcs",
"url": "https://github.com/bluss/arrayvec"
}
]
},
{
"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.1",
"author": "Josh Stone <cuviper@gmail.com>",
"name": "autocfg",
"version": "1.5.1",
"description": "Automatic cfg for Rust compiler features",
"scope": "excluded",
"hashes": [
{
"alg": "SHA-256",
"content": "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/autocfg@1.5.1",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/autocfg/"
},
{
"type": "vcs",
"url": "https://github.com/cuviper/autocfg"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aws-lc-rs@1.17.3",
"author": "AWS-LibCrypto",
"name": "aws-lc-rs",
"version": "1.17.3",
"description": "aws-lc-rs is a cryptographic library using AWS-LC for its cryptographic operations. This library strives to be API-compatible with the popular Rust library named ring.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "00bdb5da18dac48ca2cc7cd4a98e533e8635a58e2361d13a1a4ee3888e0d72f1"
}
],
"licenses": [
{
"expression": "ISC AND (Apache-2.0 OR ISC)"
}
],
"purl": "pkg:cargo/aws-lc-rs@1.17.3",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/crate/aws-lc-rs"
},
{
"type": "website",
"url": "https://github.com/aws/aws-lc-rs"
},
{
"type": "other",
"url": "aws_lc_rs_1_17_3_sys"
},
{
"type": "vcs",
"url": "https://github.com/aws/aws-lc-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#aws-lc-sys@0.43.0",
"author": "AWS-LC",
"name": "aws-lc-sys",
"version": "0.43.0",
"description": "AWS-LC is a general-purpose cryptographic library maintained by the AWS Cryptography team for AWS and their customers. It Ñ–s based on code from the Google BoringSSL project and the OpenSSL project.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "43103168cc76fe62678a375e722fc9cb3a0146159ac5828bc4f0dfd755c2224c"
}
],
"licenses": [
{
"expression": "ISC AND (Apache-2.0 OR ISC) AND Apache-2.0 AND MIT AND BSD-3-Clause AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR ISC OR MIT-0)"
}
],
"purl": "pkg:cargo/aws-lc-sys@0.43.0",
"externalReferences": [
{
"type": "other",
"url": "aws_lc_0_43_0"
},
{
"type": "vcs",
"url": "https://github.com/aws/aws-lc-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
"author": "Marshall Pierce <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#bit-set@0.8.0",
"author": "Alexis Beingessner <a.beingessner@gmail.com>",
"name": "bit-set",
"version": "0.8.0",
"description": "A set of bits",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/bit-set@0.8.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/bit-set/"
},
{
"type": "website",
"url": "https://github.com/contain-rs/bit-set"
},
{
"type": "vcs",
"url": "https://github.com/contain-rs/bit-set"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bit-vec@0.8.0",
"author": "Alexis Beingessner <a.beingessner@gmail.com>",
"name": "bit-vec",
"version": "0.8.0",
"description": "A vector of bits",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/bit-vec@0.8.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/bit-vec/"
},
{
"type": "website",
"url": "https://github.com/contain-rs/bit-vec"
},
{
"type": "vcs",
"url": "https://github.com/contain-rs/bit-vec"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.13.0",
"author": "The Rust Project Developers",
"name": "bitflags",
"version": "2.13.0",
"description": "A macro to generate structures which behave like bitflags. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/bitflags@2.13.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/bitflags"
},
{
"type": "website",
"url": "https://github.com/bitflags/bitflags"
},
{
"type": "vcs",
"url": "https://github.com/bitflags/bitflags"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#blake2@0.10.6",
"author": "RustCrypto Developers",
"name": "blake2",
"version": "0.10.6",
"description": "BLAKE2 hash functions",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/blake2@0.10.6",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/blake2"
},
{
"type": "vcs",
"url": "https://github.com/RustCrypto/hashes"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#blake3@1.8.5",
"author": "Jack O'Connor <oconnor663@gmail.com>, Samuel Neves",
"name": "blake3",
"version": "1.8.5",
"description": "the BLAKE3 hash function",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "0aa83c34e62843d924f905e0f5c866eb1dd6545fc4d719e803d9ba6030371fce"
}
],
"licenses": [
{
"expression": "CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception"
}
],
"purl": "pkg:cargo/blake3@1.8.5",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/blake3"
},
{
"type": "vcs",
"url": "https://github.com/BLAKE3-team/BLAKE3"
}
]
},
{
"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-buffer@0.12.1",
"author": "RustCrypto Developers",
"name": "block-buffer",
"version": "0.12.1",
"description": "Buffer types for block processing of data",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/block-buffer@0.12.1",
"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#borrow-or-share@0.2.4",
"author": "Scallop Ye <yescallop@gmail.com>",
"name": "borrow-or-share",
"version": "0.2.4",
"description": "Traits for either borrowing or sharing data.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
}
],
"licenses": [
{
"expression": "MIT-0"
}
],
"purl": "pkg:cargo/borrow-or-share@0.2.4",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/borrow-or-share"
},
{
"type": "vcs",
"url": "https://github.com/yescallop/borrow-or-share"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bstr@1.12.1",
"author": "Andrew Gallant <jamslam@gmail.com>",
"name": "bstr",
"version": "1.12.1",
"description": "A string type that is not required to be valid UTF-8.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/bstr@1.12.1",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/bstr"
},
{
"type": "website",
"url": "https://github.com/BurntSushi/bstr"
},
{
"type": "vcs",
"url": "https://github.com/BurntSushi/bstr"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#bytecount@0.6.9",
"author": "Andre Bogus <bogusandre@gmail.de>, Joshua Landau <joshua@landau.ws>",
"name": "bytecount",
"version": "0.6.9",
"description": "count occurrences of a given byte, or the number of UTF-8 code points, in a byte slice, fast",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/bytecount@0.6.9",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/llogiq/bytecount"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0",
"author": "Andrew Gallant <jamslam@gmail.com>",
"name": "byteorder",
"version": "1.5.0",
"description": "Library for reading/writing numbers in big-endian and little-endian.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
}
],
"licenses": [
{
"expression": "Unlicense OR MIT"
}
],
"purl": "pkg:cargo/byteorder@1.5.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/byteorder"
},
{
"type": "website",
"url": "https://github.com/BurntSushi/byteorder"
},
{
"type": "vcs",
"url": "https://github.com/BurntSushi/byteorder"
}
]
},
{
"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#cap-primitives@4.0.2",
"author": "Dan Gohman <dev@sunfishcode.online>, Jakub Konka <kubkon@jakubkonka.com>",
"name": "cap-primitives",
"version": "4.0.2",
"description": "Capability-based primitives",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "cdadbd7c002d3a484b35243669abdae85a0ebaded5a61117169dc3400f9a7ff0"
}
],
"licenses": [
{
"expression": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/cap-primitives@4.0.2",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/bytecodealliance/cap-std"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cap-std@4.0.2",
"author": "Dan Gohman <dev@sunfishcode.online>, Jakub Konka <kubkon@jakubkonka.com>",
"name": "cap-std",
"version": "4.0.2",
"description": "Capability-based version of the Rust standard library",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "7281235d6e96d3544ca18bba9049be92f4190f8d923e3caef1b5f66cfa752608"
}
],
"licenses": [
{
"expression": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/cap-std@4.0.2",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/bytecodealliance/cap-std"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
"author": "Alex Crichton <alex@alexcrichton.com>",
"name": "cc",
"version": "1.2.64",
"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": "dad887fd958be91b5098c0248def011f4523ab786cd411be668777e55063501f"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/cc@1.2.64",
"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#cfg_aliases@0.2.1",
"author": "Zicklag <zicklag@katharostech.com>",
"name": "cfg_aliases",
"version": "0.2.1",
"description": "A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks.",
"scope": "excluded",
"hashes": [
{
"alg": "SHA-256",
"content": "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/cfg_aliases@0.2.1",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/cfg_aliases"
},
{
"type": "website",
"url": "https://github.com/katharostech/cfg_aliases"
},
{
"type": "vcs",
"url": "https://github.com/katharostech/cfg_aliases"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#chacha20@0.10.1",
"author": "RustCrypto Developers",
"name": "chacha20",
"version": "0.10.1",
"description": "The ChaCha20 stream cipher (RFC 8439) implemented in pure Rust using traits from the RustCrypto `cipher` crate, with optional architecture-specific hardware acceleration (AVX2, SSE2). Additionally provides the ChaCha8, ChaCha12, XChaCha20, XChaCha12 and XChaCha8 stream ciphers, and also optional rand_core-compatible RNGs based on those ciphers. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/chacha20@0.10.1",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/chacha20"
},
{
"type": "vcs",
"url": "https://github.com/RustCrypto/stream-ciphers"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.45",
"name": "chrono",
"version": "0.4.45",
"description": "Date and time library for Rust",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/chrono@0.4.45",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/chrono/"
},
{
"type": "website",
"url": "https://github.com/chronotope/chrono"
},
{
"type": "vcs",
"url": "https://github.com/chronotope/chrono"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cmake@0.1.58",
"author": "Alex Crichton <alex@alexcrichton.com>",
"name": "cmake",
"version": "0.1.58",
"description": "A build dependency for running `cmake` to build a native library ",
"scope": "excluded",
"hashes": [
{
"alg": "SHA-256",
"content": "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/cmake@0.1.58",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/cmake"
},
{
"type": "website",
"url": "https://github.com/rust-lang/cmake-rs"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang/cmake-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#const-oid@0.10.2",
"author": "RustCrypto Developers",
"name": "const-oid",
"version": "0.10.2",
"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": "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/const-oid@0.10.2",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/const-oid"
},
{
"type": "website",
"url": "https://github.com/RustCrypto/formats/tree/master/const-oid"
},
{
"type": "vcs",
"url": "https://github.com/RustCrypto/formats"
}
]
},
{
"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#constant_time_eq@0.4.2",
"author": "Cesar Eduardo Barros <cesarb@cesarb.eti.br>",
"name": "constant_time_eq",
"version": "0.4.2",
"description": "Compares two equal-sized byte strings in constant time.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
}
],
"licenses": [
{
"expression": "CC0-1.0 OR MIT-0 OR Apache-2.0"
}
],
"purl": "pkg:cargo/constant_time_eq@0.4.2",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/constant_time_eq"
},
{
"type": "vcs",
"url": "https://github.com/cesarb/constant_time_eq"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cookie@0.18.1",
"author": "Sergio Benitez <sb@sergio.bz>, Alex Crichton <alex@alexcrichton.com>",
"name": "cookie",
"version": "0.18.1",
"description": "HTTP cookie parsing and cookie jar management. Supports signed and private (encrypted, authenticated) jars. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/cookie@0.18.1",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/cookie"
},
{
"type": "vcs",
"url": "https://github.com/SergioBenitez/cookie-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cookie_store@0.22.1",
"author": "Patrick Fernie <patrick.fernie@gmail.com>",
"name": "cookie_store",
"version": "0.22.1",
"description": "Implementation of Cookie storage and retrieval",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "15b2c103cf610ec6cae3da84a766285b42fd16aad564758459e6ecf128c75206"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/cookie_store@0.22.1",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/cookie_store"
},
{
"type": "vcs",
"url": "https://github.com/pfernie/cookie_store"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.7",
"author": "The Servo Project Developers",
"name": "core-foundation-sys",
"version": "0.8.7",
"description": "Bindings to Core Foundation for macOS",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/core-foundation-sys@0.8.7",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/servo/core-foundation-rs"
},
{
"type": "vcs",
"url": "https://github.com/servo/core-foundation-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.10.1",
"author": "The Servo Project Developers",
"name": "core-foundation",
"version": "0.10.1",
"description": "Bindings to Core Foundation for macOS",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/core-foundation@0.10.1",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/servo/core-foundation-rs"
}
]
},
{
"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#cpufeatures@0.3.0",
"author": "RustCrypto Developers",
"name": "cpufeatures",
"version": "0.3.0",
"description": "Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/cpufeatures@0.3.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/cpufeatures"
},
{
"type": "vcs",
"url": "https://github.com/RustCrypto/utils"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0",
"author": "Sam Rijs <srijs@airpost.net>, Alex Crichton <alex@alexcrichton.com>",
"name": "crc32fast",
"version": "1.5.0",
"description": "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/crc32fast@1.5.0",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/srijs/rust-crc32fast"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.6",
"author": "RustCrypto Developers",
"name": "crypto-common",
"version": "0.1.6",
"description": "Common cryptographic traits",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/crypto-common@0.1.6",
"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#crypto-common@0.2.2",
"author": "RustCrypto Developers",
"name": "crypto-common",
"version": "0.2.2",
"description": "Common traits used by cryptographic algorithms",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/crypto-common@0.2.2",
"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#csaf-rs@0.5.1",
"name": "csaf-rs",
"version": "0.5.1",
"description": "A parser for the CSAF standard written in Rust",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "dc9355e83377adfcd718ac254e0e03cadc98b729a311588f2c18bca30caf1d1e"
}
],
"licenses": [
{
"expression": "Apache-2.0"
}
],
"purl": "pkg:cargo/csaf-rs@0.5.1",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/csaf-rs/csaf"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#curve25519-dalek-derive@0.1.1",
"name": "curve25519-dalek-derive",
"version": "0.1.1",
"description": "curve25519-dalek Derives",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/curve25519-dalek-derive@0.1.1",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/curve25519-dalek-derive"
},
{
"type": "website",
"url": "https://github.com/dalek-cryptography/curve25519-dalek"
},
{
"type": "vcs",
"url": "https://github.com/dalek-cryptography/curve25519-dalek"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#curve25519-dalek@4.1.3",
"author": "Isis Lovecruft <isis@patternsinthevoid.net>, Henry de Valence <hdevalence@hdevalence.ca>",
"name": "curve25519-dalek",
"version": "4.1.3",
"description": "A pure-Rust implementation of group operations on ristretto255 and Curve25519",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
}
],
"licenses": [
{
"expression": "BSD-3-Clause"
}
],
"purl": "pkg:cargo/curve25519-dalek@4.1.3",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/curve25519-dalek"
},
{
"type": "website",
"url": "https://github.com/dalek-cryptography/curve25519-dalek"
},
{
"type": "vcs",
"url": "https://github.com/dalek-cryptography/curve25519-dalek/tree/main/curve25519-dalek"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cvss-rs@0.3.0",
"name": "cvss-rs",
"version": "0.3.0",
"description": "A Rust library for representing and deserializing CVSS (Common Vulnerability Scoring System) data.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "77ad2a244caaabb9274bf7f54e3f01a67e593bbe63797132436ee76394517f60"
}
],
"licenses": [
{
"expression": "Apache-2.0"
}
],
"purl": "pkg:cargo/cvss-rs@0.3.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/cvss-rs"
},
{
"type": "website",
"url": "https://github.com/scm-rs/cvss-rs"
},
{
"type": "vcs",
"url": "https://github.com/scm-rs/cvss-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#data-encoding@2.11.0",
"author": "Julien Cretin <git@ia0.eu>",
"name": "data-encoding",
"version": "2.11.0",
"description": "Efficient and customizable data-encoding functions like base64, base32, and hex",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/data-encoding@2.11.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/data-encoding"
},
{
"type": "vcs",
"url": "https://github.com/ia0/data-encoding"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#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#deranged@0.5.8",
"author": "Jacob Pratt <jacob@jhpratt.dev>",
"name": "deranged",
"version": "0.5.8",
"description": "Ranged integers",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/deranged@0.5.8",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/jhpratt/deranged"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#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#digest@0.11.3",
"author": "RustCrypto Developers",
"name": "digest",
"version": "0.11.3",
"description": "Traits for cryptographic hash functions and message authentication codes",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/digest@0.11.3",
"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#displaydoc@0.2.6",
"author": "Jane Lusby <jlusby@yaah.dev>",
"name": "displaydoc",
"version": "0.2.6",
"description": "A derive macro for implementing the display Trait via a doc comment and string interpolation ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/displaydoc@0.2.6",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/displaydoc"
},
{
"type": "website",
"url": "https://github.com/yaahc/displaydoc"
},
{
"type": "vcs",
"url": "https://github.com/yaahc/displaydoc"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#document-features@0.2.12",
"author": "Slint Developers <info@slint.dev>",
"name": "document-features",
"version": "0.2.12",
"description": "Extract documentation for the feature flags from comments in Cargo.toml",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/document-features@0.2.12",
"externalReferences": [
{
"type": "website",
"url": "https://slint.rs"
},
{
"type": "vcs",
"url": "https://github.com/slint-ui/document-features"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#dunce@1.0.5",
"author": "Kornel <kornel@geekhood.net>",
"name": "dunce",
"version": "1.0.5",
"description": "Normalize Windows paths to the most compatible format, avoiding UNC where possible",
"scope": "excluded",
"hashes": [
{
"alg": "SHA-256",
"content": "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
}
],
"licenses": [
{
"expression": "CC0-1.0 OR MIT-0 OR Apache-2.0"
}
],
"purl": "pkg:cargo/dunce@1.0.5",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/dunce"
},
{
"type": "website",
"url": "https://lib.rs/crates/dunce"
},
{
"type": "vcs",
"url": "https://gitlab.com/kornelski/dunce"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#dyn-clone@1.0.20",
"author": "David Tolnay <dtolnay@gmail.com>",
"name": "dyn-clone",
"version": "1.0.20",
"description": "Clone trait that is dyn-compatible",
"scope": "excluded",
"hashes": [
{
"alg": "SHA-256",
"content": "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/dyn-clone@1.0.20",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/dyn-clone"
},
{
"type": "vcs",
"url": "https://github.com/dtolnay/dyn-clone"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ed25519-dalek@2.2.0",
"author": "isis lovecruft <isis@patternsinthevoid.net>, Tony Arcieri <bascule@gmail.com>, Michael Rosenberg <michael@mrosenberg.pub>",
"name": "ed25519-dalek",
"version": "2.2.0",
"description": "Fast and efficient ed25519 EdDSA key generations, signing, and verification in pure Rust.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9"
}
],
"licenses": [
{
"expression": "BSD-3-Clause"
}
],
"purl": "pkg:cargo/ed25519-dalek@2.2.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/ed25519-dalek"
},
{
"type": "website",
"url": "https://github.com/dalek-cryptography/curve25519-dalek"
},
{
"type": "vcs",
"url": "https://github.com/dalek-cryptography/curve25519-dalek/tree/main/ed25519-dalek"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ed25519@2.2.3",
"author": "RustCrypto Developers",
"name": "ed25519",
"version": "2.2.3",
"description": "Edwards Digital Signature Algorithm (EdDSA) over Curve25519 (as specified in RFC 8032) support library providing signature type definitions and PKCS#8 private key decoding/encoding support ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/ed25519@2.2.3",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/ed25519"
},
{
"type": "vcs",
"url": "https://github.com/RustCrypto/signatures/tree/master/ed25519"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#either@1.17.0",
"name": "either",
"version": "1.17.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": "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/either@1.17.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#email_address@0.2.9",
"author": "Simon Johnston <johnstonskj@gmail.com>",
"name": "email_address",
"version": "0.2.9",
"description": "A Rust crate providing an implementation of an RFC-compliant `EmailAddress` newtype. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/email_address@0.2.9",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/email_address/"
},
{
"type": "vcs",
"url": "https://github.com/johnstonskj/rust-email_address.git"
}
]
},
{
"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#fallible-iterator@0.3.0",
"author": "Steven Fackler <sfackler@gmail.com>",
"name": "fallible-iterator",
"version": "0.3.0",
"description": "Fallible iterator traits",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/fallible-iterator@0.3.0",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/sfackler/rust-fallible-iterator"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fallible-streaming-iterator@0.1.9",
"author": "Steven Fackler <sfackler@gmail.com>",
"name": "fallible-streaming-iterator",
"version": "0.1.9",
"description": "Fallible streaming iteration",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/fallible-streaming-iterator@0.1.9",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/sfackler/fallible-streaming-iterator"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fancy-regex@0.17.0",
"author": "Raph Levien <raph@google.com>, Robin Stocker <robin@nibor.org>, Keith Hall <keith.hall@available.systems>",
"name": "fancy-regex",
"version": "0.17.0",
"description": "An implementation of regexes, supporting a relatively rich set of features, including backreferences and look-around.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/fancy-regex@0.17.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/fancy-regex"
},
{
"type": "vcs",
"url": "https://github.com/fancy-regex/fancy-regex"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fastbloom@0.17.0",
"author": "tomtomwombat",
"name": "fastbloom",
"version": "0.17.0",
"description": "The fastest Bloom filter in Rust. No accuracy compromises. Full concurrency support and compatible with any hasher.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "ef975e30683b2d965054bb0a836f8973857c4ebf6acf274fe46617cd285060d8"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/fastbloom@0.17.0",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/tomtomwombat/fastbloom/"
},
{
"type": "vcs",
"url": "https://github.com/tomtomwombat/fastbloom/"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.4.1",
"author": "Stjepan Glavina <stjepang@gmail.com>",
"name": "fastrand",
"version": "2.4.1",
"description": "A simple and fast random number generator",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/fastrand@2.4.1",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/smol-rs/fastrand"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#filetime@0.2.29",
"author": "Alex Crichton <alex@alexcrichton.com>",
"name": "filetime",
"version": "0.2.29",
"description": "Platform-agnostic accessors of timestamps in File metadata ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/filetime@0.2.29",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/filetime"
},
{
"type": "website",
"url": "https://github.com/alexcrichton/filetime"
},
{
"type": "vcs",
"url": "https://github.com/alexcrichton/filetime"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9",
"name": "find-msvc-tools",
"version": "0.1.9",
"description": "Find windows-specific tools, read MSVC versions from the registry and from COM interfaces",
"scope": "excluded",
"hashes": [
{
"alg": "SHA-256",
"content": "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/find-msvc-tools@0.1.9",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/find-msvc-tools"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang/cc-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.9",
"author": "Alex Crichton <alex@alexcrichton.com>, Josh Triplett <josh@joshtriplett.org>",
"name": "flate2",
"version": "1.1.9",
"description": "DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/flate2@1.1.9",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/flate2"
},
{
"type": "website",
"url": "https://github.com/rust-lang/flate2-rs"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang/flate2-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fluent-uri@0.4.1",
"author": "Scallop Ye <yescallop@gmail.com>",
"name": "fluent-uri",
"version": "0.4.1",
"description": "A generic URI/IRI handling library compliant with RFC 3986/3987.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/fluent-uri@0.4.1",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/fluent-uri"
},
{
"type": "vcs",
"url": "https://github.com/yescallop/fluent-uri-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": "Fowler–Noll–Vo hash function",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/fnv@1.0.7",
"externalReferences": [
{
"type": "documentation",
"url": "https://doc.servo.org/fnv/"
},
{
"type": "vcs",
"url": "https://github.com/servo/rust-fnv"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#foldhash@0.2.0",
"author": "Orson Peters <orsonpeters@gmail.com>",
"name": "foldhash",
"version": "0.2.0",
"description": "A fast, non-cryptographic, minimally DoS-resistant hashing algorithm.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
}
],
"licenses": [
{
"expression": "Zlib"
}
],
"purl": "pkg:cargo/foldhash@0.2.0",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/orlp/foldhash"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.2",
"author": "The rust-url developers",
"name": "form_urlencoded",
"version": "1.2.2",
"description": "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/form_urlencoded@1.2.2",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/servo/rust-url"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fraction@0.15.4",
"author": "dnsl48 <dnsl48@gmail.com>",
"name": "fraction",
"version": "0.15.4",
"description": "Lossless fractions and decimals; drop-in float replacement",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "e076045bb43dac435333ed5f04caf35c7463631d0dae2deb2638d94dd0a5b872"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/fraction@0.15.4",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/fraction/"
},
{
"type": "website",
"url": "https://github.com/dnsl48/fraction.git"
},
{
"type": "vcs",
"url": "https://github.com/dnsl48/fraction.git"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fs-set-times@0.20.3",
"author": "Dan Gohman <dev@sunfishcode.online>",
"name": "fs-set-times",
"version": "0.20.3",
"description": "Set filesystem timestamps",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
}
],
"licenses": [
{
"expression": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/fs-set-times@0.20.3",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/fs-set-times"
},
{
"type": "vcs",
"url": "https://github.com/bytecodealliance/fs-set-times"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#fs_extra@1.3.0",
"author": "Denis Kurilenko <webdesus@gmail.com>",
"name": "fs_extra",
"version": "1.3.0",
"description": "Expanding std::fs and std::io. Recursively copy folders with information about process and much more.",
"scope": "excluded",
"hashes": [
{
"alg": "SHA-256",
"content": "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/fs_extra@1.3.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/fs_extra"
},
{
"type": "website",
"url": "https://github.com/webdesus/fs_extra"
},
{
"type": "vcs",
"url": "https://github.com/webdesus/fs_extra"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
"name": "futures-channel",
"version": "0.3.32",
"description": "Channels for asynchronous communication using futures-rs. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/futures-channel@0.3.32",
"externalReferences": [
{
"type": "website",
"url": "https://rust-lang.github.io/futures-rs"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang/futures-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
"name": "futures-core",
"version": "0.3.32",
"description": "The core traits and types in for the `futures` library. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/futures-core@0.3.32",
"externalReferences": [
{
"type": "website",
"url": "https://rust-lang.github.io/futures-rs"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang/futures-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.32",
"name": "futures-io",
"version": "0.3.32",
"description": "The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/futures-io@0.3.32",
"externalReferences": [
{
"type": "website",
"url": "https://rust-lang.github.io/futures-rs"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang/futures-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-macro@0.3.32",
"name": "futures-macro",
"version": "0.3.32",
"description": "The futures-rs procedural macro implementations. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/futures-macro@0.3.32",
"externalReferences": [
{
"type": "website",
"url": "https://rust-lang.github.io/futures-rs"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang/futures-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32",
"name": "futures-sink",
"version": "0.3.32",
"description": "The asynchronous `Sink` trait for the futures-rs library. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/futures-sink@0.3.32",
"externalReferences": [
{
"type": "website",
"url": "https://rust-lang.github.io/futures-rs"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang/futures-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.32",
"name": "futures-task",
"version": "0.3.32",
"description": "Tools for working with tasks. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/futures-task@0.3.32",
"externalReferences": [
{
"type": "website",
"url": "https://rust-lang.github.io/futures-rs"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang/futures-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
"name": "futures-util",
"version": "0.3.32",
"description": "Common utilities and extension traits for the futures-rs library. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/futures-util@0.3.32",
"externalReferences": [
{
"type": "website",
"url": "https://rust-lang.github.io/futures-rs"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang/futures-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.9",
"author": "Bartłomiej Kamiński <fizyk20@gmail.com>, Aaron Trent <novacrazy@gmail.com>",
"name": "generic-array",
"version": "0.14.9",
"description": "Generic types implementing functionality of arrays",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/generic-array@0.14.9",
"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#getrandom@0.4.3",
"author": "The Rand Project Developers",
"name": "getrandom",
"version": "0.4.3",
"description": "A small cross-platform library for retrieving random data from system source",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/getrandom@0.4.3",
"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#globset@0.4.18",
"author": "Andrew Gallant <jamslam@gmail.com>",
"name": "globset",
"version": "0.4.18",
"description": "Cross platform single glob and glob set matching. Glob set matching is the process of matching one or more glob patterns against a single candidate path simultaneously, and returning all of the globs that matched. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3"
}
],
"licenses": [
{
"expression": "Unlicense OR MIT"
}
],
"purl": "pkg:cargo/globset@0.4.18",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/globset"
},
{
"type": "website",
"url": "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset"
},
{
"type": "vcs",
"url": "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#h2@0.4.15",
"author": "Carl Lerche <me@carllerche.com>, Sean McArthur <sean@seanmonstar.com>",
"name": "h2",
"version": "0.4.15",
"description": "An HTTP/2 client and server",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/h2@0.4.15",
"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#hashbrown@0.16.1",
"author": "Amanieu d'Antras <amanieu@gmail.com>",
"name": "hashbrown",
"version": "0.16.1",
"description": "A Rust port of Google's SwissTable hash map",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/hashbrown@0.16.1",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/rust-lang/hashbrown"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1",
"name": "hashbrown",
"version": "0.17.1",
"description": "A Rust port of Google's SwissTable hash map",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/hashbrown@0.17.1",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/rust-lang/hashbrown"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hashlink@0.11.1",
"name": "hashlink",
"version": "0.11.1",
"description": "HashMap-like containers that hold their key-value pairs in a user controllable order",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "824e001ac4f3012dd16a264bec811403a67ca9deb6c102fc5049b32c4574b35f"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/hashlink@0.11.1",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/hashlink"
},
{
"type": "vcs",
"url": "https://github.com/djc/hashlink"
}
]
},
{
"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#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.2",
"author": "Alex Crichton <alex@alexcrichton.com>, Carl Lerche <me@carllerche.com>, Sean McArthur <sean@seanmonstar.com>",
"name": "http",
"version": "1.4.2",
"description": "A set of types for representing HTTP requests and responses. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/http@1.4.2",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/http"
},
{
"type": "vcs",
"url": "https://github.com/hyperium/http"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1",
"author": "Sean McArthur <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#hybrid-array@0.4.14",
"author": "RustCrypto Developers",
"name": "hybrid-array",
"version": "0.4.14",
"description": "Hybrid typenum-based and const generic array types designed to provide the flexibility of typenum-based expressions while also allowing interoperability and a transition path to const generics ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "707114b52a152fa7bdb290cd7cd5912d9467273b6d74e21b8d81aca1f8533f6b"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/hybrid-array@0.4.14",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/hybrid-array"
},
{
"type": "vcs",
"url": "https://github.com/RustCrypto/hybrid-array"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hyper-rustls@0.27.9",
"name": "hyper-rustls",
"version": "0.27.9",
"description": "Rustls+hyper integration for pure rust HTTPS",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR ISC OR MIT"
}
],
"purl": "pkg:cargo/hyper-rustls@0.27.9",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/hyper-rustls/"
},
{
"type": "website",
"url": "https://github.com/rustls/hyper-rustls"
},
{
"type": "vcs",
"url": "https://github.com/rustls/hyper-rustls"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.20",
"author": "Sean McArthur <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.11.0",
"author": "Sean McArthur <sean@seanmonstar.com>",
"name": "hyper",
"version": "1.11.0",
"description": "A protective and efficient HTTP library for all.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/hyper@1.11.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#iana-time-zone@0.1.65",
"author": "Andrew Straw <strawman@astraw.com>, René Kijewski <rene.kijewski@fu-berlin.de>, Ryan Lopopolo <rjl@hyperbo.la>",
"name": "iana-time-zone",
"version": "0.1.65",
"description": "get the IANA time zone for the current system",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/iana-time-zone@0.1.65",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/strawlab/iana-time-zone"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.2.0",
"author": "The ICU4X Project Developers",
"name": "icu_collections",
"version": "2.2.0",
"description": "Collection of API for use in ICU libraries.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
}
],
"licenses": [
{
"expression": "Unicode-3.0"
}
],
"purl": "pkg:cargo/icu_collections@2.2.0",
"externalReferences": [
{
"type": "website",
"url": "https://icu4x.unicode.org"
},
{
"type": "vcs",
"url": "https://github.com/unicode-org/icu4x"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.2.0",
"author": "The ICU4X Project Developers",
"name": "icu_locale_core",
"version": "2.2.0",
"description": "API for managing Unicode Language and Locale Identifiers",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
}
],
"licenses": [
{
"expression": "Unicode-3.0"
}
],
"purl": "pkg:cargo/icu_locale_core@2.2.0",
"externalReferences": [
{
"type": "website",
"url": "https://icu4x.unicode.org"
},
{
"type": "vcs",
"url": "https://github.com/unicode-org/icu4x"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer@2.2.0",
"author": "The ICU4X Project Developers",
"name": "icu_normalizer",
"version": "2.2.0",
"description": "API for normalizing text into Unicode Normalization Forms",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
}
],
"licenses": [
{
"expression": "Unicode-3.0"
}
],
"purl": "pkg:cargo/icu_normalizer@2.2.0",
"externalReferences": [
{
"type": "website",
"url": "https://icu4x.unicode.org"
},
{
"type": "vcs",
"url": "https://github.com/unicode-org/icu4x"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.2.0",
"author": "The ICU4X Project Developers",
"name": "icu_normalizer_data",
"version": "2.2.0",
"description": "Data for the icu_normalizer crate",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
}
],
"licenses": [
{
"expression": "Unicode-3.0"
}
],
"purl": "pkg:cargo/icu_normalizer_data@2.2.0",
"externalReferences": [
{
"type": "website",
"url": "https://icu4x.unicode.org"
},
{
"type": "vcs",
"url": "https://github.com/unicode-org/icu4x"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.2.0",
"author": "The ICU4X Project Developers",
"name": "icu_properties",
"version": "2.2.0",
"description": "Definitions for Unicode properties",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
}
],
"licenses": [
{
"expression": "Unicode-3.0"
}
],
"purl": "pkg:cargo/icu_properties@2.2.0",
"externalReferences": [
{
"type": "website",
"url": "https://icu4x.unicode.org"
},
{
"type": "vcs",
"url": "https://github.com/unicode-org/icu4x"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.2.0",
"author": "The ICU4X Project Developers",
"name": "icu_properties_data",
"version": "2.2.0",
"description": "Data for the icu_properties crate",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
}
],
"licenses": [
{
"expression": "Unicode-3.0"
}
],
"purl": "pkg:cargo/icu_properties_data@2.2.0",
"externalReferences": [
{
"type": "website",
"url": "https://icu4x.unicode.org"
},
{
"type": "vcs",
"url": "https://github.com/unicode-org/icu4x"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.2.0",
"author": "The ICU4X Project Developers",
"name": "icu_provider",
"version": "2.2.0",
"description": "Trait and struct definitions for the ICU data provider",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
}
],
"licenses": [
{
"expression": "Unicode-3.0"
}
],
"purl": "pkg:cargo/icu_provider@2.2.0",
"externalReferences": [
{
"type": "website",
"url": "https://icu4x.unicode.org"
},
{
"type": "vcs",
"url": "https://github.com/unicode-org/icu4x"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#idna@1.1.0",
"author": "The rust-url developers",
"name": "idna",
"version": "1.1.0",
"description": "IDNA (Internationalizing Domain Names in Applications) and Punycode.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/idna@1.1.0",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/servo/rust-url/"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#idna_adapter@1.2.2",
"author": "The rust-url developers",
"name": "idna_adapter",
"version": "1.2.2",
"description": "Back end adapter for idna",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/idna_adapter@1.2.2",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/idna_adapter/latest/idna_adapter/"
},
{
"type": "website",
"url": "https://docs.rs/crate/idna_adapter/latest"
},
{
"type": "vcs",
"url": "https://github.com/hsivonen/idna_adapter"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
"name": "indexmap",
"version": "2.14.0",
"description": "A hash table with consistent order and fast iteration.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/indexmap@2.14.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/indexmap/"
},
{
"type": "vcs",
"url": "https://github.com/indexmap-rs/indexmap"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#io-extras@0.19.0",
"author": "Dan Gohman <dev@sunfishcode.online>",
"name": "io-extras",
"version": "0.19.0",
"description": "File/socket handle/descriptor utilities",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "20fd6de4ccfcc187e38bc21cfa543cb5a302cb86a8b114eb7f0bf0dc9f8ac00f"
}
],
"licenses": [
{
"expression": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/io-extras@0.19.0",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/sunfishcode/io-extras"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#io-lifetimes@2.0.4",
"author": "Dan Gohman <dev@sunfishcode.online>",
"name": "io-lifetimes",
"version": "2.0.4",
"description": "A low-level I/O ownership and borrowing library",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
}
],
"licenses": [
{
"expression": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/io-lifetimes@2.0.4",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/sunfishcode/io-lifetimes"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#io-lifetimes@3.0.1",
"author": "Dan Gohman <dev@sunfishcode.online>",
"name": "io-lifetimes",
"version": "3.0.1",
"description": "A low-level I/O ownership and borrowing library",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "2f0fb0570afe1fed943c5c3d4102d5358592d8625fda6a0007fdbe65a92fba96"
}
],
"licenses": [
{
"expression": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/io-lifetimes@3.0.1",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/sunfishcode/io-lifetimes"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ipnet@2.12.0",
"author": "Kris Price <kris@krisprice.nz>",
"name": "ipnet",
"version": "2.12.0",
"description": "Provides types and useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` types already provided in Rust's standard library and align to their design to stay consistent. The module also provides useful traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`, `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable feature so it is guaranteed to compile using the stable toolchain.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/ipnet@2.12.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/ipnet"
},
{
"type": "vcs",
"url": "https://github.com/krisprice/ipnet"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
"author": "David Tolnay <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#jobserver@0.1.35",
"author": "Alex Crichton <alex@alexcrichton.com>",
"name": "jobserver",
"version": "0.1.35",
"description": "An implementation of the GNU Make jobserver for Rust. ",
"scope": "excluded",
"hashes": [
{
"alg": "SHA-256",
"content": "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/jobserver@0.1.35",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/jobserver"
},
{
"type": "website",
"url": "https://github.com/rust-lang/jobserver-rs"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang/jobserver-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#jsonschema@0.45.1",
"author": "Dmitry Dygalo <dmitry@dygalo.dev>",
"name": "jsonschema",
"version": "0.45.1",
"description": "JSON schema validaton library",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "257eb0e588b76827bbddc9e73945a9743693dd2adeaee9da26420f93cfedb798"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/jsonschema@0.45.1",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/Stranger6667/jsonschema"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#keccak@0.1.6",
"author": "RustCrypto Developers",
"name": "keccak",
"version": "0.1.6",
"description": "Pure Rust implementation of the Keccak sponge function including the keccak-f and keccak-p variants ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "cb26cec98cce3a3d96cbb7bced3c4b16e3d13f27ec56dbd62cbc8f39cfb9d653"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/keccak@0.1.6",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/keccak"
},
{
"type": "vcs",
"url": "https://github.com/RustCrypto/sponges/tree/master/keccak"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0",
"author": "Marvin Löbel <loebel.marvin@gmail.com>",
"name": "lazy_static",
"version": "1.5.0",
"description": "A macro for declaring lazily evaluated statics in Rust.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/lazy_static@1.5.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/lazy_static"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang-nursery/lazy-static.rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
"author": "The Rust Project Developers",
"name": "libc",
"version": "0.2.186",
"description": "Raw FFI bindings to platform libraries like libc.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/libc@0.2.186",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/rust-lang/libc"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libm@0.2.16",
"author": "Alex Crichton <alex@alexcrichton.com>, Amanieu d'Antras <amanieu@gmail.com>, Jorge Aparicio <japaricious@gmail.com>, Trevor Gross <tg@trevorgross.com>",
"name": "libm",
"version": "0.2.16",
"description": "libm in pure Rust",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/libm@0.2.16",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/rust-lang/compiler-builtins"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libsqlite3-sys@0.37.0",
"author": "The rusqlite developers",
"name": "libsqlite3-sys",
"version": "0.37.0",
"description": "Native bindings to the libsqlite3 library",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "b1f111c8c41e7c61a49cd34e44c7619462967221a6443b0ec299e0ac30cfb9b1"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/libsqlite3-sys@0.37.0",
"externalReferences": [
{
"type": "other",
"url": "sqlite3"
},
{
"type": "vcs",
"url": "https://github.com/rusqlite/rusqlite"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#litemap@0.8.2",
"author": "The ICU4X Project Developers",
"name": "litemap",
"version": "0.8.2",
"description": "A key-value Map implementation based on a flat, sorted Vec.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
}
],
"licenses": [
{
"expression": "Unicode-3.0"
}
],
"purl": "pkg:cargo/litemap@0.8.2",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/litemap"
},
{
"type": "vcs",
"url": "https://github.com/unicode-org/icu4x"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#litrs@1.0.0",
"author": "Lukas Kalbertodt <lukas.kalbertodt@gmail.com>",
"name": "litrs",
"version": "1.0.0",
"description": "Parse and inspect Rust literals (i.e. tokens in the Rust programming language representing fixed values). Particularly useful for proc macros, but can also be used outside of a proc-macro context. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/litrs@1.0.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/litrs"
},
{
"type": "vcs",
"url": "https://github.com/LukasKalbertodt/litrs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
"author": "Amanieu d'Antras <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.33",
"author": "The Rust Project Developers",
"name": "log",
"version": "0.4.33",
"description": "A lightweight logging facade for Rust ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/log@0.4.33",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/log"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang/log"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lru-slab@0.1.2",
"author": "Benjamin Saunders <ben.e.saunders@gmail.com>",
"name": "lru-slab",
"version": "0.1.2",
"description": "Pre-allocated storage with constant-time LRU tracking",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0 OR Zlib"
}
],
"purl": "pkg:cargo/lru-slab@0.1.2",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/Ralith/lru-slab"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#maybe-owned@0.3.4",
"author": "Philipp korber <philippkorber@gmail.com>, darkstalker <slayerbeast@gmail.com>, daboross <daboross@daboross.net>, Zac Burns (That3Percent) <that3percent@gmail.com>",
"name": "maybe-owned",
"version": "0.3.4",
"description": "provides a `MaybeOwned` (and `MaybeOwnedMut`) type similar to std's `Cow` but it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/maybe-owned@0.3.4",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/rustonaut/maybe-owned"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.3",
"author": "Andrew Gallant <jamslam@gmail.com>, bluss",
"name": "memchr",
"version": "2.8.3",
"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": "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
}
],
"licenses": [
{
"expression": "Unlicense OR MIT"
}
],
"purl": "pkg:cargo/memchr@2.8.3",
"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#miniz_oxide@0.8.9",
"author": "Frommi <daniil.liferenko@gmail.com>, oyvindln <oyvindln@users.noreply.github.com>, Rich Geldreich richgel99@gmail.com",
"name": "miniz_oxide",
"version": "0.8.9",
"description": "DEFLATE compression and decompression library rewritten in Rust based on miniz",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
}
],
"licenses": [
{
"expression": "MIT OR Zlib OR Apache-2.0"
}
],
"purl": "pkg:cargo/miniz_oxide@0.8.9",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/miniz_oxide"
},
{
"type": "website",
"url": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide"
},
{
"type": "vcs",
"url": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#mio@1.2.1",
"author": "Carl Lerche <me@carllerche.com>, Thomas de Zeeuw <thomasdezeeuw@gmail.com>, Tokio Contributors <team@tokio.rs>",
"name": "mio",
"version": "1.2.1",
"description": "Lightweight non-blocking I/O.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/mio@1.2.1",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/tokio-rs/mio"
},
{
"type": "vcs",
"url": "https://github.com/tokio-rs/mio"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.6",
"author": "The Rust Project Developers",
"name": "num-bigint",
"version": "0.4.6",
"description": "Big integer implementation for Rust",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/num-bigint@0.4.6",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/num-bigint"
},
{
"type": "website",
"url": "https://github.com/rust-num/num-bigint"
},
{
"type": "vcs",
"url": "https://github.com/rust-num/num-bigint"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-cmp@0.1.0",
"author": "Kang Seonghoon <public+git@mearie.org>",
"name": "num-cmp",
"version": "0.1.0",
"description": "Comparison between differently typed numbers",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/num-cmp@0.1.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/num-cmp/"
},
{
"type": "website",
"url": "https://github.com/lifthrasiir/num-cmp"
},
{
"type": "vcs",
"url": "https://github.com/lifthrasiir/num-cmp"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-complex@0.4.6",
"author": "The Rust Project Developers",
"name": "num-complex",
"version": "0.4.6",
"description": "Complex numbers implementation for Rust",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/num-complex@0.4.6",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/num-complex"
},
{
"type": "website",
"url": "https://github.com/rust-num/num-complex"
},
{
"type": "vcs",
"url": "https://github.com/rust-num/num-complex"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-conv@0.2.2",
"author": "Jacob Pratt <jacob@jhpratt.dev>",
"name": "num-conv",
"version": "0.2.2",
"description": "`num_conv` is a crate to convert between integer types without using `as` casts. This provides better certainty when refactoring, makes the exact behavior of code more explicit, and allows using turbofish syntax. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/num-conv@0.2.2",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/jhpratt/num-conv"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
"author": "The Rust Project Developers",
"name": "num-integer",
"version": "0.1.46",
"description": "Integer traits and functions",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/num-integer@0.1.46",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/num-integer"
},
{
"type": "website",
"url": "https://github.com/rust-num/num-integer"
},
{
"type": "vcs",
"url": "https://github.com/rust-num/num-integer"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-iter@0.1.45",
"author": "The Rust Project Developers",
"name": "num-iter",
"version": "0.1.45",
"description": "External iterators for generic mathematics",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/num-iter@0.1.45",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/num-iter"
},
{
"type": "website",
"url": "https://github.com/rust-num/num-iter"
},
{
"type": "vcs",
"url": "https://github.com/rust-num/num-iter"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-rational@0.4.2",
"author": "The Rust Project Developers",
"name": "num-rational",
"version": "0.4.2",
"description": "Rational numbers implementation for Rust",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/num-rational@0.4.2",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/num-rational"
},
{
"type": "website",
"url": "https://github.com/rust-num/num-rational"
},
{
"type": "vcs",
"url": "https://github.com/rust-num/num-rational"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
"author": "The Rust Project Developers",
"name": "num-traits",
"version": "0.2.19",
"description": "Numeric traits for generic mathematics",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/num-traits@0.2.19",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/num-traits"
},
{
"type": "website",
"url": "https://github.com/rust-num/num-traits"
},
{
"type": "vcs",
"url": "https://github.com/rust-num/num-traits"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num@0.4.3",
"author": "The Rust Project Developers",
"name": "num",
"version": "0.4.3",
"description": "A collection of numeric types and traits for Rust, including bigint, complex, rational, range iterators, generic integers, and more! ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/num@0.4.3",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/num"
},
{
"type": "website",
"url": "https://github.com/rust-num/num"
},
{
"type": "vcs",
"url": "https://github.com/rust-num/num"
}
]
},
{
"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#outref@0.5.2",
"name": "outref",
"version": "0.5.2",
"description": "Out reference",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/outref@0.5.2",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/Nugine/outref"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#oxilangtag@0.1.6",
"author": "Tpt <thomas@pellissier-tanon.fr>",
"name": "oxilangtag",
"version": "0.1.6",
"description": "Simple and fast implementation of language tag normalization and validation ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "5d3b4eb570abd4a1dcb062c31fd37b832264d9dc7292c3e69acfe926c87b063f"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/oxilangtag@0.1.6",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/oxilangtag"
},
{
"type": "vcs",
"url": "https://github.com/oxigraph/oxilangtag"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#packageurl@0.6.0",
"author": "Martin Larralde <martin.larralde@embl.de>, Jens Reimann <ctron@dentrassi.de>",
"name": "packageurl",
"version": "0.6.0",
"description": "Rust implementation of the package url specification",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "35da99768af1ae8830ccf30d295db0e09c24bcfda5a67515191dd4b773f6d82a"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/packageurl@0.6.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/packageurl"
},
{
"type": "vcs",
"url": "https://github.com/scm-rs/packageurl.rs"
}
]
},
{
"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#password-hash@0.5.0",
"author": "RustCrypto Developers",
"name": "password-hash",
"version": "0.5.0",
"description": "Traits which describe the functionality of password hashing algorithms, as well as a `no_std`-friendly implementation of the PHC string format (a well-defined subset of the Modular Crypt Format a.k.a. MCF) ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/password-hash@0.5.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/password-hash"
},
{
"type": "vcs",
"url": "https://github.com/RustCrypto/traits/tree/master/password-hash"
}
]
},
{
"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#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#pkg-config@0.3.33",
"author": "Alex Crichton <alex@alexcrichton.com>",
"name": "pkg-config",
"version": "0.3.33",
"description": "A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. ",
"scope": "excluded",
"hashes": [
{
"alg": "SHA-256",
"content": "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/pkg-config@0.3.33",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/pkg-config"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang/pkg-config-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.13.1",
"name": "portable-atomic",
"version": "1.13.1",
"description": "Portable atomic types including support for 128-bit atomics, atomic float, etc. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/portable-atomic@1.13.1",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/taiki-e/portable-atomic"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#potential_utf@0.1.5",
"author": "The ICU4X Project Developers",
"name": "potential_utf",
"version": "0.1.5",
"description": "Unvalidated string and character types",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
}
],
"licenses": [
{
"expression": "Unicode-3.0"
}
],
"purl": "pkg:cargo/potential_utf@0.1.5",
"externalReferences": [
{
"type": "website",
"url": "https://icu4x.unicode.org"
},
{
"type": "vcs",
"url": "https://github.com/unicode-org/icu4x"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0",
"author": "Jacob Pratt <jacob@jhpratt.dev>",
"name": "powerfmt",
"version": "0.2.0",
"description": " `powerfmt` is a library that provides utilities for formatting values. This crate makes it significantly easier to support filling to a minimum width with alignment, avoid heap allocation, and avoid repetitive calculations. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/powerfmt@0.2.0",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/jhpratt/powerfmt"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#prettyplease@0.2.37",
"author": "David Tolnay <dtolnay@gmail.com>",
"name": "prettyplease",
"version": "0.2.37",
"description": "A minimal `syn` syntax tree pretty-printer",
"scope": "excluded",
"hashes": [
{
"alg": "SHA-256",
"content": "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/prettyplease@0.2.37",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/prettyplease"
},
{
"type": "other",
"url": "prettyplease02"
},
{
"type": "vcs",
"url": "https://github.com/dtolnay/prettyplease"
}
]
},
{
"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#quinn-proto@0.11.16",
"name": "quinn-proto",
"version": "0.11.16",
"description": "State machine for the QUIC transport protocol",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/quinn-proto@0.11.16",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/quinn-rs/quinn"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quinn-udp@0.5.14",
"name": "quinn-udp",
"version": "0.5.14",
"description": "UDP sockets with ECN information for the QUIC transport protocol",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/quinn-udp@0.5.14",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/quinn-rs/quinn"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quinn@0.11.9",
"name": "quinn",
"version": "0.11.9",
"description": "Versatile QUIC transport protocol implementation",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/quinn@0.11.9",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/quinn-rs/quinn"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
"author": "David Tolnay <dtolnay@gmail.com>",
"name": "quote",
"version": "1.0.46",
"description": "Quasi-quoting macro quote!(...)",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/quote@1.0.46",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/quote/"
},
{
"type": "vcs",
"url": "https://github.com/dtolnay/quote"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand@0.10.2",
"author": "The Rand Project Developers, The Rust Project Developers",
"name": "rand",
"version": "0.10.2",
"description": "Random number generators and other randomness functionality. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/rand@0.10.2",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/rand"
},
{
"type": "website",
"url": "https://rust-random.github.io/book"
},
{
"type": "vcs",
"url": "https://github.com/rust-random/rand"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.10.1",
"author": "The Rand Project Developers",
"name": "rand_core",
"version": "0.10.1",
"description": "Core random number generation traits and tools for implementation.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/rand_core@0.10.1",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/rand_core"
},
{
"type": "website",
"url": "https://rust-random.github.io/book"
},
{
"type": "vcs",
"url": "https://github.com/rust-random/rand_core"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4",
"author": "The Rand Project Developers, The Rust Project Developers",
"name": "rand_core",
"version": "0.6.4",
"description": "Core random number generator traits and tools for implementation. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/rand_core@0.6.4",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/rand_core"
},
{
"type": "website",
"url": "https://rust-random.github.io/book"
},
{
"type": "vcs",
"url": "https://github.com/rust-random/rand"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand_pcg@0.10.2",
"author": "The Rand Project Developers",
"name": "rand_pcg",
"version": "0.10.2",
"description": "Selected PCG random number generators",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/rand_pcg@0.10.2",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/rand_pcg"
},
{
"type": "website",
"url": "https://rust-random.github.io/book"
},
{
"type": "vcs",
"url": "https://github.com/rust-random/rngs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#redb@2.6.3",
"author": "Christopher Berner <me@cberner.com>",
"name": "redb",
"version": "2.6.3",
"description": "Rust Embedded DataBase",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "8eca1e9d98d5a7e9002d0013e18d5a9b000aee942eb134883a82f06ebffb6c01"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/redb@2.6.3",
"externalReferences": [
{
"type": "website",
"url": "https://www.redb.org"
},
{
"type": "vcs",
"url": "https://github.com/cberner/redb"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ref-cast-impl@1.0.25",
"author": "David Tolnay <dtolnay@gmail.com>",
"name": "ref-cast-impl",
"version": "1.0.25",
"description": "Derive implementation for ref_cast::RefCast.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/ref-cast-impl@1.0.25",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/ref-cast"
},
{
"type": "vcs",
"url": "https://github.com/dtolnay/ref-cast"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ref-cast@1.0.25",
"author": "David Tolnay <dtolnay@gmail.com>",
"name": "ref-cast",
"version": "1.0.25",
"description": "Safely cast &T to &U where the struct U contains a single field of type T.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/ref-cast@1.0.25",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/ref-cast"
},
{
"type": "vcs",
"url": "https://github.com/dtolnay/ref-cast"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#referencing@0.45.1",
"author": "Dmitry Dygalo <dmitry@dygalo.dev>",
"name": "referencing",
"version": "0.45.1",
"description": "An implementation-agnostic JSON reference resolution library for Rust.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "e2f38748ceca8d0b0013e60f534d94a6e23dfd89fd2a88318fc5a2d04fda1010"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/referencing@0.45.1",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/Stranger6667/jsonschema"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.16",
"author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
"name": "regex-automata",
"version": "0.4.16",
"description": "Automata construction and matching using regular expressions.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/regex-automata@0.4.16",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/regex-automata"
},
{
"type": "website",
"url": "https://github.com/rust-lang/regex/tree/master/regex-automata"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang/regex"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11",
"author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
"name": "regex-syntax",
"version": "0.8.11",
"description": "A regular expression parser.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/regex-syntax@0.8.11",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/regex-syntax"
},
{
"type": "website",
"url": "https://github.com/rust-lang/regex/tree/master/regex-syntax"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang/regex"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.4",
"author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
"name": "regex",
"version": "1.12.4",
"description": "An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/regex@1.12.4",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/regex"
},
{
"type": "website",
"url": "https://github.com/rust-lang/regex"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang/regex"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regress@0.10.5",
"author": "ridiculousfish <corydoras@ridiculousfish.com>",
"name": "regress",
"version": "0.10.5",
"description": "A regular expression engine targeting EcmaScript syntax",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "2057b2325e68a893284d1538021ab90279adac1139957ca2a74426c6f118fb48"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/regress@0.10.5",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/ridiculousfish/regress"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#regress@0.11.1",
"author": "ridiculousfish <corydoras@ridiculousfish.com>",
"name": "regress",
"version": "0.11.1",
"description": "A regular expression engine targeting EcmaScript syntax",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "158a764437582235e3501f683b93a0a6f8d825d04a789dbe5ed30b8799b8908a"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/regress@0.11.1",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/ridiculousfish/regress"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#reqwest@0.13.4",
"author": "Sean McArthur <sean@seanmonstar.com>",
"name": "reqwest",
"version": "0.13.4",
"description": "higher level HTTP client library",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/reqwest@0.13.4",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/reqwest"
},
{
"type": "vcs",
"url": "https://github.com/seanmonstar/reqwest"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#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#rusqlite@0.39.0",
"author": "The rusqlite developers",
"name": "rusqlite",
"version": "0.39.0",
"description": "Ergonomic wrapper for SQLite",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "a0d2b0146dd9661bf67bb107c0bb2a55064d556eeb3fc314151b957f313bcd4e"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/rusqlite@0.39.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/rusqlite/"
},
{
"type": "vcs",
"url": "https://github.com/rusqlite/rusqlite"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rust-embed-impl@8.11.0",
"author": "pyrossh",
"name": "rust-embed-impl",
"version": "8.11.0",
"description": "Rust Custom Derive Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/rust-embed-impl@8.11.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/rust-embed"
},
{
"type": "vcs",
"url": "https://pyrossh.dev/repos/rust-embed"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rust-embed-utils@8.11.0",
"author": "pyrossh",
"name": "rust-embed-utils",
"version": "8.11.0",
"description": "Utilities for rust-embed",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/rust-embed-utils@8.11.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/rust-embed"
},
{
"type": "vcs",
"url": "https://pyrossh.dev/repos/rust-embed"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rust-embed@8.11.0",
"author": "pyrossh",
"name": "rust-embed",
"version": "8.11.0",
"description": "Rust Custom Derive Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/rust-embed@8.11.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/rust-embed"
},
{
"type": "vcs",
"url": "https://pyrossh.dev/repos/rust-embed"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustc-hash@2.1.2",
"author": "The Rust Project Developers",
"name": "rustc-hash",
"version": "2.1.2",
"description": "A speedy, non-cryptographic hashing algorithm used by rustc",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/rustc-hash@2.1.2",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/rust-lang/rustc-hash"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.1",
"name": "rustc_version",
"version": "0.4.1",
"description": "A library for querying the version of a installed rustc compiler",
"scope": "excluded",
"hashes": [
{
"alg": "SHA-256",
"content": "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/rustc_version@0.4.1",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/rustc_version/"
},
{
"type": "vcs",
"url": "https://github.com/djc/rustc-version-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustix@1.1.4",
"author": "Dan Gohman <dev@sunfishcode.online>, Jakub Konka <kubkon@jakubkonka.com>",
"name": "rustix",
"version": "1.1.4",
"description": "Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
}
],
"licenses": [
{
"expression": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/rustix@1.1.4",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/rustix"
},
{
"type": "vcs",
"url": "https://github.com/bytecodealliance/rustix"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.1",
"name": "rustls-pki-types",
"version": "1.14.1",
"description": "Shared types for the rustls PKI ecosystem",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/rustls-pki-types@1.14.1",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/rustls-pki-types"
},
{
"type": "website",
"url": "https://github.com/rustls/pki-types"
},
{
"type": "vcs",
"url": "https://github.com/rustls/pki-types"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-platform-verifier@0.7.0",
"name": "rustls-platform-verifier",
"version": "0.7.0",
"description": "rustls-platform-verifier supports verifying TLS certificates in rustls with the operating system verifier",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/rustls-platform-verifier@0.7.0",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/rustls/rustls-platform-verifier"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-webpki@0.103.13",
"name": "rustls-webpki",
"version": "0.103.13",
"description": "Web PKI X.509 Certificate Verification.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
}
],
"licenses": [
{
"expression": "ISC"
}
],
"purl": "pkg:cargo/rustls-webpki@0.103.13",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/rustls/webpki"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.40",
"name": "rustls",
"version": "0.23.40",
"description": "Rustls is a modern TLS library written in Rust.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR ISC OR MIT"
}
],
"purl": "pkg:cargo/rustls@0.23.40",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/rustls/rustls"
},
{
"type": "vcs",
"url": "https://github.com/rustls/rustls"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22",
"author": "David Tolnay <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#same-file@1.0.6",
"author": "Andrew Gallant <jamslam@gmail.com>",
"name": "same-file",
"version": "1.0.6",
"description": "A simple crate for determining whether two file paths point to the same file. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
}
],
"licenses": [
{
"expression": "Unlicense OR MIT"
}
],
"purl": "pkg:cargo/same-file@1.0.6",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/same-file"
},
{
"type": "website",
"url": "https://github.com/BurntSushi/same-file"
},
{
"type": "vcs",
"url": "https://github.com/BurntSushi/same-file"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#schemars@0.8.22",
"author": "Graham Esau <gesau@hotmail.co.uk>",
"name": "schemars",
"version": "0.8.22",
"description": "Generate JSON Schemas from Rust code",
"scope": "excluded",
"hashes": [
{
"alg": "SHA-256",
"content": "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/schemars@0.8.22",
"externalReferences": [
{
"type": "website",
"url": "https://graham.cool/schemars/"
},
{
"type": "vcs",
"url": "https://github.com/GREsau/schemars"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#schemars_derive@0.8.22",
"author": "Graham Esau <gesau@hotmail.co.uk>",
"name": "schemars_derive",
"version": "0.8.22",
"description": "Macros for #[derive(JsonSchema)], for use with schemars",
"scope": "excluded",
"hashes": [
{
"alg": "SHA-256",
"content": "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/schemars_derive@0.8.22",
"externalReferences": [
{
"type": "website",
"url": "https://graham.cool/schemars/"
},
{
"type": "vcs",
"url": "https://github.com/GREsau/schemars"
}
]
},
{
"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#security-framework-sys@2.17.0",
"author": "Steven Fackler <sfackler@gmail.com>, Kornel <kornel@geekhood.net>",
"name": "security-framework-sys",
"version": "2.17.0",
"description": "Apple `Security.framework` low-level FFI bindings",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/security-framework-sys@2.17.0",
"externalReferences": [
{
"type": "website",
"url": "https://lib.rs/crates/security-framework-sys"
},
{
"type": "vcs",
"url": "https://github.com/kornelski/rust-security-framework"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#security-framework@3.7.0",
"author": "Steven Fackler <sfackler@gmail.com>, Kornel <kornel@geekhood.net>",
"name": "security-framework",
"version": "3.7.0",
"description": "Security.framework bindings for macOS and iOS",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/security-framework@3.7.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/security_framework"
},
{
"type": "website",
"url": "https://lib.rs/crates/security_framework"
},
{
"type": "vcs",
"url": "https://github.com/kornelski/rust-security-framework"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#self-replace@1.5.0",
"author": "Armin Ronacher <armin.ronacher@active-4.com>",
"name": "self-replace",
"version": "1.5.0",
"description": "Utility crate that allows executables to replace or uninstall themselves",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "03ec815b5eab420ab893f63393878d89c90fdd94c0bcc44c07abb8ad95552fb7"
}
],
"licenses": [
{
"expression": "Apache-2.0"
}
],
"purl": "pkg:cargo/self-replace@1.5.0",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/mitsuhiko/self-replace"
},
{
"type": "vcs",
"url": "https://github.com/mitsuhiko/self-replace"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#self_update@1.0.0-rc.6",
"author": "James Kominick <james@kominick.com>",
"name": "self_update",
"version": "1.0.0-rc.6",
"description": "Self updates for standalone executables",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "5b7cc0b87814417b0e0697ae582dfc5f614f469fbac9b138e40457d88913187d"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/self_update@1.0.0-rc.6",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/jaemk/self_update"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#semver@1.0.28",
"author": "David Tolnay <dtolnay@gmail.com>",
"name": "semver",
"version": "1.0.28",
"description": "Parser and evaluator for Cargo's flavor of Semantic Versioning",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/semver@1.0.28",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/semver"
},
{
"type": "vcs",
"url": "https://github.com/dtolnay/semver"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
"name": "serde",
"version": "1.0.229",
"description": "A generic serialization/deserialization framework",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/serde@1.0.229",
"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.229",
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
"name": "serde_core",
"version": "1.0.229",
"description": "Serde traits only, with no support for derive -- use the `serde` crate instead",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/serde_core@1.0.229",
"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.229",
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
"name": "serde_derive",
"version": "1.0.229",
"description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/serde_derive@1.0.229",
"externalReferences": [
{
"type": "documentation",
"url": "https://serde.rs/derive.html"
},
{
"type": "website",
"url": "https://serde.rs"
},
{
"type": "vcs",
"url": "https://github.com/serde-rs/serde"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive_internals@0.29.1",
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
"name": "serde_derive_internals",
"version": "0.29.1",
"description": "AST representation used by Serde derive macros. Unstable.",
"scope": "excluded",
"hashes": [
{
"alg": "SHA-256",
"content": "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/serde_derive_internals@0.29.1",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/serde_derive_internals"
},
{
"type": "website",
"url": "https://serde.rs"
},
{
"type": "vcs",
"url": "https://github.com/serde-rs/serde"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151",
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
"name": "serde_json",
"version": "1.0.151",
"description": "A JSON serialization file format",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/serde_json@1.0.151",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/serde_json"
},
{
"type": "vcs",
"url": "https://github.com/serde-rs/json"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_spanned@0.6.9",
"name": "serde_spanned",
"version": "0.6.9",
"description": "Serde-compatible spanned Value",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/serde_spanned@0.6.9",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/toml-rs/toml"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_tokenstream@0.2.3",
"name": "serde_tokenstream",
"version": "0.2.3",
"description": "A serde deserializer for proc_macro::TokenStreams",
"scope": "excluded",
"hashes": [
{
"alg": "SHA-256",
"content": "d7c49585c52c01f13c5c2ebb333f14f6885d76daa768d8a037d28017ec538c69"
}
],
"licenses": [
{
"expression": "Apache-2.0"
}
],
"purl": "pkg:cargo/serde_tokenstream@0.2.3",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/oxidecomputer/serde_tokenstream"
}
]
},
{
"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#sha2@0.11.0",
"author": "RustCrypto Developers",
"name": "sha2",
"version": "0.11.0",
"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": "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/sha2@0.11.0",
"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#sha3@0.10.9",
"author": "RustCrypto Developers",
"name": "sha3",
"version": "0.10.9",
"description": "Pure Rust implementation of SHA-3, a family of Keccak-based hash functions including the SHAKE family of eXtendable-Output Functions (XOFs), as well as the accelerated variant TurboSHAKE ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "77fd7028345d415a4034cf8777cd4f8ab1851274233b45f84e3d955502d93874"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/sha3@0.10.9",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/sha3"
},
{
"type": "vcs",
"url": "https://github.com/RustCrypto/hashes"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@2.0.1",
"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": "2.0.1",
"description": "Split a string into shell words, like Python's shlex.",
"scope": "excluded",
"hashes": [
{
"alg": "SHA-256",
"content": "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/shlex@2.0.1",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/comex/rust-shlex"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#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#signature@2.2.0",
"author": "RustCrypto Developers",
"name": "signature",
"version": "2.2.0",
"description": "Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/signature@2.2.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/signature"
},
{
"type": "vcs",
"url": "https://github.com/RustCrypto/traits/tree/master/signature"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.10",
"author": "Marvin Countryman <me@maar.vin>",
"name": "simd-adler32",
"version": "0.3.10",
"description": "A SIMD-accelerated Adler-32 hash algorithm implementation.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/simd-adler32@0.3.10",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/mcountryman/simd-adler32"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.3",
"author": "Frank Denis <github@pureftpd.org>",
"name": "siphasher",
"version": "1.0.3",
"description": "SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/siphasher@1.0.3",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/siphasher"
},
{
"type": "website",
"url": "https://docs.rs/siphasher"
},
{
"type": "vcs",
"url": "https://github.com/jedisct1/rust-siphash"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12",
"author": "Carl Lerche <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.2",
"author": "The Servo Project Developers",
"name": "smallvec",
"version": "1.15.2",
"description": "'Small vector' optimization: store up to a small number of items on the stack",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/smallvec@1.15.2",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/smallvec/"
},
{
"type": "vcs",
"url": "https://github.com/servo/rust-smallvec"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.4",
"author": "Alex Crichton <alex@alexcrichton.com>, Thomas de Zeeuw <thomasdezeeuw@gmail.com>",
"name": "socket2",
"version": "0.6.4",
"description": "Utilities for handling networking sockets with a maximal amount of configuration possible intended. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/socket2@0.6.4",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/socket2"
},
{
"type": "website",
"url": "https://github.com/rust-lang/socket2"
},
{
"type": "vcs",
"url": "https://github.com/rust-lang/socket2"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#socks@0.3.4",
"author": "Steven Fackler <sfackler@gmail.com>",
"name": "socks",
"version": "0.3.4",
"description": "SOCKS proxy clients",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "f0c3dbbd9ae980613c6dd8e28a9407b50509d3803b57624d5dfe8315218cd58b"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/socks@0.3.4",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/socks/0.3.0/socks"
},
{
"type": "vcs",
"url": "https://github.com/sfackler/rust-socks"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#spdx@0.13.4",
"author": "Embark <opensource@embark-studios.com>, Jake Shadle <jake.shadle@embark-studios.com>",
"name": "spdx",
"version": "0.13.4",
"description": "Helper crate for SPDX expressions",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "a8da593e30beb790fc9424502eb898320b44e5eb30367dbda1c1edde8e2f32d7"
}
],
"licenses": [
{
"expression": "Apache-2.0"
}
],
"purl": "pkg:cargo/spdx@0.13.4",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/spdx"
},
{
"type": "website",
"url": "https://github.com/EmbarkStudios/spdx"
},
{
"type": "vcs",
"url": "https://github.com/EmbarkStudios/spdx"
}
]
},
{
"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#ssvc@0.1.0",
"name": "ssvc",
"version": "0.1.0",
"description": "Implementation of the SSVC specification in Rust",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "aebb72b9145f9d78b72421f94170b4ba8059a3d08e8e5a3d3a13817fd209c886"
}
],
"licenses": [
{
"expression": "Apache-2.0"
}
],
"purl": "pkg:cargo/ssvc@0.1.0"
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#stable_deref_trait@1.2.1",
"author": "Robert Grosse <n210241048576@gmail.com>",
"name": "stable_deref_trait",
"version": "1.2.1",
"description": "An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/stable_deref_trait@1.2.1",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/stable_deref_trait/1.2.1/stable_deref_trait"
},
{
"type": "vcs",
"url": "https://github.com/storyyeller/stable_deref_trait"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#strum@0.26.3",
"author": "Peter Glotfelty <peter.glotfelty@microsoft.com>",
"name": "strum",
"version": "0.26.3",
"description": "Helpful macros for working with enums and strings",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/strum@0.26.3",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/strum"
},
{
"type": "website",
"url": "https://github.com/Peternator7/strum"
},
{
"type": "vcs",
"url": "https://github.com/Peternator7/strum"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#strum_macros@0.26.4",
"author": "Peter Glotfelty <peter.glotfelty@microsoft.com>",
"name": "strum_macros",
"version": "0.26.4",
"description": "Helpful macros for working with enums and strings",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/strum_macros@0.26.4",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/strum"
},
{
"type": "website",
"url": "https://github.com/Peternator7/strum"
},
{
"type": "vcs",
"url": "https://github.com/Peternator7/strum"
}
]
},
{
"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.119",
"author": "David Tolnay <dtolnay@gmail.com>",
"name": "syn",
"version": "2.0.119",
"description": "Parser for Rust source code",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/syn@2.0.119",
"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#syn@3.0.3",
"author": "David Tolnay <dtolnay@gmail.com>",
"name": "syn",
"version": "3.0.3",
"description": "Parser for Rust source code",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/syn@3.0.3",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/syn"
},
{
"type": "vcs",
"url": "https://github.com/dtolnay/syn"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@1.0.2",
"author": "Actyx AG <developer@actyx.io>",
"name": "sync_wrapper",
"version": "1.0.2",
"description": "A tool for enlisting the compiler's help in proving the absence of concurrency",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
}
],
"licenses": [
{
"expression": "Apache-2.0"
}
],
"purl": "pkg:cargo/sync_wrapper@1.0.2",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/sync_wrapper"
},
{
"type": "website",
"url": "https://docs.rs/sync_wrapper"
},
{
"type": "vcs",
"url": "https://github.com/Actyx/sync_wrapper"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#synstructure@0.13.2",
"author": "Nika Layzell <nika@thelayzells.com>",
"name": "synstructure",
"version": "0.13.2",
"description": "Helper methods and macros for custom derives",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/synstructure@0.13.2",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/synstructure"
},
{
"type": "vcs",
"url": "https://github.com/mystor/synstructure"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tar@0.4.46",
"author": "Alex Crichton <alex@alexcrichton.com>",
"name": "tar",
"version": "0.4.46",
"description": "A Rust implementation of a TAR file reader and writer. This library does not currently handle compression, but it is abstract over all I/O readers and writers. Additionally, great lengths are taken to ensure that the entire contents are never required to be entirely resident in memory all at once. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/tar@0.4.46",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/tar"
},
{
"type": "website",
"url": "https://github.com/composefs/tar-rs"
},
{
"type": "vcs",
"url": "https://github.com/composefs/tar-rs"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tempfile@3.27.0",
"author": "Steven Allen <steven@stebalien.com>, The Rust Project Developers, Ashley Mannix <ashleymannix@live.com.au>, Jason White <me@jasonwhite.io>",
"name": "tempfile",
"version": "3.27.0",
"description": "A library for managing temporary files and directories.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/tempfile@3.27.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/tempfile"
},
{
"type": "website",
"url": "https://stebalien.com/projects/tempfile-rs/"
},
{
"type": "vcs",
"url": "https://github.com/Stebalien/tempfile"
}
]
},
{
"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#time-core@0.1.9",
"author": "Jacob Pratt <open-source@jhpratt.dev>, Time contributors",
"name": "time-core",
"version": "0.1.9",
"description": "This crate is an implementation detail and should not be relied upon directly.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/time-core@0.1.9",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/time-rs/time"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#time-macros@0.2.32",
"author": "Jacob Pratt <open-source@jhpratt.dev>, Time contributors",
"name": "time-macros",
"version": "0.2.32",
"description": " Procedural macros for the time crate. This crate is an implementation detail and should not be relied upon directly. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/time-macros@0.2.32",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/time-rs/time"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#time@0.3.55",
"author": "Jacob Pratt <open-source@jhpratt.dev>, Time contributors",
"name": "time",
"version": "0.3.55",
"description": "Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "cdb87b95ec50ddfa440816d227a17b2ccbdda963a316a727fda0fc4334f7d134"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/time@0.3.55",
"externalReferences": [
{
"type": "website",
"url": "https://time-rs.github.io"
},
{
"type": "vcs",
"url": "https://github.com/time-rs/time"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tinystr@0.8.3",
"author": "The ICU4X Project Developers",
"name": "tinystr",
"version": "0.8.3",
"description": "A small ASCII-only bounded length string representation.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
}
],
"licenses": [
{
"expression": "Unicode-3.0"
}
],
"purl": "pkg:cargo/tinystr@0.8.3",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/unicode-org/icu4x"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.11.0",
"author": "Lokathor <zefria@gmail.com>",
"name": "tinyvec",
"version": "1.11.0",
"description": "`tinyvec` provides 100% safe vec-like data structures.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
}
],
"licenses": [
{
"expression": "Zlib OR Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/tinyvec@1.11.0",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/Lokathor/tinyvec"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1",
"author": "Soveu <marx.tomasz@gmail.com>",
"name": "tinyvec_macros",
"version": "0.1.1",
"description": "Some macros for tiny containers",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0 OR Zlib"
}
],
"purl": "pkg:cargo/tinyvec_macros@0.1.1",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/Soveu/tinyvec_macros"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.7.0",
"author": "Tokio Contributors <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-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.53.1",
"author": "Tokio Contributors <team@tokio.rs>",
"name": "tokio",
"version": "1.53.1",
"description": "An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/tokio@1.53.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#toml@0.8.23",
"name": "toml",
"version": "0.8.23",
"description": "A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/toml@0.8.23",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/toml-rs/toml"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.11",
"name": "toml_datetime",
"version": "0.6.11",
"description": "A TOML-compatible datetime type",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/toml_datetime@0.6.11",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/toml-rs/toml"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.22.27",
"name": "toml_edit",
"version": "0.22.27",
"description": "Yet another format-preserving TOML parser.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/toml_edit@0.22.27",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/toml-rs/toml"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_write@0.1.2",
"name": "toml_write",
"version": "0.1.2",
"description": "A low-level interface for writing out TOML ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/toml_write@0.1.2",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/toml-rs/toml"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tower-http@0.6.11",
"author": "Tower Maintainers <team@tower-rs.com>",
"name": "tower-http",
"version": "0.6.11",
"description": "Tower middleware and utilities for HTTP clients and servers",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/tower-http@0.6.11",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/tower-rs/tower-http"
},
{
"type": "vcs",
"url": "https://github.com/tower-rs/tower-http"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.3",
"author": "Tower Maintainers <team@tower-rs.com>",
"name": "tower-layer",
"version": "0.3.3",
"description": "Decorates a `Service` to allow easy composition between `Service`s. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/tower-layer@0.3.3",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/tower-layer/0.3.3"
},
{
"type": "website",
"url": "https://github.com/tower-rs/tower"
},
{
"type": "vcs",
"url": "https://github.com/tower-rs/tower"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3",
"author": "Tower Maintainers <team@tower-rs.com>",
"name": "tower-service",
"version": "0.3.3",
"description": "Trait representing an asynchronous, request / response based, client or server. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/tower-service@0.3.3",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/tower-service/0.3.3"
},
{
"type": "website",
"url": "https://github.com/tower-rs/tower"
},
{
"type": "vcs",
"url": "https://github.com/tower-rs/tower"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tower@0.5.3",
"author": "Tower Maintainers <team@tower-rs.com>",
"name": "tower",
"version": "0.5.3",
"description": "Tower is a library of modular and reusable components for building robust clients and servers. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/tower@0.5.3",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/tower-rs/tower"
},
{
"type": "vcs",
"url": "https://github.com/tower-rs/tower"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tracing-attributes@0.1.31",
"author": "Tokio Contributors <team@tokio.rs>, Eliza Weisman <eliza@buoyant.io>, David Barsky <dbarsky@amazon.com>",
"name": "tracing-attributes",
"version": "0.1.31",
"description": "Procedural macro attributes for automatically instrumenting functions. ",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/tracing-attributes@0.1.31",
"externalReferences": [
{
"type": "website",
"url": "https://tokio.rs"
},
{
"type": "vcs",
"url": "https://github.com/tokio-rs/tracing"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.36",
"author": "Tokio Contributors <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#try-lock@0.2.5",
"author": "Sean McArthur <sean@seanmonstar.com>",
"name": "try-lock",
"version": "0.2.5",
"description": "A lightweight atomic lock.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/try-lock@0.2.5",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/try-lock"
},
{
"type": "website",
"url": "https://github.com/seanmonstar/try-lock"
},
{
"type": "vcs",
"url": "https://github.com/seanmonstar/try-lock"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#typenum@1.20.1",
"name": "typenum",
"version": "1.20.1",
"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": "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/typenum@1.20.1",
"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#typify-impl@0.6.2",
"name": "typify-impl",
"version": "0.6.2",
"description": "typify backend implementation",
"scope": "excluded",
"hashes": [
{
"alg": "SHA-256",
"content": "fa7b026f540b148b81043c720889dbb942b08659aa8a43f624ac4f04dbfc1861"
}
],
"licenses": [
{
"expression": "Apache-2.0"
}
],
"purl": "pkg:cargo/typify-impl@0.6.2",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/oxidecomputer/typify"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#typify-macro@0.6.2",
"name": "typify-macro",
"version": "0.6.2",
"description": "typify macro implementation",
"scope": "excluded",
"hashes": [
{
"alg": "SHA-256",
"content": "39ed96c57f06ae0839416b986921a98f18b220da63bbb243a8570a00c8492183"
}
],
"licenses": [
{
"expression": "Apache-2.0"
}
],
"purl": "pkg:cargo/typify-macro@0.6.2",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/oxidecomputer/typify"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#typify@0.6.2",
"name": "typify",
"version": "0.6.2",
"description": "JSON schema to rust type code generator",
"scope": "excluded",
"hashes": [
{
"alg": "SHA-256",
"content": "bc0b89f47309feaeb23c4509c15c9a04234f7deccef6f96c3bfe95319819a304"
}
],
"licenses": [
{
"expression": "Apache-2.0"
}
],
"purl": "pkg:cargo/typify@0.6.2",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/oxidecomputer/typify"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-general-category@1.1.0",
"author": "YesLogic Pty. Ltd. <info@yeslogic.com>",
"name": "unicode-general-category",
"version": "1.1.0",
"description": "Fast lookup of the Unicode General Category property for char",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
}
],
"licenses": [
{
"expression": "Apache-2.0"
}
],
"purl": "pkg:cargo/unicode-general-category@1.1.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/unicode-general-category"
},
{
"type": "website",
"url": "https://github.com/yeslogic/unicode-general-category"
},
{
"type": "vcs",
"url": "https://github.com/yeslogic/unicode-general-category"
}
]
},
{
"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#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#ureq-proto@0.6.0",
"author": "Martin Algesten <martin@algesten.se>",
"name": "ureq-proto",
"version": "0.6.0",
"description": "ureq support crate",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "e994ba84b0bd1b1b0cf92878b7ef898a5c1760108fe7b6010327e274917a808c"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/ureq-proto@0.6.0",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/algesten/ureq-proto"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ureq@3.3.0",
"author": "Martin Algesten <martin@algesten.se>, Jacob Hoffman-Andrews <ureq@hoffman-andrews.com>",
"name": "ureq",
"version": "3.3.0",
"description": "Simple, safe HTTP client",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "dea7109cdcd5864d4eeb1b58a1648dc9bf520360d7af16ec26d0a9354bafcfc0"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/ureq@3.3.0",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/algesten/ureq"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#url@2.5.8",
"author": "The rust-url developers",
"name": "url",
"version": "2.5.8",
"description": "URL library for Rust, based on the WHATWG URL Standard",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/url@2.5.8",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/url"
},
{
"type": "vcs",
"url": "https://github.com/servo/rust-url"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#urlencoding@2.1.3",
"author": "Kornel <kornel@geekhood.net>, Bertram Truong <b@bertramtruong.com>",
"name": "urlencoding",
"version": "2.1.3",
"description": "A Rust library for doing URL percentage encoding.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/urlencoding@2.1.3",
"externalReferences": [
{
"type": "website",
"url": "https://lib.rs/urlencoding"
},
{
"type": "vcs",
"url": "https://github.com/kornelski/rust_urlencoding"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#utf8-zero@0.8.1",
"author": "Simon Sapin <simon.sapin@exyr.org>, Martin Algesten <martin@algesten.se>",
"name": "utf8-zero",
"version": "0.8.1",
"description": "Zero-copy, incremental UTF-8 decoding with error handling",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "b8c0a043c9540bae7c578c88f91dda8bd82e59ae27c21baca69c8b191aaf5a6e"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/utf8-zero@0.8.1",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/algesten/utf8-zero"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#utf8_iter@1.0.4",
"author": "Henri Sivonen <hsivonen@hsivonen.fi>",
"name": "utf8_iter",
"version": "1.0.4",
"description": "Iterator by char over potentially-invalid UTF-8 in &[u8]",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/utf8_iter@1.0.4",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/utf8_iter/"
},
{
"type": "website",
"url": "https://docs.rs/utf8_iter/"
},
{
"type": "vcs",
"url": "https://github.com/hsivonen/utf8_iter"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#uuid-simd@0.8.0",
"name": "uuid-simd",
"version": "0.8.0",
"description": "SIMD-accelerated UUID operations",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/uuid-simd@0.8.0",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/Nugine/simd"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#uuid@1.24.0",
"author": "Ashley Mannix<ashleymannix@live.com.au>, Dylan DPC<dylan.dpc@gmail.com>, Hunar Roop Kahlon<hunar.roop@gmail.com>",
"name": "uuid",
"version": "1.24.0",
"description": "A library to generate and parse UUIDs.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/uuid@1.24.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/uuid"
},
{
"type": "website",
"url": "https://github.com/uuid-rs/uuid"
},
{
"type": "vcs",
"url": "https://github.com/uuid-rs/uuid"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15",
"author": "Jim McGrath <jimmc2@gmail.com>",
"name": "vcpkg",
"version": "0.2.15",
"description": "A library to find native dependencies in a vcpkg tree at build time in order to be used in Cargo build scripts. ",
"scope": "excluded",
"hashes": [
{
"alg": "SHA-256",
"content": "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/vcpkg@0.2.15",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/vcpkg"
},
{
"type": "vcs",
"url": "https://github.com/mcgoo/vcpkg-rs"
}
]
},
{
"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#vsimd@0.8.0",
"name": "vsimd",
"version": "0.8.0",
"description": "SIMD utilities",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/vsimd@0.8.0",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/Nugine/simd"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0",
"author": "Andrew Gallant <jamslam@gmail.com>",
"name": "walkdir",
"version": "2.5.0",
"description": "Recursively walk a directory.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
}
],
"licenses": [
{
"expression": "Unlicense OR MIT"
}
],
"purl": "pkg:cargo/walkdir@2.5.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/walkdir/"
},
{
"type": "website",
"url": "https://github.com/BurntSushi/walkdir"
},
{
"type": "vcs",
"url": "https://github.com/BurntSushi/walkdir"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#want@0.3.1",
"author": "Sean McArthur <sean@seanmonstar.com>",
"name": "want",
"version": "0.3.1",
"description": "Detect when another Future wants a result.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/want@0.3.1",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/want"
},
{
"type": "vcs",
"url": "https://github.com/seanmonstar/want"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#webpki-roots@1.0.9",
"name": "webpki-roots",
"version": "1.0.9",
"description": "Mozilla's CA root certificates for use with webpki",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "7dcd9d09a39985f5344844e66b0c530a33843579125f23e21e9f0f220850f22a"
}
],
"licenses": [
{
"expression": "CDLA-Permissive-2.0"
}
],
"purl": "pkg:cargo/webpki-roots@1.0.9",
"externalReferences": [
{
"type": "website",
"url": "https://github.com/rustls/webpki-roots"
},
{
"type": "vcs",
"url": "https://github.com/rustls/webpki-roots"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.15",
"name": "winnow",
"version": "0.7.15",
"description": "A byte-oriented, zero-copy, parser combinators library",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/winnow@0.7.15",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/winnow-rs/winnow"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.3",
"author": "The ICU4X Project Developers",
"name": "writeable",
"version": "0.6.3",
"description": "A more efficient alternative to fmt::Display",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
}
],
"licenses": [
{
"expression": "Unicode-3.0"
}
],
"purl": "pkg:cargo/writeable@0.6.3",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/unicode-org/icu4x"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#xattr@1.6.1",
"author": "Steven Allen <steven@stebalien.com>",
"name": "xattr",
"version": "1.6.1",
"description": "unix extended filesystem attributes",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0"
}
],
"purl": "pkg:cargo/xattr@1.6.1",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/xattr"
},
{
"type": "vcs",
"url": "https://github.com/Stebalien/xattr"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#yoke-derive@0.8.2",
"author": "Manish Goregaokar <manishsmail@gmail.com>",
"name": "yoke-derive",
"version": "0.8.2",
"description": "Custom derive for the yoke crate",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
}
],
"licenses": [
{
"expression": "Unicode-3.0"
}
],
"purl": "pkg:cargo/yoke-derive@0.8.2",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/unicode-org/icu4x"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.3",
"author": "Manish Goregaokar <manishsmail@gmail.com>",
"name": "yoke",
"version": "0.8.3",
"description": "Abstraction allowing borrowed data to be carried along with the backing data it borrows from",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
}
],
"licenses": [
{
"expression": "Unicode-3.0"
}
],
"purl": "pkg:cargo/yoke@0.8.3",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/unicode-org/icu4x"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.52",
"author": "Joshua Liebow-Feeser <joshlf@google.com>, Jack Wrenn <jswrenn@amazon.com>",
"name": "zerocopy",
"version": "0.8.52",
"description": "Zerocopy makes zero-cost memory manipulation effortless. We write \"unsafe\" so you don't have to.",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f"
}
],
"licenses": [
{
"expression": "BSD-2-Clause OR Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/zerocopy@0.8.52",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/google/zerocopy"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerofrom-derive@0.1.7",
"author": "Manish Goregaokar <manishsmail@gmail.com>",
"name": "zerofrom-derive",
"version": "0.1.7",
"description": "Custom derive for the zerofrom crate",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
}
],
"licenses": [
{
"expression": "Unicode-3.0"
}
],
"purl": "pkg:cargo/zerofrom-derive@0.1.7",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/unicode-org/icu4x"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.8",
"author": "The ICU4X Project Developers",
"name": "zerofrom",
"version": "0.1.8",
"description": "ZeroFrom trait for constructing",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
}
],
"licenses": [
{
"expression": "Unicode-3.0"
}
],
"purl": "pkg:cargo/zerofrom@0.1.8",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/unicode-org/icu4x"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0",
"author": "The RustCrypto Project Developers",
"name": "zeroize",
"version": "1.9.0",
"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": "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
}
],
"licenses": [
{
"expression": "Apache-2.0 OR MIT"
}
],
"purl": "pkg:cargo/zeroize@1.9.0",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/zeroize"
},
{
"type": "vcs",
"url": "https://github.com/RustCrypto/utils"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.4",
"author": "The ICU4X Project Developers",
"name": "zerotrie",
"version": "0.2.4",
"description": "A data structure that efficiently maps strings to integers",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
}
],
"licenses": [
{
"expression": "Unicode-3.0"
}
],
"purl": "pkg:cargo/zerotrie@0.2.4",
"externalReferences": [
{
"type": "website",
"url": "https://icu4x.unicode.org"
},
{
"type": "vcs",
"url": "https://github.com/unicode-org/icu4x"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerovec-derive@0.11.3",
"author": "Manish Goregaokar <manishsmail@gmail.com>",
"name": "zerovec-derive",
"version": "0.11.3",
"description": "Custom derive for the zerovec crate",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
}
],
"licenses": [
{
"expression": "Unicode-3.0"
}
],
"purl": "pkg:cargo/zerovec-derive@0.11.3",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/unicode-org/icu4x"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6",
"author": "The ICU4X Project Developers",
"name": "zerovec",
"version": "0.11.6",
"description": "Zero-copy vector backed by a byte array",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
}
],
"licenses": [
{
"expression": "Unicode-3.0"
}
],
"purl": "pkg:cargo/zerovec@0.11.6",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/unicode-org/icu4x"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zipsign-api@0.2.1",
"author": "René Kijewski <crates.io@k6i.de>",
"name": "zipsign-api",
"version": "0.2.1",
"description": "Sign and verify `.zip` and `.tar.gz` files with an ed25519 signing key",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "32a55ebb27e67d9a9d116dd3a19637ee8cc0570c8ef816fb504c453f15448c99"
}
],
"licenses": [
{
"expression": "MIT OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception"
}
],
"purl": "pkg:cargo/zipsign-api@0.2.1",
"externalReferences": [
{
"type": "vcs",
"url": "https://github.com/Kijewski/zipsign"
}
]
},
{
"type": "library",
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21",
"author": "David Tolnay <dtolnay@gmail.com>",
"name": "zmij",
"version": "1.0.21",
"description": "A double-to-string conversion algorithm based on Schubfach and yy",
"scope": "required",
"hashes": [
{
"alg": "SHA-256",
"content": "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
}
],
"licenses": [
{
"expression": "MIT"
}
],
"purl": "pkg:cargo/zmij@1.0.21",
"externalReferences": [
{
"type": "documentation",
"url": "https://docs.rs/zmij"
},
{
"type": "vcs",
"url": "https://github.com/dtolnay/zmij"
}
]
}
],
"dependencies": [
{
"ref": "path+file:///Users/cloud/repos/ndaal_public_csaf_crud/crates/csaf-core#1.4.8",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#blake3@1.8.5",
"registry+https://github.com/rust-lang/crates.io-index#cap-std@4.0.2",
"registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.45",
"path+file:///Users/cloud/repos/ndaal_public_csaf_crud/crates/csaf-models#1.4.8",
"registry+https://github.com/rust-lang/crates.io-index#csaf-rs@0.5.1",
"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.9",
"registry+https://github.com/rust-lang/crates.io-index#redb@2.6.3",
"registry+https://github.com/rust-lang/crates.io-index#regex@1.12.4",
"registry+https://github.com/rust-lang/crates.io-index#rusqlite@0.39.0",
"registry+https://github.com/rust-lang/crates.io-index#self_update@1.0.0-rc.6",
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151",
"registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9",
"registry+https://github.com/rust-lang/crates.io-index#sha3@0.10.9",
"registry+https://github.com/rust-lang/crates.io-index#tempfile@3.27.0",
"registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
"registry+https://github.com/rust-lang/crates.io-index#toml@0.8.23",
"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44",
"registry+https://github.com/rust-lang/crates.io-index#uuid@1.24.0",
"path+file:///Users/cloud/repos/ndaal_public_csaf_crud/crates/workspace-hack#0.1.0"
]
},
{
"ref": "path+file:///Users/cloud/repos/ndaal_public_csaf_crud/crates/csaf-models#1.4.8",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#argon2@0.5.3",
"registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.45",
"registry+https://github.com/rust-lang/crates.io-index#rusqlite@0.39.0",
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151",
"registry+https://github.com/rust-lang/crates.io-index#uuid@1.24.0",
"path+file:///Users/cloud/repos/ndaal_public_csaf_crud/crates/workspace-hack#0.1.0"
]
},
{
"ref": "path+file:///Users/cloud/repos/ndaal_public_csaf_crud/crates/workspace-hack#0.1.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
"registry+https://github.com/rust-lang/crates.io-index#bit-set@0.8.0",
"registry+https://github.com/rust-lang/crates.io-index#bit-vec@0.8.0",
"registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.6",
"registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
"registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4",
"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.1",
"registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1",
"registry+https://github.com/rust-lang/crates.io-index#hyper@1.11.0",
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.33",
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.3",
"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
"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.46",
"registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.16",
"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11",
"registry+https://github.com/rust-lang/crates.io-index#semver@1.0.28",
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.229",
"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151",
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.2",
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119",
"registry+https://github.com/rust-lang/crates.io-index#time@0.3.55",
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.53.1",
"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44",
"registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.36",
"registry+https://github.com/rust-lang/crates.io-index#typenum@1.20.1",
"registry+https://github.com/rust-lang/crates.io-index#uuid@1.24.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.1"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.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#getrandom@0.3.4",
"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
"registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5",
"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.52"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.3"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#allocator-api2@0.2.21"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#ambient-authority@0.0.2"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#argon2@0.5.3",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#base64ct@1.8.3",
"registry+https://github.com/rust-lang/crates.io-index#blake2@0.10.6",
"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17",
"registry+https://github.com/rust-lang/crates.io-index#password-hash@0.5.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#arrayref@0.3.9"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.6"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#aws-lc-rs@1.17.3",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#aws-lc-sys@0.43.0",
"registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#aws-lc-sys@0.43.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
"registry+https://github.com/rust-lang/crates.io-index#cmake@0.1.58",
"registry+https://github.com/rust-lang/crates.io-index#dunce@1.0.5",
"registry+https://github.com/rust-lang/crates.io-index#fs_extra@1.3.0",
"registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.33"
]
},
{
"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#bit-set@0.8.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#bit-vec@0.8.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#bit-vec@0.8.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#bitflags@2.13.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#blake2@0.10.6",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#blake3@1.8.5",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#arrayref@0.3.9",
"registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.6",
"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
"registry+https://github.com/rust-lang/crates.io-index#constant_time_eq@0.4.2",
"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.3.0"
]
},
{
"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.9"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.12.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#hybrid-array@0.4.14"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#borrow-or-share@0.2.4"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#bstr@1.12.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.3",
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#bytecount@0.6.9"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#cap-primitives@4.0.2",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#ambient-authority@0.0.2",
"registry+https://github.com/rust-lang/crates.io-index#fs-set-times@0.20.3",
"registry+https://github.com/rust-lang/crates.io-index#io-extras@0.19.0",
"registry+https://github.com/rust-lang/crates.io-index#io-lifetimes@3.0.1",
"registry+https://github.com/rust-lang/crates.io-index#ipnet@2.12.0",
"registry+https://github.com/rust-lang/crates.io-index#maybe-owned@0.3.4",
"registry+https://github.com/rust-lang/crates.io-index#rustix@1.1.4"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#cap-std@4.0.2",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#cap-primitives@4.0.2",
"registry+https://github.com/rust-lang/crates.io-index#io-extras@0.19.0",
"registry+https://github.com/rust-lang/crates.io-index#io-lifetimes@3.0.1",
"registry+https://github.com/rust-lang/crates.io-index#rustix@1.1.4"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9",
"registry+https://github.com/rust-lang/crates.io-index#jobserver@0.1.35",
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
"registry+https://github.com/rust-lang/crates.io-index#shlex@2.0.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#cfg_aliases@0.2.1"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#chacha20@0.10.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#cpufeatures@0.3.0",
"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.10.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.45",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.65",
"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#cmake@0.1.58",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#const-oid@0.10.2"
},
{
"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#constant_time_eq@0.4.2"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#cookie@0.18.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
"registry+https://github.com/rust-lang/crates.io-index#time@0.3.55",
"registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#cookie_store@0.22.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#cookie@0.18.1",
"registry+https://github.com/rust-lang/crates.io-index#document-features@0.2.12",
"registry+https://github.com/rust-lang/crates.io-index#idna@1.1.0",
"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.33",
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
"registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151",
"registry+https://github.com/rust-lang/crates.io-index#time@0.3.55",
"registry+https://github.com/rust-lang/crates.io-index#url@2.5.8"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.7"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.10.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.7",
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.3.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.6",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.9",
"registry+https://github.com/rust-lang/crates.io-index#typenum@1.20.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.2.2",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#hybrid-array@0.4.14"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#csaf-rs@0.5.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.45",
"registry+https://github.com/rust-lang/crates.io-index#cvss-rs@0.3.0",
"registry+https://github.com/rust-lang/crates.io-index#jsonschema@0.45.1",
"registry+https://github.com/rust-lang/crates.io-index#oxilangtag@0.1.6",
"registry+https://github.com/rust-lang/crates.io-index#packageurl@0.6.0",
"registry+https://github.com/rust-lang/crates.io-index#regex@1.12.4",
"registry+https://github.com/rust-lang/crates.io-index#regress@0.11.1",
"registry+https://github.com/rust-lang/crates.io-index#rust-embed@8.11.0",
"registry+https://github.com/rust-lang/crates.io-index#semver@1.0.28",
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151",
"registry+https://github.com/rust-lang/crates.io-index#spdx@0.13.4",
"registry+https://github.com/rust-lang/crates.io-index#ssvc@0.1.0",
"registry+https://github.com/rust-lang/crates.io-index#uuid@1.24.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#curve25519-dalek-derive@0.1.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#curve25519-dalek@4.1.3",
"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#curve25519-dalek-derive@0.1.1",
"registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
"registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.1",
"registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1",
"registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#cvss-rs@0.3.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151",
"registry+https://github.com/rust-lang/crates.io-index#strum@0.26.3"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#data-encoding@2.11.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#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.9.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#deranged@0.5.8"
},
{
"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.6",
"registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#digest@0.11.3",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.12.1",
"registry+https://github.com/rust-lang/crates.io-index#const-oid@0.10.2",
"registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.2.2"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.6",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#document-features@0.2.12",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#litrs@1.0.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#dunce@1.0.5"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#dyn-clone@1.0.20"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#ed25519-dalek@2.2.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#curve25519-dalek@4.1.3",
"registry+https://github.com/rust-lang/crates.io-index#ed25519@2.2.3",
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
"registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9",
"registry+https://github.com/rust-lang/crates.io-index#signature@2.2.0",
"registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1",
"registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#ed25519@2.2.3",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#pkcs8@0.10.2",
"registry+https://github.com/rust-lang/crates.io-index#signature@2.2.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#either@1.17.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#email_address@0.2.9",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229"
]
},
{
"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.186"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#fallible-iterator@0.3.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#fallible-streaming-iterator@0.1.9"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#fancy-regex@0.17.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#bit-set@0.8.0",
"registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.16",
"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#fastbloom@0.17.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#foldhash@0.2.0",
"registry+https://github.com/rust-lang/crates.io-index#libm@0.2.16",
"registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.13.1",
"registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.3"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#fastrand@2.4.1"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#filetime@0.2.29",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.9",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0",
"registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.9"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#fluent-uri@0.4.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#borrow-or-share@0.2.4",
"registry+https://github.com/rust-lang/crates.io-index#ref-cast@1.0.25",
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#foldhash@0.2.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.2",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#fraction@0.15.4",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0",
"registry+https://github.com/rust-lang/crates.io-index#num@0.4.3"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#fs-set-times@0.20.3",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#io-lifetimes@2.0.4",
"registry+https://github.com/rust-lang/crates.io-index#rustix@1.1.4"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#fs_extra@1.3.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-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.46",
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
]
},
{
"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.3",
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
"registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.9",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#typenum@1.20.1",
"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.186"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.3",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.10.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#globset@0.4.18",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
"registry+https://github.com/rust-lang/crates.io-index#bstr@1.12.1",
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.33",
"registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.16",
"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#h2@0.4.15",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2",
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
"registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7",
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#http@1.4.2",
"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
"registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12",
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.53.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#hashbrown@0.16.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#allocator-api2@0.2.21",
"registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
"registry+https://github.com/rust-lang/crates.io-index#foldhash@0.2.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#hashlink@0.11.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.3",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#http@1.4.2",
"registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1",
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
"registry+https://github.com/rust-lang/crates.io-index#http@1.4.2"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#http@1.4.2",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#httpdate@1.0.3"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#hybrid-array@0.4.14",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#typenum@1.20.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#hyper-rustls@0.27.9",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#http@1.4.2",
"registry+https://github.com/rust-lang/crates.io-index#hyper@1.11.0",
"registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.20",
"registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.40",
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.53.1",
"registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.4",
"registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.20",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
"registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#http@1.4.2",
"registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1",
"registry+https://github.com/rust-lang/crates.io-index#hyper@1.11.0",
"registry+https://github.com/rust-lang/crates.io-index#ipnet@2.12.0",
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
"registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.4",
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.53.1",
"registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3",
"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#hyper@1.11.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.15",
"registry+https://github.com/rust-lang/crates.io-index#http@1.4.2",
"registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1",
"registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1",
"registry+https://github.com/rust-lang/crates.io-index#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.2",
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.53.1",
"registry+https://github.com/rust-lang/crates.io-index#want@0.3.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.65",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.7"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.2.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.6",
"registry+https://github.com/rust-lang/crates.io-index#potential_utf@0.1.5",
"registry+https://github.com/rust-lang/crates.io-index#utf8_iter@1.0.4",
"registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.3",
"registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.8",
"registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.2.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.6",
"registry+https://github.com/rust-lang/crates.io-index#litemap@0.8.2",
"registry+https://github.com/rust-lang/crates.io-index#tinystr@0.8.3",
"registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.3",
"registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer@2.2.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.2.0",
"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.2.0",
"registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.2.0",
"registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.2.0",
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.2",
"registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.2.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.2.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.2.0",
"registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.2.0",
"registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.2.0",
"registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.2.0",
"registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.4",
"registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.2.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.2.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.6",
"registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.2.0",
"registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.3",
"registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.3",
"registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.8",
"registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.4",
"registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#idna@1.1.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#idna_adapter@1.2.2",
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.2",
"registry+https://github.com/rust-lang/crates.io-index#utf8_iter@1.0.4"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#idna_adapter@1.2.2",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer@2.2.0",
"registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.2.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#io-extras@0.19.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#io-lifetimes@3.0.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#io-lifetimes@2.0.4"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#io-lifetimes@3.0.1"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#ipnet@2.12.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#jobserver@0.1.35",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#jsonschema@0.45.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12",
"registry+https://github.com/rust-lang/crates.io-index#bytecount@0.6.9",
"registry+https://github.com/rust-lang/crates.io-index#data-encoding@2.11.0",
"registry+https://github.com/rust-lang/crates.io-index#email_address@0.2.9",
"registry+https://github.com/rust-lang/crates.io-index#fancy-regex@0.17.0",
"registry+https://github.com/rust-lang/crates.io-index#fraction@0.15.4",
"registry+https://github.com/rust-lang/crates.io-index#idna@1.1.0",
"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
"registry+https://github.com/rust-lang/crates.io-index#num-cmp@0.1.0",
"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
"registry+https://github.com/rust-lang/crates.io-index#referencing@0.45.1",
"registry+https://github.com/rust-lang/crates.io-index#regex@1.12.4",
"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11",
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151",
"registry+https://github.com/rust-lang/crates.io-index#unicode-general-category@1.1.0",
"registry+https://github.com/rust-lang/crates.io-index#uuid-simd@0.8.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#keccak@0.1.6"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#libm@0.2.16"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#libsqlite3-sys@0.37.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
"registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.33",
"registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#litemap@0.8.2"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#litrs@1.0.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.33"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#lru-slab@0.1.2"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#maybe-owned@0.3.4"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.3"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.9",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.1",
"registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.10"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#mio@1.2.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.6",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#num-cmp@0.1.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#num-complex@0.4.6",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#num-conv@0.2.2"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#num-iter@0.1.45",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1",
"registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#num-rational@0.4.2",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.6",
"registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#num@0.4.3",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.6",
"registry+https://github.com/rust-lang/crates.io-index#num-complex@0.4.6",
"registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46",
"registry+https://github.com/rust-lang/crates.io-index#num-iter@0.1.45",
"registry+https://github.com/rust-lang/crates.io-index#num-rational@0.4.2",
"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19"
]
},
{
"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#outref@0.5.2"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#oxilangtag@0.1.6",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#packageurl@0.6.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
"registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.2"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#password-hash@0.5.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#base64ct@1.8.3",
"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4",
"registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#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#spki@0.7.3"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.33"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.13.1"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#potential_utf@0.1.5",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#prettyplease@0.2.37",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
]
},
{
"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#quinn-proto@0.11.16",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#aws-lc-rs@1.17.3",
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
"registry+https://github.com/rust-lang/crates.io-index#fastbloom@0.17.0",
"registry+https://github.com/rust-lang/crates.io-index#lru-slab@0.1.2",
"registry+https://github.com/rust-lang/crates.io-index#rand@0.10.2",
"registry+https://github.com/rust-lang/crates.io-index#rand_pcg@0.10.2",
"registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14",
"registry+https://github.com/rust-lang/crates.io-index#rustc-hash@2.1.2",
"registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.40",
"registry+https://github.com/rust-lang/crates.io-index#rustls-platform-verifier@0.7.0",
"registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12",
"registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
"registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.11.0",
"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#quinn-udp@0.5.14",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#cfg_aliases@0.2.1",
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
"registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.4",
"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#quinn@0.11.9",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
"registry+https://github.com/rust-lang/crates.io-index#cfg_aliases@0.2.1",
"registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
"registry+https://github.com/rust-lang/crates.io-index#quinn-proto@0.11.16",
"registry+https://github.com/rust-lang/crates.io-index#quinn-udp@0.5.14",
"registry+https://github.com/rust-lang/crates.io-index#rustc-hash@2.1.2",
"registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.40",
"registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.4",
"registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.53.1",
"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#rand@0.10.2",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#chacha20@0.10.1",
"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.3",
"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.10.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.10.1"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#rand_pcg@0.10.2",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.10.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#redb@2.6.3",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#ref-cast-impl@1.0.25",
"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.46",
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#ref-cast@1.0.25",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#ref-cast-impl@1.0.25"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#referencing@0.45.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12",
"registry+https://github.com/rust-lang/crates.io-index#fluent-uri@0.4.1",
"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.1",
"registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.16",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.3",
"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#regex@1.12.4",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4",
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.3",
"registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.16",
"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.11"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#regress@0.10.5",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.1",
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.3"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#regress@0.11.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.1",
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.3"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#reqwest@0.13.4",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
"registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#h2@0.4.15",
"registry+https://github.com/rust-lang/crates.io-index#http@1.4.2",
"registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1",
"registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.3",
"registry+https://github.com/rust-lang/crates.io-index#hyper@1.11.0",
"registry+https://github.com/rust-lang/crates.io-index#hyper-rustls@0.27.9",
"registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.20",
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.33",
"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
"registry+https://github.com/rust-lang/crates.io-index#quinn@0.11.9",
"registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.40",
"registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.1",
"registry+https://github.com/rust-lang/crates.io-index#rustls-platform-verifier@0.7.0",
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151",
"registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@1.0.2",
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.53.1",
"registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.4",
"registry+https://github.com/rust-lang/crates.io-index#tower@0.5.3",
"registry+https://github.com/rust-lang/crates.io-index#tower-http@0.6.11",
"registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3",
"registry+https://github.com/rust-lang/crates.io-index#url@2.5.8"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.64",
"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#rusqlite@0.39.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#bitflags@2.13.0",
"registry+https://github.com/rust-lang/crates.io-index#fallible-iterator@0.3.0",
"registry+https://github.com/rust-lang/crates.io-index#fallible-streaming-iterator@0.1.9",
"registry+https://github.com/rust-lang/crates.io-index#hashlink@0.11.1",
"registry+https://github.com/rust-lang/crates.io-index#libsqlite3-sys@0.37.0",
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.2"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#rust-embed-impl@8.11.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.46",
"registry+https://github.com/rust-lang/crates.io-index#rust-embed-utils@8.11.0",
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119",
"registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#rust-embed-utils@8.11.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#globset@0.4.18",
"registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9",
"registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#rust-embed@8.11.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#rust-embed-impl@8.11.0",
"registry+https://github.com/rust-lang/crates.io-index#rust-embed-utils@8.11.0",
"registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#rustc-hash@2.1.2"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#semver@1.0.28"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#rustix@1.1.4",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#bitflags@2.13.0",
"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.186"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-platform-verifier@0.7.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.10.1",
"registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.7",
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.33",
"registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.40",
"registry+https://github.com/rust-lang/crates.io-index#security-framework@3.7.0",
"registry+https://github.com/rust-lang/crates.io-index#security-framework-sys@2.17.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#rustls-webpki@0.103.13",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#aws-lc-rs@1.17.3",
"registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14",
"registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.1",
"registry+https://github.com/rust-lang/crates.io-index#untrusted@0.9.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.40",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#aws-lc-rs@1.17.3",
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.33",
"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.1",
"registry+https://github.com/rust-lang/crates.io-index#rustls-webpki@0.103.13",
"registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1",
"registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#schemars@0.8.22",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#dyn-clone@1.0.20",
"registry+https://github.com/rust-lang/crates.io-index#schemars_derive@0.8.22",
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#schemars_derive@0.8.22",
"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.46",
"registry+https://github.com/rust-lang/crates.io-index#serde_derive_internals@0.29.1",
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#security-framework-sys@2.17.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.7",
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#security-framework@3.7.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#bitflags@2.13.0",
"registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.10.1",
"registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.7",
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
"registry+https://github.com/rust-lang/crates.io-index#security-framework-sys@2.17.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#self-replace@1.5.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#tempfile@3.27.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#self_update@1.0.0-rc.6",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#either@1.17.0",
"registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.9",
"registry+https://github.com/rust-lang/crates.io-index#http@1.4.2",
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.33",
"registry+https://github.com/rust-lang/crates.io-index#regex@1.12.4",
"registry+https://github.com/rust-lang/crates.io-index#reqwest@0.13.4",
"registry+https://github.com/rust-lang/crates.io-index#self-replace@1.5.0",
"registry+https://github.com/rust-lang/crates.io-index#semver@1.0.28",
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151",
"registry+https://github.com/rust-lang/crates.io-index#sha2@0.11.0",
"registry+https://github.com/rust-lang/crates.io-index#tar@0.4.46",
"registry+https://github.com/rust-lang/crates.io-index#tempfile@3.27.0",
"registry+https://github.com/rust-lang/crates.io-index#ureq@3.3.0",
"registry+https://github.com/rust-lang/crates.io-index#urlencoding@2.1.3",
"registry+https://github.com/rust-lang/crates.io-index#zipsign-api@0.2.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#semver@1.0.28",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.229"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.229",
"registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.229"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.229",
"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.46",
"registry+https://github.com/rust-lang/crates.io-index#syn@3.0.3"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive_internals@0.29.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.3",
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.229",
"registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_spanned@0.6.9",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_tokenstream@0.2.3",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
]
},
{
"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#sha2@0.11.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.3.0",
"registry+https://github.com/rust-lang/crates.io-index#digest@0.11.3"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#sha3@0.10.9",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
"registry+https://github.com/rust-lang/crates.io-index#keccak@0.1.6"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@2.0.1"
},
{
"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.186"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#signature@2.2.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.10"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.3"
},
{
"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.2"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.4",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#socks@0.3.4",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0",
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#spdx@0.13.4",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.2"
]
},
{
"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#ssvc@0.1.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.45",
"registry+https://github.com/rust-lang/crates.io-index#prettyplease@0.2.37",
"registry+https://github.com/rust-lang/crates.io-index#regress@0.10.5",
"registry+https://github.com/rust-lang/crates.io-index#rust-embed@8.11.0",
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151",
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119",
"registry+https://github.com/rust-lang/crates.io-index#typify@0.6.2"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#stable_deref_trait@1.2.1"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#strum@0.26.3",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#strum_macros@0.26.4"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#strum_macros@0.26.4",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
"registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22",
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
]
},
{
"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.119",
"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.46",
"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#syn@3.0.3",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@1.0.2",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#synstructure@0.13.2",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#tar@0.4.46",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#filetime@0.2.29",
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186",
"registry+https://github.com/rust-lang/crates.io-index#xattr@1.6.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#tempfile@3.27.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#fastrand@2.4.1",
"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.3",
"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
"registry+https://github.com/rust-lang/crates.io-index#rustix@1.1.4"
]
},
{
"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.46",
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.9"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#time-macros@0.2.32",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#num-conv@0.2.2",
"registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.9"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#time@0.3.55",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#deranged@0.5.8",
"registry+https://github.com/rust-lang/crates.io-index#num-conv@0.2.2",
"registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0",
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.229",
"registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.9",
"registry+https://github.com/rust-lang/crates.io-index#time-macros@0.2.32"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#tinystr@0.8.3",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.6",
"registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.11.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.7.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.4",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.40",
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.53.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.53.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.53.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.186",
"registry+https://github.com/rust-lang/crates.io-index#mio@1.2.1",
"registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
"registry+https://github.com/rust-lang/crates.io-index#signal-hook-registry@1.4.8",
"registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.4",
"registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.7.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#toml@0.8.23",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
"registry+https://github.com/rust-lang/crates.io-index#serde_spanned@0.6.9",
"registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.11",
"registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.22.27"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.11",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.22.27",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.0",
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
"registry+https://github.com/rust-lang/crates.io-index#serde_spanned@0.6.9",
"registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.11",
"registry+https://github.com/rust-lang/crates.io-index#toml_write@0.1.2",
"registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.15"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#toml_write@0.1.2"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#tower-http@0.6.11",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#bitflags@2.13.0",
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
"registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#http@1.4.2",
"registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1",
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
"registry+https://github.com/rust-lang/crates.io-index#tower@0.5.3",
"registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.3",
"registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3",
"registry+https://github.com/rust-lang/crates.io-index#url@2.5.8"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.3"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#tower@0.5.3",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32",
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
"registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@1.0.2",
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.53.1",
"registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.3",
"registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#tracing-attributes@0.1.31",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
]
},
{
"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#log@0.4.33",
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
"registry+https://github.com/rust-lang/crates.io-index#tracing-attributes@0.1.31",
"registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.36"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#try-lock@0.2.5"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#typenum@1.20.1"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#typify-impl@0.6.2",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.33",
"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.46",
"registry+https://github.com/rust-lang/crates.io-index#regress@0.11.1",
"registry+https://github.com/rust-lang/crates.io-index#schemars@0.8.22",
"registry+https://github.com/rust-lang/crates.io-index#semver@1.0.28",
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151",
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119",
"registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18",
"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#typify-macro@0.6.2",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
"registry+https://github.com/rust-lang/crates.io-index#schemars@0.8.22",
"registry+https://github.com/rust-lang/crates.io-index#semver@1.0.28",
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151",
"registry+https://github.com/rust-lang/crates.io-index#serde_tokenstream@0.2.3",
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119",
"registry+https://github.com/rust-lang/crates.io-index#typify-impl@0.6.2"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#typify@0.6.2",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#typify-impl@0.6.2",
"registry+https://github.com/rust-lang/crates.io-index#typify-macro@0.6.2"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-general-category@1.1.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#untrusted@0.9.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#ureq-proto@0.6.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
"registry+https://github.com/rust-lang/crates.io-index#http@1.4.2",
"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.33"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#ureq@3.3.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
"registry+https://github.com/rust-lang/crates.io-index#cookie_store@0.22.1",
"registry+https://github.com/rust-lang/crates.io-index#encoding_rs@0.8.35",
"registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.9",
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.33",
"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
"registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.40",
"registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.1",
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.151",
"registry+https://github.com/rust-lang/crates.io-index#socks@0.3.4",
"registry+https://github.com/rust-lang/crates.io-index#ureq-proto@0.6.0",
"registry+https://github.com/rust-lang/crates.io-index#utf8-zero@0.8.1",
"registry+https://github.com/rust-lang/crates.io-index#webpki-roots@1.0.9"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#url@2.5.8",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.2",
"registry+https://github.com/rust-lang/crates.io-index#idna@1.1.0",
"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#urlencoding@2.1.3"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#utf8-zero@0.8.1"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#utf8_iter@1.0.4"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#uuid-simd@0.8.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#outref@0.5.2",
"registry+https://github.com/rust-lang/crates.io-index#vsimd@0.8.0"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#uuid@1.24.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.3",
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.229"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15"
},
{
"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#vsimd@0.8.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#want@0.3.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#try-lock@0.2.5"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#webpki-roots@1.0.9",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.1"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.15",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.3"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.3"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#xattr@1.6.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#rustix@1.1.4"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#yoke-derive@0.8.2",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119",
"registry+https://github.com/rust-lang/crates.io-index#synstructure@0.13.2"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.3",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#stable_deref_trait@1.2.1",
"registry+https://github.com/rust-lang/crates.io-index#yoke-derive@0.8.2",
"registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.8"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.52"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#zerofrom-derive@0.1.7",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119",
"registry+https://github.com/rust-lang/crates.io-index#synstructure@0.13.2"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.8",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#zerofrom-derive@0.1.7"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#zeroize@1.9.0"
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.4",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.6",
"registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.3",
"registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.8"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#zerovec-derive@0.11.3",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.46",
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.119"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.3",
"registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.8",
"registry+https://github.com/rust-lang/crates.io-index#zerovec-derive@0.11.3"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#zipsign-api@0.2.1",
"dependsOn": [
"registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
"registry+https://github.com/rust-lang/crates.io-index#ed25519-dalek@2.2.0",
"registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18"
]
},
{
"ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21"
}
]
}