{ "bomFormat": "CycloneDX", "components": [ { "author": "The ICU4X Project Developers", "bom-ref": "CycloneDxRef-Component-zerovec-0.11.5", "description": "Zero-copy vector backed by a byte array", "externalReferences": [ { "type": "vcs", "url": "https://github.com/unicode-org/icu4x" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "name": "zerovec", "purl": "pkg:cargo/zerovec@0.11.5", "type": "library", "version": "0.11.5" }, { "author": "Dan Gohman , Jakub Konka ", "bom-ref": "CycloneDxRef-Component-rustix-0.38.44", "description": "Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/rustix" }, { "type": "vcs", "url": "https://github.com/bytecodealliance/rustix" } ], "licenses": [ { "expression": "Apache-2.0 OR Apache-2.0 OR MIT" } ], "name": "rustix", "purl": "pkg:cargo/rustix@0.38.44", "type": "library", "version": "0.38.44" }, { "author": "softprops ", "bom-ref": "CycloneDxRef-Component-atty-0.2.14", "description": "A simple interface for querying atty", "externalReferences": [ { "type": "documentation", "url": "http://softprops.github.io/atty" }, { "type": "website", "url": "https://github.com/softprops/atty" }, { "type": "vcs", "url": "https://github.com/softprops/atty" } ], "licenses": [ { "expression": "MIT" } ], "name": "atty", "purl": "pkg:cargo/atty@0.2.14", "type": "library", "version": "0.2.14" }, { "author": "Jack Grigg ", "bom-ref": "CycloneDxRef-Component-age-core-0.11.0", "description": "[BETA] Common functions used across the age crates", "externalReferences": [ { "type": "vcs", "url": "https://github.com/str4d/rage" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "age-core", "purl": "pkg:cargo/age-core@0.11.0", "type": "library", "version": "0.11.0" }, { "author": "RustCrypto Developers", "bom-ref": "CycloneDxRef-Component-chacha20-0.9.1", "description": "The ChaCha20 stream cipher (RFC 8439) implemented in pure Rust using traits\nfrom the RustCrypto `cipher` crate, with optional architecture-specific\nhardware acceleration (AVX2, SSE2). Additionally provides the ChaCha8, ChaCha12,\nXChaCha20, XChaCha12 and XChaCha8 stream ciphers, and also optional\nrand_core-compatible RNGs based on those ciphers.\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/chacha20" }, { "type": "vcs", "url": "https://github.com/RustCrypto/stream-ciphers" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "chacha20", "purl": "pkg:cargo/chacha20@0.9.1", "type": "library", "version": "0.9.1" }, { "author": "Andrew Chin ", "bom-ref": "CycloneDxRef-Component-terminal_size-0.4.3", "description": "Gets the size of your Linux or Windows terminal", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/terminal_size" }, { "type": "vcs", "url": "https://github.com/eminence/terminal-size" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "terminal_size", "purl": "pkg:cargo/terminal_size@0.4.3", "type": "library", "version": "0.4.3" }, { "author": "RustCrypto Developers", "bom-ref": "CycloneDxRef-Component-pbkdf2-0.12.2", "description": "Generic implementation of PBKDF2", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/pbkdf2" }, { "type": "vcs", "url": "https://github.com/RustCrypto/password-hashes/tree/master/pbkdf2" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "pbkdf2", "purl": "pkg:cargo/pbkdf2@0.12.2", "type": "library", "version": "0.12.2" }, { "author": "Zakarum ", "bom-ref": "CycloneDxRef-Component-allocator-api2-0.2.21", "description": "Mirror of Rust's allocator API", "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" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "allocator-api2", "purl": "pkg:cargo/allocator-api2@0.2.21", "type": "library", "version": "0.2.21" }, { "author": "Jonas Schievink , oyvindln ", "bom-ref": "CycloneDxRef-Component-adler2-2.0.1", "description": "A simple clean-room implementation of the Adler-32 checksum", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/adler2/" }, { "type": "vcs", "url": "https://github.com/oyvindln/adler2" } ], "licenses": [ { "expression": "0BSD OR MIT OR Apache-2.0" } ], "name": "adler2", "purl": "pkg:cargo/adler2@2.0.1", "type": "library", "version": "2.0.1" }, { "author": "Microsoft", "bom-ref": "CycloneDxRef-Component-windows_aarch64_gnullvm-0.52.6", "description": "Import lib for Windows", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows_aarch64_gnullvm", "purl": "pkg:cargo/windows_aarch64_gnullvm@0.52.6", "type": "library", "version": "0.52.6" }, { "author": "Aetf ", "bom-ref": "CycloneDxRef-Component-unicode-truncate-1.1.0", "description": "Unicode-aware algorithm to pad or truncate `str` in terms of displayed width.\n", "externalReferences": [ { "type": "website", "url": "https://github.com/Aetf/unicode-truncate" }, { "type": "vcs", "url": "https://github.com/Aetf/unicode-truncate" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "unicode-truncate", "purl": "pkg:cargo/unicode-truncate@1.1.0", "type": "library", "version": "1.1.0" }, { "author": "Jorge Aparicio ", "bom-ref": "CycloneDxRef-Component-libm-0.2.15", "description": "libm in pure Rust", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/libm" }, { "type": "vcs", "url": "https://github.com/rust-lang/compiler-builtins" } ], "licenses": [ { "expression": "MIT" } ], "name": "libm", "purl": "pkg:cargo/libm@0.2.15", "type": "library", "version": "0.2.15" }, { "author": "Jeremy Soller ", "bom-ref": "CycloneDxRef-Component-redox_syscall-0.5.18", "description": "A Rust library to access raw Redox system calls", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/redox_syscall" }, { "type": "vcs", "url": "https://gitlab.redox-os.org/redox-os/syscall" } ], "licenses": [ { "expression": "MIT" } ], "name": "redox_syscall", "purl": "pkg:cargo/redox_syscall@0.5.18", "type": "library", "version": "0.5.18" }, { "author": "", "bom-ref": "CycloneDxRef-Component-anstyle-1.0.13", "description": "ANSI text styling", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rust-cli/anstyle.git" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "anstyle", "purl": "pkg:cargo/anstyle@1.0.13", "type": "library", "version": "1.0.13" }, { "author": "Carl Lerche ", "bom-ref": "CycloneDxRef-Component-slab-0.4.11", "description": "Pre-allocated storage for a uniform data type", "externalReferences": [ { "type": "vcs", "url": "https://github.com/tokio-rs/slab" } ], "licenses": [ { "expression": "MIT" } ], "name": "slab", "purl": "pkg:cargo/slab@0.4.11", "type": "library", "version": "0.4.11" }, { "author": "", "bom-ref": "CycloneDxRef-Component-pin-project-internal-1.1.10", "description": "Implementation detail of the `pin-project` crate.\n", "externalReferences": [ { "type": "vcs", "url": "https://github.com/taiki-e/pin-project" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "pin-project-internal", "purl": "pkg:cargo/pin-project-internal@1.1.10", "type": "application", "version": "1.1.10" }, { "author": "David Tolnay ", "bom-ref": "CycloneDxRef-Component-anyhow-1.0.100", "description": "Flexible concrete Error type built on std::error::Error", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/anyhow" }, { "type": "vcs", "url": "https://github.com/dtolnay/anyhow" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "anyhow", "purl": "pkg:cargo/anyhow@1.0.100", "type": "library", "version": "1.0.100" }, { "author": "Microsoft", "bom-ref": "CycloneDxRef-Component-windows_x86_64_gnullvm-0.52.6", "description": "Import lib for Windows", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows_x86_64_gnullvm", "purl": "pkg:cargo/windows_x86_64_gnullvm@0.52.6", "type": "library", "version": "0.52.6" }, { "author": "Stephen M. Coakley ", "bom-ref": "CycloneDxRef-Component-castaway-0.2.4", "description": "Safe, zero-cost downcasting for limited compile-time specialization.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/sagebind/castaway" } ], "licenses": [ { "expression": "MIT" } ], "name": "castaway", "purl": "pkg:cargo/castaway@0.2.4", "type": "library", "version": "0.2.4" }, { "author": "Conrad Kleinespel ", "bom-ref": "CycloneDxRef-Component-rtoolbox-0.0.3", "description": "Utility functions for other crates, no backwards compatibility guarantees.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/conradkleinespel/duck" } ], "licenses": [ { "expression": "Apache-2.0" } ], "name": "rtoolbox", "purl": "pkg:cargo/rtoolbox@0.0.3", "type": "library", "version": "0.0.3" }, { "author": "Nick Fitzgerald ", "bom-ref": "CycloneDxRef-Component-bumpalo-3.19.0", "description": "A fast bump allocation arena for Rust.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/bumpalo" }, { "type": "vcs", "url": "https://github.com/fitzgen/bumpalo" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "bumpalo", "purl": "pkg:cargo/bumpalo@3.19.0", "type": "library", "version": "3.19.0" }, { "author": "Peter Glotfelty ", "bom-ref": "CycloneDxRef-Component-strum-0.26.3", "description": "Helpful macros for working with enums and strings", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/strum" }, { "type": "website", "url": "https://github.com/Peternator7/strum" }, { "type": "vcs", "url": "https://github.com/Peternator7/strum" } ], "licenses": [ { "expression": "MIT" } ], "name": "strum", "purl": "pkg:cargo/strum@0.26.3", "type": "library", "version": "0.26.3" }, { "author": "Austin Bonander ", "bom-ref": "CycloneDxRef-Component-mime_guess-2.0.5", "description": "A simple crate for detection of a file's MIME type by its extension.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/mime_guess/" }, { "type": "vcs", "url": "https://github.com/abonander/mime_guess" } ], "licenses": [ { "expression": "MIT" } ], "name": "mime_guess", "purl": "pkg:cargo/mime_guess@2.0.5", "type": "library", "version": "2.0.5" }, { "author": "Taiki Endo ", "bom-ref": "CycloneDxRef-Component-find-crate-0.6.3", "description": "Find the crate name from the current Cargo.toml.\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/find-crate" }, { "type": "vcs", "url": "https://github.com/taiki-e/find-crate" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "find-crate", "purl": "pkg:cargo/find-crate@0.6.3", "type": "library", "version": "0.6.3" }, { "author": "", "bom-ref": "CycloneDxRef-Component-futures-io-0.3.31", "description": "The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.\n", "externalReferences": [ { "type": "website", "url": "https://rust-lang.github.io/futures-rs" }, { "type": "vcs", "url": "https://github.com/rust-lang/futures-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "futures-io", "purl": "pkg:cargo/futures-io@0.3.31", "type": "library", "version": "0.3.31" }, { "author": "David Peter ", "bom-ref": "CycloneDxRef-Component-lscolors-0.20.0", "description": "Colorize paths using the LS_COLORS environment variable", "externalReferences": [ { "type": "website", "url": "https://github.com/sharkdp/lscolors" }, { "type": "vcs", "url": "https://github.com/sharkdp/lscolors" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "lscolors", "purl": "pkg:cargo/lscolors@0.20.0", "type": "library", "version": "0.20.0" }, { "author": "Lukas Bergdoll ", "bom-ref": "CycloneDxRef-Component-self_cell-0.10.3", "description": "Safe-to-use proc-macro-free self-referential structs in stable Rust.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/self_cell" }, { "type": "vcs", "url": "https://github.com/Voultapher/self_cell" } ], "licenses": [ { "expression": "Apache-2.0" } ], "name": "self_cell", "purl": "pkg:cargo/self_cell@0.10.3", "type": "library", "version": "0.10.3" }, { "author": "Amanieu d'Antras ", "bom-ref": "CycloneDxRef-Component-thread_local-1.1.9", "description": "Per-object thread-local storage", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/thread_local/" }, { "type": "vcs", "url": "https://github.com/Amanieu/thread_local-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "thread_local", "purl": "pkg:cargo/thread_local@1.1.9", "type": "library", "version": "1.1.9" }, { "author": "Eliza Weisman , David Barsky , Tokio Contributors ", "bom-ref": "CycloneDxRef-Component-tracing-subscriber-0.3.22", "description": "Utilities for implementing and composing `tracing` subscribers.\n", "externalReferences": [ { "type": "website", "url": "https://tokio.rs" }, { "type": "vcs", "url": "https://github.com/tokio-rs/tracing" } ], "licenses": [ { "expression": "MIT" } ], "name": "tracing-subscriber", "purl": "pkg:cargo/tracing-subscriber@0.3.22", "type": "library", "version": "0.3.22" }, { "author": "", "bom-ref": "CycloneDxRef-Component-indexmap-2.12.1", "description": "A hash table with consistent order and fast iteration.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/indexmap/" }, { "type": "vcs", "url": "https://github.com/indexmap-rs/indexmap" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "indexmap", "purl": "pkg:cargo/indexmap@2.12.1", "type": "library", "version": "2.12.1" }, { "author": "Daniel Reiter Horn ", "bom-ref": "CycloneDxRef-Component-alloc-stdlib-0.2.2", "description": "A dynamic allocator example that may be used with the stdlib", "externalReferences": [ { "type": "documentation", "url": "https://raw.githubusercontent.com/dropbox/rust-alloc-no-stdlib/master/alloc-stdlib/tests/lib.rs" }, { "type": "website", "url": "https://github.com/dropbox/rust-alloc-no-stdlib" }, { "type": "vcs", "url": "https://github.com/dropbox/rust-alloc-no-stdlib" } ], "licenses": [ { "expression": "BSD-3-Clause" } ], "name": "alloc-stdlib", "purl": "pkg:cargo/alloc-stdlib@0.2.2", "type": "library", "version": "0.2.2" }, { "author": "The Servo Project Developers", "bom-ref": "CycloneDxRef-Component-core-foundation-sys-0.8.7", "description": "Bindings to Core Foundation for macOS", "externalReferences": [ { "type": "website", "url": "https://github.com/servo/core-foundation-rs" }, { "type": "vcs", "url": "https://github.com/servo/core-foundation-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "core-foundation-sys", "purl": "pkg:cargo/core-foundation-sys@0.8.7", "type": "library", "version": "0.8.7" }, { "author": "The Rust Project Developers", "bom-ref": "CycloneDxRef-Component-bitflags-2.10.0", "description": "A macro to generate structures which behave like bitflags.\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/bitflags" }, { "type": "website", "url": "https://github.com/bitflags/bitflags" }, { "type": "vcs", "url": "https://github.com/bitflags/bitflags" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "bitflags", "purl": "pkg:cargo/bitflags@2.10.0", "type": "library", "version": "2.10.0" }, { "author": "", "bom-ref": "CycloneDxRef-Component-windows_i686_gnullvm-0.53.1", "description": "Import lib for Windows", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows_i686_gnullvm", "purl": "pkg:cargo/windows_i686_gnullvm@0.53.1", "type": "library", "version": "0.53.1" }, { "author": "Aleksey Kladov ", "bom-ref": "CycloneDxRef-Component-once_cell-1.21.3", "description": "Single assignment cells and lazy values.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/once_cell" }, { "type": "vcs", "url": "https://github.com/matklad/once_cell" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "once_cell", "purl": "pkg:cargo/once_cell@1.21.3", "type": "library", "version": "1.21.3" }, { "author": "T. Post", "bom-ref": "CycloneDxRef-Component-crossterm-0.28.1", "description": "A crossplatform terminal library for manipulating terminals.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/crossterm/" }, { "type": "vcs", "url": "https://github.com/crossterm-rs/crossterm" } ], "licenses": [ { "expression": "MIT" } ], "name": "crossterm", "purl": "pkg:cargo/crossterm@0.28.1", "type": "library", "version": "0.28.1" }, { "author": "Andrew Gallant ", "bom-ref": "CycloneDxRef-Component-ignore-0.4.25", "description": "A fast library for efficiently matching ignore files such as `.gitignore`\nagainst file paths.\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/ignore" }, { "type": "website", "url": "https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore" }, { "type": "vcs", "url": "https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore" } ], "licenses": [ { "expression": "Unlicense OR MIT" } ], "name": "ignore", "purl": "pkg:cargo/ignore@0.4.25", "type": "library", "version": "0.4.25" }, { "author": "Simon Ochsenreither ", "bom-ref": "CycloneDxRef-Component-dirs-sys-0.5.0", "description": "System-level helper functions for the dirs and directories crates.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/dirs-dev/dirs-sys-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "dirs-sys", "purl": "pkg:cargo/dirs-sys@0.5.0", "type": "library", "version": "0.5.0" }, { "author": "Raph Levien , Robin Stocker , Keith Hall ", "bom-ref": "CycloneDxRef-Component-fancy-regex-0.16.2", "description": "An implementation of regexes, supporting a relatively rich set of features, including backreferences and look-around.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/fancy-regex" }, { "type": "vcs", "url": "https://github.com/fancy-regex/fancy-regex" } ], "licenses": [ { "expression": "MIT" } ], "name": "fancy-regex", "purl": "pkg:cargo/fancy-regex@0.16.2", "type": "library", "version": "0.16.2" }, { "author": "", "bom-ref": "CycloneDxRef-Component-clap_lex-0.7.6", "description": "Minimal, flexible command line parser", "externalReferences": [ { "type": "vcs", "url": "https://github.com/clap-rs/clap" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "clap_lex", "purl": "pkg:cargo/clap_lex@0.7.6", "type": "library", "version": "0.7.6" }, { "author": "David Tolnay ", "bom-ref": "CycloneDxRef-Component-syn-2.0.111", "description": "Parser for Rust source code", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/syn" }, { "type": "vcs", "url": "https://github.com/dtolnay/syn" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "syn", "purl": "pkg:cargo/syn@2.0.111", "type": "library", "version": "2.0.111" }, { "author": "The Rust Project Developers", "bom-ref": "CycloneDxRef-Component-rustc-hash-1.1.0", "description": "speed, non-cryptographic hash used in rustc", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rust-lang-nursery/rustc-hash" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "rustc-hash", "purl": "pkg:cargo/rustc-hash@1.1.0", "type": "library", "version": "1.1.0" }, { "author": "Luke Frisken ", "bom-ref": "CycloneDxRef-Component-i18n-embed-0.15.4", "description": "Traits and macros to conveniently embed localization assets into your application binary or library in order to localize it at runtime.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/kellpossible/cargo-i18n/tree/master/i18n-embed" } ], "licenses": [ { "expression": "MIT" } ], "name": "i18n-embed", "purl": "pkg:cargo/i18n-embed@0.15.4", "type": "library", "version": "0.15.4" }, { "author": "", "bom-ref": "CycloneDxRef-Component-serde_spanned-1.0.3", "description": "Serde-compatible spanned Value", "externalReferences": [ { "type": "vcs", "url": "https://github.com/toml-rs/toml" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "serde_spanned", "purl": "pkg:cargo/serde_spanned@1.0.3", "type": "library", "version": "1.0.3" }, { "author": "Dan Gohman , Jakub Konka ", "bom-ref": "CycloneDxRef-Component-rustix-1.1.2", "description": "Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/rustix" }, { "type": "vcs", "url": "https://github.com/bytecodealliance/rustix" } ], "licenses": [ { "expression": "Apache-2.0 OR Apache-2.0 OR MIT" } ], "name": "rustix", "purl": "pkg:cargo/rustix@1.1.2", "type": "library", "version": "1.1.2" }, { "author": "contact@geoffroycouprie.com", "bom-ref": "CycloneDxRef-Component-nom-7.1.3", "description": "A byte-oriented, zero-copy, parser combinators library", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/nom" }, { "type": "vcs", "url": "https://github.com/Geal/nom" } ], "licenses": [ { "expression": "MIT" } ], "name": "nom", "purl": "pkg:cargo/nom@7.1.3", "type": "library", "version": "7.1.3" }, { "author": "Jacob Brown ", "bom-ref": "CycloneDxRef-Component-type-map-0.5.1", "description": "Provides a typemap container with FxHashMap", "externalReferences": [ { "type": "vcs", "url": "https://github.com/kardeiz/type-map" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "type-map", "purl": "pkg:cargo/type-map@0.5.1", "type": "library", "version": "0.5.1" }, { "author": "David Tolnay ", "bom-ref": "CycloneDxRef-Component-thiserror-impl-2.0.17", "description": "Implementation detail of the `thiserror` crate", "externalReferences": [ { "type": "vcs", "url": "https://github.com/dtolnay/thiserror" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "thiserror-impl", "purl": "pkg:cargo/thiserror-impl@2.0.17", "type": "application", "version": "2.0.17" }, { "author": "Andrew Gallant ", "bom-ref": "CycloneDxRef-Component-walkdir-2.5.0", "description": "Recursively walk a directory.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/walkdir/" }, { "type": "website", "url": "https://github.com/BurntSushi/walkdir" }, { "type": "vcs", "url": "https://github.com/BurntSushi/walkdir" } ], "licenses": [ { "expression": "Unlicense OR MIT" } ], "name": "walkdir", "purl": "pkg:cargo/walkdir@2.5.0", "type": "library", "version": "2.5.0" }, { "author": "Erick Tryzelaar , David Tolnay ", "bom-ref": "CycloneDxRef-Component-serde_core-1.0.228", "description": "Serde traits only, with no support for derive -- use the `serde` crate instead", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/serde_core" }, { "type": "website", "url": "https://serde.rs" }, { "type": "vcs", "url": "https://github.com/serde-rs/serde" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "serde_core", "purl": "pkg:cargo/serde_core@1.0.228", "type": "library", "version": "1.0.228" }, { "author": "Jose Narvaez , Wesley Hershberger ", "bom-ref": "CycloneDxRef-Component-redox_users-0.5.2", "description": "A Rust library to access Redox users and groups functionality", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/redox_users" }, { "type": "vcs", "url": "https://gitlab.redox-os.org/redox-os/users" } ], "licenses": [ { "expression": "MIT" } ], "name": "redox_users", "purl": "pkg:cargo/redox_users@0.5.2", "type": "library", "version": "0.5.2" }, { "author": "David Tolnay ", "bom-ref": "CycloneDxRef-Component-dyn-clone-1.0.20", "description": "Clone trait that is dyn-compatible", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/dyn-clone" }, { "type": "vcs", "url": "https://github.com/dtolnay/dyn-clone" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "dyn-clone", "purl": "pkg:cargo/dyn-clone@1.0.20", "type": "library", "version": "1.0.20" }, { "author": "Andrew Chin ", "bom-ref": "CycloneDxRef-Component-procfs-core-0.17.0", "description": "Data structures and parsing for the linux procfs pseudo-filesystem", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/procfs-core/" }, { "type": "vcs", "url": "https://github.com/eminence/procfs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "procfs-core", "purl": "pkg:cargo/procfs-core@0.17.0", "type": "library", "version": "0.17.0" }, { "author": "RustCrypto Developers", "bom-ref": "CycloneDxRef-Component-hmac-0.12.1", "description": "Generic implementation of Hash-based Message Authentication Code (HMAC)", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/hmac" }, { "type": "vcs", "url": "https://github.com/RustCrypto/MACs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "hmac", "purl": "pkg:cargo/hmac@0.12.1", "type": "library", "version": "0.12.1" }, { "author": "", "bom-ref": "CycloneDxRef-Component-toml-0.9.8", "description": "A native Rust encoder and decoder of TOML-formatted files and streams. Provides\nimplementations of the standard Serialize/Deserialize traits for TOML data to\nfacilitate deserializing and serializing Rust structures.\n", "externalReferences": [ { "type": "vcs", "url": "https://github.com/toml-rs/toml" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "toml", "purl": "pkg:cargo/toml@0.9.8", "type": "library", "version": "0.9.8" }, { "author": "", "bom-ref": "CycloneDxRef-Component-toml_parser-1.0.4", "description": "Yet another format-preserving TOML parser.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/toml-rs/toml" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "toml_parser", "purl": "pkg:cargo/toml_parser@1.0.4", "type": "library", "version": "1.0.4" }, { "author": "Alex Huszagh ", "bom-ref": "CycloneDxRef-Component-minimal-lexical-0.2.1", "description": "Fast float parsing conversion routines.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/minimal-lexical" }, { "type": "vcs", "url": "https://github.com/Alexhuszagh/minimal-lexical" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "minimal-lexical", "purl": "pkg:cargo/minimal-lexical@0.2.1", "type": "library", "version": "0.2.1" }, { "author": "", "bom-ref": "CycloneDxRef-Component-windows_x86_64_gnullvm-0.53.1", "description": "Import lib for Windows", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows_x86_64_gnullvm", "purl": "pkg:cargo/windows_x86_64_gnullvm@0.53.1", "type": "library", "version": "0.53.1" }, { "author": "Amanieu d'Antras ", "bom-ref": "CycloneDxRef-Component-hashbrown-0.15.5", "description": "A Rust port of Google's SwissTable hash map", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rust-lang/hashbrown" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "hashbrown", "purl": "pkg:cargo/hashbrown@0.15.5", "type": "library", "version": "0.15.5" }, { "author": "Isis Lovecruft , Henry de Valence ", "bom-ref": "CycloneDxRef-Component-curve25519-dalek-4.1.3", "description": "A pure-Rust implementation of group operations on ristretto255 and Curve25519", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/curve25519-dalek" }, { "type": "website", "url": "https://github.com/dalek-cryptography/curve25519-dalek" }, { "type": "vcs", "url": "https://github.com/dalek-cryptography/curve25519-dalek/tree/main/curve25519-dalek" } ], "licenses": [ { "expression": "BSD-3-Clause" } ], "name": "curve25519-dalek", "purl": "pkg:cargo/curve25519-dalek@4.1.3", "type": "library", "version": "4.1.3" }, { "author": "Sean McArthur ", "bom-ref": "CycloneDxRef-Component-mime-0.3.17", "description": "Strongly Typed Mimes", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/mime" }, { "type": "vcs", "url": "https://github.com/hyperium/mime" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "mime", "purl": "pkg:cargo/mime@0.3.17", "type": "library", "version": "0.3.17" }, { "author": "Marvin Countryman ", "bom-ref": "CycloneDxRef-Component-simd-adler32-0.3.8", "description": "A SIMD-accelerated Adler-32 hash algorithm implementation.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/mcountryman/simd-adler32" } ], "licenses": [ { "expression": "MIT" } ], "name": "simd-adler32", "purl": "pkg:cargo/simd-adler32@0.3.8", "type": "library", "version": "0.3.8" }, { "author": "Chris Wong , Dan Gohman ", "bom-ref": "CycloneDxRef-Component-errno-0.3.14", "description": "Cross-platform interface to the `errno` variable.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/errno" }, { "type": "vcs", "url": "https://github.com/lambda-fairy/rust-errno" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "errno", "purl": "pkg:cargo/errno@0.3.14", "type": "library", "version": "0.3.14" }, { "author": "Paho Lurie-Gregg , Andre Bogus ", "bom-ref": "CycloneDxRef-Component-typenum-1.19.0", "description": "Typenum is a Rust library for type-level numbers evaluated at\n compile time. It currently supports bits, unsigned integers, and signed\n integers. It also provides a type-level array of type-level numbers, but its\n implementation is incomplete.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/typenum" }, { "type": "vcs", "url": "https://github.com/paholg/typenum" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "typenum", "purl": "pkg:cargo/typenum@1.19.0", "type": "library", "version": "1.19.0" }, { "author": "Henri Sivonen ", "bom-ref": "CycloneDxRef-Component-encoding_rs-0.8.35", "description": "A Gecko-oriented implementation of the Encoding Standard", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/encoding_rs/" }, { "type": "website", "url": "https://docs.rs/encoding_rs/" }, { "type": "vcs", "url": "https://github.com/hsivonen/encoding_rs" } ], "licenses": [ { "expression": "(Apache-2.0 OR MIT) AND BSD-3-Clause" } ], "name": "encoding_rs", "purl": "pkg:cargo/encoding_rs@0.8.35", "type": "library", "version": "0.8.35" }, { "author": "RustCrypto Developers", "bom-ref": "CycloneDxRef-Component-universal-hash-0.5.1", "description": "Traits which describe the functionality of universal hash functions (UHFs)", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/universal-hash" }, { "type": "vcs", "url": "https://github.com/RustCrypto/traits" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "universal-hash", "purl": "pkg:cargo/universal-hash@0.5.1", "type": "library", "version": "0.5.1" }, { "author": "", "bom-ref": "CycloneDxRef-Component-toml_writer-1.0.4", "description": "A low-level interface for writing out TOML\n", "externalReferences": [ { "type": "vcs", "url": "https://github.com/toml-rs/toml" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "toml_writer", "purl": "pkg:cargo/toml_writer@1.0.4", "type": "library", "version": "1.0.4" }, { "author": "Alex Crichton , Carl Lerche , Sean McArthur ", "bom-ref": "CycloneDxRef-Component-http-1.4.0", "description": "A set of types for representing HTTP requests and responses.\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/http" }, { "type": "vcs", "url": "https://github.com/hyperium/http" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "http", "purl": "pkg:cargo/http@1.4.0", "type": "library", "version": "1.4.0" }, { "author": "", "bom-ref": "CycloneDxRef-Component-windows-implement-0.60.2", "description": "The implement macro for the Windows crates", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows-implement", "purl": "pkg:cargo/windows-implement@0.60.2", "type": "application", "version": "0.60.2" }, { "author": "The CryptoCorrosion Contributors", "bom-ref": "CycloneDxRef-Component-ppv-lite86-0.2.21", "description": "Cross-platform cryptography-oriented low-level SIMD library.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/cryptocorrosion/cryptocorrosion" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "ppv-lite86", "purl": "pkg:cargo/ppv-lite86@0.2.21", "type": "library", "version": "0.2.21" }, { "author": "Ted Mielczarek ", "bom-ref": "CycloneDxRef-Component-strip-ansi-escapes-0.2.1", "description": "Strip ANSI escape sequences from byte streams.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/strip-ansi-escapes" }, { "type": "website", "url": "https://github.com/luser/strip-ansi-escapes" }, { "type": "vcs", "url": "https://github.com/luser/strip-ansi-escapes" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "strip-ansi-escapes", "purl": "pkg:cargo/strip-ansi-escapes@0.2.1", "type": "library", "version": "0.2.1" }, { "author": "Jack O'Connor", "bom-ref": "CycloneDxRef-Component-os_pipe-1.2.3", "description": "a cross-platform library for opening OS pipes", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/os_pipe" }, { "type": "vcs", "url": "https://github.com/oconnor663/os_pipe.rs" } ], "licenses": [ { "expression": "MIT" } ], "name": "os_pipe", "purl": "pkg:cargo/os_pipe@1.2.3", "type": "library", "version": "1.2.3" }, { "author": "Tokio Contributors ", "bom-ref": "CycloneDxRef-Component-tokio-macros-2.6.0", "description": "Tokio's proc macros.\n", "externalReferences": [ { "type": "website", "url": "https://tokio.rs" }, { "type": "vcs", "url": "https://github.com/tokio-rs/tokio" } ], "licenses": [ { "expression": "MIT" } ], "name": "tokio-macros", "purl": "pkg:cargo/tokio-macros@2.6.0", "type": "application", "version": "2.6.0" }, { "author": "The Nushell Project Developers", "bom-ref": "CycloneDxRef-Component-nu-plugin-0.109.1", "description": "Functionality for building Nushell plugins", "externalReferences": [ { "type": "vcs", "url": "https://github.com/nushell/nushell/tree/main/crates/nu-plugin" } ], "licenses": [ { "expression": "MIT" } ], "name": "nu-plugin", "purl": "pkg:cargo/nu-plugin@0.109.1", "type": "library", "version": "0.109.1" }, { "author": "1Password", "bom-ref": "CycloneDxRef-Component-sys-locale-0.3.2", "description": "Small and lightweight library to obtain the active system locale", "externalReferences": [ { "type": "vcs", "url": "https://github.com/1Password/sys-locale" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "sys-locale", "purl": "pkg:cargo/sys-locale@0.3.2", "type": "library", "version": "0.3.2" }, { "author": "Erick Tryzelaar , David Tolnay ", "bom-ref": "CycloneDxRef-Component-serde_json-1.0.145", "description": "A JSON serialization file format", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/serde_json" }, { "type": "vcs", "url": "https://github.com/serde-rs/json" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "serde_json", "purl": "pkg:cargo/serde_json@1.0.145", "type": "library", "version": "1.0.145" }, { "author": "Dan Gohman ", "bom-ref": "CycloneDxRef-Component-linux-raw-sys-0.4.15", "description": "Generated bindings for Linux's userspace API", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/linux-raw-sys" }, { "type": "vcs", "url": "https://github.com/sunfishcode/linux-raw-sys" } ], "licenses": [ { "expression": "Apache-2.0 OR Apache-2.0 OR MIT" } ], "name": "linux-raw-sys", "purl": "pkg:cargo/linux-raw-sys@0.4.15", "type": "library", "version": "0.4.15" }, { "author": "Peter Glotfelty ", "bom-ref": "CycloneDxRef-Component-strum_macros-0.26.4", "description": "Helpful macros for working with enums and strings", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/strum" }, { "type": "website", "url": "https://github.com/Peternator7/strum" }, { "type": "vcs", "url": "https://github.com/Peternator7/strum" } ], "licenses": [ { "expression": "MIT" } ], "name": "strum_macros", "purl": "pkg:cargo/strum_macros@0.26.4", "type": "application", "version": "0.26.4" }, { "author": "bluss", "bom-ref": "CycloneDxRef-Component-either-1.15.0", "description": "The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/either/1/" }, { "type": "vcs", "url": "https://github.com/rayon-rs/either" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "either", "purl": "pkg:cargo/either@1.15.0", "type": "library", "version": "1.15.0" }, { "author": "David Tolnay ", "bom-ref": "CycloneDxRef-Component-rustversion-1.0.22", "description": "Conditional compilation according to rustc compiler version", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/rustversion" }, { "type": "vcs", "url": "https://github.com/dtolnay/rustversion" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "rustversion", "purl": "pkg:cargo/rustversion@1.0.22", "type": "application", "version": "1.0.22" }, { "author": "The Rust Project Developers, Andrew Gallant ", "bom-ref": "CycloneDxRef-Component-regex-automata-0.4.13", "description": "Automata construction and matching using regular expressions.", "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" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "regex-automata", "purl": "pkg:cargo/regex-automata@0.4.13", "type": "library", "version": "0.4.13" }, { "author": "David Tolnay ", "bom-ref": "CycloneDxRef-Component-paste-1.0.15", "description": "Macros for all your token pasting needs", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/paste" }, { "type": "vcs", "url": "https://github.com/dtolnay/paste" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "paste", "purl": "pkg:cargo/paste@1.0.15", "type": "application", "version": "1.0.15" }, { "author": "Stjepan Glavina ", "bom-ref": "CycloneDxRef-Component-fastrand-2.3.0", "description": "A simple and fast random number generator", "externalReferences": [ { "type": "vcs", "url": "https://github.com/smol-rs/fastrand" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "fastrand", "purl": "pkg:cargo/fastrand@2.3.0", "type": "library", "version": "2.3.0" }, { "author": "", "bom-ref": "CycloneDxRef-Component-windows-collections-0.2.0", "description": "Windows collection types", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows-collections", "purl": "pkg:cargo/windows-collections@0.2.0", "type": "library", "version": "0.2.0" }, { "author": "David Tolnay ", "bom-ref": "CycloneDxRef-Component-itoa-1.0.15", "description": "Fast integer primitive to string conversion", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/itoa" }, { "type": "vcs", "url": "https://github.com/dtolnay/itoa" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "itoa", "purl": "pkg:cargo/itoa@1.0.15", "type": "library", "version": "1.0.15" }, { "author": "Leopold Arkham ", "bom-ref": "CycloneDxRef-Component-humansize-2.1.3", "description": "A configurable crate to easily represent sizes in a human-readable format.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/humansize" }, { "type": "website", "url": "https://github.com/LeopoldArkham/humansize" }, { "type": "vcs", "url": "https://github.com/LeopoldArkham/humansize" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "humansize", "purl": "pkg:cargo/humansize@2.1.3", "type": "library", "version": "2.1.3" }, { "author": "Joe Wilm , Christian Duerr ", "bom-ref": "CycloneDxRef-Component-vte-0.14.1", "description": "Parser for implementing terminal emulators", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/vte/" }, { "type": "vcs", "url": "https://github.com/alacritty/vte" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "vte", "purl": "pkg:cargo/vte@0.14.1", "type": "library", "version": "0.14.1" }, { "author": "Andrew Gallant , bluss", "bom-ref": "CycloneDxRef-Component-memchr-2.7.6", "description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for\n1, 2 or 3 byte search and single substring search.\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/memchr/" }, { "type": "website", "url": "https://github.com/BurntSushi/memchr" }, { "type": "vcs", "url": "https://github.com/BurntSushi/memchr" } ], "licenses": [ { "expression": "Unlicense OR MIT" } ], "name": "memchr", "purl": "pkg:cargo/memchr@2.7.6", "type": "library", "version": "2.7.6" }, { "author": "The Rust Project Developers", "bom-ref": "CycloneDxRef-Component-rustc-hash-2.1.1", "description": "A speedy, non-cryptographic hashing algorithm used by rustc", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rust-lang/rustc-hash" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "rustc-hash", "purl": "pkg:cargo/rustc-hash@2.1.1", "type": "library", "version": "2.1.1" }, { "author": "", "bom-ref": "CycloneDxRef-Component-windows-future-0.2.1", "description": "Windows async types", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows-future", "purl": "pkg:cargo/windows-future@0.2.1", "type": "library", "version": "0.2.1" }, { "author": "Alex Crichton , David Tolnay ", "bom-ref": "CycloneDxRef-Component-basic-toml-0.1.10", "description": "Minimal TOML library with few dependencies", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/basic-toml" }, { "type": "vcs", "url": "https://github.com/dtolnay/basic-toml" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "basic-toml", "purl": "pkg:cargo/basic-toml@0.1.10", "type": "library", "version": "0.1.10" }, { "author": "RustCrypto Developers", "bom-ref": "CycloneDxRef-Component-scrypt-0.11.0", "description": "Scrypt password-based key derivation function", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/scrypt" }, { "type": "vcs", "url": "https://github.com/RustCrypto/password-hashes/tree/master/scrypt" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "scrypt", "purl": "pkg:cargo/scrypt@0.11.0", "type": "library", "version": "0.11.0" }, { "author": "Miguel Young de la Sota ", "bom-ref": "CycloneDxRef-Component-buf-trait-0.4.1", "description": "abstract over [u8], str, and friends", "externalReferences": [ { "type": "website", "url": "https://github.com/mcy/strings" }, { "type": "vcs", "url": "https://github.com/mcy/strings" } ], "licenses": [ { "expression": "Apache-2.0" } ], "name": "buf-trait", "purl": "pkg:cargo/buf-trait@0.4.1", "type": "library", "version": "0.4.1" }, { "author": "jam1garner <8260240+jam1garner@users.noreply.github.com>", "bom-ref": "CycloneDxRef-Component-owo-colors-4.2.3", "description": "Zero-allocation terminal colors that'll make people go owo", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/owo-colors" }, { "type": "vcs", "url": "https://github.com/owo-colors/owo-colors" } ], "licenses": [ { "expression": "MIT" } ], "name": "owo-colors", "purl": "pkg:cargo/owo-colors@4.2.3", "type": "library", "version": "4.2.3" }, { "author": "The Rand Project Developers, The Rust Project Developers", "bom-ref": "CycloneDxRef-Component-rand-0.8.5", "description": "Random number generators and other randomness functionality.\n", "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" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "rand", "purl": "pkg:cargo/rand@0.8.5", "type": "library", "version": "0.8.5" }, { "author": "Nikolai Vazquez", "bom-ref": "CycloneDxRef-Component-static_assertions-1.1.0", "description": "Compile-time assertions to ensure that invariants are met.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/static_assertions/" }, { "type": "website", "url": "https://github.com/nvzqz/static-assertions-rs" }, { "type": "vcs", "url": "https://github.com/nvzqz/static-assertions-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "static_assertions", "purl": "pkg:cargo/static_assertions@1.1.0", "type": "library", "version": "1.1.0" }, { "author": "The wasm-bindgen Developers", "bom-ref": "CycloneDxRef-Component-js-sys-0.3.83", "description": "Bindings for all JS global objects and functions in all JS environments like\nNode.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/js-sys" }, { "type": "website", "url": "https://wasm-bindgen.github.io/wasm-bindgen/" }, { "type": "vcs", "url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/js-sys" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "js-sys", "purl": "pkg:cargo/js-sys@0.3.83", "type": "library", "version": "0.3.83" }, { "author": "The Rust Project Developers", "bom-ref": "CycloneDxRef-Component-num-traits-0.2.19", "description": "Numeric traits for generic mathematics", "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" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "num-traits", "purl": "pkg:cargo/num-traits@0.2.19", "type": "library", "version": "0.2.19" }, { "author": "RustCrypto Developers", "bom-ref": "CycloneDxRef-Component-cipher-0.4.4", "description": "Traits for describing block ciphers and stream ciphers", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/cipher" }, { "type": "vcs", "url": "https://github.com/RustCrypto/traits" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "cipher", "purl": "pkg:cargo/cipher@0.4.4", "type": "library", "version": "0.4.4" }, { "author": "David Tolnay ", "bom-ref": "CycloneDxRef-Component-serde_yaml-0.9.34+deprecated", "description": "YAML data format for Serde", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/serde_yaml/" }, { "type": "vcs", "url": "https://github.com/dtolnay/serde-yaml" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "serde_yaml", "purl": "pkg:cargo/serde_yaml@0.9.34%2Bdeprecated", "type": "library", "version": "0.9.34+deprecated" }, { "author": "Andrew Chin ", "bom-ref": "CycloneDxRef-Component-procfs-0.17.0", "description": "Interface to the linux procfs pseudo-filesystem", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/procfs/" }, { "type": "vcs", "url": "https://github.com/eminence/procfs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "procfs", "purl": "pkg:cargo/procfs@0.17.0", "type": "library", "version": "0.17.0" }, { "author": "", "bom-ref": "CycloneDxRef-Component-winnow-0.7.14", "description": "A byte-oriented, zero-copy, parser combinators library", "externalReferences": [ { "type": "vcs", "url": "https://github.com/winnow-rs/winnow" } ], "licenses": [ { "expression": "MIT" } ], "name": "winnow", "purl": "pkg:cargo/winnow@0.7.14", "type": "library", "version": "0.7.14" }, { "author": "", "bom-ref": "CycloneDxRef-Component-http-range-header-0.4.2", "description": "No-dep range header parser", "externalReferences": [ { "type": "website", "url": "https://github.com/MarcusGrass/parse-range-headers" }, { "type": "vcs", "url": "https://github.com/MarcusGrass/parse-range-headers" } ], "licenses": [ { "expression": "MIT" } ], "name": "http-range-header", "purl": "pkg:cargo/http-range-header@0.4.2", "type": "library", "version": "0.4.2" }, { "author": "Zibi Braniecki , Staś Małolepszy ", "bom-ref": "CycloneDxRef-Component-fluent-syntax-0.11.1", "description": "Parser/Serializer tools for Fluent Syntax.\n", "externalReferences": [ { "type": "website", "url": "http://www.projectfluent.org" }, { "type": "vcs", "url": "https://github.com/projectfluent/fluent-rs" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "fluent-syntax", "purl": "pkg:cargo/fluent-syntax@0.11.1", "type": "library", "version": "0.11.1" }, { "author": "Tomasz Miąsko ", "bom-ref": "CycloneDxRef-Component-shell-words-1.1.0", "description": "Process command line according to parsing rules of UNIX shell", "externalReferences": [ { "type": "vcs", "url": "https://github.com/tmiasko/shell-words" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "shell-words", "purl": "pkg:cargo/shell-words@1.1.0", "type": "library", "version": "1.1.0" }, { "author": "Peter Glotfelty ", "bom-ref": "CycloneDxRef-Component-strum_macros-0.27.2", "description": "Helpful macros for working with enums and strings", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/strum" }, { "type": "website", "url": "https://github.com/Peternator7/strum" }, { "type": "vcs", "url": "https://github.com/Peternator7/strum" } ], "licenses": [ { "expression": "MIT" } ], "name": "strum_macros", "purl": "pkg:cargo/strum_macros@0.27.2", "type": "application", "version": "0.27.2" }, { "author": "", "bom-ref": "CycloneDxRef-Component-crossbeam-utils-0.8.21", "description": "Utilities for concurrent programming", "externalReferences": [ { "type": "website", "url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils" }, { "type": "vcs", "url": "https://github.com/crossbeam-rs/crossbeam" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "crossbeam-utils", "purl": "pkg:cargo/crossbeam-utils@0.8.21", "type": "library", "version": "0.8.21" }, { "author": "The wasm-bindgen Developers", "bom-ref": "CycloneDxRef-Component-wasm-bindgen-shared-0.2.106", "description": "Shared support between wasm-bindgen and wasm-bindgen cli, an internal\ndependency.\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/wasm-bindgen-shared" }, { "type": "website", "url": "https://wasm-bindgen.github.io/wasm-bindgen/" }, { "type": "vcs", "url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/shared" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "wasm-bindgen-shared", "purl": "pkg:cargo/wasm-bindgen-shared@0.2.106", "type": "library", "version": "0.2.106" }, { "author": "Torbjørn Birch Moltu ", "bom-ref": "CycloneDxRef-Component-encode_unicode-1.0.0", "description": "UTF-8 and UTF-16 character types, iterators and related methods for char, u8 and u16.\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/encode_unicode/" }, { "type": "vcs", "url": "https://github.com/tormol/encode_unicode" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "encode_unicode", "purl": "pkg:cargo/encode_unicode@1.0.0", "type": "library", "version": "1.0.0" }, { "author": "Andrew Gallant ", "bom-ref": "CycloneDxRef-Component-bstr-1.12.1", "description": "A string type that is not required to be valid UTF-8.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/bstr" }, { "type": "website", "url": "https://github.com/BurntSushi/bstr" }, { "type": "vcs", "url": "https://github.com/BurntSushi/bstr" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "bstr", "purl": "pkg:cargo/bstr@1.12.1", "type": "library", "version": "1.12.1" }, { "author": "Erick Tryzelaar , David Tolnay ", "bom-ref": "CycloneDxRef-Component-serde-1.0.228", "description": "A generic serialization/deserialization framework", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/serde" }, { "type": "website", "url": "https://serde.rs" }, { "type": "vcs", "url": "https://github.com/serde-rs/serde" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "serde", "purl": "pkg:cargo/serde@1.0.228", "type": "library", "version": "1.0.228" }, { "author": "Jack Grigg ", "bom-ref": "CycloneDxRef-Component-age-0.11.2", "description": "[BETA] A simple, secure, and modern encryption library.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/str4d/rage" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "age", "purl": "pkg:cargo/age@0.11.2", "type": "library", "version": "0.11.2" }, { "author": "The Rand Project Developers", "bom-ref": "CycloneDxRef-Component-getrandom-0.3.4", "description": "A small cross-platform library for retrieving random data from system source", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/getrandom" }, { "type": "vcs", "url": "https://github.com/rust-random/getrandom" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "getrandom", "purl": "pkg:cargo/getrandom@0.3.4", "type": "library", "version": "0.3.4" }, { "author": "RustCrypto Developers", "bom-ref": "CycloneDxRef-Component-sha2-0.10.9", "description": "Pure Rust implementation of the SHA-2 hash function family\nincluding SHA-224, SHA-256, SHA-384, and SHA-512.\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/sha2" }, { "type": "vcs", "url": "https://github.com/RustCrypto/hashes" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "sha2", "purl": "pkg:cargo/sha2@0.10.9", "type": "library", "version": "0.10.9" }, { "author": "", "bom-ref": "CycloneDxRef-Component-windows_x86_64_gnu-0.53.1", "description": "Import lib for Windows", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows_x86_64_gnu", "purl": "pkg:cargo/windows_x86_64_gnu@0.53.1", "type": "library", "version": "0.53.1" }, { "author": "David Tolnay ", "bom-ref": "CycloneDxRef-Component-unicode-ident-1.0.22", "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/unicode-ident" }, { "type": "vcs", "url": "https://github.com/dtolnay/unicode-ident" } ], "licenses": [ { "expression": "(MIT OR Apache-2.0) AND Unicode-3.0" } ], "name": "unicode-ident", "purl": "pkg:cargo/unicode-ident@1.0.22", "type": "library", "version": "1.0.22" }, { "author": "Mikael Mello ", "bom-ref": "CycloneDxRef-Component-inquire-0.9.1", "description": "inquire is a library for building interactive prompts on terminals", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/inquire" }, { "type": "website", "url": "https://github.com/mikaelmello/inquire" }, { "type": "vcs", "url": "https://github.com/mikaelmello/inquire" } ], "licenses": [ { "expression": "MIT" } ], "name": "inquire", "purl": "pkg:cargo/inquire@0.9.1", "type": "library", "version": "0.9.1" }, { "author": "Microsoft", "bom-ref": "CycloneDxRef-Component-windows-sys-0.59.0", "description": "Rust for Windows", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows-sys", "purl": "pkg:cargo/windows-sys@0.59.0", "type": "library", "version": "0.59.0" }, { "author": "Sean McArthur ", "bom-ref": "CycloneDxRef-Component-unicase-2.8.1", "description": "A case-insensitive wrapper around strings.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/unicase" }, { "type": "vcs", "url": "https://github.com/seanmonstar/unicase" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "unicase", "purl": "pkg:cargo/unicase@2.8.1", "type": "library", "version": "2.8.1" }, { "author": "David Tolnay ", "bom-ref": "CycloneDxRef-Component-quote-1.0.42", "description": "Quasi-quoting macro quote!(...)", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/quote/" }, { "type": "vcs", "url": "https://github.com/dtolnay/quote" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "quote", "purl": "pkg:cargo/quote@1.0.42", "type": "library", "version": "1.0.42" }, { "author": "CreepySkeleton , GnomedDev ", "bom-ref": "CycloneDxRef-Component-proc-macro-error-attr2-2.0.0", "description": "Attribute macro for the proc-macro-error2 crate", "externalReferences": [ { "type": "vcs", "url": "https://github.com/GnomedDev/proc-macro-error-2" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "proc-macro-error-attr2", "purl": "pkg:cargo/proc-macro-error-attr2@2.0.0", "type": "application", "version": "2.0.0" }, { "author": "David Tolnay ", "bom-ref": "CycloneDxRef-Component-semver-1.0.27", "description": "Parser and evaluator for Cargo's flavor of Semantic Versioning", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/semver" }, { "type": "vcs", "url": "https://github.com/dtolnay/semver" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "semver", "purl": "pkg:cargo/semver@1.0.27", "type": "library", "version": "1.0.27" }, { "author": "Dragoș Tiselice ", "bom-ref": "CycloneDxRef-Component-pest_generator-2.8.4", "description": "pest code generator", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/pest" }, { "type": "website", "url": "https://pest.rs/" }, { "type": "vcs", "url": "https://github.com/pest-parser/pest" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "pest_generator", "purl": "pkg:cargo/pest_generator@2.8.4", "type": "library", "version": "2.8.4" }, { "author": "", "bom-ref": "CycloneDxRef-Component-windows-threading-0.2.1", "description": "Windows threading", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows-threading", "purl": "pkg:cargo/windows-threading@0.2.1", "type": "library", "version": "0.2.1" }, { "author": "", "bom-ref": "CycloneDxRef-Component-console-0.16.2", "description": "A terminal and console abstraction for Rust", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/console" }, { "type": "website", "url": "https://github.com/console-rs/console" }, { "type": "vcs", "url": "https://github.com/console-rs/console" } ], "licenses": [ { "expression": "MIT" } ], "name": "console", "purl": "pkg:cargo/console@0.16.2", "type": "library", "version": "0.16.2" }, { "author": "Isis Lovecruft , DebugSteven , Henry de Valence ", "bom-ref": "CycloneDxRef-Component-x25519-dalek-2.0.1", "description": "X25519 elliptic curve Diffie-Hellman key exchange in pure-Rust, using curve25519-dalek.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/x25519-dalek" }, { "type": "website", "url": "https://github.com/dalek-cryptography/curve25519-dalek" }, { "type": "vcs", "url": "https://github.com/dalek-cryptography/curve25519-dalek/tree/main/x25519-dalek" } ], "licenses": [ { "expression": "BSD-3-Clause" } ], "name": "x25519-dalek", "purl": "pkg:cargo/x25519-dalek@2.0.1", "type": "library", "version": "2.0.1" }, { "author": "Dragoș Tiselice ", "bom-ref": "CycloneDxRef-Component-pest_meta-2.8.4", "description": "pest meta language parser and validator", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/pest" }, { "type": "website", "url": "https://pest.rs/" }, { "type": "vcs", "url": "https://github.com/pest-parser/pest" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "pest_meta", "purl": "pkg:cargo/pest_meta@2.8.4", "type": "library", "version": "2.8.4" }, { "author": "Slint Developers ", "bom-ref": "CycloneDxRef-Component-document-features-0.2.12", "description": "Extract documentation for the feature flags from comments in Cargo.toml", "externalReferences": [ { "type": "website", "url": "https://slint.rs" }, { "type": "vcs", "url": "https://github.com/slint-ui/document-features" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "document-features", "purl": "pkg:cargo/document-features@0.2.12", "type": "application", "version": "0.2.12" }, { "author": "Geoffroy Couprie , Pierre Chifflier ", "bom-ref": "CycloneDxRef-Component-cookie-factory-0.3.3", "description": "nom inspired serialization library", "externalReferences": [ { "type": "documentation", "url": "http://docs.rs/cookie-factory" }, { "type": "vcs", "url": "https://github.com/rust-bakery/cookie-factory" } ], "licenses": [ { "expression": "MIT" } ], "name": "cookie-factory", "purl": "pkg:cargo/cookie-factory@0.3.3", "type": "library", "version": "0.3.3" }, { "author": "The ICU4X Project Developers", "bom-ref": "CycloneDxRef-Component-tinystr-0.8.2", "description": "A small ASCII-only bounded length string representation.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/unicode-org/icu4x" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "name": "tinystr", "purl": "pkg:cargo/tinystr@0.8.2", "type": "library", "version": "0.8.2" }, { "author": "Andrew Gallant ", "bom-ref": "CycloneDxRef-Component-aho-corasick-1.1.4", "description": "Fast multiple substring searching.", "externalReferences": [ { "type": "website", "url": "https://github.com/BurntSushi/aho-corasick" }, { "type": "vcs", "url": "https://github.com/BurntSushi/aho-corasick" } ], "licenses": [ { "expression": "Unlicense OR MIT" } ], "name": "aho-corasick", "purl": "pkg:cargo/aho-corasick@1.1.4", "type": "library", "version": "1.1.4" }, { "author": "Daniel Reiter Horn , The Brotli Authors", "bom-ref": "CycloneDxRef-Component-brotli-8.0.2", "description": "A brotli compressor and decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. All included code is safe.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/brotli/" }, { "type": "website", "url": "https://github.com/dropbox/rust-brotli" }, { "type": "vcs", "url": "https://github.com/dropbox/rust-brotli" } ], "licenses": [ { "expression": "BSD-3-Clause AND MIT" } ], "name": "brotli", "purl": "pkg:cargo/brotli@8.0.2", "type": "library", "version": "8.0.2" }, { "author": "Orson Peters ", "bom-ref": "CycloneDxRef-Component-foldhash-0.1.5", "description": "A fast, non-cryptographic, minimally DoS-resistant hashing algorithm.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/orlp/foldhash" } ], "licenses": [ { "expression": "Zlib" } ], "name": "foldhash", "purl": "pkg:cargo/foldhash@0.1.5", "type": "library", "version": "0.1.5" }, { "author": "Andrew Mackenzie ", "bom-ref": "CycloneDxRef-Component-libproc-0.14.11", "description": "A library to get information about running processes - for Mac OS X and Linux", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/libproc/latest/libproc" }, { "type": "vcs", "url": "https://github.com/andrewdavidmackenzie/libproc-rs" } ], "licenses": [ { "expression": "MIT" } ], "name": "libproc", "purl": "pkg:cargo/libproc@0.14.11", "type": "library", "version": "0.14.11" }, { "author": "Microsoft", "bom-ref": "CycloneDxRef-Component-windows-threading-0.1.0", "description": "Windows threading", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows-threading", "purl": "pkg:cargo/windows-threading@0.1.0", "type": "library", "version": "0.1.0" }, { "author": "Joshua Liebow-Feeser ", "bom-ref": "CycloneDxRef-Component-zerocopy-derive-0.7.35", "description": "Custom derive for traits from the zerocopy crate", "externalReferences": [ { "type": "vcs", "url": "https://github.com/google/zerocopy" } ], "licenses": [ { "expression": "BSD-2-Clause OR Apache-2.0 OR MIT" } ], "name": "zerocopy-derive", "purl": "pkg:cargo/zerocopy-derive@0.7.35", "type": "application", "version": "0.7.35" }, { "author": "Caleb Maclennan , Bruce Mitchener , Staś Małolepszy ", "bom-ref": "CycloneDxRef-Component-intl-memoizer-0.5.3", "description": "A memoizer specifically tailored for storing lazy-initialized intl formatters for Project Fluent,\na localization system designed to unleash the entire expressive power of natural language translations.\n", "externalReferences": [ { "type": "website", "url": "https://www.projectfluent.org" }, { "type": "vcs", "url": "https://github.com/projectfluent/fluent-rs" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "intl-memoizer", "purl": "pkg:cargo/intl-memoizer@0.5.3", "type": "library", "version": "0.5.3" }, { "author": "", "bom-ref": "CycloneDxRef-Component-windows-core-0.62.2", "description": "Core type support for COM and Windows", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows-core", "purl": "pkg:cargo/windows-core@0.62.2", "type": "library", "version": "0.62.2" }, { "author": "Jane Lusby ", "bom-ref": "CycloneDxRef-Component-displaydoc-0.2.5", "description": "A derive macro for implementing the display Trait via a doc comment and string interpolation\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/displaydoc" }, { "type": "website", "url": "https://github.com/yaahc/displaydoc" }, { "type": "vcs", "url": "https://github.com/yaahc/displaydoc" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "displaydoc", "purl": "pkg:cargo/displaydoc@0.2.5", "type": "application", "version": "0.2.5" }, { "author": "Kekoa Riggin , Zibi Braniecki ", "bom-ref": "CycloneDxRef-Component-intl_pluralrules-7.0.2", "description": "Unicode Plural Rules categorizer for numeric input.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/zbraniecki/pluralrules" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "intl_pluralrules", "purl": "pkg:cargo/intl_pluralrules@7.0.2", "type": "library", "version": "7.0.2" }, { "author": "The Nushell Project Developers", "bom-ref": "CycloneDxRef-Component-nu-engine-0.109.1", "description": "Nushell's evaluation engine", "externalReferences": [ { "type": "vcs", "url": "https://github.com/nushell/nushell/tree/main/crates/nu-engine" } ], "licenses": [ { "expression": "MIT" } ], "name": "nu-engine", "purl": "pkg:cargo/nu-engine@0.109.1", "type": "library", "version": "0.109.1" }, { "author": "Amanieu d'Antras ", "bom-ref": "CycloneDxRef-Component-parking_lot_core-0.9.12", "description": "An advanced API for creating custom synchronization primitives.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/Amanieu/parking_lot" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "parking_lot_core", "purl": "pkg:cargo/parking_lot_core@0.9.12", "type": "library", "version": "0.9.12" }, { "author": "Kat Marchán ", "bom-ref": "CycloneDxRef-Component-supports-color-3.0.2", "description": "Detects whether a terminal supports color, and gives details about that support.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/supports-color" }, { "type": "vcs", "url": "https://github.com/zkat/supports-color" } ], "licenses": [ { "expression": "Apache-2.0" } ], "name": "supports-color", "purl": "pkg:cargo/supports-color@3.0.2", "type": "library", "version": "3.0.2" }, { "author": "The Nushell Project Developers", "bom-ref": "CycloneDxRef-Component-nu-utils-0.109.1", "description": "Nushell utility functions", "externalReferences": [ { "type": "vcs", "url": "https://github.com/nushell/nushell/tree/main/crates/nu-utils" } ], "licenses": [ { "expression": "MIT" } ], "name": "nu-utils", "purl": "pkg:cargo/nu-utils@0.109.1", "type": "library", "version": "0.109.1" }, { "author": "", "bom-ref": "CycloneDxRef-Component-anstyle-wincon-3.0.11", "description": "Styling legacy Windows terminals", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rust-cli/anstyle.git" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "anstyle-wincon", "purl": "pkg:cargo/anstyle-wincon@3.0.11", "type": "library", "version": "3.0.11" }, { "author": "Erick Tryzelaar , David Tolnay ", "bom-ref": "CycloneDxRef-Component-serde_derive-1.0.228", "description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]", "externalReferences": [ { "type": "documentation", "url": "https://serde.rs/derive.html" }, { "type": "website", "url": "https://serde.rs" }, { "type": "vcs", "url": "https://github.com/serde-rs/serde" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "serde_derive", "purl": "pkg:cargo/serde_derive@1.0.228", "type": "application", "version": "1.0.228" }, { "author": "Ibraheem Ahmed ", "bom-ref": "CycloneDxRef-Component-matchit-0.8.4", "description": "A high performance, zero-copy URL router.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/ibraheemdev/matchit" } ], "licenses": [ { "expression": "MIT AND BSD-3-Clause" } ], "name": "matchit", "purl": "pkg:cargo/matchit@0.8.4", "type": "library", "version": "0.8.4" }, { "author": "Amanieu d'Antras ", "bom-ref": "CycloneDxRef-Component-parking_lot-0.12.5", "description": "More compact and efficient implementations of the standard synchronization primitives.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/Amanieu/parking_lot" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "parking_lot", "purl": "pkg:cargo/parking_lot@0.12.5", "type": "library", "version": "0.12.5" }, { "author": "The Rand Project Developers, The Rust Project Developers", "bom-ref": "CycloneDxRef-Component-rand_core-0.6.4", "description": "Core random number generator traits and tools for implementation.\n", "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" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "rand_core", "purl": "pkg:cargo/rand_core@0.6.4", "type": "library", "version": "0.6.4" }, { "author": "", "bom-ref": "CycloneDxRef-Component-mach2-0.4.3", "description": "A Rust interface to the user-space API of the Mach 3.0 kernel that underlies OSX.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/JohnTitor/mach2" } ], "licenses": [ { "expression": "BSD-2-Clause OR MIT OR Apache-2.0" } ], "name": "mach2", "purl": "pkg:cargo/mach2@0.4.3", "type": "library", "version": "0.4.3" }, { "author": "The Nushell Project Developers", "bom-ref": "CycloneDxRef-Component-nu-protocol-0.109.1", "description": "Nushell's internal protocols, including its abstract syntax tree", "externalReferences": [ { "type": "vcs", "url": "https://github.com/nushell/nushell/tree/main/crates/nu-protocol" } ], "licenses": [ { "expression": "MIT" } ], "name": "nu-protocol", "purl": "pkg:cargo/nu-protocol@0.109.1", "type": "library", "version": "0.109.1" }, { "author": "Ted Driggs ", "bom-ref": "CycloneDxRef-Component-ident_case-1.0.1", "description": "Utility for applying case rules to Rust identifiers.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/ident_case/1.0.1" }, { "type": "vcs", "url": "https://github.com/TedDriggs/ident_case" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "ident_case", "purl": "pkg:cargo/ident_case@1.0.1", "type": "library", "version": "1.0.1" }, { "author": "", "bom-ref": "CycloneDxRef-Component-futures-executor-0.3.31", "description": "Executors for asynchronous tasks based on the futures-rs library.\n", "externalReferences": [ { "type": "website", "url": "https://rust-lang.github.io/futures-rs" }, { "type": "vcs", "url": "https://github.com/rust-lang/futures-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "futures-executor", "purl": "pkg:cargo/futures-executor@0.3.31", "type": "library", "version": "0.3.31" }, { "author": "The rust-url developers", "bom-ref": "CycloneDxRef-Component-form_urlencoded-1.2.2", "description": "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/servo/rust-url" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "form_urlencoded", "purl": "pkg:cargo/form_urlencoded@1.2.2", "type": "library", "version": "1.2.2" }, { "author": "Ted Driggs ", "bom-ref": "CycloneDxRef-Component-darling-0.20.11", "description": "A proc-macro library for reading attributes into structs when\nimplementing custom derives.\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/darling/0.20.11" }, { "type": "vcs", "url": "https://github.com/TedDriggs/darling" } ], "licenses": [ { "expression": "MIT" } ], "name": "darling", "purl": "pkg:cargo/darling@0.20.11", "type": "library", "version": "0.20.11" }, { "author": "", "bom-ref": "CycloneDxRef-Component-clap_builder-4.5.53", "description": "A simple to use, efficient, and full-featured Command Line Argument Parser", "externalReferences": [ { "type": "vcs", "url": "https://github.com/clap-rs/clap" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "clap_builder", "purl": "pkg:cargo/clap_builder@4.5.53", "type": "library", "version": "4.5.53" }, { "author": "Microsoft", "bom-ref": "CycloneDxRef-Component-windows_aarch64_msvc-0.52.6", "description": "Import lib for Windows", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows_aarch64_msvc", "purl": "pkg:cargo/windows_aarch64_msvc@0.52.6", "type": "library", "version": "0.52.6" }, { "author": "", "bom-ref": "CycloneDxRef-Component-chrono-tz-0.9.0", "description": "TimeZone implementations for chrono from the IANA database", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/chrono-tz" }, { "type": "vcs", "url": "https://github.com/chronotope/chrono-tz" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "chrono-tz", "purl": "pkg:cargo/chrono-tz@0.9.0", "type": "library", "version": "0.9.0" }, { "author": "Microsoft", "bom-ref": "CycloneDxRef-Component-windows_i686_gnu-0.52.6", "description": "Import lib for Windows", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows_i686_gnu", "purl": "pkg:cargo/windows_i686_gnu@0.52.6", "type": "library", "version": "0.52.6" }, { "author": "", "bom-ref": "CycloneDxRef-Component-windows-result-0.4.1", "description": "Windows error handling", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows-result", "purl": "pkg:cargo/windows-result@0.4.1", "type": "library", "version": "0.4.1" }, { "author": "Alex Crichton ", "bom-ref": "CycloneDxRef-Component-cfg-if-1.0.4", "description": "A macro to ergonomically define an item depending on a large number of #[cfg]\nparameters. Structured like an if-else chain, the first matching branch is the\nitem that gets emitted.\n", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rust-lang/cfg-if" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "cfg-if", "purl": "pkg:cargo/cfg-if@1.0.4", "type": "library", "version": "1.0.4" }, { "author": "Sean McArthur ", "bom-ref": "CycloneDxRef-Component-httparse-1.10.1", "description": "A tiny, safe, speedy, zero-copy HTTP/1.x parser.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/httparse" }, { "type": "vcs", "url": "https://github.com/seanmonstar/httparse" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "httparse", "purl": "pkg:cargo/httparse@1.10.1", "type": "library", "version": "1.10.1" }, { "author": "Alice Maz , Marshall Pierce ", "bom-ref": "CycloneDxRef-Component-base64-0.21.7", "description": "encodes and decodes base64 as bytes or utf8", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/base64" }, { "type": "vcs", "url": "https://github.com/marshallpierce/rust-base64" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "base64", "purl": "pkg:cargo/base64@0.21.7", "type": "library", "version": "0.21.7" }, { "author": "pyrossh", "bom-ref": "CycloneDxRef-Component-rust-embed-utils-8.9.0", "description": "Utilities for rust-embed", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/rust-embed" }, { "type": "vcs", "url": "https://pyrossh.dev/repos/rust-embed" } ], "licenses": [ { "expression": "MIT" } ], "name": "rust-embed-utils", "purl": "pkg:cargo/rust-embed-utils@8.9.0", "type": "library", "version": "8.9.0" }, { "author": "RustCrypto Developers", "bom-ref": "CycloneDxRef-Component-chacha20poly1305-0.10.1", "description": "Pure Rust implementation of the ChaCha20Poly1305 Authenticated Encryption\nwith Additional Data Cipher (RFC 8439) with optional architecture-specific\nhardware acceleration. Also contains implementations of the XChaCha20Poly1305\nextended nonce variant of ChaCha20Poly1305, and the reduced-round\nChaCha8Poly1305 and ChaCha12Poly1305 lightweight variants.\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/chacha20poly1305" }, { "type": "vcs", "url": "https://github.com/RustCrypto/AEADs/tree/master/chacha20poly1305" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "chacha20poly1305", "purl": "pkg:cargo/chacha20poly1305@0.10.1", "type": "library", "version": "0.10.1" }, { "author": "Microsoft", "bom-ref": "CycloneDxRef-Component-windows-core-0.61.2", "description": "Core type support for COM and Windows", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows-core", "purl": "pkg:cargo/windows-core@0.61.2", "type": "library", "version": "0.61.2" }, { "author": "Luke Frisken ", "bom-ref": "CycloneDxRef-Component-i18n-embed-impl-0.8.4", "description": "Macro implementations for i18n-embed", "externalReferences": [ { "type": "vcs", "url": "https://github.com/kellpossible/cargo-i18n/tree/master/i18n-embed" } ], "licenses": [ { "expression": "MIT" } ], "name": "i18n-embed-impl", "purl": "pkg:cargo/i18n-embed-impl@0.8.4", "type": "application", "version": "0.8.4" }, { "author": "", "bom-ref": "CycloneDxRef-Component-windows-collections-0.3.2", "description": "Windows collection types", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows-collections", "purl": "pkg:cargo/windows-collections@0.3.2", "type": "library", "version": "0.3.2" }, { "author": "René Kijewski ", "bom-ref": "CycloneDxRef-Component-iana-time-zone-haiku-0.1.2", "description": "iana-time-zone support crate for Haiku OS", "externalReferences": [ { "type": "vcs", "url": "https://github.com/strawlab/iana-time-zone" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "iana-time-zone-haiku", "purl": "pkg:cargo/iana-time-zone-haiku@0.1.2", "type": "library", "version": "0.1.2" }, { "author": "", "bom-ref": "CycloneDxRef-Component-toml_datetime-0.7.3", "description": "A TOML-compatible datetime type", "externalReferences": [ { "type": "vcs", "url": "https://github.com/toml-rs/toml" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "toml_datetime", "purl": "pkg:cargo/toml_datetime@0.7.3", "type": "library", "version": "0.7.3" }, { "author": "Amanieu d'Antras ", "bom-ref": "CycloneDxRef-Component-lock_api-0.4.14", "description": "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/Amanieu/parking_lot" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "lock_api", "purl": "pkg:cargo/lock_api@0.4.14", "type": "library", "version": "0.4.14" }, { "author": "4lDO2 <4lDO2@protonmail.com>", "bom-ref": "CycloneDxRef-Component-libredox-0.1.10", "description": "Redox stable ABI", "externalReferences": [ { "type": "vcs", "url": "https://gitlab.redox-os.org/redox-os/libredox.git" } ], "licenses": [ { "expression": "MIT" } ], "name": "libredox", "purl": "pkg:cargo/libredox@0.1.10", "type": "library", "version": "0.1.10" }, { "author": "The RustCrypto Project Developers", "bom-ref": "CycloneDxRef-Component-zeroize-1.8.2", "description": "Securely clear secrets from memory with a simple trait built on\nstable Rust primitives which guarantee memory is zeroed using an\noperation will not be 'optimized away' by the compiler.\nUses a portable pure Rust implementation that works everywhere,\neven WASM!\n", "externalReferences": [ { "type": "website", "url": "https://github.com/RustCrypto/utils/tree/master/zeroize" }, { "type": "vcs", "url": "https://github.com/RustCrypto/utils" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "zeroize", "purl": "pkg:cargo/zeroize@1.8.2", "type": "library", "version": "1.8.2" }, { "author": "Joe Wilm , Christian Duerr ", "bom-ref": "CycloneDxRef-Component-utf8parse-0.2.2", "description": "Table-driven UTF-8 parser", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/utf8parse/" }, { "type": "vcs", "url": "https://github.com/alacritty/vte" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "utf8parse", "purl": "pkg:cargo/utf8parse@0.2.2", "type": "library", "version": "0.2.2" }, { "author": "Provctl Contributors", "bom-ref": "CycloneDxRef-Component-encrypt-0.1.0", "description": "Multi-backend encryption module for secrets management", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/encrypt" }, { "type": "vcs", "url": "https://github.com/provctl" } ], "licenses": [ { "expression": "MIT" } ], "name": "encrypt", "type": "library", "version": "0.1.0" }, { "author": "RustCrypto Developers", "bom-ref": "CycloneDxRef-Component-aead-0.5.2", "description": "Traits for Authenticated Encryption with Associated Data (AEAD) algorithms,\nsuch as AES-GCM as ChaCha20Poly1305, which provide a high-level API\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/aead" }, { "type": "vcs", "url": "https://github.com/RustCrypto/traits" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "aead", "purl": "pkg:cargo/aead@0.5.2", "type": "library", "version": "0.5.2" }, { "author": "", "bom-ref": "CycloneDxRef-Component-is_terminal_polyfill-1.70.2", "description": "Polyfill for `is_terminal` stdlib feature for use with older MSRVs", "externalReferences": [ { "type": "vcs", "url": "https://github.com/polyfill-rs/is_terminal_polyfill" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "is_terminal_polyfill", "purl": "pkg:cargo/is_terminal_polyfill@1.70.2", "type": "library", "version": "1.70.2" }, { "author": "The wasm-bindgen Developers", "bom-ref": "CycloneDxRef-Component-wasm-bindgen-0.2.106", "description": "Easy support for interacting between JS and Rust.\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/wasm-bindgen" }, { "type": "website", "url": "https://wasm-bindgen.github.io/wasm-bindgen" }, { "type": "vcs", "url": "https://github.com/wasm-bindgen/wasm-bindgen" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "wasm-bindgen", "purl": "pkg:cargo/wasm-bindgen@0.2.106", "type": "library", "version": "0.2.106" }, { "author": "", "bom-ref": "CycloneDxRef-Component-windows-targets-0.53.5", "description": "Import libs for Windows", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows-targets", "purl": "pkg:cargo/windows-targets@0.53.5", "type": "library", "version": "0.53.5" }, { "author": "RustCrypto Developers", "bom-ref": "CycloneDxRef-Component-cpufeatures-0.2.17", "description": "Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, \nwith no_std support and support for mobile targets including Android and iOS\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/cpufeatures" }, { "type": "vcs", "url": "https://github.com/RustCrypto/utils" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "cpufeatures", "purl": "pkg:cargo/cpufeatures@0.2.17", "type": "library", "version": "0.2.17" }, { "author": "Alex Crichton ", "bom-ref": "CycloneDxRef-Component-toml-0.5.11", "description": "A native Rust encoder and decoder of TOML-formatted files and streams. Provides\nimplementations of the standard Serialize/Deserialize traits for TOML data to\nfacilitate deserializing and serializing Rust structures.\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/toml" }, { "type": "website", "url": "https://github.com/toml-rs/toml" }, { "type": "vcs", "url": "https://github.com/toml-rs/toml" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "toml", "purl": "pkg:cargo/toml@0.5.11", "type": "library", "version": "0.5.11" }, { "author": "Marvin Löbel ", "bom-ref": "CycloneDxRef-Component-lazy_static-1.5.0", "description": "A macro for declaring lazily evaluated statics in Rust.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/lazy_static" }, { "type": "vcs", "url": "https://github.com/rust-lang-nursery/lazy-static.rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "lazy_static", "purl": "pkg:cargo/lazy_static@1.5.0", "type": "library", "version": "1.5.0" }, { "author": "The Nushell Project Developers, The Rust Project Developers", "bom-ref": "CycloneDxRef-Component-nu-glob-0.109.1", "description": "Fork of glob. Support for matching file paths against Unix shell style patterns.\r\n", "externalReferences": [ { "type": "vcs", "url": "https://github.com/nushell/nushell/tree/main/crates/nu-glob" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "nu-glob", "purl": "pkg:cargo/nu-glob@0.109.1", "type": "library", "version": "0.109.1" }, { "author": "MSxDOS ", "bom-ref": "CycloneDxRef-Component-ntapi-0.4.1", "description": "FFI bindings for Native API", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/ntapi/*/x86_64-pc-windows-msvc/ntapi/" }, { "type": "vcs", "url": "https://github.com/MSxDOS/ntapi" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "ntapi", "purl": "pkg:cargo/ntapi@0.4.1", "type": "library", "version": "0.4.1" }, { "author": "Guillaume Gomez ", "bom-ref": "CycloneDxRef-Component-sysinfo-0.37.2", "description": "Library to get system information such as processes, CPUs, disks, components and networks", "externalReferences": [ { "type": "vcs", "url": "https://github.com/GuillaumeGomez/sysinfo" } ], "licenses": [ { "expression": "MIT" } ], "name": "sysinfo", "purl": "pkg:cargo/sysinfo@0.37.2", "type": "library", "version": "0.37.2" }, { "author": "", "bom-ref": "CycloneDxRef-Component-crossbeam-epoch-0.9.18", "description": "Epoch-based garbage collection", "externalReferences": [ { "type": "website", "url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch" }, { "type": "vcs", "url": "https://github.com/crossbeam-rs/crossbeam" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "crossbeam-epoch", "purl": "pkg:cargo/crossbeam-epoch@0.9.18", "type": "library", "version": "0.9.18" }, { "author": "bluss", "bom-ref": "CycloneDxRef-Component-itertools-0.14.0", "description": "Extra iterator adaptors, iterator methods, free functions, and macros.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/itertools/" }, { "type": "vcs", "url": "https://github.com/rust-itertools/itertools" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "itertools", "purl": "pkg:cargo/itertools@0.14.0", "type": "library", "version": "0.14.0" }, { "author": "", "bom-ref": "CycloneDxRef-Component-curve25519-dalek-derive-0.1.1", "description": "curve25519-dalek Derives", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/curve25519-dalek-derive" }, { "type": "website", "url": "https://github.com/dalek-cryptography/curve25519-dalek" }, { "type": "vcs", "url": "https://github.com/dalek-cryptography/curve25519-dalek" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "curve25519-dalek-derive", "purl": "pkg:cargo/curve25519-dalek-derive@0.1.1", "type": "application", "version": "0.1.1" }, { "author": "Dan Gohman ", "bom-ref": "CycloneDxRef-Component-linux-raw-sys-0.11.0", "description": "Generated bindings for Linux's userspace API", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/linux-raw-sys" }, { "type": "vcs", "url": "https://github.com/sunfishcode/linux-raw-sys" } ], "licenses": [ { "expression": "Apache-2.0 OR Apache-2.0 OR MIT" } ], "name": "linux-raw-sys", "purl": "pkg:cargo/linux-raw-sys@0.11.0", "type": "library", "version": "0.11.0" }, { "author": "", "bom-ref": "CycloneDxRef-Component-axum-core-0.5.5", "description": "Core types and traits for axum", "externalReferences": [ { "type": "website", "url": "https://github.com/tokio-rs/axum" }, { "type": "vcs", "url": "https://github.com/tokio-rs/axum" } ], "licenses": [ { "expression": "MIT" } ], "name": "axum-core", "purl": "pkg:cargo/axum-core@0.5.5", "type": "library", "version": "0.5.5" }, { "author": "Danny Guo , maxbachmann ", "bom-ref": "CycloneDxRef-Component-strsim-0.11.1", "description": "Implementations of string similarity metrics. Includes Hamming, Levenshtein,\nOSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/strsim/" }, { "type": "website", "url": "https://github.com/rapidfuzz/strsim-rs" }, { "type": "vcs", "url": "https://github.com/rapidfuzz/strsim-rs" } ], "licenses": [ { "expression": "MIT" } ], "name": "strsim", "purl": "pkg:cargo/strsim@0.11.1", "type": "library", "version": "0.11.1" }, { "author": "", "bom-ref": "CycloneDxRef-Component-pin-project-lite-0.2.16", "description": "A lightweight version of pin-project written with declarative macros.\n", "externalReferences": [ { "type": "vcs", "url": "https://github.com/taiki-e/pin-project-lite" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "pin-project-lite", "purl": "pkg:cargo/pin-project-lite@0.2.16", "type": "library", "version": "0.2.16" }, { "author": "Alex Crichton , Thomas de Zeeuw ", "bom-ref": "CycloneDxRef-Component-socket2-0.6.1", "description": "Utilities for handling networking sockets with a maximal amount of configuration\npossible intended.\n", "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" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "socket2", "purl": "pkg:cargo/socket2@0.6.1", "type": "library", "version": "0.6.1" }, { "author": "Michal 'vorner' Vaner , Masaki Hara ", "bom-ref": "CycloneDxRef-Component-signal-hook-registry-1.4.7", "description": "Backend crate for signal-hook", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/signal-hook-registry" }, { "type": "vcs", "url": "https://github.com/vorner/signal-hook" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "signal-hook-registry", "purl": "pkg:cargo/signal-hook-registry@1.4.7", "type": "library", "version": "1.4.7" }, { "author": "", "bom-ref": "CycloneDxRef-Component-futures-sink-0.3.31", "description": "The asynchronous `Sink` trait for the futures-rs library.\n", "externalReferences": [ { "type": "website", "url": "https://rust-lang.github.io/futures-rs" }, { "type": "vcs", "url": "https://github.com/rust-lang/futures-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "futures-sink", "purl": "pkg:cargo/futures-sink@0.3.31", "type": "library", "version": "0.3.31" }, { "author": "The Rand Project Developers", "bom-ref": "CycloneDxRef-Component-getrandom-0.2.16", "description": "A small cross-platform library for retrieving random data from system source", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/getrandom" }, { "type": "vcs", "url": "https://github.com/rust-random/getrandom" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "getrandom", "purl": "pkg:cargo/getrandom@0.2.16", "type": "library", "version": "0.2.16" }, { "author": "", "bom-ref": "CycloneDxRef-Component-equivalent-1.0.2", "description": "Traits for key comparison in maps.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/indexmap-rs/equivalent" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "equivalent", "purl": "pkg:cargo/equivalent@1.0.2", "type": "library", "version": "1.0.2" }, { "author": "Joshua Liebow-Feeser , Jack Wrenn ", "bom-ref": "CycloneDxRef-Component-zerocopy-0.8.31", "description": "Zerocopy makes zero-cost memory manipulation effortless. We write \"unsafe\" so you don't have to.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/google/zerocopy" } ], "licenses": [ { "expression": "BSD-2-Clause OR Apache-2.0 OR MIT" } ], "name": "zerocopy", "purl": "pkg:cargo/zerocopy@0.8.31", "type": "library", "version": "0.8.31" }, { "author": "Zibi Braniecki ", "bom-ref": "CycloneDxRef-Component-fluent-langneg-0.13.1", "description": "A library for language and locale negotiation.\n", "externalReferences": [ { "type": "website", "url": "http://projectfluent.org/" }, { "type": "vcs", "url": "https://github.com/projectfluent/fluent-langneg-rs" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "fluent-langneg", "purl": "pkg:cargo/fluent-langneg@0.13.1", "type": "library", "version": "0.13.1" }, { "author": "", "bom-ref": "CycloneDxRef-Component-futures-core-0.3.31", "description": "The core traits and types in for the `futures` library.\n", "externalReferences": [ { "type": "website", "url": "https://rust-lang.github.io/futures-rs" }, { "type": "vcs", "url": "https://github.com/rust-lang/futures-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "futures-core", "purl": "pkg:cargo/futures-core@0.3.31", "type": "library", "version": "0.3.31" }, { "author": "The Cranelift Project Developers", "bom-ref": "CycloneDxRef-Component-wasi-0.11.1+wasi-snapshot-preview1", "description": "Experimental WASI API bindings for Rust", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/wasi" }, { "type": "vcs", "url": "https://github.com/bytecodealliance/wasi" } ], "licenses": [ { "expression": "Apache-2.0 OR Apache-2.0 OR MIT" } ], "name": "wasi", "purl": "pkg:cargo/wasi@0.11.1%2Bwasi-snapshot-preview1", "type": "library", "version": "0.11.1+wasi-snapshot-preview1" }, { "author": "Andrew Gallant ", "bom-ref": "CycloneDxRef-Component-same-file-1.0.6", "description": "A simple crate for determining whether two file paths point to the same file.\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/same-file" }, { "type": "website", "url": "https://github.com/BurntSushi/same-file" }, { "type": "vcs", "url": "https://github.com/BurntSushi/same-file" } ], "licenses": [ { "expression": "Unlicense OR MIT" } ], "name": "same-file", "purl": "pkg:cargo/same-file@1.0.6", "type": "library", "version": "1.0.6" }, { "author": "", "bom-ref": "CycloneDxRef-Component-pin-project-1.1.10", "description": "A crate for safe and ergonomic pin-projection.\n", "externalReferences": [ { "type": "vcs", "url": "https://github.com/taiki-e/pin-project" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "pin-project", "purl": "pkg:cargo/pin-project@1.1.10", "type": "library", "version": "1.1.10" }, { "author": "Evgeny Safronov ", "bom-ref": "CycloneDxRef-Component-rmp-serde-1.3.0", "description": "Serde bindings for RMP", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/rmp-serde" }, { "type": "vcs", "url": "https://github.com/3Hren/msgpack-rust" } ], "licenses": [ { "expression": "MIT" } ], "name": "rmp-serde", "purl": "pkg:cargo/rmp-serde@1.3.0", "type": "library", "version": "1.3.0" }, { "author": "Kat Marchán ", "bom-ref": "CycloneDxRef-Component-is_ci-1.2.0", "description": "Super lightweight CI environment checker. Just tells you if you're in CI or not without much fuss.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/is_ci" }, { "type": "vcs", "url": "https://github.com/zkat/is_ci" } ], "licenses": [ { "expression": "ISC" } ], "name": "is_ci", "purl": "pkg:cargo/is_ci@1.2.0", "type": "library", "version": "1.2.0" }, { "author": "Ted Driggs ", "bom-ref": "CycloneDxRef-Component-darling_core-0.20.11", "description": "Helper crate for proc-macro library for reading attributes into structs when\nimplementing custom derives. Use https://crates.io/crates/darling in your code.\n", "externalReferences": [ { "type": "vcs", "url": "https://github.com/TedDriggs/darling" } ], "licenses": [ { "expression": "MIT" } ], "name": "darling_core", "purl": "pkg:cargo/darling_core@0.20.11", "type": "library", "version": "0.20.11" }, { "author": "Microsoft", "bom-ref": "CycloneDxRef-Component-windows-sys-0.52.0", "description": "Rust for Windows", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows-sys", "purl": "pkg:cargo/windows-sys@0.52.0", "type": "library", "version": "0.52.0" }, { "author": "Tokio Contributors ", "bom-ref": "CycloneDxRef-Component-tokio-util-0.7.17", "description": "Additional utilities for working with Tokio.\n", "externalReferences": [ { "type": "website", "url": "https://tokio.rs" }, { "type": "vcs", "url": "https://github.com/tokio-rs/tokio" } ], "licenses": [ { "expression": "MIT" } ], "name": "tokio-util", "purl": "pkg:cargo/tokio-util@0.7.17", "type": "library", "version": "0.7.17" }, { "author": "", "bom-ref": "CycloneDxRef-Component-anstream-0.6.21", "description": "IO stream adapters for writing colored text that will gracefully degrade according to your terminal's capabilities.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rust-cli/anstyle.git" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "anstream", "purl": "pkg:cargo/anstream@0.6.21", "type": "library", "version": "0.6.21" }, { "author": "", "bom-ref": "CycloneDxRef-Component-futures-task-0.3.31", "description": "Tools for working with tasks.\n", "externalReferences": [ { "type": "website", "url": "https://rust-lang.github.io/futures-rs" }, { "type": "vcs", "url": "https://github.com/rust-lang/futures-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "futures-task", "purl": "pkg:cargo/futures-task@0.3.31", "type": "library", "version": "0.3.31" }, { "author": "David Tolnay ", "bom-ref": "CycloneDxRef-Component-unsafe-libyaml-0.2.11", "description": "libyaml transpiled to rust by c2rust", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/unsafe-libyaml" }, { "type": "vcs", "url": "https://github.com/dtolnay/unsafe-libyaml" } ], "licenses": [ { "expression": "MIT" } ], "name": "unsafe-libyaml", "purl": "pkg:cargo/unsafe-libyaml@0.2.11", "type": "library", "version": "0.2.11" }, { "author": "The Rust Project Developers, Andrew Gallant ", "bom-ref": "CycloneDxRef-Component-regex-syntax-0.8.8", "description": "A regular expression parser.", "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" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "regex-syntax", "purl": "pkg:cargo/regex-syntax@0.8.8", "type": "library", "version": "0.8.8" }, { "author": "David Tolnay ", "bom-ref": "CycloneDxRef-Component-serde_path_to_error-0.1.20", "description": "Path to the element that failed to deserialize", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/serde_path_to_error" }, { "type": "vcs", "url": "https://github.com/dtolnay/path-to-error" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "serde_path_to_error", "purl": "pkg:cargo/serde_path_to_error@0.1.20", "type": "library", "version": "0.1.20" }, { "author": "Peter Atashian ", "bom-ref": "CycloneDxRef-Component-winapi-i686-pc-windows-gnu-0.4.0", "description": "Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/retep998/winapi-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "winapi-i686-pc-windows-gnu", "purl": "pkg:cargo/winapi-i686-pc-windows-gnu@0.4.0", "type": "library", "version": "0.4.0" }, { "author": "Sean McArthur ", "bom-ref": "CycloneDxRef-Component-hyper-1.8.1", "description": "A protective and efficient HTTP library for all.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/hyper" }, { "type": "website", "url": "https://hyper.rs" }, { "type": "vcs", "url": "https://github.com/hyperium/hyper" } ], "licenses": [ { "expression": "MIT" } ], "name": "hyper", "purl": "pkg:cargo/hyper@1.8.1", "type": "library", "version": "1.8.1" }, { "author": "", "bom-ref": "CycloneDxRef-Component-dialoguer-0.12.0", "description": "A command line prompting library.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/dialoguer" }, { "type": "website", "url": "https://github.com/console-rs/dialoguer" }, { "type": "vcs", "url": "https://github.com/console-rs/dialoguer" } ], "licenses": [ { "expression": "MIT" } ], "name": "dialoguer", "purl": "pkg:cargo/dialoguer@0.12.0", "type": "library", "version": "0.12.0" }, { "author": "Microsoft", "bom-ref": "CycloneDxRef-Component-windows_i686_gnullvm-0.52.6", "description": "Import lib for Windows", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows_i686_gnullvm", "purl": "pkg:cargo/windows_i686_gnullvm@0.52.6", "type": "library", "version": "0.52.6" }, { "author": "Tokio Contributors ", "bom-ref": "CycloneDxRef-Component-tracing-core-0.1.35", "description": "Core primitives for application-level tracing.\n", "externalReferences": [ { "type": "website", "url": "https://tokio.rs" }, { "type": "vcs", "url": "https://github.com/tokio-rs/tracing" } ], "licenses": [ { "expression": "MIT" } ], "name": "tracing-core", "purl": "pkg:cargo/tracing-core@0.1.35", "type": "library", "version": "0.1.35" }, { "author": "", "bom-ref": "CycloneDxRef-Component-valuable-0.1.1", "description": "Object-safe value inspection, used to pass un-typed structured data across trait-object boundaries.\n", "externalReferences": [ { "type": "vcs", "url": "https://github.com/tokio-rs/valuable" } ], "licenses": [ { "expression": "MIT" } ], "name": "valuable", "purl": "pkg:cargo/valuable@0.1.1", "type": "library", "version": "0.1.1" }, { "author": "Cyril Plisko ", "bom-ref": "CycloneDxRef-Component-chrono-humanize-0.2.3", "description": "Human-friendly time expressions - similar to Python arrow.humanize", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/chrono-humanize" }, { "type": "website", "url": "https://gitlab.com/imp/chrono-humanize-rs" }, { "type": "vcs", "url": "https://gitlab.com/imp/chrono-humanize-rs.git" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "chrono-humanize", "purl": "pkg:cargo/chrono-humanize@0.2.3", "type": "library", "version": "0.2.3" }, { "author": "David Tolnay ", "bom-ref": "CycloneDxRef-Component-typetag-0.2.21", "description": "Serde serializable and deserializable trait objects", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/typetag" }, { "type": "vcs", "url": "https://github.com/dtolnay/typetag" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "typetag", "purl": "pkg:cargo/typetag@0.2.21", "type": "library", "version": "0.2.21" }, { "author": "Actyx AG ", "bom-ref": "CycloneDxRef-Component-sync_wrapper-1.0.2", "description": "A tool for enlisting the compiler's help in proving the absence of concurrency", "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" } ], "licenses": [ { "expression": "Apache-2.0" } ], "name": "sync_wrapper", "purl": "pkg:cargo/sync_wrapper@1.0.2", "type": "library", "version": "1.0.2" }, { "author": "", "bom-ref": "CycloneDxRef-Component-anstyle-query-1.1.5", "description": "Look up colored console capabilities", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rust-cli/anstyle.git" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "anstyle-query", "purl": "pkg:cargo/anstyle-query@1.1.5", "type": "library", "version": "1.1.5" }, { "author": "Evgeny Safronov ", "bom-ref": "CycloneDxRef-Component-rmp-0.8.14", "description": "Pure Rust MessagePack serialization implementation", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/rmp" }, { "type": "vcs", "url": "https://github.com/3Hren/msgpack-rust" } ], "licenses": [ { "expression": "MIT" } ], "name": "rmp", "purl": "pkg:cargo/rmp@0.8.14", "type": "library", "version": "0.8.14" }, { "author": "The wasm-bindgen Developers", "bom-ref": "CycloneDxRef-Component-wasm-bindgen-macro-support-0.2.106", "description": "Implementation APIs for the `#[wasm_bindgen]` attribute", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/wasm-bindgen" }, { "type": "website", "url": "https://wasm-bindgen.github.io/wasm-bindgen/" }, { "type": "vcs", "url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro-support" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "wasm-bindgen-macro-support", "purl": "pkg:cargo/wasm-bindgen-macro-support@0.2.106", "type": "library", "version": "0.2.106" }, { "author": "", "bom-ref": "CycloneDxRef-Component-once_cell_polyfill-1.70.2", "description": "Polyfill for `OnceCell` stdlib feature for use with older MSRVs", "externalReferences": [ { "type": "vcs", "url": "https://github.com/polyfill-rs/once_cell_polyfill" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "once_cell_polyfill", "purl": "pkg:cargo/once_cell_polyfill@1.70.2", "type": "library", "version": "1.70.2" }, { "author": "David Tolnay ", "bom-ref": "CycloneDxRef-Component-thiserror-2.0.17", "description": "derive(Error)", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/thiserror" }, { "type": "vcs", "url": "https://github.com/dtolnay/thiserror" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "thiserror", "purl": "pkg:cargo/thiserror@2.0.17", "type": "library", "version": "2.0.17" }, { "author": "David Tolnay ", "bom-ref": "CycloneDxRef-Component-ryu-1.0.20", "description": "Fast floating point to string conversion", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/ryu" }, { "type": "vcs", "url": "https://github.com/dtolnay/ryu" } ], "licenses": [ { "expression": "Apache-2.0 OR BSL-1.0" } ], "name": "ryu", "purl": "pkg:cargo/ryu@1.0.20", "type": "library", "version": "1.0.20" }, { "author": "Peter Atashian ", "bom-ref": "CycloneDxRef-Component-winapi-x86_64-pc-windows-gnu-0.4.0", "description": "Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/retep998/winapi-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "winapi-x86_64-pc-windows-gnu", "purl": "pkg:cargo/winapi-x86_64-pc-windows-gnu@0.4.0", "type": "library", "version": "0.4.0" }, { "author": "pyrossh", "bom-ref": "CycloneDxRef-Component-rust-embed-8.9.0", "description": "Rust Custom Derive Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/rust-embed" }, { "type": "vcs", "url": "https://pyrossh.dev/repos/rust-embed" } ], "licenses": [ { "expression": "MIT" } ], "name": "rust-embed", "purl": "pkg:cargo/rust-embed@8.9.0", "type": "library", "version": "8.9.0" }, { "author": "Rousan Ali ", "bom-ref": "CycloneDxRef-Component-multer-3.1.0", "description": "An async parser for `multipart/form-data` content-type in Rust.", "externalReferences": [ { "type": "website", "url": "https://github.com/rwf2/multer" }, { "type": "vcs", "url": "https://github.com/rwf2/multer" } ], "licenses": [ { "expression": "MIT" } ], "name": "multer", "purl": "pkg:cargo/multer@3.1.0", "type": "library", "version": "3.1.0" }, { "author": "Joshua Liebow-Feeser , Jack Wrenn ", "bom-ref": "CycloneDxRef-Component-zerocopy-derive-0.8.31", "description": "Custom derive for traits from the zerocopy crate", "externalReferences": [ { "type": "vcs", "url": "https://github.com/google/zerocopy" } ], "licenses": [ { "expression": "BSD-2-Clause OR Apache-2.0 OR MIT" } ], "name": "zerocopy-derive", "purl": "pkg:cargo/zerocopy-derive@0.8.31", "type": "application", "version": "0.8.31" }, { "author": "Jerome Froelich ", "bom-ref": "CycloneDxRef-Component-lru-0.12.5", "description": "A LRU cache implementation", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/lru/" }, { "type": "website", "url": "https://github.com/jeromefroe/lru-rs" }, { "type": "vcs", "url": "https://github.com/jeromefroe/lru-rs.git" } ], "licenses": [ { "expression": "MIT" } ], "name": "lru", "purl": "pkg:cargo/lru@0.12.5", "type": "library", "version": "0.12.5" }, { "author": "", "bom-ref": "CycloneDxRef-Component-clap-4.5.53", "description": "A simple to use, efficient, and full-featured Command Line Argument Parser", "externalReferences": [ { "type": "vcs", "url": "https://github.com/clap-rs/clap" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "clap", "purl": "pkg:cargo/clap@4.5.53", "type": "library", "version": "4.5.53" }, { "author": "Cecile Tonglet ", "bom-ref": "CycloneDxRef-Component-pure-rust-locales-0.8.2", "description": "Pure Rust locales imported directly from the GNU C Library. `LC_COLLATE` and `LC_CTYPE` are not yet supported.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/pure-rust-locales" }, { "type": "website", "url": "https://github.com/cecton/pure-rust-locales" }, { "type": "vcs", "url": "https://github.com/cecton/pure-rust-locales" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "pure-rust-locales", "purl": "pkg:cargo/pure-rust-locales@0.8.2", "type": "library", "version": "0.8.2" }, { "author": "Zibi Braniecki ", "bom-ref": "CycloneDxRef-Component-unic-langid-0.9.6", "description": "API for managing Unicode Language Identifiers", "externalReferences": [ { "type": "vcs", "url": "https://github.com/zbraniecki/unic-locale" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "unic-langid", "purl": "pkg:cargo/unic-langid@0.9.6", "type": "library", "version": "0.9.6" }, { "author": "Microsoft", "bom-ref": "CycloneDxRef-Component-windows-targets-0.52.6", "description": "Import libs for Windows", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows-targets", "purl": "pkg:cargo/windows-targets@0.52.6", "type": "library", "version": "0.52.6" }, { "author": "", "bom-ref": "CycloneDxRef-Component-anstyle-parse-0.2.7", "description": "Parse ANSI Style Escapes", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rust-cli/anstyle.git" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "anstyle-parse", "purl": "pkg:cargo/anstyle-parse@0.2.7", "type": "library", "version": "0.2.7" }, { "author": "The Rust Project Developers", "bom-ref": "CycloneDxRef-Component-libc-0.2.178", "description": "Raw FFI bindings to platform libraries like libc.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rust-lang/libc" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "libc", "purl": "pkg:cargo/libc@0.2.178", "type": "library", "version": "0.2.178" }, { "author": "", "bom-ref": "CycloneDxRef-Component-objc2-io-kit-0.3.2", "description": "Bindings to the IOKit framework", "externalReferences": [ { "type": "vcs", "url": "https://github.com/madsmtm/objc2" } ], "licenses": [ { "expression": "Zlib OR Apache-2.0 OR MIT" } ], "name": "objc2-io-kit", "purl": "pkg:cargo/objc2-io-kit@0.3.2", "type": "library", "version": "0.3.2" }, { "author": "David Tolnay ", "bom-ref": "CycloneDxRef-Component-typetag-impl-0.2.21", "description": "Implementation detail of the typetag crate", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/typetag" }, { "type": "vcs", "url": "https://github.com/dtolnay/typetag" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "typetag-impl", "purl": "pkg:cargo/typetag-impl@0.2.21", "type": "application", "version": "0.2.21" }, { "author": "Andrew Gallant ", "bom-ref": "CycloneDxRef-Component-ucd-trie-0.1.7", "description": "A trie for storing Unicode codepoint sets and maps.\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/ucd-trie" }, { "type": "website", "url": "https://github.com/BurntSushi/ucd-generate" }, { "type": "vcs", "url": "https://github.com/BurntSushi/ucd-generate" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "ucd-trie", "purl": "pkg:cargo/ucd-trie@0.1.7", "type": "library", "version": "0.1.7" }, { "author": "", "bom-ref": "CycloneDxRef-Component-windows-link-0.2.1", "description": "Linking for Windows", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows-link", "purl": "pkg:cargo/windows-link@0.2.1", "type": "library", "version": "0.2.1" }, { "author": "Dragoș Tiselice ", "bom-ref": "CycloneDxRef-Component-pest_derive-2.8.4", "description": "pest's derive macro", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/pest" }, { "type": "website", "url": "https://pest.rs/" }, { "type": "vcs", "url": "https://github.com/pest-parser/pest" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "pest_derive", "purl": "pkg:cargo/pest_derive@2.8.4", "type": "application", "version": "2.8.4" }, { "author": "Mathijs van de Nes , John Ericson , Joshua Barretto ", "bom-ref": "CycloneDxRef-Component-spin-0.9.8", "description": "Spin-based synchronization primitives", "externalReferences": [ { "type": "vcs", "url": "https://github.com/mvdnes/spin-rs.git" } ], "licenses": [ { "expression": "MIT" } ], "name": "spin", "purl": "pkg:cargo/spin@0.9.8", "type": "library", "version": "0.9.8" }, { "author": "RustCrypto Developers", "bom-ref": "CycloneDxRef-Component-block-buffer-0.10.4", "description": "Buffer type for block processing of data", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/block-buffer" }, { "type": "vcs", "url": "https://github.com/RustCrypto/utils" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "block-buffer", "purl": "pkg:cargo/block-buffer@0.10.4", "type": "library", "version": "0.10.4" }, { "author": "Kat Marchán ", "bom-ref": "CycloneDxRef-Component-supports-unicode-3.0.0", "description": "Detects whether a terminal supports unicode.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/supports-unicode" }, { "type": "vcs", "url": "https://github.com/zkat/supports-unicode" } ], "licenses": [ { "expression": "Apache-2.0" } ], "name": "supports-unicode", "purl": "pkg:cargo/supports-unicode@3.0.0", "type": "library", "version": "3.0.0" }, { "author": "Joshua Liebow-Feeser ", "bom-ref": "CycloneDxRef-Component-zerocopy-0.7.35", "description": "Utilities for zero-copy parsing and serialization", "externalReferences": [ { "type": "vcs", "url": "https://github.com/google/zerocopy" } ], "licenses": [ { "expression": "BSD-2-Clause OR Apache-2.0 OR MIT" } ], "name": "zerocopy", "purl": "pkg:cargo/zerocopy@0.7.35", "type": "library", "version": "0.7.35" }, { "author": "Sean McArthur ", "bom-ref": "CycloneDxRef-Component-hyper-util-0.1.19", "description": "hyper utilities", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/hyper-util" }, { "type": "website", "url": "https://hyper.rs" }, { "type": "vcs", "url": "https://github.com/hyperium/hyper-util" } ], "licenses": [ { "expression": "MIT" } ], "name": "hyper-util", "purl": "pkg:cargo/hyper-util@0.1.19", "type": "library", "version": "0.1.19" }, { "author": "Dragoș Tiselice ", "bom-ref": "CycloneDxRef-Component-pest-2.8.4", "description": "The Elegant Parser", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/pest" }, { "type": "website", "url": "https://pest.rs/" }, { "type": "vcs", "url": "https://github.com/pest-parser/pest" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "pest", "purl": "pkg:cargo/pest@2.8.4", "type": "library", "version": "2.8.4" }, { "author": "RustCrypto Developers", "bom-ref": "CycloneDxRef-Component-poly1305-0.8.0", "description": "The Poly1305 universal hash function and message authentication code", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/poly1305" }, { "type": "vcs", "url": "https://github.com/RustCrypto/universal-hashes" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "poly1305", "purl": "pkg:cargo/poly1305@0.8.0", "type": "library", "version": "0.8.0" }, { "author": "kwantam , Manish Goregaokar ", "bom-ref": "CycloneDxRef-Component-unicode-width-0.2.0", "description": "Determine displayed width of `char` and `str` types\naccording to Unicode Standard Annex #11 rules.\n", "externalReferences": [ { "type": "website", "url": "https://github.com/unicode-rs/unicode-width" }, { "type": "vcs", "url": "https://github.com/unicode-rs/unicode-width" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "unicode-width", "purl": "pkg:cargo/unicode-width@0.2.0", "type": "library", "version": "0.2.0" }, { "author": "", "bom-ref": "CycloneDxRef-Component-wasip2-1.0.1+wasi-0.2.4", "description": "WASIp2 API bindings for Rust", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/wasip2" }, { "type": "vcs", "url": "https://github.com/bytecodealliance/wasi-rs" } ], "licenses": [ { "expression": "Apache-2.0 OR Apache-2.0 OR MIT" } ], "name": "wasip2", "purl": "pkg:cargo/wasip2@1.0.1%2Bwasi-0.2.4", "type": "library", "version": "1.0.1+wasi-0.2.4" }, { "author": "Axel Forsman ", "bom-ref": "CycloneDxRef-Component-unicode-linebreak-0.1.5", "description": "Implementation of the Unicode Line Breaking Algorithm", "externalReferences": [ { "type": "website", "url": "https://github.com/axelf4/unicode-linebreak" }, { "type": "vcs", "url": "https://github.com/axelf4/unicode-linebreak" } ], "licenses": [ { "expression": "Apache-2.0" } ], "name": "unicode-linebreak", "purl": "pkg:cargo/unicode-linebreak@0.1.5", "type": "library", "version": "0.1.5" }, { "author": "Goat ", "bom-ref": "CycloneDxRef-Component-interprocess-2.2.3", "description": "Interprocess communication toolkit", "externalReferences": [ { "type": "vcs", "url": "https://github.com/kotauskas/interprocess" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "interprocess", "purl": "pkg:cargo/interprocess@2.2.3", "type": "library", "version": "2.2.3" }, { "author": "T. Post", "bom-ref": "CycloneDxRef-Component-crossterm-0.29.0", "description": "A crossplatform terminal library for manipulating terminals.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/crossterm/" }, { "type": "vcs", "url": "https://github.com/crossterm-rs/crossterm" } ], "licenses": [ { "expression": "MIT" } ], "name": "crossterm", "purl": "pkg:cargo/crossterm@0.29.0", "type": "library", "version": "0.29.0" }, { "author": "pyrossh", "bom-ref": "CycloneDxRef-Component-rust-embed-impl-8.9.0", "description": "Rust Custom Derive Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/rust-embed" }, { "type": "vcs", "url": "https://pyrossh.dev/repos/rust-embed" } ], "licenses": [ { "expression": "MIT" } ], "name": "rust-embed-impl", "purl": "pkg:cargo/rust-embed-impl@8.9.0", "type": "application", "version": "8.9.0" }, { "author": "Vincent Prouillet ", "bom-ref": "CycloneDxRef-Component-tera-1.20.1", "description": "Template engine based on Jinja2/Django templates", "externalReferences": [ { "type": "website", "url": "https://keats.github.io/tera/" }, { "type": "vcs", "url": "https://github.com/Keats/tera" } ], "licenses": [ { "expression": "MIT" } ], "name": "tera", "purl": "pkg:cargo/tera@1.20.1", "type": "library", "version": "1.20.1" }, { "author": "Microsoft", "bom-ref": "CycloneDxRef-Component-windows-link-0.1.3", "description": "Linking for Windows", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows-link", "purl": "pkg:cargo/windows-link@0.1.3", "type": "library", "version": "0.1.3" }, { "author": "Dylan Ede ", "bom-ref": "CycloneDxRef-Component-cassowary-0.3.0", "description": "A Rust implementation of the Cassowary linear constraint solving algorithm.\n\nThe Cassowary algorithm is designed for naturally laying out user interfaces using linear constraints,\nlike 'this button must line up with this text box'.\n", "externalReferences": [ { "type": "documentation", "url": "https://dylanede.github.io/cassowary-rs" }, { "type": "website", "url": "https://github.com/dylanede/cassowary-rs" }, { "type": "vcs", "url": "https://github.com/dylanede/cassowary-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "cassowary", "purl": "pkg:cargo/cassowary@0.3.0", "type": "library", "version": "0.3.0" }, { "author": "Brian Myers ", "bom-ref": "CycloneDxRef-Component-num-format-0.4.4", "description": "A Rust crate for producing string-representations of numbers, formatted according to international standards", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/num-format" }, { "type": "website", "url": "https://github.com/bcmyers/num-format" }, { "type": "vcs", "url": "https://github.com/bcmyers/num-format" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "num-format", "purl": "pkg:cargo/num-format@0.4.4", "type": "library", "version": "0.4.4" }, { "author": "Andrew Gallant ", "bom-ref": "CycloneDxRef-Component-byteorder-1.5.0", "description": "Library for reading/writing numbers in big-endian and little-endian.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/byteorder" }, { "type": "website", "url": "https://github.com/BurntSushi/byteorder" }, { "type": "vcs", "url": "https://github.com/BurntSushi/byteorder" } ], "licenses": [ { "expression": "Unlicense OR MIT" } ], "name": "byteorder", "purl": "pkg:cargo/byteorder@1.5.0", "type": "library", "version": "1.5.0" }, { "author": "RustCrypto Developers", "bom-ref": "CycloneDxRef-Component-opaque-debug-0.3.1", "description": "Macro for opaque Debug trait implementation", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/opaque-debug" }, { "type": "vcs", "url": "https://github.com/RustCrypto/utils" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "opaque-debug", "purl": "pkg:cargo/opaque-debug@0.3.1", "type": "library", "version": "0.3.1" }, { "author": "", "bom-ref": "CycloneDxRef-Component-futures-channel-0.3.31", "description": "Channels for asynchronous communication using futures-rs.\n", "externalReferences": [ { "type": "website", "url": "https://rust-lang.github.io/futures-rs" }, { "type": "vcs", "url": "https://github.com/rust-lang/futures-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "futures-channel", "purl": "pkg:cargo/futures-channel@0.3.31", "type": "library", "version": "0.3.31" }, { "author": "Alex Crichton ", "bom-ref": "CycloneDxRef-Component-wit-bindgen-0.46.0", "description": "Rust bindings generator and runtime support for WIT and the component model.\nUsed when compiling Rust programs to the component model.\n", "externalReferences": [ { "type": "website", "url": "https://github.com/bytecodealliance/wit-bindgen" }, { "type": "vcs", "url": "https://github.com/bytecodealliance/wit-bindgen" } ], "licenses": [ { "expression": "Apache-2.0 OR Apache-2.0 OR MIT" } ], "name": "wit-bindgen", "purl": "pkg:cargo/wit-bindgen@0.46.0", "type": "library", "version": "0.46.0" }, { "author": "Conrad Kleinespel ", "bom-ref": "CycloneDxRef-Component-rpassword-7.4.0", "description": "Read passwords in console applications.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/rpassword/" }, { "type": "website", "url": "https://github.com/conradkleinespel/rpassword" }, { "type": "vcs", "url": "https://github.com/conradkleinespel/rpassword" } ], "licenses": [ { "expression": "Apache-2.0" } ], "name": "rpassword", "purl": "pkg:cargo/rpassword@7.4.0", "type": "library", "version": "7.4.0" }, { "author": "Tokio Contributors ", "bom-ref": "CycloneDxRef-Component-tracing-log-0.2.0", "description": "Provides compatibility between `tracing` and the `log` crate.\n", "externalReferences": [ { "type": "website", "url": "https://tokio.rs" }, { "type": "vcs", "url": "https://github.com/tokio-rs/tracing" } ], "licenses": [ { "expression": "MIT" } ], "name": "tracing-log", "purl": "pkg:cargo/tracing-log@0.2.0", "type": "library", "version": "0.2.0" }, { "author": "The nix-rust Project Developers", "bom-ref": "CycloneDxRef-Component-nix-0.30.1", "description": "Rust friendly bindings to *nix APIs", "externalReferences": [ { "type": "vcs", "url": "https://github.com/nix-rust/nix" } ], "licenses": [ { "expression": "MIT" } ], "name": "nix", "purl": "pkg:cargo/nix@0.30.1", "type": "library", "version": "0.30.1" }, { "author": "Kat Marchán ", "bom-ref": "CycloneDxRef-Component-miette-7.6.0", "description": "Fancy diagnostic reporting library and protocol for us mere mortals who aren't compiler hackers.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/miette" }, { "type": "vcs", "url": "https://github.com/zkat/miette" } ], "licenses": [ { "expression": "Apache-2.0" } ], "name": "miette", "purl": "pkg:cargo/miette@7.6.0", "type": "library", "version": "7.6.0" }, { "author": "", "bom-ref": "CycloneDxRef-Component-windows-interface-0.59.3", "description": "The interface macro for the Windows crates", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows-interface", "purl": "pkg:cargo/windows-interface@0.59.3", "type": "application", "version": "0.59.3" }, { "author": "Stefan Lankes", "bom-ref": "CycloneDxRef-Component-hermit-abi-0.1.19", "description": "hermit-abi is small interface to call functions from the unikernel RustyHermit.\nIt is used to build the target `x86_64-unknown-hermit`.\n", "externalReferences": [ { "type": "documentation", "url": "https://hermitcore.github.io/rusty-hermit/hermit_abi" }, { "type": "vcs", "url": "https://github.com/hermitcore/libhermit-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "hermit-abi", "purl": "pkg:cargo/hermit-abi@0.1.19", "type": "library", "version": "0.1.19" }, { "author": "Tower Maintainers ", "bom-ref": "CycloneDxRef-Component-tower-http-0.6.8", "description": "Tower middleware and utilities for HTTP clients and servers", "externalReferences": [ { "type": "website", "url": "https://github.com/tower-rs/tower-http" }, { "type": "vcs", "url": "https://github.com/tower-rs/tower-http" } ], "licenses": [ { "expression": "MIT" } ], "name": "tower-http", "purl": "pkg:cargo/tower-http@0.6.8", "type": "library", "version": "0.6.8" }, { "author": "RustCrypto Developers", "bom-ref": "CycloneDxRef-Component-inout-0.1.4", "description": "Custom reference types for code generic over in-place and buffer-to-buffer modes of operation.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/inout" }, { "type": "vcs", "url": "https://github.com/RustCrypto/utils" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "inout", "purl": "pkg:cargo/inout@0.1.4", "type": "library", "version": "0.1.4" }, { "author": "Tony Arcieri ", "bom-ref": "CycloneDxRef-Component-secrecy-0.10.3", "description": "Wrapper types and traits for secret management which help ensure\nthey aren't accidentally copied, logged, or otherwise exposed\n(as much as possible), and also ensure secrets are securely wiped\nfrom memory when dropped.\n", "externalReferences": [ { "type": "website", "url": "https://github.com/iqlusioninc/crates/" }, { "type": "vcs", "url": "https://github.com/iqlusioninc/crates/tree/main/secrecy" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "secrecy", "purl": "pkg:cargo/secrecy@0.10.3", "type": "library", "version": "0.10.3" }, { "author": "Jesús Pérez ", "bom-ref": "CycloneDxRef-Component-typedialog-core-0.1.0", "description": "Core library for TypeDialog - form handling and multiple rendering backends", "externalReferences": [ { "type": "vcs", "url": "https://github.com/jesusperezlorenzo/typedialog" } ], "licenses": [ { "expression": "MIT" } ], "name": "typedialog-core", "type": "library", "version": "0.1.0" }, { "author": "Tower Maintainers ", "bom-ref": "CycloneDxRef-Component-tower-service-0.3.3", "description": "Trait representing an asynchronous, request / response based, client or server.\n", "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" } ], "licenses": [ { "expression": "MIT" } ], "name": "tower-service", "purl": "pkg:cargo/tower-service@0.3.3", "type": "library", "version": "0.3.3" }, { "author": "bluss", "bom-ref": "CycloneDxRef-Component-scopeguard-1.2.0", "description": "A RAII scope guard that will run a given closure when it goes out of scope,\neven if the code between panics (assuming unwinding panic).\n\nDefines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as\nshorthands for guards with one of the implemented strategies.\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/scopeguard/" }, { "type": "vcs", "url": "https://github.com/bluss/scopeguard" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "scopeguard", "purl": "pkg:cargo/scopeguard@1.2.0", "type": "library", "version": "1.2.0" }, { "author": "", "bom-ref": "CycloneDxRef-Component-futures-util-0.3.31", "description": "Common utilities and extension traits for the futures-rs library.\n", "externalReferences": [ { "type": "website", "url": "https://rust-lang.github.io/futures-rs" }, { "type": "vcs", "url": "https://github.com/rust-lang/futures-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "futures-util", "purl": "pkg:cargo/futures-util@0.3.31", "type": "library", "version": "0.3.31" }, { "author": "Tokio Contributors ", "bom-ref": "CycloneDxRef-Component-tokio-1.48.0", "description": "An event-driven, non-blocking I/O platform for writing asynchronous I/O\nbacked applications.\n", "externalReferences": [ { "type": "website", "url": "https://tokio.rs" }, { "type": "vcs", "url": "https://github.com/tokio-rs/tokio" } ], "licenses": [ { "expression": "MIT" } ], "name": "tokio", "purl": "pkg:cargo/tokio@1.48.0", "type": "library", "version": "1.48.0" }, { "author": "Alexis Beingessner ", "bom-ref": "CycloneDxRef-Component-bit-vec-0.8.0", "description": "A vector of bits", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/bit-vec/" }, { "type": "website", "url": "https://github.com/contain-rs/bit-vec" }, { "type": "vcs", "url": "https://github.com/contain-rs/bit-vec" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "bit-vec", "purl": "pkg:cargo/bit-vec@0.8.0", "type": "library", "version": "0.8.0" }, { "author": "", "bom-ref": "CycloneDxRef-Component-axum-0.8.7", "description": "Web framework that focuses on ergonomics and modularity", "externalReferences": [ { "type": "website", "url": "https://github.com/tokio-rs/axum" }, { "type": "vcs", "url": "https://github.com/tokio-rs/axum" } ], "licenses": [ { "expression": "MIT" } ], "name": "axum", "purl": "pkg:cargo/axum@0.8.7", "type": "library", "version": "0.8.7" }, { "author": "Stjepan Glavina , Contributors to futures-rs", "bom-ref": "CycloneDxRef-Component-atomic-waker-1.1.2", "description": "A synchronization primitive for task wakeup", "externalReferences": [ { "type": "vcs", "url": "https://github.com/smol-rs/atomic-waker" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "atomic-waker", "purl": "pkg:cargo/atomic-waker@1.1.2", "type": "library", "version": "1.1.2" }, { "author": "David Tolnay ", "bom-ref": "CycloneDxRef-Component-thiserror-1.0.69", "description": "derive(Error)", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/thiserror" }, { "type": "vcs", "url": "https://github.com/dtolnay/thiserror" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "thiserror", "purl": "pkg:cargo/thiserror@1.0.69", "type": "library", "version": "1.0.69" }, { "author": "Kat Marchán ", "bom-ref": "CycloneDxRef-Component-miette-derive-7.6.0", "description": "Derive macros for miette. Like `thiserror` for Diagnostics.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/zkat/miette" } ], "licenses": [ { "expression": "Apache-2.0" } ], "name": "miette-derive", "purl": "pkg:cargo/miette-derive@7.6.0", "type": "application", "version": "7.6.0" }, { "author": "Lukas Bergdoll ", "bom-ref": "CycloneDxRef-Component-self_cell-1.2.1", "description": "Safe-to-use proc-macro-free self-referential structs in stable Rust.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/self_cell" }, { "type": "vcs", "url": "https://github.com/Voultapher/self_cell" } ], "licenses": [ { "expression": "Apache-2.0 OR GPL-2.0" } ], "name": "self_cell", "purl": "pkg:cargo/self_cell@1.2.1", "type": "library", "version": "1.2.1" }, { "author": "The Nushell Project Developers", "bom-ref": "CycloneDxRef-Component-nu-plugin-core-0.109.1", "description": "Shared internal functionality to support Nushell plugins", "externalReferences": [ { "type": "vcs", "url": "https://github.com/nushell/nushell/tree/main/crates/nu-plugin-core" } ], "licenses": [ { "expression": "MIT" } ], "name": "nu-plugin-core", "purl": "pkg:cargo/nu-plugin-core@0.109.1", "type": "library", "version": "0.109.1" }, { "author": "David Tolnay ", "bom-ref": "CycloneDxRef-Component-ref-cast-impl-1.0.25", "description": "Derive implementation for ref_cast::RefCast.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/ref-cast" }, { "type": "vcs", "url": "https://github.com/dtolnay/ref-cast" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "ref-cast-impl", "purl": "pkg:cargo/ref-cast-impl@1.0.25", "type": "application", "version": "1.0.25" }, { "author": "The wasm-bindgen Developers", "bom-ref": "CycloneDxRef-Component-wasm-bindgen-macro-0.2.106", "description": "Definition of the `#[wasm_bindgen]` attribute, an internal dependency\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/wasm-bindgen" }, { "type": "website", "url": "https://wasm-bindgen.github.io/wasm-bindgen/" }, { "type": "vcs", "url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "wasm-bindgen-macro", "purl": "pkg:cargo/wasm-bindgen-macro@0.2.106", "type": "application", "version": "0.2.106" }, { "author": "Kotauskas ", "bom-ref": "CycloneDxRef-Component-doctest-file-1.0.0", "description": "Procedural macro that sources doctests from dedicated files into Rustdoc documentation with support for hiding lines.", "externalReferences": [ { "type": "vcs", "url": "https://codeberg.org/Goat7658/doctest-file/" } ], "licenses": [ { "expression": "0BSD" } ], "name": "doctest-file", "purl": "pkg:cargo/doctest-file@1.0.0", "type": "application", "version": "1.0.0" }, { "author": "Jelte Fennema ", "bom-ref": "CycloneDxRef-Component-derive_more-impl-2.1.0", "description": "Internal implementation of `derive_more` crate", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/derive_more" }, { "type": "vcs", "url": "https://github.com/JelteF/derive_more" } ], "licenses": [ { "expression": "MIT" } ], "name": "derive_more-impl", "purl": "pkg:cargo/derive_more-impl@2.1.0", "type": "application", "version": "2.1.0" }, { "author": "Andrew Gallant ", "bom-ref": "CycloneDxRef-Component-globset-0.4.18", "description": "Cross platform single glob and glob set matching. Glob set matching is the\nprocess of matching one or more glob patterns against a single candidate path\nsimultaneously, and returning all of the globs that matched.\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/globset" }, { "type": "website", "url": "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset" }, { "type": "vcs", "url": "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset" } ], "licenses": [ { "expression": "Unlicense OR MIT" } ], "name": "globset", "purl": "pkg:cargo/globset@0.4.18", "type": "library", "version": "0.4.18" }, { "author": "", "bom-ref": "CycloneDxRef-Component-windows_aarch64_msvc-0.53.1", "description": "Import lib for Windows", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows_aarch64_msvc", "purl": "pkg:cargo/windows_aarch64_msvc@0.53.1", "type": "library", "version": "0.53.1" }, { "author": "Andrew Straw , René Kijewski , Ryan Lopopolo ", "bom-ref": "CycloneDxRef-Component-iana-time-zone-0.1.64", "description": "get the IANA time zone for the current system", "externalReferences": [ { "type": "vcs", "url": "https://github.com/strawlab/iana-time-zone" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "iana-time-zone", "purl": "pkg:cargo/iana-time-zone@0.1.64", "type": "library", "version": "0.1.64" }, { "author": "KokaKiwi ", "bom-ref": "CycloneDxRef-Component-hex-0.4.3", "description": "Encoding and decoding data into/from hexadecimal representation.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/hex/" }, { "type": "vcs", "url": "https://github.com/KokaKiwi/rust-hex" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "hex", "purl": "pkg:cargo/hex@0.4.3", "type": "library", "version": "0.4.3" }, { "author": "Alexis Beingessner ", "bom-ref": "CycloneDxRef-Component-bit-set-0.8.0", "description": "A set of bits", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/bit-set/" }, { "type": "website", "url": "https://github.com/contain-rs/bit-set" }, { "type": "vcs", "url": "https://github.com/contain-rs/bit-set" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "bit-set", "purl": "pkg:cargo/bit-set@0.8.0", "type": "library", "version": "0.8.0" }, { "author": "Alex Crichton ", "bom-ref": "CycloneDxRef-Component-fnv-1.0.7", "description": "Fowler–Noll–Vo hash function", "externalReferences": [ { "type": "documentation", "url": "https://doc.servo.org/fnv/" }, { "type": "vcs", "url": "https://github.com/servo/rust-fnv" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "fnv", "purl": "pkg:cargo/fnv@1.0.7", "type": "library", "version": "1.0.7" }, { "author": "", "bom-ref": "CycloneDxRef-Component-futures-macro-0.3.31", "description": "The futures-rs procedural macro implementations.\n", "externalReferences": [ { "type": "website", "url": "https://rust-lang.github.io/futures-rs" }, { "type": "vcs", "url": "https://github.com/rust-lang/futures-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "futures-macro", "purl": "pkg:cargo/futures-macro@0.3.31", "type": "application", "version": "0.3.31" }, { "author": "Michal 'vorner' Vaner ", "bom-ref": "CycloneDxRef-Component-arc-swap-1.7.1", "description": "Atomically swappable Arc", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/arc-swap" }, { "type": "vcs", "url": "https://github.com/vorner/arc-swap" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "arc-swap", "purl": "pkg:cargo/arc-swap@1.7.1", "type": "library", "version": "1.7.1" }, { "author": "Luke Frisken ", "bom-ref": "CycloneDxRef-Component-i18n-config-0.4.8", "description": "This library contains the configuration stucts (along with their parsing functions) for the cargo-i18n tool/system.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/kellpossible/cargo-i18n/tree/master/i18n-config" } ], "licenses": [ { "expression": "MIT" } ], "name": "i18n-config", "purl": "pkg:cargo/i18n-config@0.4.8", "type": "library", "version": "0.4.8" }, { "author": "Steven Allen ", "bom-ref": "CycloneDxRef-Component-slug-0.1.6", "description": "Convert a unicode string to a slug", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/slug" }, { "type": "website", "url": "https://github.com/Stebalien/slug-rs" }, { "type": "vcs", "url": "https://github.com/Stebalien/slug-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "slug", "purl": "pkg:cargo/slug@0.1.6", "type": "application", "version": "0.1.6" }, { "author": "", "bom-ref": "CycloneDxRef-Component-clap_derive-4.5.49", "description": "Parse command line argument by defining a struct, derive crate.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/clap-rs/clap" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "clap_derive", "purl": "pkg:cargo/clap_derive@4.5.49", "type": "application", "version": "4.5.49" }, { "author": "Microsoft", "bom-ref": "CycloneDxRef-Component-windows_x86_64_msvc-0.52.6", "description": "Import lib for Windows", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows_x86_64_msvc", "purl": "pkg:cargo/windows_x86_64_msvc@0.52.6", "type": "library", "version": "0.52.6" }, { "author": "bluss", "bom-ref": "CycloneDxRef-Component-itertools-0.13.0", "description": "Extra iterator adaptors, iterator methods, free functions, and macros.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/itertools/" }, { "type": "vcs", "url": "https://github.com/rust-itertools/itertools" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "itertools", "purl": "pkg:cargo/itertools@0.13.0", "type": "library", "version": "0.13.0" }, { "author": "bluss", "bom-ref": "CycloneDxRef-Component-arrayvec-0.7.6", "description": "A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/arrayvec/" }, { "type": "vcs", "url": "https://github.com/bluss/arrayvec" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "arrayvec", "purl": "pkg:cargo/arrayvec@0.7.6", "type": "library", "version": "0.7.6" }, { "author": "", "bom-ref": "CycloneDxRef-Component-windows_aarch64_gnullvm-0.53.1", "description": "Import lib for Windows", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows_aarch64_gnullvm", "purl": "pkg:cargo/windows_aarch64_gnullvm@0.53.1", "type": "library", "version": "0.53.1" }, { "author": "", "bom-ref": "CycloneDxRef-Component-r-efi-5.3.0", "description": "UEFI Reference Specification Protocol Constants and Definitions", "externalReferences": [ { "type": "website", "url": "https://github.com/r-efi/r-efi/wiki" }, { "type": "vcs", "url": "https://github.com/r-efi/r-efi" } ], "licenses": [ { "expression": "MIT OR Apache-2.0 OR LGPL-2.1-or-later" } ], "name": "r-efi", "purl": "pkg:cargo/r-efi@5.3.0", "type": "library", "version": "5.3.0" }, { "author": "", "bom-ref": "CycloneDxRef-Component-io_tee-0.1.1", "description": "Tee Read, BufRead, and Seek instances to a writer", "externalReferences": [ { "type": "vcs", "url": "https://github.com/TheOnlyMrCat/io_tee" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "io_tee", "purl": "pkg:cargo/io_tee@0.1.1", "type": "library", "version": "0.1.1" }, { "author": "The Rand Project Developers, The Rust Project Developers, The CryptoCorrosion Contributors", "bom-ref": "CycloneDxRef-Component-rand_chacha-0.3.1", "description": "ChaCha random number generator\n", "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" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "rand_chacha", "purl": "pkg:cargo/rand_chacha@0.3.1", "type": "library", "version": "0.3.1" }, { "author": "", "bom-ref": "CycloneDxRef-Component-widestring-1.2.1", "description": "A wide string Rust library for converting to and from wide strings, such as those often used in Windows API or other FFI libaries. Both `u16` and `u32` string types are provided, including support for UTF-16 and UTF-32, malformed encoding, C-style strings, etc.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/VoidStarKat/widestring-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "widestring", "purl": "pkg:cargo/widestring@1.2.1", "type": "library", "version": "1.2.1" }, { "author": "David Tolnay ", "bom-ref": "CycloneDxRef-Component-thiserror-impl-1.0.69", "description": "Implementation detail of the `thiserror` crate", "externalReferences": [ { "type": "vcs", "url": "https://github.com/dtolnay/thiserror" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "thiserror-impl", "purl": "pkg:cargo/thiserror-impl@1.0.69", "type": "application", "version": "1.0.69" }, { "author": "ryota2357", "bom-ref": "CycloneDxRef-Component-lean_string-0.5.1", "description": "Compact, clone-on-write string.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/ryota2357/lean_string" } ], "licenses": [ { "expression": "MIT" } ], "name": "lean_string", "purl": "pkg:cargo/lean_string@0.5.1", "type": "library", "version": "0.5.1" }, { "author": "Tokio Contributors , Eliza Weisman , David Barsky ", "bom-ref": "CycloneDxRef-Component-tracing-attributes-0.1.31", "description": "Procedural macro attributes for automatically instrumenting functions.\n", "externalReferences": [ { "type": "website", "url": "https://tokio.rs" }, { "type": "vcs", "url": "https://github.com/tokio-rs/tracing" } ], "licenses": [ { "expression": "MIT" } ], "name": "tracing-attributes", "purl": "pkg:cargo/tracing-attributes@0.1.31", "type": "application", "version": "0.1.31" }, { "author": "", "bom-ref": "CycloneDxRef-Component-windows-strings-0.5.1", "description": "Windows string types", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows-strings", "purl": "pkg:cargo/windows-strings@0.5.1", "type": "library", "version": "0.5.1" }, { "author": "kwantam , Manish Goregaokar ", "bom-ref": "CycloneDxRef-Component-unicode-segmentation-1.12.0", "description": "This crate provides Grapheme Cluster, Word and Sentence boundaries\naccording to Unicode Standard Annex #29 rules.\n", "externalReferences": [ { "type": "website", "url": "https://github.com/unicode-rs/unicode-segmentation" }, { "type": "vcs", "url": "https://github.com/unicode-rs/unicode-segmentation" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "unicode-segmentation", "purl": "pkg:cargo/unicode-segmentation@1.12.0", "type": "library", "version": "1.12.0" }, { "author": "Steven Allen , The Rust Project Developers, Ashley Mannix , Jason White ", "bom-ref": "CycloneDxRef-Component-tempfile-3.23.0", "description": "A library for managing temporary files and directories.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/tempfile" }, { "type": "website", "url": "https://stebalien.com/projects/tempfile-rs/" }, { "type": "vcs", "url": "https://github.com/Stebalien/tempfile" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "tempfile", "purl": "pkg:cargo/tempfile@3.23.0", "type": "library", "version": "3.23.0" }, { "author": "Luke Frisken ", "bom-ref": "CycloneDxRef-Component-i18n-embed-fl-0.9.4", "description": "Macro to perform compile time checks when using the i18n-embed crate and the fluent localization system", "externalReferences": [ { "type": "vcs", "url": "https://github.com/kellpossible/cargo-i18n/tree/master/i18n-embed-fl" } ], "licenses": [ { "expression": "MIT" } ], "name": "i18n-embed-fl", "purl": "pkg:cargo/i18n-embed-fl@0.9.4", "type": "application", "version": "0.9.4" }, { "author": "David Tolnay , Alex Crichton ", "bom-ref": "CycloneDxRef-Component-proc-macro2-1.0.103", "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/proc-macro2" }, { "type": "vcs", "url": "https://github.com/dtolnay/proc-macro2" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "proc-macro2", "purl": "pkg:cargo/proc-macro2@1.0.103", "type": "library", "version": "1.0.103" }, { "author": "Nicolas Silva ", "bom-ref": "CycloneDxRef-Component-android_system_properties-0.1.5", "description": "Minimal Android system properties wrapper", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/android_system_properties" }, { "type": "website", "url": "https://github.com/nical/android_system_properties" }, { "type": "vcs", "url": "https://github.com/nical/android_system_properties" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "android_system_properties", "purl": "pkg:cargo/android_system_properties@0.1.5", "type": "library", "version": "0.1.5" }, { "author": "Kat Marchán ", "bom-ref": "CycloneDxRef-Component-supports-hyperlinks-3.1.0", "description": "Detects whether a terminal supports rendering hyperlinks.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/supports-hyperlinks" }, { "type": "vcs", "url": "https://github.com/zkat/supports-hyperlinks" } ], "licenses": [ { "expression": "Apache-2.0" } ], "name": "supports-hyperlinks", "purl": "pkg:cargo/supports-hyperlinks@3.1.0", "type": "library", "version": "3.1.0" }, { "author": "", "bom-ref": "CycloneDxRef-Component-windows_x86_64_msvc-0.53.1", "description": "Import lib for Windows", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows_x86_64_msvc", "purl": "pkg:cargo/windows_x86_64_msvc@0.53.1", "type": "library", "version": "0.53.1" }, { "author": "Simon Ochsenreither ", "bom-ref": "CycloneDxRef-Component-option-ext-0.2.0", "description": "Extends `Option` with additional operations", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/option-ext/" }, { "type": "website", "url": "https://github.com/soc/option-ext" }, { "type": "vcs", "url": "https://github.com/soc/option-ext.git" } ], "licenses": [ { "expression": "MPL-2.0" } ], "name": "option-ext", "purl": "pkg:cargo/option-ext@0.2.0", "type": "library", "version": "0.2.0" }, { "author": "Zibi Braniecki , Staś Małolepszy ", "bom-ref": "CycloneDxRef-Component-fluent-bundle-0.15.3", "description": "A localization system designed to unleash the entire expressive power of\nnatural language translations.\n", "externalReferences": [ { "type": "website", "url": "http://www.projectfluent.org" }, { "type": "vcs", "url": "https://github.com/projectfluent/fluent-rs" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "fluent-bundle", "purl": "pkg:cargo/fluent-bundle@0.15.3", "type": "library", "version": "0.15.3" }, { "author": "Carl Lerche , Thomas de Zeeuw , Tokio Contributors ", "bom-ref": "CycloneDxRef-Component-mio-1.1.1", "description": "Lightweight non-blocking I/O.", "externalReferences": [ { "type": "website", "url": "https://github.com/tokio-rs/mio" }, { "type": "vcs", "url": "https://github.com/tokio-rs/mio" } ], "licenses": [ { "expression": "MIT" } ], "name": "mio", "purl": "pkg:cargo/mio@1.1.1", "type": "library", "version": "1.1.1" }, { "author": "The Nushell Project Developers", "bom-ref": "CycloneDxRef-Component-nu-path-0.109.1", "description": "Path handling library for Nushell", "externalReferences": [ { "type": "vcs", "url": "https://github.com/nushell/nushell/tree/main/crates/nu-path" } ], "licenses": [ { "expression": "MIT" } ], "name": "nu-path", "purl": "pkg:cargo/nu-path@0.109.1", "type": "library", "version": "0.109.1" }, { "author": "The Nushell Project Developers, procs creators", "bom-ref": "CycloneDxRef-Component-nu-system-0.109.1", "description": "Nushell system querying", "externalReferences": [ { "type": "vcs", "url": "https://github.com/nushell/nushell/tree/main/crates/nu-system" } ], "licenses": [ { "expression": "MIT" } ], "name": "nu-system", "purl": "pkg:cargo/nu-system@0.109.1", "type": "library", "version": "0.109.1" }, { "author": "Stephen M. Coakley , The Ratatui Developers", "bom-ref": "CycloneDxRef-Component-instability-0.3.10", "description": "Rust API stability attributes for the rest of us. A fork of the `stability` crate.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/instability/" }, { "type": "vcs", "url": "https://github.com/ratatui/instability" } ], "licenses": [ { "expression": "MIT" } ], "name": "instability", "purl": "pkg:cargo/instability@0.3.10", "type": "application", "version": "0.3.10" }, { "author": "", "bom-ref": "CycloneDxRef-Component-heck-0.5.0", "description": "heck is a case conversion library.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/withoutboats/heck" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "heck", "purl": "pkg:cargo/heck@0.5.0", "type": "library", "version": "0.5.0" }, { "author": "David Tolnay ", "bom-ref": "CycloneDxRef-Component-async-trait-0.1.89", "description": "Type erasure for async trait methods", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/async-trait" }, { "type": "vcs", "url": "https://github.com/dtolnay/async-trait" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "async-trait", "purl": "pkg:cargo/async-trait@0.1.89", "type": "application", "version": "0.1.89" }, { "author": "", "bom-ref": "CycloneDxRef-Component-windows_i686_gnu-0.53.1", "description": "Import lib for Windows", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows_i686_gnu", "purl": "pkg:cargo/windows_i686_gnu@0.53.1", "type": "library", "version": "0.53.1" }, { "author": "RustCrypto Developers", "bom-ref": "CycloneDxRef-Component-salsa20-0.10.2", "description": "Salsa20 Stream Cipher", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/salsa20" }, { "type": "vcs", "url": "https://github.com/RustCrypto/stream-ciphers" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "salsa20", "purl": "pkg:cargo/salsa20@0.10.2", "type": "library", "version": "0.10.2" }, { "author": "Carl Lerche , Sean McArthur ", "bom-ref": "CycloneDxRef-Component-bytes-1.11.0", "description": "Types and traits for working with bytes", "externalReferences": [ { "type": "vcs", "url": "https://github.com/tokio-rs/bytes" } ], "licenses": [ { "expression": "MIT" } ], "name": "bytes", "purl": "pkg:cargo/bytes@1.11.0", "type": "library", "version": "1.11.0" }, { "author": "Frank Denis ", "bom-ref": "CycloneDxRef-Component-siphasher-1.0.1", "description": "SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/siphasher" }, { "type": "website", "url": "https://docs.rs/siphasher" }, { "type": "vcs", "url": "https://github.com/jedisct1/rust-siphash" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "siphasher", "purl": "pkg:cargo/siphasher@1.0.1", "type": "library", "version": "1.0.1" }, { "author": "", "bom-ref": "CycloneDxRef-Component-crossbeam-deque-0.8.6", "description": "Concurrent work-stealing deque", "externalReferences": [ { "type": "website", "url": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque" }, { "type": "vcs", "url": "https://github.com/crossbeam-rs/crossbeam" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "crossbeam-deque", "purl": "pkg:cargo/crossbeam-deque@0.8.6", "type": "library", "version": "0.8.6" }, { "author": "", "bom-ref": "CycloneDxRef-Component-objc2-core-foundation-0.3.2", "description": "Bindings to the CoreFoundation framework", "externalReferences": [ { "type": "vcs", "url": "https://github.com/madsmtm/objc2" } ], "licenses": [ { "expression": "Zlib OR Apache-2.0 OR MIT" } ], "name": "objc2-core-foundation", "purl": "pkg:cargo/objc2-core-foundation@0.3.2", "type": "library", "version": "0.3.2" }, { "author": "Parker Timmerman ", "bom-ref": "CycloneDxRef-Component-compact_str-0.8.1", "description": "A memory efficient string type that transparently stores strings on the stack, when possible", "externalReferences": [ { "type": "website", "url": "https://github.com/ParkMyCar/compact_str" }, { "type": "vcs", "url": "https://github.com/ParkMyCar/compact_str" } ], "licenses": [ { "expression": "MIT" } ], "name": "compact_str", "purl": "pkg:cargo/compact_str@0.8.1", "type": "library", "version": "0.8.1" }, { "author": "Jelte Fennema ", "bom-ref": "CycloneDxRef-Component-derive_more-2.1.0", "description": "Adds #[derive(x)] macros for more traits", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/derive_more" }, { "type": "vcs", "url": "https://github.com/JelteF/derive_more" } ], "licenses": [ { "expression": "MIT" } ], "name": "derive_more", "purl": "pkg:cargo/derive_more@2.1.0", "type": "library", "version": "2.1.0" }, { "author": "Pyfisch ", "bom-ref": "CycloneDxRef-Component-httpdate-1.0.3", "description": "HTTP date parsing and formatting", "externalReferences": [ { "type": "vcs", "url": "https://github.com/pyfisch/httpdate" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "httpdate", "purl": "pkg:cargo/httpdate@1.0.3", "type": "library", "version": "1.0.3" }, { "author": "rutrum ", "bom-ref": "CycloneDxRef-Component-convert_case-0.10.0", "description": "Convert strings into any case", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rutrum/convert-case" } ], "licenses": [ { "expression": "MIT" } ], "name": "convert_case", "purl": "pkg:cargo/convert_case@0.10.0", "type": "library", "version": "0.10.0" }, { "author": "Carl Lerche , Lucio Franco , Sean McArthur ", "bom-ref": "CycloneDxRef-Component-http-body-util-0.1.3", "description": "Combinators and adapters for HTTP request or response bodies.\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/http-body-util" }, { "type": "vcs", "url": "https://github.com/hyperium/http-body" } ], "licenses": [ { "expression": "MIT" } ], "name": "http-body-util", "purl": "pkg:cargo/http-body-util@0.1.3", "type": "library", "version": "0.1.3" }, { "author": "Lukas Kalbertodt ", "bom-ref": "CycloneDxRef-Component-litrs-1.0.0", "description": "Parse and inspect Rust literals (i.e. tokens in the Rust programming language\nrepresenting fixed values). Particularly useful for proc macros, but can also\nbe used outside of a proc-macro context.\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/litrs" }, { "type": "vcs", "url": "https://github.com/LukasKalbertodt/litrs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "litrs", "purl": "pkg:cargo/litrs@1.0.0", "type": "library", "version": "1.0.0" }, { "author": "", "bom-ref": "CycloneDxRef-Component-windows-future-0.3.2", "description": "Windows async types", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows-future", "purl": "pkg:cargo/windows-future@0.3.2", "type": "library", "version": "0.3.2" }, { "author": "RustCrypto Developers", "bom-ref": "CycloneDxRef-Component-crypto-common-0.1.7", "description": "Common cryptographic traits", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/crypto-common" }, { "type": "vcs", "url": "https://github.com/RustCrypto/traits" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "crypto-common", "purl": "pkg:cargo/crypto-common@0.1.7", "type": "library", "version": "0.1.7" }, { "author": "Microsoft", "bom-ref": "CycloneDxRef-Component-windows-sys-0.60.2", "description": "Rust for Windows", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows-sys", "purl": "pkg:cargo/windows-sys@0.60.2", "type": "library", "version": "0.60.2" }, { "author": "Tower Maintainers ", "bom-ref": "CycloneDxRef-Component-tower-layer-0.3.3", "description": "Decorates a `Service` to allow easy composition between `Service`s.\n", "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" } ], "licenses": [ { "expression": "MIT" } ], "name": "tower-layer", "purl": "pkg:cargo/tower-layer@0.3.3", "type": "library", "version": "0.3.3" }, { "author": "Anthony Ramine ", "bom-ref": "CycloneDxRef-Component-serde_urlencoded-0.7.1", "description": "`x-www-form-urlencoded` meets Serde", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/serde_urlencoded/0.7.1/serde_urlencoded/" }, { "type": "vcs", "url": "https://github.com/nox/serde_urlencoded" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "serde_urlencoded", "purl": "pkg:cargo/serde_urlencoded@0.7.1", "type": "library", "version": "0.7.1" }, { "author": "Manish Goregaokar ", "bom-ref": "CycloneDxRef-Component-zerofrom-0.1.6", "description": "ZeroFrom trait for constructing", "externalReferences": [ { "type": "vcs", "url": "https://github.com/unicode-org/icu4x" } ], "licenses": [ { "expression": "Unicode-3.0" } ], "name": "zerofrom", "purl": "pkg:cargo/zerofrom@0.1.6", "type": "library", "version": "0.1.6" }, { "author": "Tower Maintainers ", "bom-ref": "CycloneDxRef-Component-tower-0.5.2", "description": "Tower is a library of modular and reusable components for building robust\nclients and servers.\n", "externalReferences": [ { "type": "website", "url": "https://github.com/tower-rs/tower" }, { "type": "vcs", "url": "https://github.com/tower-rs/tower" } ], "licenses": [ { "expression": "MIT" } ], "name": "tower", "purl": "pkg:cargo/tower@0.5.2", "type": "library", "version": "0.5.2" }, { "author": "The Servo Project Developers", "bom-ref": "CycloneDxRef-Component-smallvec-1.15.1", "description": "'Small vector' optimization: store up to a small number of items on the stack", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/smallvec/" }, { "type": "vcs", "url": "https://github.com/servo/rust-smallvec" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "smallvec", "purl": "pkg:cargo/smallvec@1.15.1", "type": "library", "version": "1.15.1" }, { "author": "Clark Moody", "bom-ref": "CycloneDxRef-Component-bech32-0.9.1", "description": "Encodes and decodes the Bech32 format", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rust-bitcoin/rust-bech32" } ], "licenses": [ { "expression": "MIT" } ], "name": "bech32", "purl": "pkg:cargo/bech32@0.9.1", "type": "library", "version": "0.9.1" }, { "author": "Peter Atashian ", "bom-ref": "CycloneDxRef-Component-winapi-0.3.9", "description": "Raw FFI bindings for all of Windows API.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/winapi/" }, { "type": "vcs", "url": "https://github.com/retep998/winapi-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "winapi", "purl": "pkg:cargo/winapi@0.3.9", "type": "library", "version": "0.3.9" }, { "author": "", "bom-ref": "CycloneDxRef-Component-omnipath-0.1.6", "description": "Path utility library", "externalReferences": [ { "type": "vcs", "url": "https://github.com/ChrisDenton/omnipath" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "omnipath", "purl": "pkg:cargo/omnipath@0.1.6", "type": "library", "version": "0.1.6" }, { "author": "", "bom-ref": "CycloneDxRef-Component-windows-numerics-0.2.0", "description": "Windows numeric types", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows-numerics", "purl": "pkg:cargo/windows-numerics@0.2.0", "type": "library", "version": "0.2.0" }, { "author": "Miguel Young de la Sota ", "bom-ref": "CycloneDxRef-Component-byteyarn-0.5.1", "description": "hyper-compact strings", "externalReferences": [ { "type": "website", "url": "https://github.com/mcy/strings" }, { "type": "vcs", "url": "https://github.com/mcy/strings" } ], "licenses": [ { "expression": "Apache-2.0" } ], "name": "byteyarn", "purl": "pkg:cargo/byteyarn@0.5.1", "type": "library", "version": "0.5.1" }, { "author": "The Rust Project Developers, Andrew Gallant ", "bom-ref": "CycloneDxRef-Component-regex-1.12.2", "description": "An implementation of regular expressions for Rust. This implementation uses\nfinite automata and guarantees linear time matching on all inputs.\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/regex" }, { "type": "website", "url": "https://github.com/rust-lang/regex" }, { "type": "vcs", "url": "https://github.com/rust-lang/regex" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "regex", "purl": "pkg:cargo/regex@1.12.2", "type": "library", "version": "1.12.2" }, { "author": "The Nushell Project Developers", "bom-ref": "CycloneDxRef-Component-nu-derive-value-0.109.1", "description": "Macros implementation of #[derive(FromValue, IntoValue)]", "externalReferences": [ { "type": "vcs", "url": "https://github.com/nushell/nushell/tree/main/crates/nu-derive-value" } ], "licenses": [ { "expression": "MIT" } ], "name": "nu-derive-value", "purl": "pkg:cargo/nu-derive-value@0.109.1", "type": "application", "version": "0.109.1" }, { "author": "T. Post", "bom-ref": "CycloneDxRef-Component-crossterm_winapi-0.9.1", "description": "WinAPI wrapper that provides some basic simple abstractions around common WinAPI calls", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/crossterm_winapi/" }, { "type": "vcs", "url": "https://github.com/crossterm-rs/crossterm-winapi" } ], "licenses": [ { "expression": "MIT" } ], "name": "crossterm_winapi", "purl": "pkg:cargo/crossterm_winapi@0.9.1", "type": "library", "version": "0.9.1" }, { "author": "Daniel Reiter Horn , The Brotli Authors", "bom-ref": "CycloneDxRef-Component-brotli-decompressor-5.0.0", "description": "A brotli decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. Alternatively, --features=unsafe turns off array bounds checks and memory initialization but provides a safe interface for the caller. Without adding the --features=unsafe argument, all included code is safe. For compression in addition to this library, download https://github.com/dropbox/rust-brotli ", "externalReferences": [ { "type": "documentation", "url": "https://github.com/dropbox/rust-brotli-decompressor/blob/master/README.md" }, { "type": "website", "url": "https://github.com/dropbox/rust-brotli-decompressor" }, { "type": "vcs", "url": "https://github.com/dropbox/rust-brotli-decompressor" } ], "licenses": [ { "expression": "BSD-3-Clause OR MIT" } ], "name": "brotli-decompressor", "purl": "pkg:cargo/brotli-decompressor@5.0.0", "type": "library", "version": "5.0.0" }, { "author": "Martin Geisler ", "bom-ref": "CycloneDxRef-Component-textwrap-0.16.2", "description": "Library for word wrapping, indenting, and dedenting strings. Has optional support for Unicode and emojis as well as machine hyphenation.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/textwrap/" }, { "type": "vcs", "url": "https://github.com/mgeisler/textwrap" } ], "licenses": [ { "expression": "MIT" } ], "name": "textwrap", "purl": "pkg:cargo/textwrap@0.16.2", "type": "library", "version": "0.16.2" }, { "author": "Jinzhou Zhang ", "bom-ref": "CycloneDxRef-Component-fuzzy-matcher-0.3.7", "description": "Fuzzy Matching Library", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/fuzzy-matcher" }, { "type": "website", "url": "https://github.com/lotabout/fuzzy-matcher" }, { "type": "vcs", "url": "https://github.com/lotabout/fuzzy-matcher" } ], "licenses": [ { "expression": "MIT" } ], "name": "fuzzy-matcher", "purl": "pkg:cargo/fuzzy-matcher@0.3.7", "type": "library", "version": "0.3.7" }, { "author": "Eliza Weisman , Tokio Contributors ", "bom-ref": "CycloneDxRef-Component-tracing-0.1.43", "description": "Application-level tracing for Rust.\n", "externalReferences": [ { "type": "website", "url": "https://tokio.rs" }, { "type": "vcs", "url": "https://github.com/tokio-rs/tracing" } ], "licenses": [ { "expression": "MIT" } ], "name": "tracing", "purl": "pkg:cargo/tracing@0.1.43", "type": "library", "version": "0.1.43" }, { "author": "", "bom-ref": "CycloneDxRef-Component-web-time-1.1.0", "description": "Drop-in replacement for std::time for Wasm in browsers", "externalReferences": [ { "type": "vcs", "url": "https://github.com/daxpedda/web-time" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "web-time", "purl": "pkg:cargo/web-time@1.1.0", "type": "library", "version": "1.1.0" }, { "author": "Florian Dehau , The Ratatui Developers", "bom-ref": "CycloneDxRef-Component-ratatui-0.29.0", "description": "A library that's all about cooking up terminal user interfaces", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/ratatui/latest/ratatui/" }, { "type": "website", "url": "https://ratatui.rs" }, { "type": "vcs", "url": "https://github.com/ratatui/ratatui" } ], "licenses": [ { "expression": "MIT" } ], "name": "ratatui", "purl": "pkg:cargo/ratatui@0.29.0", "type": "library", "version": "0.29.0" }, { "author": "David Tolnay ", "bom-ref": "CycloneDxRef-Component-erased-serde-0.4.9", "description": "Type-erased Serialize and Serializer traits", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/erased-serde" }, { "type": "vcs", "url": "https://github.com/dtolnay/erased-serde" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "erased-serde", "purl": "pkg:cargo/erased-serde@0.4.9", "type": "library", "version": "0.4.9" }, { "author": "David Tolnay ", "bom-ref": "CycloneDxRef-Component-ref-cast-1.0.25", "description": "Safely cast &T to &U where the struct U contains a single field of type T.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/ref-cast" }, { "type": "vcs", "url": "https://github.com/dtolnay/ref-cast" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "ref-cast", "purl": "pkg:cargo/ref-cast@1.0.25", "type": "library", "version": "1.0.25" }, { "author": "Carl Lerche , Lucio Franco , Sean McArthur ", "bom-ref": "CycloneDxRef-Component-http-body-1.0.1", "description": "Trait representing an asynchronous, streaming, HTTP request or response body.\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/http-body" }, { "type": "vcs", "url": "https://github.com/hyperium/http-body" } ], "licenses": [ { "expression": "MIT" } ], "name": "http-body", "purl": "pkg:cargo/http-body@1.0.1", "type": "library", "version": "1.0.1" }, { "author": "Sam Rijs , Alex Crichton ", "bom-ref": "CycloneDxRef-Component-crc32fast-1.5.0", "description": "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation", "externalReferences": [ { "type": "vcs", "url": "https://github.com/srijs/rust-crc32fast" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "crc32fast", "purl": "pkg:cargo/crc32fast@1.5.0", "type": "library", "version": "1.5.0" }, { "author": "ogham@bsago.me, Ryan Scheel (Havvy) , Josh Triplett , The Nushell Project Developers", "bom-ref": "CycloneDxRef-Component-nu-ansi-term-0.50.3", "description": "Library for ANSI terminal colors and styles (bold, underline)", "externalReferences": [ { "type": "vcs", "url": "https://github.com/nushell/nu-ansi-term" } ], "licenses": [ { "expression": "MIT" } ], "name": "nu-ansi-term", "purl": "pkg:cargo/nu-ansi-term@0.50.3", "type": "library", "version": "0.50.3" }, { "author": "", "bom-ref": "CycloneDxRef-Component-recvmsg-1.0.0", "description": "Traits for receiving datagrams reliably, without truncation.", "externalReferences": [], "licenses": [ { "expression": "0BSD" } ], "name": "recvmsg", "purl": "pkg:cargo/recvmsg@1.0.0", "type": "library", "version": "1.0.0" }, { "author": "Ted Driggs ", "bom-ref": "CycloneDxRef-Component-darling_macro-0.20.11", "description": "Internal support for a proc-macro library for reading attributes into structs when\nimplementing custom derives. Use https://crates.io/crates/darling in your code.\n", "externalReferences": [ { "type": "vcs", "url": "https://github.com/TedDriggs/darling" } ], "licenses": [ { "expression": "MIT" } ], "name": "darling_macro", "purl": "pkg:cargo/darling_macro@0.20.11", "type": "application", "version": "0.20.11" }, { "author": "The Nushell Project Developers", "bom-ref": "CycloneDxRef-Component-nu-experimental-0.109.1", "description": "Nushell experimental options", "externalReferences": [ { "type": "vcs", "url": "https://github.com/nushell/nushell/tree/main/crates/nu-experimental" } ], "licenses": [ { "expression": "MIT" } ], "name": "nu-experimental", "purl": "pkg:cargo/nu-experimental@0.109.1", "type": "library", "version": "0.109.1" }, { "author": "The Rust Project Developers", "bom-ref": "CycloneDxRef-Component-log-0.4.29", "description": "A lightweight logging facade for Rust\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/log" }, { "type": "vcs", "url": "https://github.com/rust-lang/log" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "log", "purl": "pkg:cargo/log@0.4.29", "type": "library", "version": "0.4.29" }, { "author": "CreepySkeleton , GnomedDev ", "bom-ref": "CycloneDxRef-Component-proc-macro-error2-2.0.1", "description": "Almost drop-in replacement to panics in proc-macros", "externalReferences": [ { "type": "vcs", "url": "https://github.com/GnomedDev/proc-macro-error-2" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "proc-macro-error2", "purl": "pkg:cargo/proc-macro-error2@2.0.1", "type": "library", "version": "2.0.1" }, { "author": "Bartłomiej Kamiński , Aaron Trent ", "bom-ref": "CycloneDxRef-Component-generic-array-0.14.7", "description": "Generic types implementing functionality of arrays", "externalReferences": [ { "type": "documentation", "url": "http://fizyk20.github.io/generic-array/generic_array/" }, { "type": "vcs", "url": "https://github.com/fizyk20/generic-array.git" } ], "licenses": [ { "expression": "MIT" } ], "name": "generic-array", "purl": "pkg:cargo/generic-array@0.14.7", "type": "library", "version": "0.14.7" }, { "author": "Caleb Maclennan , Bruce Mitchener , Staś Małolepszy ", "bom-ref": "CycloneDxRef-Component-fluent-0.17.0", "description": "An umbrella crate exposing the combined features of fluent-rs crates with additional convenience macros for Project Fluent,\na localization system designed to unleash the entire expressive power of natural language translations.\n", "externalReferences": [ { "type": "website", "url": "https://www.projectfluent.org" }, { "type": "vcs", "url": "https://github.com/projectfluent/fluent-rs" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "fluent", "purl": "pkg:cargo/fluent@0.17.0", "type": "library", "version": "0.17.0" }, { "author": "Daniel Reiter Horn ", "bom-ref": "CycloneDxRef-Component-alloc-no-stdlib-2.0.4", "description": "A dynamic allocator that may be used with or without the stdlib. This allows a package with nostd to allocate memory dynamically and be used either with a custom allocator, items on the stack, or by a package that wishes to simply use Box<>. It also provides options to use calloc or a mutable global variable for pre-zeroed memory", "externalReferences": [ { "type": "documentation", "url": "https://raw.githubusercontent.com/dropbox/rust-alloc-no-stdlib/master/tests/lib.rs" }, { "type": "website", "url": "https://github.com/dropbox/rust-alloc-no-stdlib" }, { "type": "vcs", "url": "https://github.com/dropbox/rust-alloc-no-stdlib" } ], "licenses": [ { "expression": "BSD-3-Clause" } ], "name": "alloc-no-stdlib", "purl": "pkg:cargo/alloc-no-stdlib@2.0.4", "type": "library", "version": "2.0.4" }, { "author": "", "bom-ref": "CycloneDxRef-Component-windows-0.62.2", "description": "Rust for Windows", "externalReferences": [ { "type": "documentation", "url": "https://microsoft.github.io/windows-docs-rs/" }, { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows", "purl": "pkg:cargo/windows@0.62.2", "type": "library", "version": "0.62.2" }, { "author": "David Tolnay ", "bom-ref": "CycloneDxRef-Component-indoc-2.0.7", "description": "Indented document literals", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/indoc" }, { "type": "vcs", "url": "https://github.com/dtolnay/indoc" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "indoc", "purl": "pkg:cargo/indoc@2.0.7", "type": "application", "version": "2.0.7" }, { "author": "Frommi , oyvindln , Rich Geldreich richgel99@gmail.com", "bom-ref": "CycloneDxRef-Component-miniz_oxide-0.8.9", "description": "DEFLATE compression and decompression library rewritten in Rust based on miniz", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/miniz_oxide" }, { "type": "website", "url": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide" }, { "type": "vcs", "url": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide" } ], "licenses": [ { "expression": "MIT OR Zlib OR Apache-2.0" } ], "name": "miniz_oxide", "purl": "pkg:cargo/miniz_oxide@0.8.9", "type": "library", "version": "0.8.9" }, { "author": "Caleb Maclennan , Bruce Mitchener , Staś Małolepszy ", "bom-ref": "CycloneDxRef-Component-fluent-syntax-0.12.0", "description": "A low-level parser, AST, and serializer API for the syntax used by Project Fluent,\na localization system designed to unleash the entire expressive power of natural language translations.\n", "externalReferences": [ { "type": "website", "url": "https://www.projectfluent.org" }, { "type": "vcs", "url": "https://github.com/projectfluent/fluent-rs" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "fluent-syntax", "purl": "pkg:cargo/fluent-syntax@0.12.0", "type": "library", "version": "0.12.0" }, { "author": "Microsoft", "bom-ref": "CycloneDxRef-Component-windows_x86_64_gnu-0.52.6", "description": "Import lib for Windows", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows_x86_64_gnu", "purl": "pkg:cargo/windows_x86_64_gnu@0.52.6", "type": "library", "version": "0.52.6" }, { "author": "Fiat Crypto library authors ", "bom-ref": "CycloneDxRef-Component-fiat-crypto-0.2.9", "description": "Fiat-crypto generated Rust", "externalReferences": [ { "type": "website", "url": "https://github.com/mit-plv/fiat-crypto" }, { "type": "vcs", "url": "https://github.com/mit-plv/fiat-crypto" } ], "licenses": [ { "expression": "MIT OR Apache-2.0 OR BSD-1-Clause" } ], "name": "fiat-crypto", "purl": "pkg:cargo/fiat-crypto@0.2.9", "type": "library", "version": "0.2.9" }, { "author": "Steven Fackler ", "bom-ref": "CycloneDxRef-Component-phf-0.11.3", "description": "Runtime support for perfect hash function data structures", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rust-phf/rust-phf" } ], "licenses": [ { "expression": "MIT" } ], "name": "phf", "purl": "pkg:cargo/phf@0.11.3", "type": "library", "version": "0.11.3" }, { "author": "Kornel Lesinski , Amit Chowdhury ", "bom-ref": "CycloneDxRef-Component-deunicode-1.6.2", "description": "Convert Unicode strings to pure ASCII by intelligently transliterating them. Suppors Emoji and Chinese.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/deunicode" }, { "type": "website", "url": "https://lib.rs/crates/deunicode" }, { "type": "vcs", "url": "https://github.com/kornelski/deunicode/" } ], "licenses": [ { "expression": "BSD-3-Clause" } ], "name": "deunicode", "purl": "pkg:cargo/deunicode@1.6.2", "type": "library", "version": "1.6.2" }, { "author": "", "bom-ref": "CycloneDxRef-Component-colorchoice-1.0.4", "description": "Global override of color control", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rust-cli/anstyle.git" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "colorchoice", "purl": "pkg:cargo/colorchoice@1.0.4", "type": "library", "version": "1.0.4" }, { "author": "", "bom-ref": "CycloneDxRef-Component-chrono-0.4.42", "description": "Date and time library for Rust", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/chrono/" }, { "type": "website", "url": "https://github.com/chronotope/chrono" }, { "type": "vcs", "url": "https://github.com/chronotope/chrono" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "chrono", "purl": "pkg:cargo/chrono@0.4.42", "type": "library", "version": "0.4.42" }, { "author": "Amanieu d'Antras ", "bom-ref": "CycloneDxRef-Component-hashbrown-0.16.1", "description": "A Rust port of Google's SwissTable hash map", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rust-lang/hashbrown" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "hashbrown", "purl": "pkg:cargo/hashbrown@0.16.1", "type": "library", "version": "0.16.1" }, { "author": "Zibi Braniecki , Staś Małolepszy ", "bom-ref": "CycloneDxRef-Component-fluent-0.16.1", "description": "A localization system designed to unleash the entire expressive power of\nnatural language translations.\n", "externalReferences": [ { "type": "website", "url": "http://www.projectfluent.org" }, { "type": "vcs", "url": "https://github.com/projectfluent/fluent-rs" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "fluent", "purl": "pkg:cargo/fluent@0.16.1", "type": "library", "version": "0.16.1" }, { "author": "Zibi Braniecki ", "bom-ref": "CycloneDxRef-Component-unic-langid-impl-0.9.6", "description": "API for managing Unicode Language Identifiers", "externalReferences": [ { "type": "vcs", "url": "https://github.com/zbraniecki/unic-locale" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "unic-langid-impl", "purl": "pkg:cargo/unic-langid-impl@0.9.6", "type": "library", "version": "0.9.6" }, { "author": "David Tolnay ", "bom-ref": "CycloneDxRef-Component-inventory-0.3.21", "description": "Typed distributed plugin registration", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/inventory" }, { "type": "vcs", "url": "https://github.com/dtolnay/inventory" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "inventory", "purl": "pkg:cargo/inventory@0.3.21", "type": "library", "version": "0.3.21" }, { "author": "RustCrypto Developers", "bom-ref": "CycloneDxRef-Component-digest-0.10.7", "description": "Traits for cryptographic hash functions and message authentication codes", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/digest" }, { "type": "vcs", "url": "https://github.com/RustCrypto/traits" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "digest", "purl": "pkg:cargo/digest@0.10.7", "type": "library", "version": "0.10.7" }, { "author": "Eliza Weisman ", "bom-ref": "CycloneDxRef-Component-sharded-slab-0.1.7", "description": "A lock-free concurrent slab.\n", "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" } ], "licenses": [ { "expression": "MIT" } ], "name": "sharded-slab", "purl": "pkg:cargo/sharded-slab@0.1.7", "type": "library", "version": "0.1.7" }, { "author": "Alex Crichton , Josh Triplett ", "bom-ref": "CycloneDxRef-Component-flate2-1.1.5", "description": "DEFLATE compression and decompression exposed as Read/BufRead/Write streams.\nSupports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,\nand raw deflate streams.\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/flate2" }, { "type": "website", "url": "https://github.com/rust-lang/flate2-rs" }, { "type": "vcs", "url": "https://github.com/rust-lang/flate2-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "flate2", "purl": "pkg:cargo/flate2@1.1.5", "type": "library", "version": "1.1.5" }, { "author": "Caleb Maclennan , Bruce Mitchener , Staś Małolepszy ", "bom-ref": "CycloneDxRef-Component-fluent-bundle-0.16.0", "description": "A low-level implementation of a collection of localization messages for a single locale for Project Fluent,\na localization system designed to unleash the entire expressive power of natural language translations.\n", "externalReferences": [ { "type": "website", "url": "https://www.projectfluent.org" }, { "type": "vcs", "url": "https://github.com/projectfluent/fluent-rs" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "fluent-bundle", "purl": "pkg:cargo/fluent-bundle@0.16.0", "type": "library", "version": "0.16.0" }, { "author": "Michal 'vorner' Vaner , Thomas Himmelstoss ", "bom-ref": "CycloneDxRef-Component-signal-hook-mio-0.2.5", "description": "MIO support for signal-hook", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/signal-hook-mio" }, { "type": "vcs", "url": "https://github.com/vorner/signal-hook" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "signal-hook-mio", "purl": "pkg:cargo/signal-hook-mio@0.2.5", "type": "library", "version": "0.2.5" }, { "author": "Andrew Gallant ", "bom-ref": "CycloneDxRef-Component-winapi-util-0.1.11", "description": "A dumping ground for high level safe wrappers over windows-sys.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/winapi-util" }, { "type": "website", "url": "https://github.com/BurntSushi/winapi-util" }, { "type": "vcs", "url": "https://github.com/BurntSushi/winapi-util" } ], "licenses": [ { "expression": "Unlicense OR MIT" } ], "name": "winapi-util", "purl": "pkg:cargo/winapi-util@0.1.11", "type": "library", "version": "0.1.11" }, { "author": "The Nushell Project Developers", "bom-ref": "CycloneDxRef-Component-nu-plugin-protocol-0.109.1", "description": "Protocol type definitions for Nushell plugins", "externalReferences": [ { "type": "vcs", "url": "https://github.com/nushell/nushell/tree/main/crates/nu-plugin-protocol" } ], "licenses": [ { "expression": "MIT" } ], "name": "nu-plugin-protocol", "purl": "pkg:cargo/nu-plugin-protocol@0.109.1", "type": "library", "version": "0.109.1" }, { "author": "Michal 'vorner' Vaner , Thomas Himmelstoss ", "bom-ref": "CycloneDxRef-Component-signal-hook-0.3.18", "description": "Unix signal handling", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/signal-hook" }, { "type": "vcs", "url": "https://github.com/vorner/signal-hook" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "signal-hook", "purl": "pkg:cargo/signal-hook@0.3.18", "type": "library", "version": "0.3.18" }, { "author": "Isis Lovecruft , Henry de Valence ", "bom-ref": "CycloneDxRef-Component-subtle-2.6.1", "description": "Pure-Rust traits and utilities for constant-time cryptographic implementations.", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/subtle" }, { "type": "website", "url": "https://dalek.rs/" }, { "type": "vcs", "url": "https://github.com/dalek-cryptography/subtle" } ], "licenses": [ { "expression": "BSD-3-Clause" } ], "name": "subtle", "purl": "pkg:cargo/subtle@2.6.1", "type": "library", "version": "2.6.1" }, { "author": "David Tolnay ", "bom-ref": "CycloneDxRef-Component-typeid-1.0.3", "description": "Const TypeId and non-'static TypeId", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/typeid" }, { "type": "vcs", "url": "https://github.com/dtolnay/typeid" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "typeid", "purl": "pkg:cargo/typeid@1.0.3", "type": "library", "version": "1.0.3" }, { "author": "kwantam , Manish Goregaokar ", "bom-ref": "CycloneDxRef-Component-unicode-width-0.1.14", "description": "Determine displayed width of `char` and `str` types\naccording to Unicode Standard Annex #11 rules.\n", "externalReferences": [ { "type": "website", "url": "https://github.com/unicode-rs/unicode-width" }, { "type": "vcs", "url": "https://github.com/unicode-rs/unicode-width" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "unicode-width", "purl": "pkg:cargo/unicode-width@0.1.14", "type": "library", "version": "0.1.14" }, { "author": "Microsoft", "bom-ref": "CycloneDxRef-Component-windows-result-0.3.4", "description": "Windows error handling", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows-result", "purl": "pkg:cargo/windows-result@0.3.4", "type": "library", "version": "0.3.4" }, { "author": "Steven Fackler ", "bom-ref": "CycloneDxRef-Component-phf_shared-0.11.3", "description": "Support code shared by PHF libraries", "externalReferences": [ { "type": "vcs", "url": "https://github.com/rust-phf/rust-phf" } ], "licenses": [ { "expression": "MIT" } ], "name": "phf_shared", "purl": "pkg:cargo/phf_shared@0.11.3", "type": "library", "version": "0.11.3" }, { "author": "Gilad Naaman ", "bom-ref": "CycloneDxRef-Component-globwalk-0.9.1", "description": "Glob-matched recursive file system walking.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/gilnaa/globwalk" } ], "licenses": [ { "expression": "MIT" } ], "name": "globwalk", "purl": "pkg:cargo/globwalk@0.9.1", "type": "library", "version": "0.9.1" }, { "author": "", "bom-ref": "CycloneDxRef-Component-futures-0.3.31", "description": "An implementation of futures and streams featuring zero allocations,\ncomposability, and iterator-like interfaces.\n", "externalReferences": [ { "type": "website", "url": "https://rust-lang.github.io/futures-rs" }, { "type": "vcs", "url": "https://github.com/rust-lang/futures-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "futures", "purl": "pkg:cargo/futures@0.3.31", "type": "library", "version": "0.3.31" }, { "author": "Microsoft", "bom-ref": "CycloneDxRef-Component-windows-0.61.3", "description": "Rust for Windows", "externalReferences": [ { "type": "documentation", "url": "https://microsoft.github.io/windows-docs-rs/" }, { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows", "purl": "pkg:cargo/windows@0.61.3", "type": "library", "version": "0.61.3" }, { "author": "The RustCrypto Project Developers", "bom-ref": "CycloneDxRef-Component-zeroize_derive-1.4.2", "description": "Custom derive support for zeroize", "externalReferences": [ { "type": "vcs", "url": "https://github.com/RustCrypto/utils/tree/master/zeroize/derive" } ], "licenses": [ { "expression": "Apache-2.0 OR MIT" } ], "name": "zeroize_derive", "purl": "pkg:cargo/zeroize_derive@1.4.2", "type": "application", "version": "1.4.2" }, { "author": "Paul Woolcock ", "bom-ref": "CycloneDxRef-Component-pwd-1.4.0", "description": "Safe interface to pwd.h\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/pwd" }, { "type": "website", "url": "https://gitlab.com/pwoolcoc/pwd.git" }, { "type": "vcs", "url": "https://gitlab.com/pwoolcoc/pwd.git" } ], "licenses": [ { "expression": "CC-PDDC" } ], "name": "pwd", "purl": "pkg:cargo/pwd@1.4.0", "type": "library", "version": "1.4.0" }, { "author": "Microsoft", "bom-ref": "CycloneDxRef-Component-windows_i686_msvc-0.52.6", "description": "Import lib for Windows", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows_i686_msvc", "purl": "pkg:cargo/windows_i686_msvc@0.52.6", "type": "library", "version": "0.52.6" }, { "author": "Simon Ochsenreither ", "bom-ref": "CycloneDxRef-Component-dirs-6.0.0", "description": "A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.", "externalReferences": [ { "type": "vcs", "url": "https://github.com/soc/dirs-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "dirs", "purl": "pkg:cargo/dirs@6.0.0", "type": "library", "version": "6.0.0" }, { "author": "", "bom-ref": "CycloneDxRef-Component-windows-numerics-0.3.1", "description": "Windows numeric types", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows-numerics", "purl": "pkg:cargo/windows-numerics@0.3.1", "type": "library", "version": "0.3.1" }, { "author": "Josef Brandl ", "bom-ref": "CycloneDxRef-Component-pin-utils-0.1.0", "description": "Utilities for pinning\n", "externalReferences": [ { "type": "documentation", "url": "https://docs.rs/pin-utils" }, { "type": "vcs", "url": "https://github.com/rust-lang-nursery/pin-utils" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "pin-utils", "purl": "pkg:cargo/pin-utils@0.1.0", "type": "library", "version": "0.1.0" }, { "author": "", "bom-ref": "CycloneDxRef-Component-windows_i686_msvc-0.53.1", "description": "Import lib for Windows", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows_i686_msvc", "purl": "pkg:cargo/windows_i686_msvc@0.53.1", "type": "library", "version": "0.53.1" }, { "author": "Microsoft", "bom-ref": "CycloneDxRef-Component-windows-strings-0.4.2", "description": "Windows string types", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows-strings", "purl": "pkg:cargo/windows-strings@0.4.2", "type": "library", "version": "0.4.2" }, { "author": "The rust-url developers", "bom-ref": "CycloneDxRef-Component-percent-encoding-2.3.2", "description": "Percent encoding and decoding", "externalReferences": [ { "type": "vcs", "url": "https://github.com/servo/rust-url/" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "percent-encoding", "purl": "pkg:cargo/percent-encoding@2.3.2", "type": "library", "version": "2.3.2" }, { "author": "", "bom-ref": "CycloneDxRef-Component-windows-sys-0.61.2", "description": "Rust for Windows", "externalReferences": [ { "type": "vcs", "url": "https://github.com/microsoft/windows-rs" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "windows-sys", "purl": "pkg:cargo/windows-sys@0.61.2", "type": "library", "version": "0.61.2" }, { "author": "RustCrypto Developers", "bom-ref": "CycloneDxRef-Component-hkdf-0.12.4", "description": "HMAC-based Extract-and-Expand Key Derivation Function (HKDF)", "externalReferences": [ { "type": "website", "url": "https://github.com/RustCrypto/KDFs/" }, { "type": "vcs", "url": "https://github.com/RustCrypto/KDFs/" } ], "licenses": [ { "expression": "MIT OR Apache-2.0" } ], "name": "hkdf", "purl": "pkg:cargo/hkdf@0.12.4", "type": "library", "version": "0.12.4" } ], "dependencies": [ { "dependsOn": [ "CycloneDxRef-Component-unicode-segmentation-1.12.0", "CycloneDxRef-Component-itertools-0.13.0", "CycloneDxRef-Component-unicode-width-0.1.14" ], "ref": "CycloneDxRef-Component-unicode-truncate-1.1.0" }, { "dependsOn": [ "CycloneDxRef-Component-generic-array-0.14.7" ], "ref": "CycloneDxRef-Component-inout-0.1.4" }, { "dependsOn": [ "CycloneDxRef-Component-nu-plugin-core-0.109.1", "CycloneDxRef-Component-nu-engine-0.109.1", "CycloneDxRef-Component-nu-utils-0.109.1", "CycloneDxRef-Component-nix-0.30.1", "CycloneDxRef-Component-log-0.4.29", "CycloneDxRef-Component-nu-protocol-0.109.1", "CycloneDxRef-Component-thiserror-2.0.17", "CycloneDxRef-Component-nu-plugin-protocol-0.109.1" ], "ref": "CycloneDxRef-Component-nu-plugin-0.109.1" }, { "dependsOn": [ "CycloneDxRef-Component-pest-2.8.4", "CycloneDxRef-Component-pest_generator-2.8.4" ], "ref": "CycloneDxRef-Component-pest_derive-2.8.4" }, { "dependsOn": [ "CycloneDxRef-Component-unic-langid-0.9.6" ], "ref": "CycloneDxRef-Component-fluent-langneg-0.13.1" }, { "dependsOn": [ "CycloneDxRef-Component-hashbrown-0.15.5" ], "ref": "CycloneDxRef-Component-lru-0.12.5" }, { "dependsOn": [ "CycloneDxRef-Component-http-1.4.0", "CycloneDxRef-Component-bytes-1.11.0" ], "ref": "CycloneDxRef-Component-http-body-1.0.1" }, { "dependsOn": [ "CycloneDxRef-Component-bitflags-2.10.0", "CycloneDxRef-Component-http-body-1.0.1", "CycloneDxRef-Component-tokio-1.48.0", "CycloneDxRef-Component-tower-service-0.3.3", "CycloneDxRef-Component-futures-util-0.3.31", "CycloneDxRef-Component-http-range-header-0.4.2", "CycloneDxRef-Component-tokio-util-0.7.17", "CycloneDxRef-Component-tracing-0.1.43", "CycloneDxRef-Component-httpdate-1.0.3", "CycloneDxRef-Component-percent-encoding-2.3.2", "CycloneDxRef-Component-futures-core-0.3.31", "CycloneDxRef-Component-bytes-1.11.0", "CycloneDxRef-Component-mime_guess-2.0.5", "CycloneDxRef-Component-http-body-util-0.1.3", "CycloneDxRef-Component-tower-layer-0.3.3", "CycloneDxRef-Component-http-1.4.0", "CycloneDxRef-Component-mime-0.3.17", "CycloneDxRef-Component-pin-project-lite-0.2.16" ], "ref": "CycloneDxRef-Component-tower-http-0.6.8" }, { "dependsOn": [ "CycloneDxRef-Component-zerofrom-0.1.6", "CycloneDxRef-Component-serde-1.0.228" ], "ref": "CycloneDxRef-Component-zerovec-0.11.5" }, { "dependsOn": [ "CycloneDxRef-Component-aho-corasick-1.1.4", "CycloneDxRef-Component-memchr-2.7.6", "CycloneDxRef-Component-regex-syntax-0.8.8" ], "ref": "CycloneDxRef-Component-regex-automata-0.4.13" }, { "dependsOn": [ "CycloneDxRef-Component-once_cell-1.21.3", "CycloneDxRef-Component-windows-sys-0.61.2", "CycloneDxRef-Component-encode_unicode-1.0.0", "CycloneDxRef-Component-unicode-width-0.2.0", "CycloneDxRef-Component-libc-0.2.178" ], "ref": "CycloneDxRef-Component-console-0.16.2" }, { "dependsOn": [ "CycloneDxRef-Component-windows-link-0.2.1" ], "ref": "CycloneDxRef-Component-windows-result-0.4.1" }, { "dependsOn": [ "CycloneDxRef-Component-errno-0.3.14", "CycloneDxRef-Component-linux-raw-sys-0.4.15", "CycloneDxRef-Component-windows-sys-0.59.0", "CycloneDxRef-Component-bitflags-2.10.0", "CycloneDxRef-Component-libc-0.2.178" ], "ref": "CycloneDxRef-Component-rustix-0.38.44" }, { "dependsOn": [ "CycloneDxRef-Component-typenum-1.19.0" ], "ref": "CycloneDxRef-Component-generic-array-0.14.7" }, { "dependsOn": [ "CycloneDxRef-Component-percent-encoding-2.3.2" ], "ref": "CycloneDxRef-Component-form_urlencoded-1.2.2" }, { "dependsOn": [ "CycloneDxRef-Component-winapi-0.3.9" ], "ref": "CycloneDxRef-Component-crossterm_winapi-0.9.1" }, { "dependsOn": [ "CycloneDxRef-Component-hex-0.4.3", "CycloneDxRef-Component-procfs-core-0.17.0", "CycloneDxRef-Component-flate2-1.1.5", "CycloneDxRef-Component-bitflags-2.10.0", "CycloneDxRef-Component-chrono-0.4.42", "CycloneDxRef-Component-rustix-0.38.44" ], "ref": "CycloneDxRef-Component-procfs-0.17.0" }, { "dependsOn": [ "CycloneDxRef-Component-ppv-lite86-0.2.21", "CycloneDxRef-Component-rand_core-0.6.4" ], "ref": "CycloneDxRef-Component-rand_chacha-0.3.1" }, { "dependsOn": [ "CycloneDxRef-Component-errno-0.3.14", "CycloneDxRef-Component-libc-0.2.178" ], "ref": "CycloneDxRef-Component-libproc-0.14.11" }, { "dependsOn": [ "CycloneDxRef-Component-unic-langid-0.9.6", "CycloneDxRef-Component-fluent-bundle-0.16.0" ], "ref": "CycloneDxRef-Component-fluent-0.17.0" }, { "dependsOn": [ "CycloneDxRef-Component-zerovec-0.11.5", "CycloneDxRef-Component-displaydoc-0.2.5", "CycloneDxRef-Component-serde_core-1.0.228" ], "ref": "CycloneDxRef-Component-tinystr-0.8.2" }, { "dependsOn": [ "CycloneDxRef-Component-toml-0.5.11" ], "ref": "CycloneDxRef-Component-find-crate-0.6.3" }, { "dependsOn": [ "CycloneDxRef-Component-aho-corasick-1.1.4", "CycloneDxRef-Component-nu-ansi-term-0.50.3" ], "ref": "CycloneDxRef-Component-lscolors-0.20.0" }, { "dependsOn": [ "CycloneDxRef-Component-thiserror-2.0.17", "CycloneDxRef-Component-getrandom-0.2.16", "CycloneDxRef-Component-libredox-0.1.10" ], "ref": "CycloneDxRef-Component-redox_users-0.5.2" }, { "dependsOn": [ "CycloneDxRef-Component-byteorder-1.5.0", "CycloneDxRef-Component-num-traits-0.2.19", "CycloneDxRef-Component-paste-1.0.15" ], "ref": "CycloneDxRef-Component-rmp-0.8.14" }, { "dependsOn": [ "CycloneDxRef-Component-windows-link-0.1.3" ], "ref": "CycloneDxRef-Component-windows-strings-0.4.2" }, { "dependsOn": [ "CycloneDxRef-Component-http-1.4.0", "CycloneDxRef-Component-http-body-1.0.1", "CycloneDxRef-Component-pin-project-lite-0.2.16", "CycloneDxRef-Component-futures-core-0.3.31", "CycloneDxRef-Component-bytes-1.11.0" ], "ref": "CycloneDxRef-Component-http-body-util-0.1.3" }, { "dependsOn": [ "CycloneDxRef-Component-quote-1.0.42", "CycloneDxRef-Component-syn-2.0.111", "CycloneDxRef-Component-proc-macro2-1.0.103", "CycloneDxRef-Component-indoc-2.0.7", "CycloneDxRef-Component-darling-0.20.11" ], "ref": "CycloneDxRef-Component-instability-0.3.10" }, { "dependsOn": [ "CycloneDxRef-Component-windows-targets-0.52.6" ], "ref": "CycloneDxRef-Component-windows-sys-0.52.0" }, { "dependsOn": [ "CycloneDxRef-Component-nu-path-0.109.1", "CycloneDxRef-Component-log-0.4.29", "CycloneDxRef-Component-fancy-regex-0.16.2", "CycloneDxRef-Component-nu-experimental-0.109.1", "CycloneDxRef-Component-nu-glob-0.109.1", "CycloneDxRef-Component-nu-utils-0.109.1", "CycloneDxRef-Component-nu-protocol-0.109.1" ], "ref": "CycloneDxRef-Component-nu-engine-0.109.1" }, { "dependsOn": [ "CycloneDxRef-Component-windows-link-0.2.1", "CycloneDxRef-Component-windows-core-0.62.2", "CycloneDxRef-Component-windows-threading-0.2.1" ], "ref": "CycloneDxRef-Component-windows-future-0.3.2" }, { "dependsOn": [ "CycloneDxRef-Component-windows-implement-0.60.2", "CycloneDxRef-Component-windows-result-0.4.1", "CycloneDxRef-Component-windows-strings-0.5.1", "CycloneDxRef-Component-windows-link-0.2.1", "CycloneDxRef-Component-windows-interface-0.59.3" ], "ref": "CycloneDxRef-Component-windows-core-0.62.2" }, { "dependsOn": [ "CycloneDxRef-Component-erased-serde-0.4.9", "CycloneDxRef-Component-once_cell-1.21.3", "CycloneDxRef-Component-serde-1.0.228", "CycloneDxRef-Component-inventory-0.3.21", "CycloneDxRef-Component-typetag-impl-0.2.21" ], "ref": "CycloneDxRef-Component-typetag-0.2.21" }, { "dependsOn": [ "CycloneDxRef-Component-crypto-common-0.1.7", "CycloneDxRef-Component-generic-array-0.14.7" ], "ref": "CycloneDxRef-Component-aead-0.5.2" }, { "dependsOn": [ "CycloneDxRef-Component-hex-0.4.3", "CycloneDxRef-Component-bitflags-2.10.0", "CycloneDxRef-Component-chrono-0.4.42" ], "ref": "CycloneDxRef-Component-procfs-core-0.17.0" }, { "dependsOn": [ "CycloneDxRef-Component-sync_wrapper-1.0.2", "CycloneDxRef-Component-tower-layer-0.3.3", "CycloneDxRef-Component-http-body-1.0.1", "CycloneDxRef-Component-http-body-util-0.1.3", "CycloneDxRef-Component-tracing-0.1.43", "CycloneDxRef-Component-mime-0.3.17", "CycloneDxRef-Component-http-1.4.0", "CycloneDxRef-Component-futures-core-0.3.31", "CycloneDxRef-Component-bytes-1.11.0", "CycloneDxRef-Component-tower-service-0.3.3", "CycloneDxRef-Component-pin-project-lite-0.2.16" ], "ref": "CycloneDxRef-Component-axum-core-0.5.5" }, { "dependsOn": [ "CycloneDxRef-Component-litrs-1.0.0" ], "ref": "CycloneDxRef-Component-document-features-0.2.12" }, { "dependsOn": [ "CycloneDxRef-Component-digest-0.10.7", "CycloneDxRef-Component-cfg-if-1.0.4", "CycloneDxRef-Component-cpufeatures-0.2.17" ], "ref": "CycloneDxRef-Component-sha2-0.10.9" }, { "dependsOn": [ "CycloneDxRef-Component-bytes-1.11.0", "CycloneDxRef-Component-spin-0.9.8", "CycloneDxRef-Component-mime-0.3.17", "CycloneDxRef-Component-memchr-2.7.6", "CycloneDxRef-Component-httparse-1.10.1", "CycloneDxRef-Component-http-1.4.0", "CycloneDxRef-Component-encoding_rs-0.8.35", "CycloneDxRef-Component-futures-util-0.3.31" ], "ref": "CycloneDxRef-Component-multer-3.1.0" }, { "dependsOn": [ "CycloneDxRef-Component-thread_local-1.1.9" ], "ref": "CycloneDxRef-Component-fuzzy-matcher-0.3.7" }, { "dependsOn": [ "CycloneDxRef-Component-unicode-segmentation-1.12.0" ], "ref": "CycloneDxRef-Component-convert_case-0.10.0" }, { "dependsOn": [ "CycloneDxRef-Component-futures-0.3.31" ], "ref": "CycloneDxRef-Component-cookie-factory-0.3.3" }, { "dependsOn": [ "CycloneDxRef-Component-lock_api-0.4.14", "CycloneDxRef-Component-parking_lot_core-0.9.12" ], "ref": "CycloneDxRef-Component-parking_lot-0.12.5" }, { "dependsOn": [ "CycloneDxRef-Component-redox_syscall-0.5.18", "CycloneDxRef-Component-windows-link-0.2.1", "CycloneDxRef-Component-smallvec-1.15.1", "CycloneDxRef-Component-cfg-if-1.0.4", "CycloneDxRef-Component-libc-0.2.178" ], "ref": "CycloneDxRef-Component-parking_lot_core-0.9.12" }, { "dependsOn": [ "CycloneDxRef-Component-digest-0.10.7" ], "ref": "CycloneDxRef-Component-hmac-0.12.1" }, { "dependsOn": [ "CycloneDxRef-Component-objc2-io-kit-0.3.2", "CycloneDxRef-Component-objc2-core-foundation-0.3.2", "CycloneDxRef-Component-ntapi-0.4.1", "CycloneDxRef-Component-windows-0.61.3", "CycloneDxRef-Component-memchr-2.7.6", "CycloneDxRef-Component-libc-0.2.178" ], "ref": "CycloneDxRef-Component-sysinfo-0.37.2" }, { "dependsOn": [ "CycloneDxRef-Component-pwd-1.4.0", "CycloneDxRef-Component-omnipath-0.1.6", "CycloneDxRef-Component-ref-cast-1.0.25", "CycloneDxRef-Component-dirs-6.0.0" ], "ref": "CycloneDxRef-Component-nu-path-0.109.1" }, { "dependsOn": [ "CycloneDxRef-Component-windows-sys-0.61.2", "CycloneDxRef-Component-signal-hook-registry-1.4.7", "CycloneDxRef-Component-mio-1.1.1", "CycloneDxRef-Component-pin-project-lite-0.2.16", "CycloneDxRef-Component-socket2-0.6.1", "CycloneDxRef-Component-tokio-macros-2.6.0", "CycloneDxRef-Component-parking_lot-0.12.5", "CycloneDxRef-Component-bytes-1.11.0", "CycloneDxRef-Component-libc-0.2.178" ], "ref": "CycloneDxRef-Component-tokio-1.48.0" }, { "dependsOn": [ "CycloneDxRef-Component-crypto-common-0.1.7", "CycloneDxRef-Component-subtle-2.6.1" ], "ref": "CycloneDxRef-Component-universal-hash-0.5.1" }, { "dependsOn": [ "CycloneDxRef-Component-rustc-hash-2.1.1" ], "ref": "CycloneDxRef-Component-type-map-0.5.1" }, { "dependsOn": [ "CycloneDxRef-Component-windows-core-0.62.2", "CycloneDxRef-Component-windows-future-0.3.2", "CycloneDxRef-Component-windows-numerics-0.3.1", "CycloneDxRef-Component-windows-collections-0.3.2" ], "ref": "CycloneDxRef-Component-windows-0.62.2" }, { "dependsOn": [ "CycloneDxRef-Component-clap-4.5.53", "CycloneDxRef-Component-typedialog-core-0.1.0", "CycloneDxRef-Component-tokio-1.48.0", "CycloneDxRef-Component-unic-langid-0.9.6", "CycloneDxRef-Component-toml-0.9.8", "CycloneDxRef-Component-serde_json-1.0.145", "CycloneDxRef-Component-anyhow-1.0.100" ], "ref": "CycloneDxRef-Component-typedialog-web-0.1.0" }, { "dependsOn": [ "CycloneDxRef-Component-lazy_static-1.5.0" ], "ref": "CycloneDxRef-Component-sharded-slab-0.1.7" }, { "dependsOn": [ "CycloneDxRef-Component-inout-0.1.4", "CycloneDxRef-Component-crypto-common-0.1.7", "CycloneDxRef-Component-zeroize-1.8.2" ], "ref": "CycloneDxRef-Component-cipher-0.4.4" }, { "dependsOn": [ "CycloneDxRef-Component-phf-0.11.3", "CycloneDxRef-Component-chrono-0.4.42" ], "ref": "CycloneDxRef-Component-chrono-tz-0.9.0" }, { "dependsOn": [ "CycloneDxRef-Component-quote-1.0.42", "CycloneDxRef-Component-syn-2.0.111", "CycloneDxRef-Component-proc-macro2-1.0.103" ], "ref": "CycloneDxRef-Component-ref-cast-impl-1.0.25" }, { "dependsOn": [ "CycloneDxRef-Component-unicase-2.8.1", "CycloneDxRef-Component-mime-0.3.17" ], "ref": "CycloneDxRef-Component-mime_guess-2.0.5" }, { "dependsOn": [ "CycloneDxRef-Component-serde-1.0.228", "CycloneDxRef-Component-memchr-2.7.6" ], "ref": "CycloneDxRef-Component-bstr-1.12.1" }, { "dependsOn": [ "CycloneDxRef-Component-iana-time-zone-haiku-0.1.2", "CycloneDxRef-Component-android_system_properties-0.1.5", "CycloneDxRef-Component-js-sys-0.3.83", "CycloneDxRef-Component-log-0.4.29", "CycloneDxRef-Component-core-foundation-sys-0.8.7", "CycloneDxRef-Component-wasm-bindgen-0.2.106", "CycloneDxRef-Component-windows-core-0.62.2" ], "ref": "CycloneDxRef-Component-iana-time-zone-0.1.64" }, { "dependsOn": [ "CycloneDxRef-Component-libm-0.2.15" ], "ref": "CycloneDxRef-Component-humansize-2.1.3" }, { "dependsOn": [ "CycloneDxRef-Component-either-1.15.0" ], "ref": "CycloneDxRef-Component-itertools-0.13.0" }, { "dependsOn": [ "CycloneDxRef-Component-minimal-lexical-0.2.1", "CycloneDxRef-Component-memchr-2.7.6" ], "ref": "CycloneDxRef-Component-nom-7.1.3" }, { "dependsOn": [ "CycloneDxRef-Component-anstyle-parse-0.2.7", "CycloneDxRef-Component-anstyle-1.0.13", "CycloneDxRef-Component-is_terminal_polyfill-1.70.2", "CycloneDxRef-Component-anstyle-wincon-3.0.11", "CycloneDxRef-Component-colorchoice-1.0.4", "CycloneDxRef-Component-utf8parse-0.2.2", "CycloneDxRef-Component-anstyle-query-1.1.5" ], "ref": "CycloneDxRef-Component-anstream-0.6.21" }, { "dependsOn": [ "CycloneDxRef-Component-itoa-1.0.15", "CycloneDxRef-Component-arrayvec-0.7.6" ], "ref": "CycloneDxRef-Component-num-format-0.4.4" }, { "dependsOn": [ "CycloneDxRef-Component-alloc-no-stdlib-2.0.4", "CycloneDxRef-Component-alloc-stdlib-0.2.2" ], "ref": "CycloneDxRef-Component-brotli-decompressor-5.0.0" }, { "dependsOn": [ "CycloneDxRef-Component-tracing-core-0.1.35", "CycloneDxRef-Component-log-0.4.29", "CycloneDxRef-Component-once_cell-1.21.3" ], "ref": "CycloneDxRef-Component-tracing-log-0.2.0" }, { "dependsOn": [ "CycloneDxRef-Component-zeroize_derive-1.4.2" ], "ref": "CycloneDxRef-Component-zeroize-1.8.2" }, { "dependsOn": [ "CycloneDxRef-Component-universal-hash-0.5.1", "CycloneDxRef-Component-opaque-debug-0.3.1", "CycloneDxRef-Component-cpufeatures-0.2.17" ], "ref": "CycloneDxRef-Component-poly1305-0.8.0" }, { "dependsOn": [ "CycloneDxRef-Component-wasi-0.11.1+wasi-snapshot-preview1", "CycloneDxRef-Component-cfg-if-1.0.4", "CycloneDxRef-Component-libc-0.2.178" ], "ref": "CycloneDxRef-Component-getrandom-0.2.16" }, { "dependsOn": [ "CycloneDxRef-Component-futures-executor-0.3.31", "CycloneDxRef-Component-futures-channel-0.3.31", "CycloneDxRef-Component-futures-task-0.3.31", "CycloneDxRef-Component-futures-core-0.3.31", "CycloneDxRef-Component-futures-util-0.3.31", "CycloneDxRef-Component-futures-sink-0.3.31", "CycloneDxRef-Component-futures-io-0.3.31" ], "ref": "CycloneDxRef-Component-futures-0.3.31" }, { "dependsOn": [ "CycloneDxRef-Component-curve25519-dalek-derive-0.1.1", "CycloneDxRef-Component-cfg-if-1.0.4", "CycloneDxRef-Component-zeroize-1.8.2", "CycloneDxRef-Component-subtle-2.6.1", "CycloneDxRef-Component-fiat-crypto-0.2.9", "CycloneDxRef-Component-cpufeatures-0.2.17" ], "ref": "CycloneDxRef-Component-curve25519-dalek-4.1.3" }, { "dependsOn": [ "CycloneDxRef-Component-quote-1.0.42", "CycloneDxRef-Component-syn-2.0.111", "CycloneDxRef-Component-proc-macro2-1.0.103", "CycloneDxRef-Component-heck-0.5.0" ], "ref": "CycloneDxRef-Component-strum_macros-0.27.2" }, { "dependsOn": [ "CycloneDxRef-Component-windows-targets-0.53.5" ], "ref": "CycloneDxRef-Component-windows-sys-0.60.2" }, { "dependsOn": [ "CycloneDxRef-Component-syn-2.0.111", "CycloneDxRef-Component-proc-macro2-1.0.103", "CycloneDxRef-Component-quote-1.0.42" ], "ref": "CycloneDxRef-Component-typetag-impl-0.2.21" }, { "dependsOn": [ "CycloneDxRef-Component-walkdir-2.5.0", "CycloneDxRef-Component-ignore-0.4.25", "CycloneDxRef-Component-bitflags-2.10.0" ], "ref": "CycloneDxRef-Component-globwalk-0.9.1" }, { "dependsOn": [ "CycloneDxRef-Component-futures-task-0.3.31", "CycloneDxRef-Component-futures-core-0.3.31", "CycloneDxRef-Component-futures-util-0.3.31" ], "ref": "CycloneDxRef-Component-futures-executor-0.3.31" }, { "dependsOn": [ "CycloneDxRef-Component-pbkdf2-0.12.2", "CycloneDxRef-Component-sha2-0.10.9", "CycloneDxRef-Component-salsa20-0.10.2" ], "ref": "CycloneDxRef-Component-scrypt-0.11.0" }, { "dependsOn": [ "CycloneDxRef-Component-libc-0.2.178", "CycloneDxRef-Component-objc2-core-foundation-0.3.2" ], "ref": "CycloneDxRef-Component-objc2-io-kit-0.3.2" }, { "dependsOn": [ "CycloneDxRef-Component-heck-0.5.0", "CycloneDxRef-Component-syn-2.0.111", "CycloneDxRef-Component-proc-macro2-1.0.103", "CycloneDxRef-Component-quote-1.0.42", "CycloneDxRef-Component-rustversion-1.0.22" ], "ref": "CycloneDxRef-Component-strum_macros-0.26.4" }, { "dependsOn": [ "CycloneDxRef-Component-proc-macro2-1.0.103", "CycloneDxRef-Component-syn-2.0.111", "CycloneDxRef-Component-quote-1.0.42" ], "ref": "CycloneDxRef-Component-serde_derive-1.0.228" }, { "dependsOn": [ "CycloneDxRef-Component-derive_more-impl-2.1.0" ], "ref": "CycloneDxRef-Component-derive_more-2.1.0" }, { "dependsOn": [ "CycloneDxRef-Component-bit-set-0.8.0", "CycloneDxRef-Component-regex-automata-0.4.13", "CycloneDxRef-Component-regex-syntax-0.8.8" ], "ref": "CycloneDxRef-Component-fancy-regex-0.16.2" }, { "dependsOn": [ "CycloneDxRef-Component-windows_x86_64_gnu-0.52.6", "CycloneDxRef-Component-windows_x86_64_msvc-0.52.6", "CycloneDxRef-Component-windows_aarch64_msvc-0.52.6", "CycloneDxRef-Component-windows_aarch64_gnullvm-0.52.6", "CycloneDxRef-Component-windows_i686_gnu-0.52.6", "CycloneDxRef-Component-windows_x86_64_gnullvm-0.52.6", "CycloneDxRef-Component-windows_i686_gnullvm-0.52.6", "CycloneDxRef-Component-windows_i686_msvc-0.52.6" ], "ref": "CycloneDxRef-Component-windows-targets-0.52.6" }, { "dependsOn": [ "CycloneDxRef-Component-windows-core-0.62.2" ], "ref": "CycloneDxRef-Component-windows-collections-0.3.2" }, { "dependsOn": [ "CycloneDxRef-Component-fastrand-2.3.0", "CycloneDxRef-Component-once_cell-1.21.3", "CycloneDxRef-Component-windows-sys-0.61.2", "CycloneDxRef-Component-rustix-1.1.2", "CycloneDxRef-Component-getrandom-0.3.4" ], "ref": "CycloneDxRef-Component-tempfile-3.23.0" }, { "dependsOn": [ "CycloneDxRef-Component-tracing-attributes-0.1.31", "CycloneDxRef-Component-log-0.4.29", "CycloneDxRef-Component-pin-project-lite-0.2.16", "CycloneDxRef-Component-tracing-core-0.1.35" ], "ref": "CycloneDxRef-Component-tracing-0.1.43" }, { "dependsOn": [ "CycloneDxRef-Component-cipher-0.4.4" ], "ref": "CycloneDxRef-Component-salsa20-0.10.2" }, { "dependsOn": [ "CycloneDxRef-Component-cipher-0.4.4", "CycloneDxRef-Component-cpufeatures-0.2.17", "CycloneDxRef-Component-cfg-if-1.0.4" ], "ref": "CycloneDxRef-Component-chacha20-0.9.1" }, { "dependsOn": [ "CycloneDxRef-Component-ref-cast-impl-1.0.25" ], "ref": "CycloneDxRef-Component-ref-cast-1.0.25" }, { "dependsOn": [ "CycloneDxRef-Component-rustix-0.38.44", "CycloneDxRef-Component-mio-1.1.1", "CycloneDxRef-Component-bitflags-2.10.0", "CycloneDxRef-Component-winapi-0.3.9", "CycloneDxRef-Component-crossterm_winapi-0.9.1", "CycloneDxRef-Component-parking_lot-0.12.5", "CycloneDxRef-Component-signal-hook-mio-0.2.5", "CycloneDxRef-Component-signal-hook-0.3.18" ], "ref": "CycloneDxRef-Component-crossterm-0.28.1" }, { "dependsOn": [ "CycloneDxRef-Component-cfg-if-1.0.4" ], "ref": "CycloneDxRef-Component-encoding_rs-0.8.35" }, { "dependsOn": [ "CycloneDxRef-Component-syn-2.0.111", "CycloneDxRef-Component-quote-1.0.42", "CycloneDxRef-Component-proc-macro2-1.0.103" ], "ref": "CycloneDxRef-Component-displaydoc-0.2.5" }, { "dependsOn": [ "CycloneDxRef-Component-futures-sink-0.3.31", "CycloneDxRef-Component-futures-core-0.3.31" ], "ref": "CycloneDxRef-Component-futures-channel-0.3.31" }, { "dependsOn": [ "CycloneDxRef-Component-quote-1.0.42", "CycloneDxRef-Component-syn-2.0.111", "CycloneDxRef-Component-proc-macro2-1.0.103", "CycloneDxRef-Component-convert_case-0.10.0" ], "ref": "CycloneDxRef-Component-derive_more-impl-2.1.0" }, { "dependsOn": [ "CycloneDxRef-Component-serde_core-1.0.228", "CycloneDxRef-Component-typeid-1.0.3", "CycloneDxRef-Component-serde-1.0.228" ], "ref": "CycloneDxRef-Component-erased-serde-0.4.9" }, { "dependsOn": [ "CycloneDxRef-Component-basic-toml-0.1.10", "CycloneDxRef-Component-unic-langid-0.9.6", "CycloneDxRef-Component-serde-1.0.228", "CycloneDxRef-Component-log-0.4.29", "CycloneDxRef-Component-thiserror-1.0.69", "CycloneDxRef-Component-serde_derive-1.0.228" ], "ref": "CycloneDxRef-Component-i18n-config-0.4.8" }, { "dependsOn": [ "CycloneDxRef-Component-windows-link-0.1.3" ], "ref": "CycloneDxRef-Component-windows-threading-0.1.0" }, { "dependsOn": [ "CycloneDxRef-Component-windows-sys-0.61.2", "CycloneDxRef-Component-libc-0.2.178" ], "ref": "CycloneDxRef-Component-os_pipe-1.2.3" }, { "dependsOn": [ "CycloneDxRef-Component-siphasher-1.0.1" ], "ref": "CycloneDxRef-Component-phf_shared-0.11.3" }, { "dependsOn": [ "CycloneDxRef-Component-proc-macro2-1.0.103" ], "ref": "CycloneDxRef-Component-quote-1.0.42" }, { "dependsOn": [ "CycloneDxRef-Component-windows-threading-0.1.0", "CycloneDxRef-Component-windows-link-0.1.3", "CycloneDxRef-Component-windows-core-0.61.2" ], "ref": "CycloneDxRef-Component-windows-future-0.2.1" }, { "dependsOn": [ "CycloneDxRef-Component-proc-macro2-1.0.103", "CycloneDxRef-Component-syn-2.0.111", "CycloneDxRef-Component-quote-1.0.42" ], "ref": "CycloneDxRef-Component-zeroize_derive-1.4.2" }, { "dependsOn": [ "CycloneDxRef-Component-unic-langid-0.9.6" ], "ref": "CycloneDxRef-Component-intl_pluralrules-7.0.2" }, { "dependsOn": [ "CycloneDxRef-Component-thiserror-1.0.69" ], "ref": "CycloneDxRef-Component-fluent-syntax-0.11.1" }, { "dependsOn": [ "CycloneDxRef-Component-nu-protocol-0.109.1", "CycloneDxRef-Component-interprocess-2.2.3", "CycloneDxRef-Component-windows-0.62.2", "CycloneDxRef-Component-log-0.4.29", "CycloneDxRef-Component-rmp-serde-1.3.0", "CycloneDxRef-Component-serde_json-1.0.145", "CycloneDxRef-Component-serde-1.0.228", "CycloneDxRef-Component-nu-plugin-protocol-0.109.1" ], "ref": "CycloneDxRef-Component-nu-plugin-core-0.109.1" }, { "dependsOn": [ "CycloneDxRef-Component-memchr-2.7.6", "CycloneDxRef-Component-thiserror-2.0.17" ], "ref": "CycloneDxRef-Component-fluent-syntax-0.12.0" }, { "dependsOn": [ "CycloneDxRef-Component-wasm-bindgen-0.2.106", "CycloneDxRef-Component-js-sys-0.3.83" ], "ref": "CycloneDxRef-Component-web-time-1.1.0" }, { "dependsOn": [ "CycloneDxRef-Component-unicode-ident-1.0.22" ], "ref": "CycloneDxRef-Component-proc-macro2-1.0.103" }, { "dependsOn": [ "CycloneDxRef-Component-darling_core-0.20.11", "CycloneDxRef-Component-syn-2.0.111", "CycloneDxRef-Component-quote-1.0.42" ], "ref": "CycloneDxRef-Component-darling_macro-0.20.11" }, { "dependsOn": [ "CycloneDxRef-Component-crossbeam-epoch-0.9.18", "CycloneDxRef-Component-crossbeam-utils-0.8.21" ], "ref": "CycloneDxRef-Component-crossbeam-deque-0.8.6" }, { "dependsOn": [ "CycloneDxRef-Component-either-1.15.0" ], "ref": "CycloneDxRef-Component-itertools-0.14.0" }, { "dependsOn": [ "CycloneDxRef-Component-quote-1.0.42", "CycloneDxRef-Component-proc-macro2-1.0.103", "CycloneDxRef-Component-syn-2.0.111", "CycloneDxRef-Component-heck-0.5.0" ], "ref": "CycloneDxRef-Component-clap_derive-4.5.49" }, { "dependsOn": [ "CycloneDxRef-Component-once_cell-1.21.3", "CycloneDxRef-Component-wasm-bindgen-0.2.106" ], "ref": "CycloneDxRef-Component-js-sys-0.3.83" }, { "dependsOn": [ "CycloneDxRef-Component-bitflags-2.10.0" ], "ref": "CycloneDxRef-Component-redox_syscall-0.5.18" }, { "dependsOn": [ "CycloneDxRef-Component-syn-2.0.111", "CycloneDxRef-Component-unic-langid-0.9.6", "CycloneDxRef-Component-find-crate-0.6.3", "CycloneDxRef-Component-quote-1.0.42", "CycloneDxRef-Component-fluent-syntax-0.11.1", "CycloneDxRef-Component-i18n-config-0.4.8", "CycloneDxRef-Component-strsim-0.11.1", "CycloneDxRef-Component-proc-macro2-1.0.103", "CycloneDxRef-Component-proc-macro-error2-2.0.1", "CycloneDxRef-Component-fluent-0.16.1", "CycloneDxRef-Component-i18n-embed-0.15.4" ], "ref": "CycloneDxRef-Component-i18n-embed-fl-0.9.4" }, { "dependsOn": [ "CycloneDxRef-Component-tracing-log-0.2.0", "CycloneDxRef-Component-tracing-core-0.1.35", "CycloneDxRef-Component-nu-ansi-term-0.50.3", "CycloneDxRef-Component-sharded-slab-0.1.7", "CycloneDxRef-Component-thread_local-1.1.9", "CycloneDxRef-Component-smallvec-1.15.1" ], "ref": "CycloneDxRef-Component-tracing-subscriber-0.3.22" }, { "dependsOn": [ "CycloneDxRef-Component-windows-core-0.61.2" ], "ref": "CycloneDxRef-Component-windows-collections-0.2.0" }, { "dependsOn": [ "CycloneDxRef-Component-alloc-no-stdlib-2.0.4" ], "ref": "CycloneDxRef-Component-alloc-stdlib-0.2.2" }, { "dependsOn": [ "CycloneDxRef-Component-digest-0.10.7", "CycloneDxRef-Component-hmac-0.12.1" ], "ref": "CycloneDxRef-Component-pbkdf2-0.12.2" }, { "dependsOn": [ "CycloneDxRef-Component-windows-link-0.2.1", "CycloneDxRef-Component-windows-core-0.62.2" ], "ref": "CycloneDxRef-Component-windows-numerics-0.3.1" }, { "dependsOn": [ "CycloneDxRef-Component-self_cell-1.2.1" ], "ref": "CycloneDxRef-Component-self_cell-0.10.3" }, { "dependsOn": [ "CycloneDxRef-Component-quote-1.0.42", "CycloneDxRef-Component-syn-2.0.111", "CycloneDxRef-Component-proc-macro2-1.0.103" ], "ref": "CycloneDxRef-Component-thiserror-impl-2.0.17" }, { "dependsOn": [ "CycloneDxRef-Component-unicode-ident-1.0.22" ], "ref": "CycloneDxRef-Component-wasm-bindgen-shared-0.2.106" }, { "dependsOn": [ "CycloneDxRef-Component-windows-sys-0.61.2", "CycloneDxRef-Component-redox_users-0.5.2", "CycloneDxRef-Component-libc-0.2.178", "CycloneDxRef-Component-option-ext-0.2.0" ], "ref": "CycloneDxRef-Component-dirs-sys-0.5.0" }, { "dependsOn": [ "CycloneDxRef-Component-serde_core-1.0.228", "CycloneDxRef-Component-serde_derive-1.0.228" ], "ref": "CycloneDxRef-Component-serde-1.0.228" }, { "dependsOn": [ "CycloneDxRef-Component-chrono-0.4.42" ], "ref": "CycloneDxRef-Component-chrono-humanize-0.2.3" }, { "dependsOn": [ "CycloneDxRef-Component-foldhash-0.1.5", "CycloneDxRef-Component-equivalent-1.0.2", "CycloneDxRef-Component-allocator-api2-0.2.21" ], "ref": "CycloneDxRef-Component-hashbrown-0.15.5" }, { "dependsOn": [ "CycloneDxRef-Component-crossbeam-utils-0.8.21" ], "ref": "CycloneDxRef-Component-crossbeam-epoch-0.9.18" }, { "dependsOn": [ "CycloneDxRef-Component-syn-2.0.111", "CycloneDxRef-Component-quote-1.0.42", "CycloneDxRef-Component-proc-macro2-1.0.103" ], "ref": "CycloneDxRef-Component-tracing-attributes-0.1.31" }, { "dependsOn": [ "CycloneDxRef-Component-windows-link-0.2.1" ], "ref": "CycloneDxRef-Component-windows-sys-0.61.2" }, { "dependsOn": [ "CycloneDxRef-Component-winapi-0.3.9" ], "ref": "CycloneDxRef-Component-ntapi-0.4.1" }, { "dependsOn": [ "CycloneDxRef-Component-terminal_size-0.4.3", "CycloneDxRef-Component-unicode-width-0.1.14", "CycloneDxRef-Component-supports-color-3.0.2", "CycloneDxRef-Component-textwrap-0.16.2", "CycloneDxRef-Component-supports-unicode-3.0.0", "CycloneDxRef-Component-supports-hyperlinks-3.1.0", "CycloneDxRef-Component-miette-derive-7.6.0", "CycloneDxRef-Component-owo-colors-4.2.3", "CycloneDxRef-Component-cfg-if-1.0.4" ], "ref": "CycloneDxRef-Component-miette-7.6.0" }, { "dependsOn": [ "CycloneDxRef-Component-rustix-1.1.2", "CycloneDxRef-Component-windows-sys-0.60.2" ], "ref": "CycloneDxRef-Component-terminal_size-0.4.3" }, { "dependsOn": [ "CycloneDxRef-Component-castaway-0.2.4", "CycloneDxRef-Component-static_assertions-1.1.0", "CycloneDxRef-Component-itoa-1.0.15", "CycloneDxRef-Component-ryu-1.0.20", "CycloneDxRef-Component-rustversion-1.0.22", "CycloneDxRef-Component-cfg-if-1.0.4" ], "ref": "CycloneDxRef-Component-compact_str-0.8.1" }, { "dependsOn": [ "CycloneDxRef-Component-serde-1.0.228", "CycloneDxRef-Component-itoa-1.0.15", "CycloneDxRef-Component-unsafe-libyaml-0.2.11", "CycloneDxRef-Component-indexmap-2.12.1", "CycloneDxRef-Component-ryu-1.0.20" ], "ref": "CycloneDxRef-Component-serde_yaml-0.9.34+deprecated" }, { "dependsOn": [ "CycloneDxRef-Component-crossbeam-deque-0.8.6", "CycloneDxRef-Component-globset-0.4.18", "CycloneDxRef-Component-winapi-util-0.1.11", "CycloneDxRef-Component-log-0.4.29", "CycloneDxRef-Component-walkdir-2.5.0", "CycloneDxRef-Component-same-file-1.0.6", "CycloneDxRef-Component-regex-automata-0.4.13", "CycloneDxRef-Component-memchr-2.7.6" ], "ref": "CycloneDxRef-Component-ignore-0.4.25" }, { "dependsOn": [ "CycloneDxRef-Component-tracing-0.1.43", "CycloneDxRef-Component-mime-0.3.17", "CycloneDxRef-Component-serde_core-1.0.228", "CycloneDxRef-Component-memchr-2.7.6", "CycloneDxRef-Component-tower-0.5.2", "CycloneDxRef-Component-bytes-1.11.0", "CycloneDxRef-Component-form_urlencoded-1.2.2", "CycloneDxRef-Component-tokio-1.48.0", "CycloneDxRef-Component-multer-3.1.0", "CycloneDxRef-Component-matchit-0.8.4", "CycloneDxRef-Component-tower-layer-0.3.3", "CycloneDxRef-Component-tower-service-0.3.3", "CycloneDxRef-Component-serde_urlencoded-0.7.1", "CycloneDxRef-Component-hyper-util-0.1.19", "CycloneDxRef-Component-futures-util-0.3.31", "CycloneDxRef-Component-itoa-1.0.15", "CycloneDxRef-Component-axum-core-0.5.5", "CycloneDxRef-Component-percent-encoding-2.3.2", "CycloneDxRef-Component-pin-project-lite-0.2.16", "CycloneDxRef-Component-http-body-1.0.1", "CycloneDxRef-Component-hyper-1.8.1", "CycloneDxRef-Component-serde_path_to_error-0.1.20", "CycloneDxRef-Component-sync_wrapper-1.0.2", "CycloneDxRef-Component-http-body-util-0.1.3", "CycloneDxRef-Component-serde_json-1.0.145", "CycloneDxRef-Component-http-1.4.0" ], "ref": "CycloneDxRef-Component-axum-0.8.7" }, { "dependsOn": [ "CycloneDxRef-Component-proc-macro2-1.0.103", "CycloneDxRef-Component-quote-1.0.42", "CycloneDxRef-Component-i18n-config-0.4.8", "CycloneDxRef-Component-find-crate-0.6.3", "CycloneDxRef-Component-syn-2.0.111" ], "ref": "CycloneDxRef-Component-i18n-embed-impl-0.8.4" }, { "dependsOn": [ "CycloneDxRef-Component-wasip2-1.0.1+wasi-0.2.4", "CycloneDxRef-Component-libc-0.2.178", "CycloneDxRef-Component-cfg-if-1.0.4", "CycloneDxRef-Component-r-efi-5.3.0" ], "ref": "CycloneDxRef-Component-getrandom-0.3.4" }, { "dependsOn": [ "CycloneDxRef-Component-equivalent-1.0.2", "CycloneDxRef-Component-hashbrown-0.16.1" ], "ref": "CycloneDxRef-Component-indexmap-2.12.1" }, { "dependsOn": [ "CycloneDxRef-Component-thiserror-impl-2.0.17" ], "ref": "CycloneDxRef-Component-thiserror-2.0.17" }, { "dependsOn": [ "CycloneDxRef-Component-vte-0.14.1" ], "ref": "CycloneDxRef-Component-strip-ansi-escapes-0.2.1" }, { "dependsOn": [ "CycloneDxRef-Component-anstyle-1.0.13", "CycloneDxRef-Component-clap_lex-0.7.6", "CycloneDxRef-Component-anstream-0.6.21", "CycloneDxRef-Component-strsim-0.11.1" ], "ref": "CycloneDxRef-Component-clap_builder-4.5.53" }, { "dependsOn": [ "CycloneDxRef-Component-syn-2.0.111", "CycloneDxRef-Component-quote-1.0.42", "CycloneDxRef-Component-proc-macro2-1.0.103" ], "ref": "CycloneDxRef-Component-miette-derive-7.6.0" }, { "dependsOn": [ "CycloneDxRef-Component-generic-array-0.14.7" ], "ref": "CycloneDxRef-Component-block-buffer-0.10.4" }, { "dependsOn": [ "CycloneDxRef-Component-pin-project-internal-1.1.10" ], "ref": "CycloneDxRef-Component-pin-project-1.1.10" }, { "dependsOn": [ "CycloneDxRef-Component-proc-macro2-1.0.103", "CycloneDxRef-Component-pest-2.8.4", "CycloneDxRef-Component-syn-2.0.111", "CycloneDxRef-Component-pest_meta-2.8.4", "CycloneDxRef-Component-quote-1.0.42" ], "ref": "CycloneDxRef-Component-pest_generator-2.8.4" }, { "dependsOn": [ "CycloneDxRef-Component-windows-sys-0.60.2", "CycloneDxRef-Component-libc-0.2.178" ], "ref": "CycloneDxRef-Component-socket2-0.6.1" }, { "dependsOn": [ "CycloneDxRef-Component-wasi-0.11.1+wasi-snapshot-preview1", "CycloneDxRef-Component-libc-0.2.178", "CycloneDxRef-Component-windows-sys-0.61.2", "CycloneDxRef-Component-log-0.4.29" ], "ref": "CycloneDxRef-Component-mio-1.1.1" }, { "dependsOn": [ "CycloneDxRef-Component-miniz_oxide-0.8.9", "CycloneDxRef-Component-crc32fast-1.5.0" ], "ref": "CycloneDxRef-Component-flate2-1.1.5" }, { "dependsOn": [ "CycloneDxRef-Component-same-file-1.0.6", "CycloneDxRef-Component-winapi-util-0.1.11" ], "ref": "CycloneDxRef-Component-walkdir-2.5.0" }, { "dependsOn": [ "CycloneDxRef-Component-tower-http-0.6.8", "CycloneDxRef-Component-nu-plugin-0.109.1", "CycloneDxRef-Component-crossterm-0.29.0", "CycloneDxRef-Component-tracing-0.1.43", "CycloneDxRef-Component-unic-langid-0.9.6", "CycloneDxRef-Component-async-trait-0.1.89", "CycloneDxRef-Component-fluent-0.17.0", "CycloneDxRef-Component-tera-1.20.1", "CycloneDxRef-Component-tempfile-3.23.0", "CycloneDxRef-Component-encrypt-0.1.0", "CycloneDxRef-Component-serde_yaml-0.9.34+deprecated", "CycloneDxRef-Component-tracing-subscriber-0.3.22", "CycloneDxRef-Component-anyhow-1.0.100", "CycloneDxRef-Component-serde_json-1.0.145", "CycloneDxRef-Component-tower-0.5.2", "CycloneDxRef-Component-ratatui-0.29.0", "CycloneDxRef-Component-atty-0.2.14", "CycloneDxRef-Component-thiserror-2.0.17", "CycloneDxRef-Component-tokio-1.48.0", "CycloneDxRef-Component-chrono-0.4.42", "CycloneDxRef-Component-dialoguer-0.12.0", "CycloneDxRef-Component-fluent-bundle-0.16.0", "CycloneDxRef-Component-futures-0.3.31", "CycloneDxRef-Component-inquire-0.9.1", "CycloneDxRef-Component-serde-1.0.228", "CycloneDxRef-Component-nu-protocol-0.109.1", "CycloneDxRef-Component-axum-0.8.7", "CycloneDxRef-Component-dirs-6.0.0", "CycloneDxRef-Component-toml-0.9.8", "CycloneDxRef-Component-sys-locale-0.3.2", "CycloneDxRef-Component-rpassword-7.4.0" ], "ref": "CycloneDxRef-Component-typedialog-core-0.1.0" }, { "dependsOn": [ "CycloneDxRef-Component-serde_derive-1.0.228" ], "ref": "CycloneDxRef-Component-serde_core-1.0.228" }, { "dependsOn": [ "CycloneDxRef-Component-tokio-1.48.0", "CycloneDxRef-Component-http-body-1.0.1", "CycloneDxRef-Component-hyper-1.8.1", "CycloneDxRef-Component-pin-project-lite-0.2.16", "CycloneDxRef-Component-tower-service-0.3.3", "CycloneDxRef-Component-http-1.4.0", "CycloneDxRef-Component-futures-core-0.3.31", "CycloneDxRef-Component-bytes-1.11.0" ], "ref": "CycloneDxRef-Component-hyper-util-0.1.19" }, { "dependsOn": [ "CycloneDxRef-Component-libc-0.2.178" ], "ref": "CycloneDxRef-Component-cpufeatures-0.2.17" }, { "dependsOn": [ "CycloneDxRef-Component-generic-array-0.14.7", "CycloneDxRef-Component-typenum-1.19.0" ], "ref": "CycloneDxRef-Component-crypto-common-0.1.7" }, { "dependsOn": [ "CycloneDxRef-Component-block-buffer-0.10.4", "CycloneDxRef-Component-subtle-2.6.1", "CycloneDxRef-Component-crypto-common-0.1.7" ], "ref": "CycloneDxRef-Component-digest-0.10.7" }, { "dependsOn": [ "CycloneDxRef-Component-windows-core-0.61.2", "CycloneDxRef-Component-windows-link-0.1.3" ], "ref": "CycloneDxRef-Component-windows-numerics-0.2.0" }, { "dependsOn": [ "CycloneDxRef-Component-zerocopy-0.7.35" ], "ref": "CycloneDxRef-Component-buf-trait-0.4.1" }, { "dependsOn": [ "CycloneDxRef-Component-libc-0.2.178", "CycloneDxRef-Component-rand_core-0.6.4", "CycloneDxRef-Component-rand_chacha-0.3.1" ], "ref": "CycloneDxRef-Component-rand-0.8.5" }, { "dependsOn": [ "CycloneDxRef-Component-anyhow-1.0.100", "CycloneDxRef-Component-toml-0.9.8", "CycloneDxRef-Component-unic-langid-0.9.6", "CycloneDxRef-Component-typedialog-core-0.1.0", "CycloneDxRef-Component-tokio-1.48.0", "CycloneDxRef-Component-serde_json-1.0.145", "CycloneDxRef-Component-clap-4.5.53" ], "ref": "CycloneDxRef-Component-typedialog-0.1.0" }, { "dependsOn": [ "CycloneDxRef-Component-winapi-util-0.1.11" ], "ref": "CycloneDxRef-Component-same-file-1.0.6" }, { "dependsOn": [ "CycloneDxRef-Component-nu-utils-0.109.1", "CycloneDxRef-Component-serde-1.0.228", "CycloneDxRef-Component-rmp-serde-1.3.0", "CycloneDxRef-Component-nu-protocol-0.109.1", "CycloneDxRef-Component-semver-1.0.27", "CycloneDxRef-Component-typetag-0.2.21" ], "ref": "CycloneDxRef-Component-nu-plugin-protocol-0.109.1" }, { "dependsOn": [ "CycloneDxRef-Component-syn-2.0.111", "CycloneDxRef-Component-quote-1.0.42", "CycloneDxRef-Component-heck-0.5.0", "CycloneDxRef-Component-proc-macro2-1.0.103", "CycloneDxRef-Component-proc-macro-error2-2.0.1" ], "ref": "CycloneDxRef-Component-nu-derive-value-0.109.1" }, { "dependsOn": [ "CycloneDxRef-Component-rtoolbox-0.0.3", "CycloneDxRef-Component-libc-0.2.178", "CycloneDxRef-Component-windows-sys-0.59.0" ], "ref": "CycloneDxRef-Component-rpassword-7.4.0" }, { "dependsOn": [ "CycloneDxRef-Component-dirs-sys-0.5.0" ], "ref": "CycloneDxRef-Component-dirs-6.0.0" }, { "dependsOn": [ "CycloneDxRef-Component-windows-sys-0.61.2" ], "ref": "CycloneDxRef-Component-nu-ansi-term-0.50.3" }, { "dependsOn": [ "CycloneDxRef-Component-zeroize-1.8.2" ], "ref": "CycloneDxRef-Component-secrecy-0.10.3" }, { "dependsOn": [ "CycloneDxRef-Component-utf8parse-0.2.2" ], "ref": "CycloneDxRef-Component-anstyle-parse-0.2.7" }, { "dependsOn": [ "CycloneDxRef-Component-ucd-trie-0.1.7", "CycloneDxRef-Component-memchr-2.7.6" ], "ref": "CycloneDxRef-Component-pest-2.8.4" }, { "dependsOn": [ "CycloneDxRef-Component-scopeguard-1.2.0" ], "ref": "CycloneDxRef-Component-lock_api-0.4.14" }, { "dependsOn": [ "CycloneDxRef-Component-form_urlencoded-1.2.2", "CycloneDxRef-Component-itoa-1.0.15", "CycloneDxRef-Component-ryu-1.0.20", "CycloneDxRef-Component-serde-1.0.228" ], "ref": "CycloneDxRef-Component-serde_urlencoded-0.7.1" }, { "dependsOn": [ "CycloneDxRef-Component-syn-2.0.111", "CycloneDxRef-Component-quote-1.0.42", "CycloneDxRef-Component-proc-macro2-1.0.103" ], "ref": "CycloneDxRef-Component-pin-project-internal-1.1.10" }, { "dependsOn": [ "CycloneDxRef-Component-memchr-2.7.6" ], "ref": "CycloneDxRef-Component-vte-0.14.1" }, { "dependsOn": [ "CycloneDxRef-Component-rmp-0.8.14", "CycloneDxRef-Component-byteorder-1.5.0", "CycloneDxRef-Component-serde-1.0.228" ], "ref": "CycloneDxRef-Component-rmp-serde-1.3.0" }, { "dependsOn": [ "CycloneDxRef-Component-rand-0.8.5", "CycloneDxRef-Component-hkdf-0.12.4", "CycloneDxRef-Component-io_tee-0.1.1", "CycloneDxRef-Component-sha2-0.10.9", "CycloneDxRef-Component-secrecy-0.10.3", "CycloneDxRef-Component-cookie-factory-0.3.3", "CycloneDxRef-Component-base64-0.21.7", "CycloneDxRef-Component-nom-7.1.3", "CycloneDxRef-Component-chacha20poly1305-0.10.1" ], "ref": "CycloneDxRef-Component-age-core-0.11.0" }, { "dependsOn": [ "CycloneDxRef-Component-windows-link-0.1.3" ], "ref": "CycloneDxRef-Component-windows-result-0.3.4" }, { "dependsOn": [ "CycloneDxRef-Component-syn-2.0.111", "CycloneDxRef-Component-quote-1.0.42", "CycloneDxRef-Component-proc-macro2-1.0.103" ], "ref": "CycloneDxRef-Component-tokio-macros-2.6.0" }, { "dependsOn": [ "CycloneDxRef-Component-windows_aarch64_msvc-0.53.1", "CycloneDxRef-Component-windows_i686_msvc-0.53.1", "CycloneDxRef-Component-windows_x86_64_gnu-0.53.1", "CycloneDxRef-Component-windows_i686_gnu-0.53.1", "CycloneDxRef-Component-windows_x86_64_gnullvm-0.53.1", "CycloneDxRef-Component-windows_x86_64_msvc-0.53.1", "CycloneDxRef-Component-windows_i686_gnullvm-0.53.1", "CycloneDxRef-Component-windows_aarch64_gnullvm-0.53.1", "CycloneDxRef-Component-windows-link-0.2.1" ], "ref": "CycloneDxRef-Component-windows-targets-0.53.5" }, { "dependsOn": [ "CycloneDxRef-Component-itoa-1.0.15", "CycloneDxRef-Component-bytes-1.11.0" ], "ref": "CycloneDxRef-Component-http-1.4.0" }, { "dependsOn": [ "CycloneDxRef-Component-buf-trait-0.4.1" ], "ref": "CycloneDxRef-Component-byteyarn-0.5.1" }, { "dependsOn": [ "CycloneDxRef-Component-serde_core-1.0.228" ], "ref": "CycloneDxRef-Component-serde_spanned-1.0.3" }, { "dependsOn": [ "CycloneDxRef-Component-thiserror-impl-1.0.69" ], "ref": "CycloneDxRef-Component-thiserror-1.0.69" }, { "dependsOn": [ "CycloneDxRef-Component-cfg-if-1.0.4" ], "ref": "CycloneDxRef-Component-thread_local-1.1.9" }, { "dependsOn": [ "CycloneDxRef-Component-regex-automata-0.4.13", "CycloneDxRef-Component-aho-corasick-1.1.4", "CycloneDxRef-Component-memchr-2.7.6", "CycloneDxRef-Component-regex-syntax-0.8.8" ], "ref": "CycloneDxRef-Component-regex-1.12.2" }, { "dependsOn": [ "CycloneDxRef-Component-zerocopy-derive-0.8.31" ], "ref": "CycloneDxRef-Component-zerocopy-0.8.31" }, { "dependsOn": [ "CycloneDxRef-Component-serde-1.0.228" ], "ref": "CycloneDxRef-Component-basic-toml-0.1.10" }, { "dependsOn": [ "CycloneDxRef-Component-quote-1.0.42", "CycloneDxRef-Component-proc-macro2-1.0.103", "CycloneDxRef-Component-syn-2.0.111" ], "ref": "CycloneDxRef-Component-windows-interface-0.59.3" }, { "dependsOn": [ "CycloneDxRef-Component-pest-2.8.4" ], "ref": "CycloneDxRef-Component-pest_meta-2.8.4" }, { "dependsOn": [ "CycloneDxRef-Component-procfs-0.17.0", "CycloneDxRef-Component-web-time-1.1.0", "CycloneDxRef-Component-mach2-0.4.3", "CycloneDxRef-Component-ntapi-0.4.1", "CycloneDxRef-Component-itertools-0.14.0", "CycloneDxRef-Component-chrono-0.4.42", "CycloneDxRef-Component-sysinfo-0.37.2", "CycloneDxRef-Component-libproc-0.14.11", "CycloneDxRef-Component-libc-0.2.178", "CycloneDxRef-Component-windows-0.62.2", "CycloneDxRef-Component-log-0.4.29", "CycloneDxRef-Component-nix-0.30.1" ], "ref": "CycloneDxRef-Component-nu-system-0.109.1" }, { "dependsOn": [ "CycloneDxRef-Component-toml-0.9.8", "CycloneDxRef-Component-dirs-6.0.0", "CycloneDxRef-Component-thiserror-2.0.17", "CycloneDxRef-Component-serde_json-1.0.145", "CycloneDxRef-Component-anyhow-1.0.100", "CycloneDxRef-Component-age-0.11.2", "CycloneDxRef-Component-serde_yaml-0.9.34+deprecated", "CycloneDxRef-Component-hex-0.4.3", "CycloneDxRef-Component-serde-1.0.228", "CycloneDxRef-Component-tracing-0.1.43" ], "ref": "CycloneDxRef-Component-encrypt-0.1.0" }, { "dependsOn": [ "CycloneDxRef-Component-syn-2.0.111", "CycloneDxRef-Component-proc-macro2-1.0.103", "CycloneDxRef-Component-proc-macro-error-attr2-2.0.0", "CycloneDxRef-Component-quote-1.0.42" ], "ref": "CycloneDxRef-Component-proc-macro-error2-2.0.1" }, { "dependsOn": [ "CycloneDxRef-Component-walkdir-2.5.0", "CycloneDxRef-Component-sha2-0.10.9" ], "ref": "CycloneDxRef-Component-rust-embed-utils-8.9.0" }, { "dependsOn": [ "CycloneDxRef-Component-bit-vec-0.8.0" ], "ref": "CycloneDxRef-Component-bit-set-0.8.0" }, { "dependsOn": [ "CycloneDxRef-Component-windows-link-0.2.1" ], "ref": "CycloneDxRef-Component-windows-strings-0.5.1" }, { "dependsOn": [ "CycloneDxRef-Component-libc-0.2.178", "CycloneDxRef-Component-errno-0.3.14", "CycloneDxRef-Component-bitflags-2.10.0", "CycloneDxRef-Component-linux-raw-sys-0.11.0", "CycloneDxRef-Component-windows-sys-0.61.2" ], "ref": "CycloneDxRef-Component-rustix-1.1.2" }, { "dependsOn": [ "CycloneDxRef-Component-memchr-2.7.6" ], "ref": "CycloneDxRef-Component-aho-corasick-1.1.4" }, { "dependsOn": [ "CycloneDxRef-Component-libc-0.2.178" ], "ref": "CycloneDxRef-Component-signal-hook-registry-1.4.7" }, { "dependsOn": [ "CycloneDxRef-Component-signal-hook-0.3.18", "CycloneDxRef-Component-mio-1.1.1", "CycloneDxRef-Component-libc-0.2.178" ], "ref": "CycloneDxRef-Component-signal-hook-mio-0.2.5" }, { "dependsOn": [ "CycloneDxRef-Component-tempfile-3.23.0", "CycloneDxRef-Component-shell-words-1.1.0", "CycloneDxRef-Component-console-0.16.2", "CycloneDxRef-Component-zeroize-1.8.2" ], "ref": "CycloneDxRef-Component-dialoguer-0.12.0" }, { "dependsOn": [ "CycloneDxRef-Component-fluent-bundle-0.15.3", "CycloneDxRef-Component-unic-langid-0.9.6" ], "ref": "CycloneDxRef-Component-fluent-0.16.1" }, { "dependsOn": [ "CycloneDxRef-Component-syn-2.0.111", "CycloneDxRef-Component-proc-macro2-1.0.103", "CycloneDxRef-Component-quote-1.0.42" ], "ref": "CycloneDxRef-Component-windows-implement-0.60.2" }, { "dependsOn": [ "CycloneDxRef-Component-bitflags-2.10.0", "CycloneDxRef-Component-tempfile-3.23.0", "CycloneDxRef-Component-unicode-segmentation-1.12.0", "CycloneDxRef-Component-dyn-clone-1.0.20", "CycloneDxRef-Component-fuzzy-matcher-0.3.7", "CycloneDxRef-Component-chrono-0.4.42", "CycloneDxRef-Component-unicode-width-0.2.0", "CycloneDxRef-Component-crossterm-0.29.0" ], "ref": "CycloneDxRef-Component-inquire-0.9.1" }, { "dependsOn": [ "CycloneDxRef-Component-wit-bindgen-0.46.0" ], "ref": "CycloneDxRef-Component-wasip2-1.0.1+wasi-0.2.4" }, { "dependsOn": [ "CycloneDxRef-Component-slab-0.4.11", "CycloneDxRef-Component-futures-io-0.3.31", "CycloneDxRef-Component-futures-task-0.3.31", "CycloneDxRef-Component-futures-core-0.3.31", "CycloneDxRef-Component-futures-channel-0.3.31", "CycloneDxRef-Component-pin-utils-0.1.0", "CycloneDxRef-Component-pin-project-lite-0.2.16", "CycloneDxRef-Component-memchr-2.7.6", "CycloneDxRef-Component-futures-macro-0.3.31", "CycloneDxRef-Component-futures-sink-0.3.31" ], "ref": "CycloneDxRef-Component-futures-util-0.3.31" }, { "dependsOn": [ "CycloneDxRef-Component-unicode-width-0.2.0", "CycloneDxRef-Component-unicode-linebreak-0.1.5" ], "ref": "CycloneDxRef-Component-textwrap-0.16.2" }, { "dependsOn": [ "CycloneDxRef-Component-alloc-stdlib-0.2.2", "CycloneDxRef-Component-brotli-decompressor-5.0.0", "CycloneDxRef-Component-alloc-no-stdlib-2.0.4" ], "ref": "CycloneDxRef-Component-brotli-8.0.2" }, { "dependsOn": [ "CycloneDxRef-Component-windows-sys-0.61.2" ], "ref": "CycloneDxRef-Component-anstyle-query-1.1.5" }, { "dependsOn": [ "CycloneDxRef-Component-unic-langid-impl-0.9.6" ], "ref": "CycloneDxRef-Component-unic-langid-0.9.6" }, { "dependsOn": [ "CycloneDxRef-Component-zerocopy-0.8.31" ], "ref": "CycloneDxRef-Component-ppv-lite86-0.2.21" }, { "dependsOn": [ "CycloneDxRef-Component-serde-1.0.228", "CycloneDxRef-Component-itoa-1.0.15", "CycloneDxRef-Component-serde_core-1.0.228" ], "ref": "CycloneDxRef-Component-serde_path_to_error-0.1.20" }, { "dependsOn": [ "CycloneDxRef-Component-libc-0.2.178" ], "ref": "CycloneDxRef-Component-hermit-abi-0.1.19" }, { "dependsOn": [ "CycloneDxRef-Component-winnow-0.7.14" ], "ref": "CycloneDxRef-Component-toml_parser-1.0.4" }, { "dependsOn": [ "CycloneDxRef-Component-hermit-abi-0.1.19", "CycloneDxRef-Component-winapi-0.3.9", "CycloneDxRef-Component-libc-0.2.178" ], "ref": "CycloneDxRef-Component-atty-0.2.14" }, { "dependsOn": [ "CycloneDxRef-Component-proc-macro2-1.0.103", "CycloneDxRef-Component-syn-2.0.111", "CycloneDxRef-Component-quote-1.0.42" ], "ref": "CycloneDxRef-Component-zerocopy-derive-0.8.31" }, { "dependsOn": [ "CycloneDxRef-Component-libc-0.2.178" ], "ref": "CycloneDxRef-Component-android_system_properties-0.1.5" }, { "dependsOn": [ "CycloneDxRef-Component-simd-adler32-0.3.8", "CycloneDxRef-Component-adler2-2.0.1" ], "ref": "CycloneDxRef-Component-miniz_oxide-0.8.9" }, { "dependsOn": [ "CycloneDxRef-Component-libc-0.2.178", "CycloneDxRef-Component-bitflags-2.10.0" ], "ref": "CycloneDxRef-Component-libredox-0.1.10" }, { "dependsOn": [ "CycloneDxRef-Component-serde-1.0.228" ], "ref": "CycloneDxRef-Component-toml-0.5.11" }, { "dependsOn": [ "CycloneDxRef-Component-thiserror-1.0.69", "CycloneDxRef-Component-libc-0.2.178" ], "ref": "CycloneDxRef-Component-pwd-1.4.0" }, { "dependsOn": [ "CycloneDxRef-Component-quote-1.0.42", "CycloneDxRef-Component-proc-macro2-1.0.103" ], "ref": "CycloneDxRef-Component-proc-macro-error-attr2-2.0.0" }, { "dependsOn": [ "CycloneDxRef-Component-log-0.4.29", "CycloneDxRef-Component-memchr-2.7.6", "CycloneDxRef-Component-crossterm-0.29.0", "CycloneDxRef-Component-unicase-2.8.1", "CycloneDxRef-Component-num-format-0.4.4", "CycloneDxRef-Component-fancy-regex-0.16.2", "CycloneDxRef-Component-nix-0.30.1", "CycloneDxRef-Component-strip-ansi-escapes-0.2.1", "CycloneDxRef-Component-crossterm_winapi-0.9.1", "CycloneDxRef-Component-sys-locale-0.3.2", "CycloneDxRef-Component-serde-1.0.228", "CycloneDxRef-Component-serde_json-1.0.145", "CycloneDxRef-Component-lscolors-0.20.0", "CycloneDxRef-Component-lean_string-0.5.1", "CycloneDxRef-Component-byteyarn-0.5.1" ], "ref": "CycloneDxRef-Component-nu-utils-0.109.1" }, { "dependsOn": [ "CycloneDxRef-Component-syn-2.0.111", "CycloneDxRef-Component-quote-1.0.42", "CycloneDxRef-Component-proc-macro2-1.0.103" ], "ref": "CycloneDxRef-Component-curve25519-dalek-derive-0.1.1" }, { "dependsOn": [ "CycloneDxRef-Component-rustversion-1.0.22" ], "ref": "CycloneDxRef-Component-castaway-0.2.4" }, { "dependsOn": [ "CycloneDxRef-Component-smallvec-1.15.1", "CycloneDxRef-Component-rustc-hash-1.1.0", "CycloneDxRef-Component-fluent-syntax-0.11.1", "CycloneDxRef-Component-self_cell-0.10.3", "CycloneDxRef-Component-intl-memoizer-0.5.3", "CycloneDxRef-Component-unic-langid-0.9.6", "CycloneDxRef-Component-fluent-langneg-0.13.1", "CycloneDxRef-Component-intl_pluralrules-7.0.2" ], "ref": "CycloneDxRef-Component-fluent-bundle-0.15.3" }, { "dependsOn": [ "CycloneDxRef-Component-syn-2.0.111", "CycloneDxRef-Component-fnv-1.0.7", "CycloneDxRef-Component-quote-1.0.42", "CycloneDxRef-Component-strsim-0.11.1", "CycloneDxRef-Component-proc-macro2-1.0.103", "CycloneDxRef-Component-ident_case-1.0.1" ], "ref": "CycloneDxRef-Component-darling_core-0.20.11" }, { "dependsOn": [ "CycloneDxRef-Component-unic-langid-0.9.6", "CycloneDxRef-Component-type-map-0.5.1" ], "ref": "CycloneDxRef-Component-intl-memoizer-0.5.3" }, { "dependsOn": [ "CycloneDxRef-Component-windows-targets-0.52.6" ], "ref": "CycloneDxRef-Component-windows-sys-0.59.0" }, { "dependsOn": [ "CycloneDxRef-Component-libc-0.2.178", "CycloneDxRef-Component-windows-sys-0.52.0" ], "ref": "CycloneDxRef-Component-rtoolbox-0.0.3" }, { "dependsOn": [ "CycloneDxRef-Component-globwalk-0.9.1", "CycloneDxRef-Component-humansize-2.1.3", "CycloneDxRef-Component-chrono-tz-0.9.0", "CycloneDxRef-Component-serde_json-1.0.145", "CycloneDxRef-Component-pest_derive-2.8.4", "CycloneDxRef-Component-chrono-0.4.42", "CycloneDxRef-Component-unicode-segmentation-1.12.0", "CycloneDxRef-Component-percent-encoding-2.3.2", "CycloneDxRef-Component-pest-2.8.4", "CycloneDxRef-Component-lazy_static-1.5.0", "CycloneDxRef-Component-regex-1.12.2", "CycloneDxRef-Component-rand-0.8.5", "CycloneDxRef-Component-slug-0.1.6", "CycloneDxRef-Component-serde-1.0.228" ], "ref": "CycloneDxRef-Component-tera-1.20.1" }, { "dependsOn": [ "CycloneDxRef-Component-windows-link-0.2.1" ], "ref": "CycloneDxRef-Component-windows-threading-0.2.1" }, { "dependsOn": [ "CycloneDxRef-Component-aead-0.5.2", "CycloneDxRef-Component-zeroize-1.8.2", "CycloneDxRef-Component-cipher-0.4.4", "CycloneDxRef-Component-poly1305-0.8.0", "CycloneDxRef-Component-chacha20-0.9.1" ], "ref": "CycloneDxRef-Component-chacha20poly1305-0.10.1" }, { "dependsOn": [ "CycloneDxRef-Component-windows-sys-0.61.2", "CycloneDxRef-Component-libc-0.2.178" ], "ref": "CycloneDxRef-Component-errno-0.3.14" }, { "dependsOn": [ "CycloneDxRef-Component-darling_core-0.20.11", "CycloneDxRef-Component-darling_macro-0.20.11" ], "ref": "CycloneDxRef-Component-darling-0.20.11" }, { "dependsOn": [ "CycloneDxRef-Component-syn-2.0.111", "CycloneDxRef-Component-proc-macro2-1.0.103", "CycloneDxRef-Component-quote-1.0.42" ], "ref": "CycloneDxRef-Component-async-trait-0.1.89" }, { "dependsOn": [ "CycloneDxRef-Component-toml_parser-1.0.4", "CycloneDxRef-Component-serde_core-1.0.228", "CycloneDxRef-Component-winnow-0.7.14", "CycloneDxRef-Component-toml_writer-1.0.4", "CycloneDxRef-Component-toml_datetime-0.7.3", "CycloneDxRef-Component-serde_spanned-1.0.3", "CycloneDxRef-Component-indexmap-2.12.1" ], "ref": "CycloneDxRef-Component-toml-0.9.8" }, { "dependsOn": [ "CycloneDxRef-Component-zerocopy-derive-0.7.35", "CycloneDxRef-Component-byteorder-1.5.0" ], "ref": "CycloneDxRef-Component-zerocopy-0.7.35" }, { "dependsOn": [ "CycloneDxRef-Component-instability-0.3.10", "CycloneDxRef-Component-unicode-width-0.2.0", "CycloneDxRef-Component-unicode-segmentation-1.12.0", "CycloneDxRef-Component-compact_str-0.8.1", "CycloneDxRef-Component-itertools-0.13.0", "CycloneDxRef-Component-unicode-truncate-1.1.0", "CycloneDxRef-Component-lru-0.12.5", "CycloneDxRef-Component-indoc-2.0.7", "CycloneDxRef-Component-crossterm-0.28.1", "CycloneDxRef-Component-cassowary-0.3.0", "CycloneDxRef-Component-strum-0.26.3", "CycloneDxRef-Component-paste-1.0.15", "CycloneDxRef-Component-bitflags-2.10.0" ], "ref": "CycloneDxRef-Component-ratatui-0.29.0" }, { "dependsOn": [ "CycloneDxRef-Component-cfg-if-1.0.4" ], "ref": "CycloneDxRef-Component-crc32fast-1.5.0" }, { "dependsOn": [ "CycloneDxRef-Component-pin-project-lite-0.2.16", "CycloneDxRef-Component-tokio-1.48.0", "CycloneDxRef-Component-bytes-1.11.0", "CycloneDxRef-Component-futures-sink-0.3.31", "CycloneDxRef-Component-futures-core-0.3.31" ], "ref": "CycloneDxRef-Component-tokio-util-0.7.17" }, { "dependsOn": [ "CycloneDxRef-Component-phf_shared-0.11.3" ], "ref": "CycloneDxRef-Component-phf-0.11.3" }, { "dependsOn": [ "CycloneDxRef-Component-libc-0.2.178" ], "ref": "CycloneDxRef-Component-sys-locale-0.3.2" }, { "dependsOn": [ "CycloneDxRef-Component-crossterm_winapi-0.9.1", "CycloneDxRef-Component-signal-hook-0.3.18", "CycloneDxRef-Component-winapi-0.3.9", "CycloneDxRef-Component-mio-1.1.1", "CycloneDxRef-Component-derive_more-2.1.0", "CycloneDxRef-Component-rustix-1.1.2", "CycloneDxRef-Component-parking_lot-0.12.5", "CycloneDxRef-Component-signal-hook-mio-0.2.5", "CycloneDxRef-Component-document-features-0.2.12", "CycloneDxRef-Component-bitflags-2.10.0" ], "ref": "CycloneDxRef-Component-crossterm-0.29.0" }, { "dependsOn": [ "CycloneDxRef-Component-widestring-1.2.1", "CycloneDxRef-Component-libc-0.2.178", "CycloneDxRef-Component-doctest-file-1.0.0", "CycloneDxRef-Component-windows-sys-0.52.0", "CycloneDxRef-Component-recvmsg-1.0.0" ], "ref": "CycloneDxRef-Component-interprocess-2.2.3" }, { "dependsOn": [ "CycloneDxRef-Component-tinystr-0.8.2", "CycloneDxRef-Component-serde-1.0.228" ], "ref": "CycloneDxRef-Component-unic-langid-impl-0.9.6" }, { "dependsOn": [ "CycloneDxRef-Component-proc-macro2-1.0.103", "CycloneDxRef-Component-syn-2.0.111", "CycloneDxRef-Component-quote-1.0.42" ], "ref": "CycloneDxRef-Component-thiserror-impl-1.0.69" }, { "dependsOn": [ "CycloneDxRef-Component-hmac-0.12.1" ], "ref": "CycloneDxRef-Component-hkdf-0.12.4" }, { "dependsOn": [ "CycloneDxRef-Component-strum_macros-0.26.4" ], "ref": "CycloneDxRef-Component-strum-0.26.3" }, { "dependsOn": [ "CycloneDxRef-Component-windows-future-0.2.1", "CycloneDxRef-Component-windows-numerics-0.2.0", "CycloneDxRef-Component-windows-link-0.1.3", "CycloneDxRef-Component-windows-core-0.61.2", "CycloneDxRef-Component-windows-collections-0.2.0" ], "ref": "CycloneDxRef-Component-windows-0.61.3" }, { "dependsOn": [ "CycloneDxRef-Component-serde_core-1.0.228" ], "ref": "CycloneDxRef-Component-toml_datetime-0.7.3" }, { "dependsOn": [ "CycloneDxRef-Component-serde-1.0.228", "CycloneDxRef-Component-rand_core-0.6.4", "CycloneDxRef-Component-curve25519-dalek-4.1.3", "CycloneDxRef-Component-zeroize-1.8.2" ], "ref": "CycloneDxRef-Component-x25519-dalek-2.0.1" }, { "dependsOn": [ "CycloneDxRef-Component-proc-macro2-1.0.103", "CycloneDxRef-Component-unicode-ident-1.0.22", "CycloneDxRef-Component-quote-1.0.42" ], "ref": "CycloneDxRef-Component-syn-2.0.111" }, { "dependsOn": [ "CycloneDxRef-Component-unic-langid-0.9.6", "CycloneDxRef-Component-fluent-syntax-0.12.0", "CycloneDxRef-Component-self_cell-1.2.1", "CycloneDxRef-Component-smallvec-1.15.1", "CycloneDxRef-Component-rustc-hash-2.1.1", "CycloneDxRef-Component-fluent-langneg-0.13.1", "CycloneDxRef-Component-intl-memoizer-0.5.3", "CycloneDxRef-Component-intl_pluralrules-7.0.2" ], "ref": "CycloneDxRef-Component-fluent-bundle-0.16.0" }, { "dependsOn": [ "CycloneDxRef-Component-winapi-i686-pc-windows-gnu-0.4.0", "CycloneDxRef-Component-winapi-x86_64-pc-windows-gnu-0.4.0" ], "ref": "CycloneDxRef-Component-winapi-0.3.9" }, { "dependsOn": [ "CycloneDxRef-Component-serde_core-1.0.228", "CycloneDxRef-Component-serde-1.0.228", "CycloneDxRef-Component-ryu-1.0.20", "CycloneDxRef-Component-itoa-1.0.15", "CycloneDxRef-Component-memchr-2.7.6" ], "ref": "CycloneDxRef-Component-serde_json-1.0.145" }, { "dependsOn": [ "CycloneDxRef-Component-signal-hook-registry-1.4.7", "CycloneDxRef-Component-libc-0.2.178" ], "ref": "CycloneDxRef-Component-signal-hook-0.3.18" }, { "dependsOn": [ "CycloneDxRef-Component-rustversion-1.0.22" ], "ref": "CycloneDxRef-Component-inventory-0.3.21" }, { "dependsOn": [ "CycloneDxRef-Component-wasm-bindgen-macro-support-0.2.106", "CycloneDxRef-Component-quote-1.0.42" ], "ref": "CycloneDxRef-Component-wasm-bindgen-macro-0.2.106" }, { "dependsOn": [ "CycloneDxRef-Component-wasm-bindgen-0.2.106", "CycloneDxRef-Component-deunicode-1.6.2" ], "ref": "CycloneDxRef-Component-slug-0.1.6" }, { "dependsOn": [ "CycloneDxRef-Component-anyhow-1.0.100", "CycloneDxRef-Component-serde_json-1.0.145", "CycloneDxRef-Component-tokio-1.48.0", "CycloneDxRef-Component-unic-langid-0.9.6", "CycloneDxRef-Component-typedialog-core-0.1.0", "CycloneDxRef-Component-toml-0.9.8", "CycloneDxRef-Component-clap-4.5.53" ], "ref": "CycloneDxRef-Component-typedialog-tui-0.1.0" }, { "dependsOn": [ "CycloneDxRef-Component-wasm-bindgen-shared-0.2.106", "CycloneDxRef-Component-once_cell-1.21.3", "CycloneDxRef-Component-wasm-bindgen-macro-0.2.106", "CycloneDxRef-Component-cfg-if-1.0.4" ], "ref": "CycloneDxRef-Component-wasm-bindgen-0.2.106" }, { "dependsOn": [ "CycloneDxRef-Component-futures-core-0.3.31", "CycloneDxRef-Component-atomic-waker-1.1.2", "CycloneDxRef-Component-tokio-1.48.0", "CycloneDxRef-Component-pin-project-lite-0.2.16", "CycloneDxRef-Component-itoa-1.0.15", "CycloneDxRef-Component-httparse-1.10.1", "CycloneDxRef-Component-smallvec-1.15.1", "CycloneDxRef-Component-http-body-1.0.1", "CycloneDxRef-Component-httpdate-1.0.3", "CycloneDxRef-Component-http-1.4.0", "CycloneDxRef-Component-futures-channel-0.3.31", "CycloneDxRef-Component-bytes-1.11.0", "CycloneDxRef-Component-pin-utils-0.1.0" ], "ref": "CycloneDxRef-Component-hyper-1.8.1" }, { "dependsOn": [ "CycloneDxRef-Component-walkdir-2.5.0", "CycloneDxRef-Component-quote-1.0.42", "CycloneDxRef-Component-proc-macro2-1.0.103", "CycloneDxRef-Component-rust-embed-utils-8.9.0", "CycloneDxRef-Component-syn-2.0.111" ], "ref": "CycloneDxRef-Component-rust-embed-impl-8.9.0" }, { "dependsOn": [ "CycloneDxRef-Component-hmac-0.12.1", "CycloneDxRef-Component-scrypt-0.11.0", "CycloneDxRef-Component-lazy_static-1.5.0", "CycloneDxRef-Component-sha2-0.10.9", "CycloneDxRef-Component-i18n-embed-0.15.4", "CycloneDxRef-Component-base64-0.21.7", "CycloneDxRef-Component-pin-project-1.1.10", "CycloneDxRef-Component-i18n-embed-fl-0.9.4", "CycloneDxRef-Component-age-core-0.11.0", "CycloneDxRef-Component-rust-embed-8.9.0", "CycloneDxRef-Component-nom-7.1.3", "CycloneDxRef-Component-rand-0.8.5", "CycloneDxRef-Component-chacha20poly1305-0.10.1", "CycloneDxRef-Component-bech32-0.9.1", "CycloneDxRef-Component-zeroize-1.8.2", "CycloneDxRef-Component-x25519-dalek-2.0.1", "CycloneDxRef-Component-subtle-2.6.1", "CycloneDxRef-Component-cookie-factory-0.3.3" ], "ref": "CycloneDxRef-Component-age-0.11.2" }, { "dependsOn": [ "CycloneDxRef-Component-clap_builder-4.5.53", "CycloneDxRef-Component-clap_derive-4.5.49" ], "ref": "CycloneDxRef-Component-clap-4.5.53" }, { "dependsOn": [ "CycloneDxRef-Component-windows-sys-0.61.2", "CycloneDxRef-Component-once_cell_polyfill-1.70.2", "CycloneDxRef-Component-anstyle-1.0.13" ], "ref": "CycloneDxRef-Component-anstyle-wincon-3.0.11" }, { "dependsOn": [ "CycloneDxRef-Component-pin-project-lite-0.2.16", "CycloneDxRef-Component-futures-core-0.3.31", "CycloneDxRef-Component-sync_wrapper-1.0.2", "CycloneDxRef-Component-tracing-0.1.43", "CycloneDxRef-Component-tower-layer-0.3.3", "CycloneDxRef-Component-futures-util-0.3.31", "CycloneDxRef-Component-tower-service-0.3.3", "CycloneDxRef-Component-tokio-1.48.0" ], "ref": "CycloneDxRef-Component-tower-0.5.2" }, { "dependsOn": [ "CycloneDxRef-Component-regex-automata-0.4.13", "CycloneDxRef-Component-bstr-1.12.1", "CycloneDxRef-Component-log-0.4.29", "CycloneDxRef-Component-regex-syntax-0.8.8", "CycloneDxRef-Component-aho-corasick-1.1.4" ], "ref": "CycloneDxRef-Component-globset-0.4.18" }, { "dependsOn": [ "CycloneDxRef-Component-proc-macro2-1.0.103", "CycloneDxRef-Component-quote-1.0.42", "CycloneDxRef-Component-syn-2.0.111" ], "ref": "CycloneDxRef-Component-futures-macro-0.3.31" }, { "dependsOn": [ "CycloneDxRef-Component-bitflags-2.10.0" ], "ref": "CycloneDxRef-Component-objc2-core-foundation-0.3.2" }, { "dependsOn": [ "CycloneDxRef-Component-libc-0.2.178" ], "ref": "CycloneDxRef-Component-mach2-0.4.3" }, { "dependsOn": [ "CycloneDxRef-Component-getrandom-0.2.16" ], "ref": "CycloneDxRef-Component-rand_core-0.6.4" }, { "dependsOn": [ "CycloneDxRef-Component-windows-link-0.2.1", "CycloneDxRef-Component-pure-rust-locales-0.8.2", "CycloneDxRef-Component-js-sys-0.3.83", "CycloneDxRef-Component-iana-time-zone-0.1.64", "CycloneDxRef-Component-wasm-bindgen-0.2.106", "CycloneDxRef-Component-serde-1.0.228", "CycloneDxRef-Component-num-traits-0.2.19" ], "ref": "CycloneDxRef-Component-chrono-0.4.42" }, { "dependsOn": [ "CycloneDxRef-Component-thiserror-2.0.17", "CycloneDxRef-Component-itertools-0.14.0" ], "ref": "CycloneDxRef-Component-nu-experimental-0.109.1" }, { "dependsOn": [ "CycloneDxRef-Component-serde-1.0.228", "CycloneDxRef-Component-typetag-0.2.21", "CycloneDxRef-Component-os_pipe-1.2.3", "CycloneDxRef-Component-strum_macros-0.27.2", "CycloneDxRef-Component-indexmap-2.12.1", "CycloneDxRef-Component-nu-system-0.109.1", "CycloneDxRef-Component-chrono-humanize-0.2.3", "CycloneDxRef-Component-serde_json-1.0.145", "CycloneDxRef-Component-thiserror-2.0.17", "CycloneDxRef-Component-nu-glob-0.109.1", "CycloneDxRef-Component-dirs-sys-0.5.0", "CycloneDxRef-Component-nu-utils-0.109.1", "CycloneDxRef-Component-brotli-8.0.2", "CycloneDxRef-Component-dirs-6.0.0", "CycloneDxRef-Component-nu-path-0.109.1", "CycloneDxRef-Component-nu-experimental-0.109.1", "CycloneDxRef-Component-miette-7.6.0", "CycloneDxRef-Component-web-time-1.1.0", "CycloneDxRef-Component-heck-0.5.0", "CycloneDxRef-Component-windows-0.62.2", "CycloneDxRef-Component-windows-sys-0.61.2", "CycloneDxRef-Component-rmp-serde-1.3.0", "CycloneDxRef-Component-chrono-0.4.42", "CycloneDxRef-Component-nix-0.30.1", "CycloneDxRef-Component-num-format-0.4.4", "CycloneDxRef-Component-bytes-1.11.0", "CycloneDxRef-Component-log-0.4.29", "CycloneDxRef-Component-nu-derive-value-0.109.1", "CycloneDxRef-Component-strum-0.26.3", "CycloneDxRef-Component-memchr-2.7.6", "CycloneDxRef-Component-lru-0.12.5", "CycloneDxRef-Component-fancy-regex-0.16.2" ], "ref": "CycloneDxRef-Component-nu-protocol-0.109.1" }, { "dependsOn": [ "CycloneDxRef-Component-serde-1.0.228", "CycloneDxRef-Component-itoa-1.0.15", "CycloneDxRef-Component-ryu-1.0.20", "CycloneDxRef-Component-castaway-0.2.4" ], "ref": "CycloneDxRef-Component-lean_string-0.5.1" }, { "dependsOn": [ "CycloneDxRef-Component-rust-embed-utils-8.9.0", "CycloneDxRef-Component-rust-embed-impl-8.9.0", "CycloneDxRef-Component-walkdir-2.5.0" ], "ref": "CycloneDxRef-Component-rust-embed-8.9.0" }, { "dependsOn": [ "CycloneDxRef-Component-windows-sys-0.61.2" ], "ref": "CycloneDxRef-Component-winapi-util-0.1.11" }, { "dependsOn": [ "CycloneDxRef-Component-valuable-0.1.1", "CycloneDxRef-Component-once_cell-1.21.3" ], "ref": "CycloneDxRef-Component-tracing-core-0.1.35" }, { "dependsOn": [ "CycloneDxRef-Component-fluent-syntax-0.11.1", "CycloneDxRef-Component-intl-memoizer-0.5.3", "CycloneDxRef-Component-fluent-langneg-0.13.1", "CycloneDxRef-Component-fluent-0.16.1", "CycloneDxRef-Component-arc-swap-1.7.1", "CycloneDxRef-Component-walkdir-2.5.0", "CycloneDxRef-Component-parking_lot-0.12.5", "CycloneDxRef-Component-thiserror-1.0.69", "CycloneDxRef-Component-unic-langid-0.9.6", "CycloneDxRef-Component-rust-embed-8.9.0", "CycloneDxRef-Component-log-0.4.29", "CycloneDxRef-Component-i18n-embed-impl-0.8.4" ], "ref": "CycloneDxRef-Component-i18n-embed-0.15.4" }, { "dependsOn": [ "CycloneDxRef-Component-windows-link-0.1.3", "CycloneDxRef-Component-windows-interface-0.59.3", "CycloneDxRef-Component-windows-implement-0.60.2", "CycloneDxRef-Component-windows-strings-0.4.2", "CycloneDxRef-Component-windows-result-0.3.4" ], "ref": "CycloneDxRef-Component-windows-core-0.61.2" }, { "dependsOn": [ "CycloneDxRef-Component-wasm-bindgen-shared-0.2.106", "CycloneDxRef-Component-syn-2.0.111", "CycloneDxRef-Component-proc-macro2-1.0.103", "CycloneDxRef-Component-bumpalo-3.19.0", "CycloneDxRef-Component-quote-1.0.42" ], "ref": "CycloneDxRef-Component-wasm-bindgen-macro-support-0.2.106" }, { "dependsOn": [ "CycloneDxRef-Component-bitflags-2.10.0", "CycloneDxRef-Component-cfg-if-1.0.4", "CycloneDxRef-Component-libc-0.2.178" ], "ref": "CycloneDxRef-Component-nix-0.30.1" }, { "dependsOn": [ "CycloneDxRef-Component-is_ci-1.2.0" ], "ref": "CycloneDxRef-Component-supports-color-3.0.2" }, { "dependsOn": [ "CycloneDxRef-Component-quote-1.0.42", "CycloneDxRef-Component-syn-2.0.111", "CycloneDxRef-Component-proc-macro2-1.0.103" ], "ref": "CycloneDxRef-Component-zerocopy-derive-0.7.35" } ], "metadata": { "authors": [ { "name": "Jesús Pérez Lorenzo" } ], "component": { "components": [ { "author": "Jesús Pérez ", "bom-ref": "CycloneDxRef-Component-typedialog-0.1.0", "description": "TypeDialog CLI tool for interactive forms and prompts", "externalReferences": [ { "type": "vcs", "url": "https://github.com/jesusperezlorenzo/typedialog" } ], "licenses": [ { "expression": "MIT" } ], "name": "typedialog", "type": "application", "version": "0.1.0" }, { "author": "Jesús Pérez ", "bom-ref": "CycloneDxRef-Component-typedialog-core-0.1.0", "description": "Core library for TypeDialog - form handling and multiple rendering backends", "externalReferences": [ { "type": "vcs", "url": "https://github.com/jesusperezlorenzo/typedialog" } ], "licenses": [ { "expression": "MIT" } ], "name": "typedialog-core", "type": "library", "version": "0.1.0" }, { "author": "Jesús Pérez ", "bom-ref": "CycloneDxRef-Component-typedialog-tui-0.1.0", "description": "TypeDialog TUI tool for interactive forms using ratatui", "externalReferences": [ { "type": "vcs", "url": "https://github.com/jesusperezlorenzo/typedialog" } ], "licenses": [ { "expression": "MIT" } ], "name": "typedialog-tui", "type": "application", "version": "0.1.0" }, { "author": "Jesús Pérez ", "bom-ref": "CycloneDxRef-Component-typedialog-web-0.1.0", "description": "TypeDialog Web server for interactive forms using axum", "externalReferences": [ { "type": "vcs", "url": "https://github.com/jesusperezlorenzo/typedialog" } ], "licenses": [ { "expression": "MIT" } ], "name": "typedialog-web", "type": "application", "version": "0.1.0" } ], "name": "typedialog", "type": "application" }, "timestamp": "2025-12-22T10:18:15.484Z", "tools": [ { "name": "cargo-sbom", "version": "0.10.0" } ] }, "serialNumber": "urn:uuid:d4056047-700a-4542-8dbb-5f1b2b0a16e4", "specVersion": "1.4", "version": 1 }