anyhow • 1.0.102Flexible concrete Error type built on std::error::Error
INDIRECT
0
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.
cfg-if • 1.0.4A 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.
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.9.0Traits for cryptographic hash functions and message authentication codes
INDIRECT
3
either • 1.16.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
indexmap • 2.14.0A hash table with consistent order and fast iteration.
INDIRECT
2
ipnet • 2.12.0Provides types and useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` types already provided in Rust's standard library and align to their design to stay consistent. The module also provides useful traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`, `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable feature so it is guaranteed to compile using the stable toolchain.
INDIRECT
0
itoa • 1.0.18Fast integer primitive to string conversion
INDIRECT
0
js-sys • 0.3.99Bindings 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.
INDIRECT
12
keccak • 0.1.6Pure Rust implementation of the Keccak sponge function including the keccak-f
and keccak-p variants
INDIRECT
2
libc • 0.2.186Raw FFI bindings to platform libraries like libc.
proc-macro2 • 1.0.106A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
sha3 • 0.9.1Pure 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
INDIRECT
10
smallvec • 1.15.1'Small vector' optimization: store up to a small number of items on the stack
INDIRECT
0
socket2 • 0.5.10Utilities for handling networking sockets with a maximal amount of configuration
possible intended.
INDIRECT
11
socket2 • 0.6.4Utilities for handling networking sockets with a maximal amount of configuration
possible intended.
typenum • 1.20.1Typenum 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.
unicode-normalization • 0.1.25This 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.8URL library for Rust, based on the WHATWG URL Standard
INDIRECT
12
utf8_iter • 1.0.4Iterator by char over potentially-invalid UTF-8 in &[u8]
INDIRECT
0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.