cc • 1.2.12A 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
cpufeatures • 0.2.17Lightweight 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
INDIRECT
1
digest • 0.8.1Traits for cryptographic hash functions and message authentication codes
DIRECT
2
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
proc-macro2 • 1.0.93A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
sha-1 • 0.8.2SHA-1 hash function. This crate is deprecated! Use the sha1 crate instead.
DIRECT
9
sha2 • 0.8.2Pure Rust implementation of the SHA-2 hash function family
including SHA-224, SHA-256, SHA-384, and SHA-512.
DIRECT
9
sha3 • 0.8.2Pure Rust implementation of SHA-3, a family of Keccak-based hash functions
including the SHAKE family of eXtendable-Output Functions (XOFs), as well as
the accelerated variant TurboSHAKE
DIRECT
11
shlex • 1.3.0Split a string into shell words, like Python's shlex.
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
unicode-xid • 0.2.6Determine whether characters have the XID_Start
or XID_Continue properties according to
Unicode Standard Annex #31.
INDIRECT
0
MIT4
Package
Relation
Dependencies
Published
bitvec • 0.17.4Addresses memory by bits, for packed collections and bitfields