{ "bomFormat": "CycloneDX", "specVersion": "1.5", "version": 1, "serialNumber": "urn:uuid:619cf093-4e93-41e0-8d55-4f151c36683d", "metadata": { "timestamp": "2026-05-19T10:01:40.995168500Z", "tools": [ { "vendor": "CycloneDX", "name": "cargo-cyclonedx", "version": "0.5.9" } ], "authors": [ { "name": "Samuel Colvin", "email": "samuel@pydantic.dev" } ], "component": { "type": "library", "bom-ref": "path+file:///D:/a/jiter/jiter/crates/jiter-python#0.15.0", "author": "Samuel Colvin ", "name": "jiter-python", "version": "0.15.0", "scope": "required", "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/jiter-python@0.15.0?download_url=file://.", "externalReferences": [ { "type": "website", "url": "https://github.com/pydantic/jiter/" }, { "type": "vcs", "url": "https://github.com/pydantic/jiter/" } ], "components": [ { "type": "library", "bom-ref": "path+file:///D:/a/jiter/jiter/crates/jiter-python#0.15.0 bin-target-0", "name": "jiter_python", "version": "0.15.0", "purl": "pkg:cargo/jiter-python@0.15.0?download_url=file://.#src/lib.rs" } ] }, "properties": [ { "name": "cdx:rustc:sbom:target:all_targets", "value": "true" } ] }, "components": [ { "type": "library", "bom-ref": "path+file:///D:/a/jiter/jiter/crates/jiter#0.15.0", "author": "Samuel Colvin ", "name": "jiter", "version": "0.15.0", "description": "Fast Iterable JSON parser", "scope": "required", "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/jiter@0.15.0?download_url=file://..\\jiter", "externalReferences": [ { "type": "website", "url": "https://github.com/pydantic/jiter/" }, { "type": "vcs", "url": "https://github.com/pydantic/jiter/" } ] }, { "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#autocfg@1.5.0", "author": "Josh Stone ", "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#bitvec@1.0.1", "name": "bitvec", "version": "1.0.1", "description": "Addresses memory by bits, for packed collections and bitfields", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/bitvec@1.0.1", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/bitvec/latest/bitvec" }, { "type": "website", "url": "https://bitvecto-rs.github.io/bitvec" }, { "type": "vcs", "url": "https://github.com/bitvecto-rs/bitvec" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.62", "author": "Alex Crichton ", "name": "cc", "version": "1.2.62", "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": "a1dce859f0832a7d088c4f1119888ab94ef4b5d6795d1ce05afb7fe159d79f98" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/cc@1.2.62", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/cc" }, { "type": "website", "url": "https://github.com/rust-lang/cc-rs" }, { "type": "vcs", "url": "https://github.com/rust-lang/cc-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4", "author": "Alex Crichton ", "name": "cfg-if", "version": "1.0.4", "description": "A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/cfg-if@1.0.4", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rust-lang/cfg-if" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9", "name": "find-msvc-tools", "version": "0.1.9", "description": "Find windows-specific tools, read MSVC versions from the registry and from COM interfaces", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/find-msvc-tools@0.1.9", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/find-msvc-tools" }, { "type": "vcs", "url": "https://github.com/rust-lang/cc-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#funty@2.0.0", "author": "myrrlyn ", "name": "funty", "version": "2.0.0", "description": "Trait generalization over the primitive types", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/funty@2.0.0", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/funty" }, { "type": "vcs", "url": "https://github.com/myrrlyn/funty" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4", "author": "The Rand Project Developers", "name": "getrandom", "version": "0.3.4", "description": "A small cross-platform library for retrieving random data from system source", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/getrandom@0.3.4", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/getrandom" }, { "type": "vcs", "url": "https://github.com/rust-random/getrandom" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#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#lexical-parse-float@1.0.6", "author": "Alex Huszagh ", "name": "lexical-parse-float", "version": "1.0.6", "description": "Efficient parsing of floats from strings.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/lexical-parse-float@1.0.6", "externalReferences": [ { "type": "vcs", "url": "https://github.com/Alexhuszagh/rust-lexical" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lexical-parse-integer@1.0.6", "author": "Alex Huszagh ", "name": "lexical-parse-integer", "version": "1.0.6", "description": "Efficient parsing of integers from strings.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/lexical-parse-integer@1.0.6", "externalReferences": [ { "type": "vcs", "url": "https://github.com/Alexhuszagh/rust-lexical" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#lexical-util@1.0.7", "author": "Alex Huszagh ", "name": "lexical-util", "version": "1.0.7", "description": "Shared utilities for lexical creates.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/lexical-util@1.0.7", "externalReferences": [ { "type": "vcs", "url": "https://github.com/Alexhuszagh/rust-lexical" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186", "author": "The Rust Project Developers", "name": "libc", "version": "0.2.186", "description": "Raw FFI bindings to platform libraries like libc.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/libc@0.2.186", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rust-lang/libc" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.6", "author": "The Rust Project Developers", "name": "num-bigint", "version": "0.4.6", "description": "Big integer implementation for Rust", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/num-bigint@0.4.6", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/num-bigint" }, { "type": "website", "url": "https://github.com/rust-num/num-bigint" }, { "type": "vcs", "url": "https://github.com/rust-num/num-bigint" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46", "author": "The Rust Project Developers", "name": "num-integer", "version": "0.1.46", "description": "Integer traits and functions", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/num-integer@0.1.46", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/num-integer" }, { "type": "website", "url": "https://github.com/rust-num/num-integer" }, { "type": "vcs", "url": "https://github.com/rust-num/num-integer" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#num-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.4", "author": "Aleksey Kladov ", "name": "once_cell", "version": "1.21.4", "description": "Single assignment cells and lazy values.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/once_cell@1.21.4", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/once_cell" }, { "type": "vcs", "url": "https://github.com/matklad/once_cell" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.13.1", "name": "portable-atomic", "version": "1.13.1", "description": "Portable atomic types including support for 128-bit atomics, atomic float, etc. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/portable-atomic@1.13.1", "externalReferences": [ { "type": "vcs", "url": "https://github.com/taiki-e/portable-atomic" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106", "author": "David Tolnay , Alex Crichton ", "name": "proc-macro2", "version": "1.0.106", "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/proc-macro2@1.0.106", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/proc-macro2" }, { "type": "vcs", "url": "https://github.com/dtolnay/proc-macro2" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.3", "author": "PyO3 Project and Contributors ", "name": "pyo3-build-config", "version": "0.28.3", "description": "Build configuration for the PyO3 ecosystem", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "e368e7ddfdeb98c9bca7f8383be1648fd84ab466bf2bc015e94008db6d35611e" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/pyo3-build-config@0.28.3", "externalReferences": [ { "type": "website", "url": "https://github.com/pyo3/pyo3" }, { "type": "vcs", "url": "https://github.com/pyo3/pyo3" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.28.3", "author": "PyO3 Project and Contributors ", "name": "pyo3-ffi", "version": "0.28.3", "description": "Python-API bindings for the PyO3 ecosystem", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "7f29e10af80b1f7ccaf7f69eace800a03ecd13e883acfacc1e5d0988605f651e" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/pyo3-ffi@0.28.3", "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.28.3", "author": "PyO3 Project and Contributors ", "name": "pyo3-macros-backend", "version": "0.28.3", "description": "Code generation for PyO3 package", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "c4cdc218d835738f81c2338f822078af45b4afdf8b2e33cbb5916f108b813acb" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/pyo3-macros-backend@0.28.3", "externalReferences": [ { "type": "website", "url": "https://github.com/pyo3/pyo3" }, { "type": "vcs", "url": "https://github.com/pyo3/pyo3" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.28.3", "author": "PyO3 Project and Contributors ", "name": "pyo3-macros", "version": "0.28.3", "description": "Proc macros for PyO3 package", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "df6e520eff47c45997d2fc7dd8214b25dd1310918bbb2642156ef66a67f29813" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/pyo3-macros@0.28.3", "externalReferences": [ { "type": "website", "url": "https://github.com/pyo3/pyo3" }, { "type": "vcs", "url": "https://github.com/pyo3/pyo3" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.28.3", "author": "PyO3 Project and Contributors ", "name": "pyo3", "version": "0.28.3", "description": "Bindings to Python interpreter", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "91fd8e38a3b50ed1167fb981cd6fd60147e091784c427b8f7183a7ee32c31c12" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/pyo3@0.28.3", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/crate/pyo3/" }, { "type": "website", "url": "https://github.com/pyo3/pyo3" }, { "type": "vcs", "url": "https://github.com/pyo3/pyo3" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#python3-dll-a@0.2.15", "author": "Sergey Kvachonok , messense , Adam Reichold ", "name": "python3-dll-a", "version": "0.2.15", "description": "Standalone python3(y)(t).dll import library generator", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "d80ba7540edb18890d444c5aa8e1f1f99b1bdf26fb26ae383135325f4a36042b" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/python3-dll-a@0.2.15", "externalReferences": [ { "type": "vcs", "url": "https://github.com/PyO3/python3-dll-a" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45", "author": "David Tolnay ", "name": "quote", "version": "1.0.45", "description": "Quasi-quoting macro quote!(...)", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/quote@1.0.45", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/quote/" }, { "type": "vcs", "url": "https://github.com/dtolnay/quote" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#r-efi@5.3.0", "name": "r-efi", "version": "5.3.0", "description": "UEFI Reference Specification Protocol Constants and Definitions", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" } ], "licenses": [ { "expression": "MIT OR Apache-2.0 OR LGPL-2.1-or-later" } ], "purl": "pkg:cargo/r-efi@5.3.0", "externalReferences": [ { "type": "website", "url": "https://github.com/r-efi/r-efi/wiki" }, { "type": "vcs", "url": "https://github.com/r-efi/r-efi" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#radium@0.7.0", "author": "Nika Layzell , myrrlyn ", "name": "radium", "version": "0.7.0", "description": "Portable interfaces for maybe-atomic types", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/radium@0.7.0", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/radium" }, { "type": "website", "url": "https://github.com/bitvecto-rs/radium" }, { "type": "vcs", "url": "https://github.com/bitvecto-rs/radium" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0", "author": "comex , Fenhl , Adrian Taylor , Alex Touchet , Daniel Parks , Garrett Berg ", "name": "shlex", "version": "1.3.0", "description": "Split a string into shell words, like Python's shlex.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/shlex@1.3.0", "externalReferences": [ { "type": "vcs", "url": "https://github.com/comex/rust-shlex" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#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#syn@2.0.117", "author": "David Tolnay ", "name": "syn", "version": "2.0.117", "description": "Parser for Rust source code", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/syn@2.0.117", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/syn" }, { "type": "vcs", "url": "https://github.com/dtolnay/syn" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tap@1.0.1", "author": "Elliott Linder , myrrlyn ", "name": "tap", "version": "1.0.1", "description": "Generic extensions for tapping values in Rust", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/tap@1.0.1", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/tap" }, { "type": "website", "url": "https://github.com/myrrlyn/tap" }, { "type": "vcs", "url": "https://github.com/myrrlyn/tap" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5", "author": "Dan Gohman ", "name": "target-lexicon", "version": "0.13.5", "description": "LLVM target triple types", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca" } ], "licenses": [ { "expression": "Apache-2.0 WITH LLVM-exception" } ], "purl": "pkg:cargo/target-lexicon@0.13.5", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/target-lexicon/" }, { "type": "vcs", "url": "https://github.com/bytecodealliance/target-lexicon" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24", "author": "David Tolnay ", "name": "unicode-ident", "version": "1.0.24", "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" } ], "licenses": [ { "expression": "(MIT OR Apache-2.0) AND Unicode-3.0" } ], "purl": "pkg:cargo/unicode-ident@1.0.24", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/unicode-ident" }, { "type": "vcs", "url": "https://github.com/dtolnay/unicode-ident" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5", "author": "Sergio Benitez ", "name": "version_check", "version": "0.9.5", "description": "Tiny crate to check the version of the installed/running rustc.", "scope": "excluded", "hashes": [ { "alg": "SHA-256", "content": "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "purl": "pkg:cargo/version_check@0.9.5", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/version_check/" }, { "type": "vcs", "url": "https://github.com/SergioBenitez/version_check" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#wasip2@1.0.3+wasi-0.2.9", "name": "wasip2", "version": "1.0.3+wasi-0.2.9", "description": "WASIp2 API bindings for Rust", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" } ], "licenses": [ { "expression": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/wasip2@1.0.3+wasi-0.2.9", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/wasip2" }, { "type": "vcs", "url": "https://github.com/bytecodealliance/wasi-rs" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#wit-bindgen@0.57.1", "author": "Alex Crichton ", "name": "wit-bindgen", "version": "0.57.1", "description": "Rust bindings generator and runtime support for WIT and the component model. Used when compiling Rust programs to the component model. ", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" } ], "licenses": [ { "expression": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/wit-bindgen@0.57.1", "externalReferences": [ { "type": "website", "url": "https://github.com/bytecodealliance/wit-bindgen" }, { "type": "vcs", "url": "https://github.com/bytecodealliance/wit-bindgen" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#wyz@0.5.1", "author": "myrrlyn ", "name": "wyz", "version": "0.5.1", "description": "myrrlyn’s utility collection", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" } ], "licenses": [ { "expression": "MIT" } ], "purl": "pkg:cargo/wyz@0.5.1", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/wyz" }, { "type": "website", "url": "https://myrrlyn.net/crates/wyz" }, { "type": "vcs", "url": "https://github.com/myrrlyn/wyz" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerocopy-derive@0.8.48", "author": "Joshua Liebow-Feeser , Jack Wrenn ", "name": "zerocopy-derive", "version": "0.8.48", "description": "Custom derive for traits from the zerocopy crate", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4" } ], "licenses": [ { "expression": "BSD-2-Clause OR Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/zerocopy-derive@0.8.48", "externalReferences": [ { "type": "vcs", "url": "https://github.com/google/zerocopy" } ] }, { "type": "library", "bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.48", "author": "Joshua Liebow-Feeser , Jack Wrenn ", "name": "zerocopy", "version": "0.8.48", "description": "Zerocopy makes zero-cost memory manipulation effortless. We write \"unsafe\" so you don't have to.", "scope": "required", "hashes": [ { "alg": "SHA-256", "content": "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9" } ], "licenses": [ { "expression": "BSD-2-Clause OR Apache-2.0 OR MIT" } ], "purl": "pkg:cargo/zerocopy@0.8.48", "externalReferences": [ { "type": "vcs", "url": "https://github.com/google/zerocopy" } ] } ], "dependencies": [ { "ref": "path+file:///D:/a/jiter/jiter/crates/jiter#0.15.0", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12", "registry+https://github.com/rust-lang/crates.io-index#bitvec@1.0.1", "registry+https://github.com/rust-lang/crates.io-index#lexical-parse-float@1.0.6", "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.6", "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19", "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.28.3", "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.3", "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1" ] }, { "ref": "path+file:///D:/a/jiter/jiter/crates/jiter-python#0.15.0", "dependsOn": [ "path+file:///D:/a/jiter/jiter/crates/jiter#0.15.0", "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.28.3" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4", "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4", "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4", "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5", "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.48" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#bitvec@1.0.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#funty@2.0.0", "registry+https://github.com/rust-lang/crates.io-index#radium@0.7.0", "registry+https://github.com/rust-lang/crates.io-index#tap@1.0.1", "registry+https://github.com/rust-lang/crates.io-index#wyz@0.5.1" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.62", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9", "registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#funty@2.0.0" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4", "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186", "registry+https://github.com/rust-lang/crates.io-index#r-efi@5.3.0", "registry+https://github.com/rust-lang/crates.io-index#wasip2@1.0.3+wasi-0.2.9" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#lexical-parse-float@1.0.6", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#lexical-parse-integer@1.0.6", "registry+https://github.com/rust-lang/crates.io-index#lexical-util@1.0.7" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#lexical-parse-integer@1.0.6", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#lexical-util@1.0.7" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#lexical-util@1.0.7" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.6", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46", "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#num-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.4" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.13.1" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.3", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#python3-dll-a@0.2.15", "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.28.3", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186", "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.3" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.28.3", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0", "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106", "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.3", "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45", "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.28.3", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106", "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros-backend@0.28.3", "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45", "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#pyo3@0.28.3", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#libc@0.2.186", "registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.6", "registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19", "registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4", "registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.13.1", "registry+https://github.com/rust-lang/crates.io-index#pyo3-build-config@0.28.3", "registry+https://github.com/rust-lang/crates.io-index#pyo3-ffi@0.28.3", "registry+https://github.com/rust-lang/crates.io-index#pyo3-macros@0.28.3" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#python3-dll-a@0.2.15", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#cc@1.2.62" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#r-efi@5.3.0" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#radium@0.7.0" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106", "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45", "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#tap@1.0.1" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.13.5" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#wasip2@1.0.3+wasi-0.2.9", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#wit-bindgen@0.57.1" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#wit-bindgen@0.57.1" }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#wyz@0.5.1", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#tap@1.0.1" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#zerocopy-derive@0.8.48", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106", "registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45", "registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117" ] }, { "ref": "registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.48", "dependsOn": [ "registry+https://github.com/rust-lang/crates.io-index#zerocopy-derive@0.8.48" ] } ] }