{ "bomFormat": "CycloneDX", "specVersion": "1.5", "version": 1, "serialNumber": "urn:uuid:a8fb2e3c-f9ba-4808-b673-672f877353cf", "metadata": { "timestamp": "2026-02-20T22:47:22.792287700Z", "tools": [ { "vendor": "CycloneDX", "name": "cargo-cyclonedx", "version": "0.5.7" } ], "component": { "type": "library", "bom-ref": "path+file:///D:/a/uuid-utils/uuid-utils#0.14.1", "name": "uuid-utils", "version": "0.14.1", "scope": "required", "purl": "pkg:cargo/uuid-utils@0.14.1?download_url=file://.", "components": [ { "type": "library", "bom-ref": "path+file:///D:/a/uuid-utils/uuid-utils#0.14.1 bin-target-0", "name": "uuid_utils", "version": "0.14.1", "purl": "pkg:cargo/uuid-utils@0.14.1?download_url=file://.#src/lib.rs" } ] }, "properties": [ { "name": "cdx:rustc:sbom:target:all_targets", "value": "true" } ] }, "components": [ { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12", "author": "Tom Kaitchuck ", "name": "ahash", "version": "0.8.12", "description": "A non-cryptographic hash function using AES-NI for high performance", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/ahash@0.8.12", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/ahash" }, { "type": "vcs", "url": "https://github.com/tkaitchuck/ahash" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#atomic@0.6.1", "author": "Amanieu d'Antras ", "name": "atomic", "version": "0.6.1", "description": "Generic Atomic wrapper type", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "a89cbf775b137e9b968e67227ef7f775587cde3fd31b0d8599dbd0f598a48340" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/atomic@0.6.1", "externalReferences": [ { "type": "vcs", "url": "https://github.com/Amanieu/atomic-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.1.0", "author": "Josh Stone ", "name": "autocfg", "version": "1.1.0", "description": "Automatic cfg for Rust compiler features", "scope": "excluded", "hashes": [ { "alg": "SHA-256", "content": "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/autocfg@1.1.0", "externalReferences": [ { "type": "vcs", "url": "https://github.com/cuviper/autocfg" } ] }, { "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#bytemuck@1.23.2", "author": "Lokathor ", "name": "bytemuck", "version": "1.23.2", "description": "A crate for mucking around with piles of bytes.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "3995eaeebcdf32f91f980d360f78732ddc061097ab4e39991ae7a6ace9194677" } ], "licenses": [ { "expression": "Zlib OR Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/bytemuck@1.23.2", "externalReferences": [ { "type": "vcs", "url": "https://github.com/Lokathor/bytemuck" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.0.83", "author": "Alex Crichton ", "name": "cc", "version": "1.0.83", "description": "A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/cc@1.0.83", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/cc" }, { "type": "website", "url": "https://github.com/rust-lang/cc-rs" }, { "type": "vcs", "url": "https://github.com/rust-lang/cc-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0", "author": "Alex Crichton ", "name": "cfg-if", "version": "1.0.0", "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": "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/cfg-if@1.0.0", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/cfg-if" }, { "type": "website", "url": "https://github.com/alexcrichton/cfg-if" }, { "type": "vcs", "url": "https://github.com/alexcrichton/cfg-if" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.6", "author": "RustCrypto Developers", "name": "crypto-common", "version": "0.1.6", "description": "Common cryptographic traits", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/crypto-common@0.1.6", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/crypto-common" }, { "type": "vcs", "url": "https://github.com/RustCrypto/traits" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#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#generic-array@0.14.7", "author": "Bartłomiej Kamiński , Aaron Trent ", "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.3.2", "author": "The Rand Project Developers", "name": "getrandom", "version": "0.3.2", "description": "A small cross-platform library for retrieving random data from system source", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/getrandom@0.3.2", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/getrandom" }, { "type": "vcs", "url": "https://github.com/rust-random/getrandom" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0", "name": "heck", "version": "0.5.0", "description": "heck is a case conversion library.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/heck@0.5.0", "externalReferences": [ { "type": "vcs", "url": "https://github.com/withoutboats/heck" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#indoc@2.0.5", "author": "David Tolnay ", "name": "indoc", "version": "2.0.5", "description": "Indented document literals", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/indoc@2.0.5", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/indoc" }, { "type": "vcs", "url": "https://github.com/dtolnay/indoc" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.171", "author": "The Rust Project Developers", "name": "libc", "version": "0.2.171", "description": "Raw FFI bindings to platform libraries like libc. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/libc@0.2.171", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/libc/" }, { "type": "website", "url": "https://github.com/rust-lang/libc" }, { "type": "vcs", "url": "https://github.com/rust-lang/libc" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#mac_address@1.1.8", "author": "rep-nop ", "name": "mac_address", "version": "1.1.8", "description": "Cross-platform retrieval of a network interface MAC address.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "c0aeb26bf5e836cc1c341c8106051b573f1766dfa05aa87f0b98be5e51b02303" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/mac_address@1.1.8", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rep-nop/mac_address" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#md-5@0.10.6", "author": "RustCrypto Developers", "name": "md-5", "version": "0.10.6", "description": "MD5 hash function", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/md-5@0.10.6", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/md-5" }, { "type": "vcs", "url": "https://github.com/RustCrypto/hashes" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.0", "author": "Gilad Naaman ", "name": "memoffset", "version": "0.9.0", "description": "offset_of functionality for Rust structs.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/memoffset@0.9.0", "externalReferences": [ { "type": "vcs", "url": "https://github.com/Gilnaa/memoffset" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.3", "author": "Aleksey Kladov ", "name": "once_cell", "version": "1.21.3", "description": "Single assignment cells and lazy values.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/once_cell@1.21.3", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/once_cell" }, { "type": "vcs", "url": "https://github.com/matklad/once_cell" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.17", "author": "The CryptoCorrosion Contributors", "name": "ppv-lite86", "version": "0.2.17", "description": "Implementation of the crypto-simd API for x86", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/ppv-lite86@0.2.17", "externalReferences": [ { "type": "vcs", "url": "https://github.com/cryptocorrosion/cryptocorrosion" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.86", "author": "David Tolnay , Alex Crichton ", "name": "proc-macro2", "version": "1.0.86", "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": "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/proc-macro2@1.0.86", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/proc-macro2" }, { "type": "vcs", "url": "https://github.com/dtolnay/proc-macro2" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.27.2", "author": "PyO3 Project and Contributors ", "name": "pyo3-build-config", "version": "0.27.2", "description": "Build configuration for the PyO3 ecosystem", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "b455933107de8642b4487ed26d912c2d899dec6114884214a0b3bb3be9261ea6" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/pyo3-build-config@0.27.2", "externalReferences": [ { "type": "website", "url": "https://github.com/pyo3/pyo3" }, { "type": "vcs", "url": "https://github.com/pyo3/pyo3" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.27.2", "author": "PyO3 Project and Contributors ", "name": "pyo3-ffi", "version": "0.27.2", "description": "Python-API bindings for the PyO3 ecosystem", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "1c85c9cbfaddf651b1221594209aed57e9e5cff63c4d11d1feead529b872a089" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/pyo3-ffi@0.27.2", "externalReferences": [ { "type": "website", "url": "https://github.com/pyo3/pyo3" }, { "type": "other", "url": "python" }, { "type": "vcs", "url": "https://github.com/pyo3/pyo3" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.27.2", "author": "PyO3 Project and Contributors ", "name": "pyo3-macros-backend", "version": "0.27.2", "description": "Code generation for PyO3 package", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "03b51720d314836e53327f5871d4c0cfb4fb37cc2c4a11cc71907a86342c40f9" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/pyo3-macros-backend@0.27.2", "externalReferences": [ { "type": "website", "url": "https://github.com/pyo3/pyo3" }, { "type": "vcs", "url": "https://github.com/pyo3/pyo3" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.27.2", "author": "PyO3 Project and Contributors ", "name": "pyo3-macros", "version": "0.27.2", "description": "Proc macros for PyO3 package", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "0a5b10c9bf9888125d917fb4d2ca2d25c8df94c7ab5a52e13313a07e050a3b02" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/pyo3-macros@0.27.2", "externalReferences": [ { "type": "website", "url": "https://github.com/pyo3/pyo3" }, { "type": "vcs", "url": "https://github.com/pyo3/pyo3" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.27.2", "author": "PyO3 Project and Contributors ", "name": "pyo3", "version": "0.27.2", "description": "Bindings to Python interpreter", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "ab53c047fcd1a1d2a8820fe84f05d6be69e9526be40cb03b73f86b6b03e6d87d" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/pyo3@0.27.2", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/crate/pyo3/" }, { "type": "website", "url": "https://github.com/pyo3/pyo3" }, { "type": "vcs", "url": "https://github.com/pyo3/pyo3" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#python3-dll-a@0.2.13", "author": "Sergey Kvachonok , messense , Adam Reichold ", "name": "python3-dll-a", "version": "0.2.13", "description": "Standalone python3(y)(t).dll import library generator", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "49fe4227a288cf9493942ad0220ea3f185f4d1f2a14f197f7344d6d02f4ed4ed" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/python3-dll-a@0.2.13", "externalReferences": [ { "type": "vcs", "url": "https://github.com/PyO3/python3-dll-a" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36", "author": "David Tolnay ", "name": "quote", "version": "1.0.36", "description": "Quasi-quoting macro quote!(...)", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/quote@1.0.36", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/quote/" }, { "type": "vcs", "url": "https://github.com/dtolnay/quote" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2", "author": "The Rand Project Developers, The Rust Project Developers", "name": "rand", "version": "0.9.2", "description": "Random number generators and other randomness functionality. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/rand@0.9.2", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/rand" }, { "type": "website", "url": "https://rust-random.github.io/book" }, { "type": "vcs", "url": "https://github.com/rust-random/rand" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.9.0", "author": "The Rand Project Developers, The Rust Project Developers, The CryptoCorrosion Contributors", "name": "rand_chacha", "version": "0.9.0", "description": "ChaCha random number generator ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/rand_chacha@0.9.0", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/rand_chacha" }, { "type": "website", "url": "https://rust-random.github.io/book" }, { "type": "vcs", "url": "https://github.com/rust-random/rand" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.9.3", "author": "The Rand Project Developers, The Rust Project Developers", "name": "rand_core", "version": "0.9.3", "description": "Core random number generator traits and tools for implementation. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/rand_core@0.9.3", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/rand_core" }, { "type": "website", "url": "https://rust-random.github.io/book" }, { "type": "vcs", "url": "https://github.com/rust-random/rand" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#sha1_smol@1.0.1", "author": "Armin Ronacher ", "name": "sha1_smol", "version": "1.0.1", "description": "Minimal dependency-free implementation of SHA1 for Rust.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" } ], "licenses": [ { "expression": "BSD-3-Clause" } ], "purl": "pkg:cargo/sha1_smol@1.0.1", "externalReferences": [ { "type": "vcs", "url": "https://github.com/mitsuhiko/sha1-smol" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.68", "author": "David Tolnay ", "name": "syn", "version": "2.0.68", "description": "Parser for Rust source code", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/syn@2.0.68", "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#target-lexicon@0.13.2", "author": "Dan Gohman ", "name": "target-lexicon", "version": "0.13.2", "description": "LLVM target triple types", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a" } ], "licenses": [ { "expression": "Apache-2.0 WITH LLVM-exception" } ], "purl": "pkg:cargo/target-lexicon@0.13.2", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/target-lexicon/" }, { "type": "vcs", "url": "https://github.com/bytecodealliance/target-lexicon" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#typenum@1.18.0", "author": "Paho Lurie-Gregg , Andre Bogus ", "name": "typenum", "version": "1.18.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": "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/typenum@1.18.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.12", "author": "David Tolnay ", "name": "unicode-ident", "version": "1.0.12", "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": "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" } ], "licenses": [ { "expression": "(MIT OR Apache-2.0) AND Unicode-DFS-2016" } ], "purl": "pkg:cargo/unicode-ident@1.0.12", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/unicode-ident" }, { "type": "vcs", "url": "https://github.com/dtolnay/unicode-ident" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unindent@0.2.3", "author": "David Tolnay ", "name": "unindent", "version": "0.2.3", "description": "Remove a column of leading whitespace from a string", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/unindent@0.2.3", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/unindent" }, { "type": "vcs", "url": "https://github.com/dtolnay/indoc" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#uuid@1.20.0", "author": "Ashley Mannix, Dylan DPC, Hunar Roop Kahlon", "name": "uuid", "version": "1.20.0", "description": "A library to generate and parse UUIDs.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/uuid@1.20.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.4", "author": "Sergio Benitez ", "name": "version_check", "version": "0.9.4", "description": "Tiny crate to check the version of the installed/running rustc.", "scope": "excluded", "hashes": [ { "alg": "SHA-256", "content": "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/version_check@0.9.4", "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#winapi@0.3.9", "author": "Peter Atashian ", "name": "winapi", "version": "0.3.9", "description": "Raw FFI bindings for all of Windows API.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/winapi@0.3.9", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/winapi/" }, { "type": "vcs", "url": "https://github.com/retep998/winapi-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.26", "author": "Joshua Liebow-Feeser , Jack Wrenn ", "name": "zerocopy", "version": "0.8.26", "description": "Zerocopy makes zero-cost memory manipulation effortless. We write \"unsafe\" so you don't have to.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f" } ], "licenses": [ { "expression": "BSD-2-Clause OR Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/zerocopy@0.8.26", "externalReferences": [ { "type": "vcs", "url": "https://github.com/google/zerocopy" } ] } ], "dependencies": [ { "ref": "path+file:///D:/a/uuid-utils/uuid-utils#0.14.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12", "registry+https://github.com/rust-lang/crates.io-index#mac_address@1.1.8", "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.27.2", "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2", "registry+https://github.com/rust-lang/crates.io-index#uuid@1.20.0" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0", "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.2", "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.3", "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.4", "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.26" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#atomic@0.6.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.23.2" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.1.0", "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#bytemuck@1.23.2", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.0.83", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.6", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7", "registry+https://github.com/rust-lang/crates.io-index#typenum@1.18.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.6" ] }, { "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.18.0", "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.4" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.2", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#indoc@2.0.5", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.171", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#mac_address@1.1.8", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#md-5@0.10.6", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0", "registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.1.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#ppv-lite86@0.2.17", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.86", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.12" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.27.2", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#python3-dll-a@0.2.13", "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.2" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.27.2", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.171", "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.27.2" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.27.2", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0", "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.86", "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.27.2", "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36", "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.68" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.27.2", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.86", "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.27.2", "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36", "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.68" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.27.2", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#indoc@2.0.5", "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.171", "registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.0", "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.3", "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.27.2", "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.27.2", "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.27.2", "registry+https://github.com/rust-lang/crates.io-index#unindent@0.2.3" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#python3-dll-a@0.2.13", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#cc@1.0.83" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.86" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.9.0", "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.9.3" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.9.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.17", "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.9.3" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#rand_core@0.9.3", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.2" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#sha1_smol@1.0.1", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.68", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.86", "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36", "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.12" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.2", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#typenum@1.18.0", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.12", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#unindent@0.2.3", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#uuid@1.20.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#atomic@0.6.1", "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.2", "registry+https://github.com/rust-lang/crates.io-index#md-5@0.10.6", "registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2", "registry+https://github.com/rust-lang/crates.io-index#sha1_smol@1.0.1" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.4", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9", "dependsOn": [] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.26", "dependsOn": [] } ] }