mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-12 17:20:33 +00:00
4050 lines
126 KiB
JSON
4050 lines
126 KiB
JSON
{
|
||
"bomFormat": "CycloneDX",
|
||
"specVersion": "1.3",
|
||
"version": 1,
|
||
"serialNumber": "urn:uuid:d49b4735-970e-42c1-b3e3-561bc1fd2e52",
|
||
"metadata": {
|
||
"timestamp": "2026-03-16T13:29:38.111248232Z",
|
||
"tools": [
|
||
{
|
||
"vendor": "CycloneDX",
|
||
"name": "cargo-cyclonedx",
|
||
"version": "0.5.8"
|
||
}
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "DevITWay",
|
||
"email": "devitway@gmail.com"
|
||
}
|
||
],
|
||
"component": {
|
||
"type": "application",
|
||
"bom-ref": "path+file:///srv/projects/nora/nora-storage#0.2.31",
|
||
"author": "DevITWay <devitway@gmail.com>",
|
||
"name": "nora-storage",
|
||
"version": "0.2.31",
|
||
"description": "S3-compatible storage server for NORA",
|
||
"scope": "required",
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/nora-storage@0.2.31?download_url=file://.",
|
||
"externalReferences": [
|
||
{
|
||
"type": "website",
|
||
"url": "https://getnora.io"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/getnora-io/nora"
|
||
}
|
||
],
|
||
"components": [
|
||
{
|
||
"type": "application",
|
||
"bom-ref": "path+file:///srv/projects/nora/nora-storage#0.2.31 bin-target-0",
|
||
"name": "nora-storage",
|
||
"version": "0.2.31",
|
||
"purl": "pkg:cargo/nora-storage@0.2.31?download_url=file://.#src/main.rs"
|
||
}
|
||
]
|
||
},
|
||
"properties": [
|
||
{
|
||
"name": "cdx:rustc:sbom:target:triple",
|
||
"value": "x86_64-unknown-linux-gnu"
|
||
}
|
||
]
|
||
},
|
||
"components": [
|
||
{
|
||
"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#atomic-waker@1.1.2",
|
||
"author": "Stjepan Glavina <stjepang@gmail.com>, Contributors to futures-rs",
|
||
"name": "atomic-waker",
|
||
"version": "1.1.2",
|
||
"description": "A synchronization primitive for task wakeup",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "Apache-2.0 OR MIT"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/atomic-waker@1.1.2",
|
||
"externalReferences": [
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/smol-rs/atomic-waker"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0",
|
||
"author": "Josh Stone <cuviper@gmail.com>",
|
||
"name": "autocfg",
|
||
"version": "1.5.0",
|
||
"description": "Automatic cfg for Rust compiler features",
|
||
"scope": "excluded",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "Apache-2.0 OR MIT"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/autocfg@1.5.0",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/autocfg/"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/cuviper/autocfg"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#axum-core@0.5.6",
|
||
"name": "axum-core",
|
||
"version": "0.5.6",
|
||
"description": "Core types and traits for axum",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/axum-core@0.5.6",
|
||
"externalReferences": [
|
||
{
|
||
"type": "website",
|
||
"url": "https://github.com/tokio-rs/axum"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/tokio-rs/axum"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#axum@0.8.8",
|
||
"name": "axum",
|
||
"version": "0.8.8",
|
||
"description": "Web framework that focuses on ergonomics and modularity",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/axum@0.8.8",
|
||
"externalReferences": [
|
||
{
|
||
"type": "website",
|
||
"url": "https://github.com/tokio-rs/axum"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/tokio-rs/axum"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"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#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#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#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#chrono@0.4.44",
|
||
"name": "chrono",
|
||
"version": "0.4.44",
|
||
"description": "Date and time library for Rust",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/chrono@0.4.44",
|
||
"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#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#crypto-common@0.1.7",
|
||
"author": "RustCrypto Developers",
|
||
"name": "crypto-common",
|
||
"version": "0.1.7",
|
||
"description": "Common cryptographic traits",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/crypto-common@0.1.7",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/crypto-common"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/RustCrypto/traits"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#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#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#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#futures-channel@0.3.31",
|
||
"name": "futures-channel",
|
||
"version": "0.3.31",
|
||
"description": "Channels for asynchronous communication using futures-rs. ",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/futures-channel@0.3.31",
|
||
"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.31",
|
||
"name": "futures-core",
|
||
"version": "0.3.31",
|
||
"description": "The core traits and types in for the `futures` library. ",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/futures-core@0.3.31",
|
||
"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.31",
|
||
"name": "futures-io",
|
||
"version": "0.3.31",
|
||
"description": "The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. ",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/futures-io@0.3.31",
|
||
"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.31",
|
||
"name": "futures-macro",
|
||
"version": "0.3.31",
|
||
"description": "The futures-rs procedural macro implementations. ",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/futures-macro@0.3.31",
|
||
"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.31",
|
||
"name": "futures-sink",
|
||
"version": "0.3.31",
|
||
"description": "The asynchronous `Sink` trait for the futures-rs library. ",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/futures-sink@0.3.31",
|
||
"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.31",
|
||
"name": "futures-task",
|
||
"version": "0.3.31",
|
||
"description": "Tools for working with tasks. ",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/futures-task@0.3.31",
|
||
"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.31",
|
||
"name": "futures-util",
|
||
"version": "0.3.31",
|
||
"description": "Common utilities and extension traits for the futures-rs library. ",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/futures-util@0.3.31",
|
||
"externalReferences": [
|
||
{
|
||
"type": "website",
|
||
"url": "https://rust-lang.github.io/futures-rs"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/rust-lang/futures-rs"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7",
|
||
"author": "Bartłomiej Kamiński <fizyk20@gmail.com>, Aaron Trent <novacrazy@gmail.com>",
|
||
"name": "generic-array",
|
||
"version": "0.14.7",
|
||
"description": "Generic types implementing functionality of arrays",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/generic-array@0.14.7",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "http://fizyk20.github.io/generic-array/generic_array/"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/fizyk20/generic-array.git"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.1",
|
||
"author": "The Rand Project Developers",
|
||
"name": "getrandom",
|
||
"version": "0.4.1",
|
||
"description": "A small cross-platform library for retrieving random data from system source",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/getrandom@0.4.1",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/getrandom"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/rust-random/getrandom"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#h2@0.4.13",
|
||
"author": "Carl Lerche <me@carllerche.com>, Sean McArthur <sean@seanmonstar.com>",
|
||
"name": "h2",
|
||
"version": "0.4.13",
|
||
"description": "An HTTP/2 client and server",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/h2@0.4.13",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/h2"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/hyperium/h2"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#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#http-body-util@0.1.3",
|
||
"author": "Carl Lerche <me@carllerche.com>, Lucio Franco <luciofranco14@gmail.com>, Sean McArthur <sean@seanmonstar.com>",
|
||
"name": "http-body-util",
|
||
"version": "0.1.3",
|
||
"description": "Combinators and adapters for HTTP request or response bodies. ",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/http-body-util@0.1.3",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/http-body-util"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/hyperium/http-body"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1",
|
||
"author": "Carl Lerche <me@carllerche.com>, Lucio Franco <luciofranco14@gmail.com>, Sean McArthur <sean@seanmonstar.com>",
|
||
"name": "http-body",
|
||
"version": "1.0.1",
|
||
"description": "Trait representing an asynchronous, streaming, HTTP request or response body. ",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/http-body@1.0.1",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/http-body"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/hyperium/http-body"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
|
||
"author": "Alex Crichton <alex@alexcrichton.com>, Carl Lerche <me@carllerche.com>, Sean McArthur <sean@seanmonstar.com>",
|
||
"name": "http",
|
||
"version": "1.4.0",
|
||
"description": "A set of types for representing HTTP requests and responses. ",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/http@1.4.0",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/http"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/hyperium/http"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1",
|
||
"author": "Sean McArthur <sean@seanmonstar.com>",
|
||
"name": "httparse",
|
||
"version": "1.10.1",
|
||
"description": "A tiny, safe, speedy, zero-copy HTTP/1.x parser.",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/httparse@1.10.1",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/httparse"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/seanmonstar/httparse"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#httpdate@1.0.3",
|
||
"author": "Pyfisch <pyfisch@posteo.org>",
|
||
"name": "httpdate",
|
||
"version": "1.0.3",
|
||
"description": "HTTP date parsing and formatting",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/httpdate@1.0.3",
|
||
"externalReferences": [
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/pyfisch/httpdate"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.19",
|
||
"author": "Sean McArthur <sean@seanmonstar.com>",
|
||
"name": "hyper-util",
|
||
"version": "0.1.19",
|
||
"description": "hyper utilities",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/hyper-util@0.1.19",
|
||
"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.8.1",
|
||
"author": "Sean McArthur <sean@seanmonstar.com>",
|
||
"name": "hyper",
|
||
"version": "1.8.1",
|
||
"description": "A protective and efficient HTTP library for all.",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/hyper@1.8.1",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/hyper"
|
||
},
|
||
{
|
||
"type": "website",
|
||
"url": "https://hyper.rs"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/hyperium/hyper"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#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#indexmap@2.13.0",
|
||
"name": "indexmap",
|
||
"version": "2.13.0",
|
||
"description": "A hash table with consistent order and fast iteration.",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "Apache-2.0 OR MIT"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/indexmap@2.13.0",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/indexmap/"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/indexmap-rs/indexmap"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ipnet@2.11.0",
|
||
"author": "Kris Price <kris@krisprice.nz>",
|
||
"name": "ipnet",
|
||
"version": "2.11.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": "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/ipnet@2.11.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.17",
|
||
"author": "David Tolnay <dtolnay@gmail.com>",
|
||
"name": "itoa",
|
||
"version": "1.0.17",
|
||
"description": "Fast integer primitive to string conversion",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/itoa@1.0.17",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/itoa"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/dtolnay/itoa"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#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.182",
|
||
"author": "The Rust Project Developers",
|
||
"name": "libc",
|
||
"version": "0.2.182",
|
||
"description": "Raw FFI bindings to platform libraries like libc.",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/libc@0.2.182",
|
||
"externalReferences": [
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/rust-lang/libc"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
|
||
"author": "Amanieu d'Antras <amanieu@gmail.com>",
|
||
"name": "lock_api",
|
||
"version": "0.4.14",
|
||
"description": "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/lock_api@0.4.14",
|
||
"externalReferences": [
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/Amanieu/parking_lot"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
|
||
"author": "The Rust Project Developers",
|
||
"name": "log",
|
||
"version": "0.4.29",
|
||
"description": "A lightweight logging facade for Rust ",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/log@0.4.29",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/log"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/rust-lang/log"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#matchers@0.2.0",
|
||
"author": "Eliza Weisman <eliza@buoyant.io>",
|
||
"name": "matchers",
|
||
"version": "0.2.0",
|
||
"description": "Regex matching on character and byte streams. ",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/matchers@0.2.0",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/matchers/"
|
||
},
|
||
{
|
||
"type": "website",
|
||
"url": "https://github.com/hawkw/matchers"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/hawkw/matchers"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#matchit@0.8.4",
|
||
"author": "Ibraheem Ahmed <ibraheem@ibraheem.ca>",
|
||
"name": "matchit",
|
||
"version": "0.8.4",
|
||
"description": "A high performance, zero-copy URL router.",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT AND BSD-3-Clause"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/matchit@0.8.4",
|
||
"externalReferences": [
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/ibraheemdev/matchit"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.6",
|
||
"author": "Andrew Gallant <jamslam@gmail.com>, bluss",
|
||
"name": "memchr",
|
||
"version": "2.7.6",
|
||
"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": "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "Unlicense OR MIT"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/memchr@2.7.6",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/memchr/"
|
||
},
|
||
{
|
||
"type": "website",
|
||
"url": "https://github.com/BurntSushi/memchr"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/BurntSushi/memchr"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17",
|
||
"author": "Sean McArthur <sean@seanmonstar.com>",
|
||
"name": "mime",
|
||
"version": "0.3.17",
|
||
"description": "Strongly Typed Mimes",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/mime@0.3.17",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/mime"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/hyperium/mime"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#mio@1.1.1",
|
||
"author": "Carl Lerche <me@carllerche.com>, Thomas de Zeeuw <thomasdezeeuw@gmail.com>, Tokio Contributors <team@tokio.rs>",
|
||
"name": "mio",
|
||
"version": "1.1.1",
|
||
"description": "Lightweight non-blocking I/O.",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/mio@1.1.1",
|
||
"externalReferences": [
|
||
{
|
||
"type": "website",
|
||
"url": "https://github.com/tokio-rs/mio"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/tokio-rs/mio"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#nu-ansi-term@0.50.3",
|
||
"author": "ogham@bsago.me, Ryan Scheel (Havvy) <ryan.havvy@gmail.com>, Josh Triplett <josh@joshtriplett.org>, The Nushell Project Developers",
|
||
"name": "nu-ansi-term",
|
||
"version": "0.50.3",
|
||
"description": "Library for ANSI terminal colors and styles (bold, underline)",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/nu-ansi-term@0.50.3",
|
||
"externalReferences": [
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/nushell/nu-ansi-term"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
|
||
"author": "The Rust Project Developers",
|
||
"name": "num-traits",
|
||
"version": "0.2.19",
|
||
"description": "Numeric traits for generic mathematics",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/num-traits@0.2.19",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/num-traits"
|
||
},
|
||
{
|
||
"type": "website",
|
||
"url": "https://github.com/rust-num/num-traits"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/rust-num/num-traits"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.3",
|
||
"author": "Aleksey Kladov <aleksey.kladov@gmail.com>",
|
||
"name": "once_cell",
|
||
"version": "1.21.3",
|
||
"description": "Single assignment cells and lazy values.",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/once_cell@1.21.3",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/once_cell"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/matklad/once_cell"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
|
||
"author": "Amanieu d'Antras <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#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.16",
|
||
"name": "pin-project-lite",
|
||
"version": "0.2.16",
|
||
"description": "A lightweight version of pin-project written with declarative macros. ",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "Apache-2.0 OR MIT"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/pin-project-lite@0.2.16",
|
||
"externalReferences": [
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/taiki-e/pin-project-lite"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0",
|
||
"author": "Josef Brandl <mail@josefbrandl.de>",
|
||
"name": "pin-utils",
|
||
"version": "0.1.0",
|
||
"description": "Utilities for pinning ",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/pin-utils@0.1.0",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/pin-utils"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/rust-lang-nursery/pin-utils"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#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#quick-xml@0.39.2",
|
||
"name": "quick-xml",
|
||
"version": "0.39.2",
|
||
"description": "High performance xml reader and writer",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "958f21e8e7ceb5a1aa7fa87fab28e7c75976e0bfe7e23ff069e0a260f894067d"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/quick-xml@0.39.2",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/quick-xml"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/tafia/quick-xml"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.44",
|
||
"author": "David Tolnay <dtolnay@gmail.com>",
|
||
"name": "quote",
|
||
"version": "1.0.44",
|
||
"description": "Quasi-quoting macro quote!(...)",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/quote@1.0.44",
|
||
"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#regex-automata@0.4.13",
|
||
"author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
|
||
"name": "regex-automata",
|
||
"version": "0.4.13",
|
||
"description": "Automata construction and matching using regular expressions.",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/regex-automata@0.4.13",
|
||
"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.8",
|
||
"author": "The Rust Project Developers, Andrew Gallant <jamslam@gmail.com>",
|
||
"name": "regex-syntax",
|
||
"version": "0.8.8",
|
||
"description": "A regular expression parser.",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/regex-syntax@0.8.8",
|
||
"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#ryu@1.0.22",
|
||
"author": "David Tolnay <dtolnay@gmail.com>",
|
||
"name": "ryu",
|
||
"version": "1.0.22",
|
||
"description": "Fast floating point to string conversion",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "Apache-2.0 OR BSL-1.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/ryu@1.0.22",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/ryu"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/dtolnay/ryu"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0",
|
||
"author": "bluss",
|
||
"name": "scopeguard",
|
||
"version": "1.2.0",
|
||
"description": "A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies. ",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/scopeguard@1.2.0",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/scopeguard/"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/bluss/scopeguard"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
||
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
|
||
"name": "serde",
|
||
"version": "1.0.228",
|
||
"description": "A generic serialization/deserialization framework",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/serde@1.0.228",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/serde"
|
||
},
|
||
{
|
||
"type": "website",
|
||
"url": "https://serde.rs"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/serde-rs/serde"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
|
||
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
|
||
"name": "serde_core",
|
||
"version": "1.0.228",
|
||
"description": "Serde traits only, with no support for derive -- use the `serde` crate instead",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/serde_core@1.0.228",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/serde_core"
|
||
},
|
||
{
|
||
"type": "website",
|
||
"url": "https://serde.rs"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/serde-rs/serde"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
|
||
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
|
||
"name": "serde_derive",
|
||
"version": "1.0.228",
|
||
"description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/serde_derive@1.0.228",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://serde.rs/derive.html"
|
||
},
|
||
{
|
||
"type": "website",
|
||
"url": "https://serde.rs"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/serde-rs/serde"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
|
||
"author": "Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>",
|
||
"name": "serde_json",
|
||
"version": "1.0.149",
|
||
"description": "A JSON serialization file format",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/serde_json@1.0.149",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/serde_json"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/serde-rs/json"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_path_to_error@0.1.20",
|
||
"author": "David Tolnay <dtolnay@gmail.com>",
|
||
"name": "serde_path_to_error",
|
||
"version": "0.1.20",
|
||
"description": "Path to the element that failed to deserialize",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/serde_path_to_error@0.1.20",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/serde_path_to_error"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/dtolnay/path-to-error"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_spanned@1.0.4",
|
||
"name": "serde_spanned",
|
||
"version": "1.0.4",
|
||
"description": "Serde-compatible spanned Value",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/serde_spanned@1.0.4",
|
||
"externalReferences": [
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/toml-rs/toml"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#serde_urlencoded@0.7.1",
|
||
"author": "Anthony Ramine <n.oxyde@gmail.com>",
|
||
"name": "serde_urlencoded",
|
||
"version": "0.7.1",
|
||
"description": "`x-www-form-urlencoded` meets Serde",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/serde_urlencoded@0.7.1",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/serde_urlencoded/0.7.1/serde_urlencoded/"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/nox/serde_urlencoded"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#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#sharded-slab@0.1.7",
|
||
"author": "Eliza Weisman <eliza@buoyant.io>",
|
||
"name": "sharded-slab",
|
||
"version": "0.1.7",
|
||
"description": "A lock-free concurrent slab. ",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/sharded-slab@0.1.7",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/sharded-slab/"
|
||
},
|
||
{
|
||
"type": "website",
|
||
"url": "https://github.com/hawkw/sharded-slab"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/hawkw/sharded-slab"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#signal-hook-registry@1.4.8",
|
||
"author": "Michal 'vorner' Vaner <vorner@vorner.cz>, Masaki Hara <ackie.h.gmai@gmail.com>",
|
||
"name": "signal-hook-registry",
|
||
"version": "1.4.8",
|
||
"description": "Backend crate for signal-hook",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/signal-hook-registry@1.4.8",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/signal-hook-registry"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/vorner/signal-hook"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.11",
|
||
"author": "Carl Lerche <me@carllerche.com>",
|
||
"name": "slab",
|
||
"version": "0.4.11",
|
||
"description": "Pre-allocated storage for a uniform data type",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/slab@0.4.11",
|
||
"externalReferences": [
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/tokio-rs/slab"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1",
|
||
"author": "The Servo Project Developers",
|
||
"name": "smallvec",
|
||
"version": "1.15.1",
|
||
"description": "'Small vector' optimization: store up to a small number of items on the stack",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/smallvec@1.15.1",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/smallvec/"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/servo/rust-smallvec"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.2",
|
||
"author": "Alex Crichton <alex@alexcrichton.com>, Thomas de Zeeuw <thomasdezeeuw@gmail.com>",
|
||
"name": "socket2",
|
||
"version": "0.6.2",
|
||
"description": "Utilities for handling networking sockets with a maximal amount of configuration possible intended. ",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/socket2@0.6.2",
|
||
"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#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.114",
|
||
"author": "David Tolnay <dtolnay@gmail.com>",
|
||
"name": "syn",
|
||
"version": "2.0.114",
|
||
"description": "Parser for Rust source code",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/syn@2.0.114",
|
||
"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#thread_local@1.1.9",
|
||
"author": "Amanieu d'Antras <amanieu@gmail.com>",
|
||
"name": "thread_local",
|
||
"version": "1.1.9",
|
||
"description": "Per-object thread-local storage",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/thread_local@1.1.9",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/thread_local/"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/Amanieu/thread_local-rs"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.6.0",
|
||
"author": "Tokio Contributors <team@tokio.rs>",
|
||
"name": "tokio-macros",
|
||
"version": "2.6.0",
|
||
"description": "Tokio's proc macros. ",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/tokio-macros@2.6.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-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.50.0",
|
||
"author": "Tokio Contributors <team@tokio.rs>",
|
||
"name": "tokio",
|
||
"version": "1.50.0",
|
||
"description": "An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. ",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/tokio@1.50.0",
|
||
"externalReferences": [
|
||
{
|
||
"type": "website",
|
||
"url": "https://tokio.rs"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/tokio-rs/tokio"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml@1.0.6+spec-1.1.0",
|
||
"name": "toml",
|
||
"version": "1.0.6+spec-1.1.0",
|
||
"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": "399b1124a3c9e16766831c6bba21e50192572cdd98706ea114f9502509686ffc"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/toml@1.0.6+spec-1.1.0",
|
||
"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@1.0.0+spec-1.1.0",
|
||
"name": "toml_datetime",
|
||
"version": "1.0.0+spec-1.1.0",
|
||
"description": "A TOML-compatible datetime type",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "32c2555c699578a4f59f0cc68e5116c8d7cabbd45e1409b989d4be085b53f13e"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/toml_datetime@1.0.0+spec-1.1.0",
|
||
"externalReferences": [
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/toml-rs/toml"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_parser@1.0.9+spec-1.1.0",
|
||
"name": "toml_parser",
|
||
"version": "1.0.9+spec-1.1.0",
|
||
"description": "Yet another format-preserving TOML parser.",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/toml_parser@1.0.9+spec-1.1.0",
|
||
"externalReferences": [
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/toml-rs/toml"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml_writer@1.0.6+spec-1.1.0",
|
||
"name": "toml_writer",
|
||
"version": "1.0.6+spec-1.1.0",
|
||
"description": "A low-level interface for writing out TOML ",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/toml_writer@1.0.6+spec-1.1.0",
|
||
"externalReferences": [
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/toml-rs/toml"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"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-log@0.2.0",
|
||
"author": "Tokio Contributors <team@tokio.rs>",
|
||
"name": "tracing-log",
|
||
"version": "0.2.0",
|
||
"description": "Provides compatibility between `tracing` and the `log` crate. ",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/tracing-log@0.2.0",
|
||
"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-serde@0.2.0",
|
||
"author": "Tokio Contributors <team@tokio.rs>",
|
||
"name": "tracing-serde",
|
||
"version": "0.2.0",
|
||
"description": "A compatibility layer for serializing trace data with `serde` ",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/tracing-serde@0.2.0",
|
||
"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-subscriber@0.3.22",
|
||
"author": "Eliza Weisman <eliza@buoyant.io>, David Barsky <me@davidbarsky.com>, Tokio Contributors <team@tokio.rs>",
|
||
"name": "tracing-subscriber",
|
||
"version": "0.3.22",
|
||
"description": "Utilities for implementing and composing `tracing` subscribers. ",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/tracing-subscriber@0.3.22",
|
||
"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.19.0",
|
||
"author": "Paho Lurie-Gregg <paho@paholg.com>, Andre Bogus <bogusandre@gmail.com>",
|
||
"name": "typenum",
|
||
"version": "1.19.0",
|
||
"description": "Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT OR Apache-2.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/typenum@1.19.0",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/typenum"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/paholg/typenum"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.22",
|
||
"author": "David Tolnay <dtolnay@gmail.com>",
|
||
"name": "unicode-ident",
|
||
"version": "1.0.22",
|
||
"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": "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "(MIT OR Apache-2.0) AND Unicode-3.0"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/unicode-ident@1.0.22",
|
||
"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#uuid@1.22.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.22.0",
|
||
"description": "A library to generate and parse UUIDs.",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "Apache-2.0 OR MIT"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/uuid@1.22.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#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#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#winnow@0.7.14",
|
||
"name": "winnow",
|
||
"version": "0.7.14",
|
||
"description": "A byte-oriented, zero-copy, parser combinators library",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/winnow@0.7.14",
|
||
"externalReferences": [
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/winnow-rs/winnow"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"type": "library",
|
||
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.17",
|
||
"author": "David Tolnay <dtolnay@gmail.com>",
|
||
"name": "zmij",
|
||
"version": "1.0.17",
|
||
"description": "A double-to-string conversion algorithm based on Schubfach and yy",
|
||
"scope": "required",
|
||
"hashes": [
|
||
{
|
||
"alg": "SHA-256",
|
||
"content": "02aae0f83f69aafc94776e879363e9771d7ecbffe2c7fbb6c14c5e00dfe88439"
|
||
}
|
||
],
|
||
"licenses": [
|
||
{
|
||
"expression": "MIT"
|
||
}
|
||
],
|
||
"purl": "pkg:cargo/zmij@1.0.17",
|
||
"externalReferences": [
|
||
{
|
||
"type": "documentation",
|
||
"url": "https://docs.rs/zmij"
|
||
},
|
||
{
|
||
"type": "vcs",
|
||
"url": "https://github.com/dtolnay/zmij"
|
||
}
|
||
]
|
||
}
|
||
],
|
||
"dependencies": [
|
||
{
|
||
"ref": "path+file:///srv/projects/nora/nora-storage#0.2.31",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#axum@0.8.8",
|
||
"registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
|
||
"registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
|
||
"registry+https://github.com/rust-lang/crates.io-index#httpdate@1.0.3",
|
||
"registry+https://github.com/rust-lang/crates.io-index#quick-xml@0.39.2",
|
||
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
||
"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
|
||
"registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9",
|
||
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
|
||
"registry+https://github.com/rust-lang/crates.io-index#toml@1.0.6+spec-1.1.0",
|
||
"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44",
|
||
"registry+https://github.com/rust-lang/crates.io-index#tracing-subscriber@0.3.22",
|
||
"registry+https://github.com/rust-lang/crates.io-index#uuid@1.22.0"
|
||
]
|
||
},
|
||
{
|
||
"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.7.6"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#allocator-api2@0.2.21",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#axum-core@0.5.6",
|
||
"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.31",
|
||
"registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
|
||
"registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1",
|
||
"registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.3",
|
||
"registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17",
|
||
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.16",
|
||
"registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@1.0.2",
|
||
"registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.3",
|
||
"registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3",
|
||
"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#axum@0.8.8",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#axum-core@0.5.6",
|
||
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
|
||
"registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.2",
|
||
"registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.31",
|
||
"registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
|
||
"registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1",
|
||
"registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.3",
|
||
"registry+https://github.com/rust-lang/crates.io-index#hyper@1.8.1",
|
||
"registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.19",
|
||
"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.17",
|
||
"registry+https://github.com/rust-lang/crates.io-index#matchit@0.8.4",
|
||
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.6",
|
||
"registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17",
|
||
"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.16",
|
||
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
|
||
"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
|
||
"registry+https://github.com/rust-lang/crates.io-index#serde_path_to_error@0.1.20",
|
||
"registry+https://github.com/rust-lang/crates.io-index#serde_urlencoded@0.7.1",
|
||
"registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@1.0.2",
|
||
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
|
||
"registry+https://github.com/rust-lang/crates.io-index#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#tracing@0.1.44"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44",
|
||
"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.228"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.7",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7",
|
||
"registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4",
|
||
"registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.7",
|
||
"registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"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.182"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#foldhash@0.2.0",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.2",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.31",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.31",
|
||
"registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.31"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.31",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.31",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-macro@0.3.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.44",
|
||
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.114"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.31",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.31",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.31",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.31",
|
||
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.31",
|
||
"registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.31",
|
||
"registry+https://github.com/rust-lang/crates.io-index#futures-macro@0.3.31",
|
||
"registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.31",
|
||
"registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.31",
|
||
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.6",
|
||
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.16",
|
||
"registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0",
|
||
"registry+https://github.com/rust-lang/crates.io-index#slab@0.4.11"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0",
|
||
"registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.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#libc@0.2.182"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#h2@0.4.13",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2",
|
||
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
|
||
"registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7",
|
||
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.31",
|
||
"registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.31",
|
||
"registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
|
||
"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.0",
|
||
"registry+https://github.com/rust-lang/crates.io-index#slab@0.4.11",
|
||
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
|
||
"registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18",
|
||
"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
|
||
]
|
||
},
|
||
{
|
||
"ref": "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#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.31",
|
||
"registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
|
||
"registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1",
|
||
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.16"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
|
||
"registry+https://github.com/rust-lang/crates.io-index#http@1.4.0"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
|
||
"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.17"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#httpdate@1.0.3",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.19",
|
||
"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.31",
|
||
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.31",
|
||
"registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.31",
|
||
"registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
|
||
"registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1",
|
||
"registry+https://github.com/rust-lang/crates.io-index#hyper@1.8.1",
|
||
"registry+https://github.com/rust-lang/crates.io-index#ipnet@2.11.0",
|
||
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.182",
|
||
"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.16",
|
||
"registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.2",
|
||
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
|
||
"registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3",
|
||
"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#hyper@1.8.1",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2",
|
||
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
|
||
"registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.31",
|
||
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.31",
|
||
"registry+https://github.com/rust-lang/crates.io-index#h2@0.4.13",
|
||
"registry+https://github.com/rust-lang/crates.io-index#http@1.4.0",
|
||
"registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1",
|
||
"registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1",
|
||
"registry+https://github.com/rust-lang/crates.io-index#httpdate@1.0.3",
|
||
"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.17",
|
||
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.16",
|
||
"registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0",
|
||
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1",
|
||
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
|
||
"registry+https://github.com/rust-lang/crates.io-index#want@0.3.1"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.65",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.0",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
|
||
"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.1",
|
||
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#ipnet@2.11.0",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.17",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.182",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#matchers@0.2.0",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.13"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#matchit@0.8.4",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.6",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#mio@1.1.1",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.182"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#nu-ansi-term@0.50.3",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"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.0"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.3",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14",
|
||
"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
||
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.182",
|
||
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.16",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.22"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#quick-xml@0.39.2",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.6",
|
||
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.44",
|
||
"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#regex-automata@0.4.13",
|
||
"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.7.6",
|
||
"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.8"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.8",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.22",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
|
||
"registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
||
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.44",
|
||
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.114"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.17",
|
||
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.6",
|
||
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
|
||
"registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.17"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_path_to_error@0.1.20",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.17",
|
||
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_spanned@1.0.4",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#serde_urlencoded@0.7.1",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.2",
|
||
"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.17",
|
||
"registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.22",
|
||
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228"
|
||
]
|
||
},
|
||
{
|
||
"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#sharded-slab@0.1.7",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#signal-hook-registry@1.4.8",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#errno@0.3.14",
|
||
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.182"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#slab@0.4.11",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.2",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.182"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.114",
|
||
"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.44",
|
||
"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.22"
|
||
]
|
||
},
|
||
{
|
||
"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.31"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#thread_local@1.1.9",
|
||
"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#tokio-macros@2.6.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.44",
|
||
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.114"
|
||
]
|
||
},
|
||
{
|
||
"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.31",
|
||
"registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.31",
|
||
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.16",
|
||
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1",
|
||
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.182",
|
||
"registry+https://github.com/rust-lang/crates.io-index#mio@1.1.1",
|
||
"registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5",
|
||
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.16",
|
||
"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.2",
|
||
"registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.6.0"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#toml@1.0.6+spec-1.1.0",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.0",
|
||
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228",
|
||
"registry+https://github.com/rust-lang/crates.io-index#serde_spanned@1.0.4",
|
||
"registry+https://github.com/rust-lang/crates.io-index#toml_datetime@1.0.0+spec-1.1.0",
|
||
"registry+https://github.com/rust-lang/crates.io-index#toml_parser@1.0.9+spec-1.1.0",
|
||
"registry+https://github.com/rust-lang/crates.io-index#toml_writer@1.0.6+spec-1.1.0",
|
||
"registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.14"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#toml_datetime@1.0.0+spec-1.1.0",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#toml_parser@1.0.9+spec-1.1.0",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.14"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#toml_writer@1.0.6+spec-1.1.0",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.3",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#tower@0.5.3",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.31",
|
||
"registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.31",
|
||
"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.0",
|
||
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.16",
|
||
"registry+https://github.com/rust-lang/crates.io-index#slab@0.4.11",
|
||
"registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@1.0.2",
|
||
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0",
|
||
"registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18",
|
||
"registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.3",
|
||
"registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3",
|
||
"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#tracing-attributes@0.1.31",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106",
|
||
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.44",
|
||
"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.114"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.36",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.3"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#tracing-log@0.2.0",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
|
||
"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.3",
|
||
"registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.36"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#tracing-serde@0.2.0",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
||
"registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.36"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#tracing-subscriber@0.3.22",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#matchers@0.2.0",
|
||
"registry+https://github.com/rust-lang/crates.io-index#nu-ansi-term@0.50.3",
|
||
"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.3",
|
||
"registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.13",
|
||
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228",
|
||
"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149",
|
||
"registry+https://github.com/rust-lang/crates.io-index#sharded-slab@0.1.7",
|
||
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1",
|
||
"registry+https://github.com/rust-lang/crates.io-index#thread_local@1.1.9",
|
||
"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#tracing-log@0.2.0",
|
||
"registry+https://github.com/rust-lang/crates.io-index#tracing-serde@0.2.0"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.29",
|
||
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.16",
|
||
"registry+https://github.com/rust-lang/crates.io-index#tracing-attributes@0.1.31",
|
||
"registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.36"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#try-lock@0.2.5",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.22",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#uuid@1.22.0",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.1"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#want@0.3.1",
|
||
"dependsOn": [
|
||
"registry+https://github.com/rust-lang/crates.io-index#try-lock@0.2.5"
|
||
]
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.14",
|
||
"dependsOn": []
|
||
},
|
||
{
|
||
"ref": "registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.17",
|
||
"dependsOn": []
|
||
}
|
||
]
|
||
} |