arrayvec • 0.5.2A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.
INDIRECT
0
arrayvec • 0.7.6A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.
cc • 1.2.5A build-time dependency for Cargo build scripts to assist in invoking the native
C compiler to compile native C code into a static archive to be linked into Rust
code.
INDIRECT
1
cfg-if • 1.0.0A macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the
item that gets emitted.
INDIRECT
0
chrono-tz • 0.5.3TimeZone implementations for chrono from the IANA database
cpufeatures • 0.2.16Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets,
with no_std support and support for mobile targets including Android and iOS
idna • 1.0.3IDNA (Internationalizing Domain Names in Applications) and Punycode.
INDIRECT
9
indexmap • 1.9.3A hash table with consistent order and fast iteration.
DIRECT
8
indexmap • 2.7.0A hash table with consistent order and fast iteration.
INDIRECT
2
itoa • 1.0.14Fast integer primitive to string conversion
INDIRECT
0
js-sys • 0.3.76Bindings for all JS global objects and functions in all JS environments like
Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.
proc-macro2 • 1.0.92A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.
secrecy • 0.7.0Wrapper types and traits for secret management which help ensure
they aren't accidentally copied, logged, or otherwise exposed
(as much as possible), and also ensure secrets are securely wiped
from memory when dropped.
typenum • 1.17.0Typenum is a Rust library for type-level numbers evaluated at
compile time. It currently supports bits, unsigned integers, and signed
integers. It also provides a type-level array of type-level numbers, but its
implementation is incomplete.
INDIRECT
0
ucd-trie • 0.1.7A trie for storing Unicode codepoint sets and maps.
unicode-normalization • 0.1.24This crate provides functions for normalization of
Unicode strings, including Canonical and Compatible
Decomposition and Recomposition, as described in
Unicode Standard Annex #15.
INDIRECT
2
url • 2.5.4URL library for Rust, based on the WHATWG URL Standard
DIRECT
12
utf8_iter • 1.0.4Iterator by char over potentially-invalid UTF-8 in &[u8]
INDIRECT
0
uuid • 0.8.2A library to generate and parse UUIDs.
DIRECT
10
uuid • 1.6.1A library to generate and parse UUIDs.
INDIRECT
10
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.
zeroize • 1.8.1Securely clear secrets from memory with a simple trait built on
stable Rust primitives which guarantee memory is zeroed using an
operation will not be 'optimized away' by the compiler.
Uses a portable pure Rust implementation that works everywhere,
even WASM!
bitvec • 1.0.1Addresses memory by bits, for packed collections and bitfields
INDIRECT
4
bson • 2.13.0Encoding and decoding support for BSON in Rust
DIRECT
67
bytes • 1.9.0Types and traits for working with bytes
DIRECT
6
darling_core • 0.12.4Helper crate for proc-macro library for reading attributes into structs when
implementing custom derives. Use https://crates.io/crates/darling in your code.
INDIRECT
7
darling_macro • 0.12.4Internal support for a proc-macro library for reading attributes into structs when
implementing custom derives. Use https://crates.io/crates/darling in your code.
INDIRECT
8
darling • 0.12.4A proc-macro library for reading attributes into structs when
implementing custom derives.
INDIRECT
9
funty • 2.0.0Trait generalization over the primitive types
strsim • 0.10.0Implementations of string similarity metrics. Includes Hamming, Levenshtein,
OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
INDIRECT
0
tap • 1.0.1Generic extensions for tapping values in Rust
Inflector • 0.11.4Adds String based inflections for Rust. Snake, kebab, camel, sentence, class, title and table cases as well as ordinalize, deordinalize, demodulize, foreign key, and pluralize/singularize are supported as both traits and pure functions acting on String types.
INDIRECT
5
Apache-2.0 OR BSL-1.01
Package
Relation
Dependencies
Published
ryu • 1.0.18Fast floating point to string conversion
INDIRECT
0
unknown1
Package
Relation
Dependencies
Published
ahash • 0.7.8A non-cryptographic hash function using AES-NI for high performance
INDIRECT
6
0BSD OR Apache-2.0 OR MIT1
Package
Relation
Dependencies
Published
adler • 1.0.2A simple clean-room implementation of the Adler-32 checksum