actix-web • 3.3.3Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust
DIRECT
199
addr2line • 0.20.0A cross-platform symbolication library written in Rust, using `gimli`
INDIRECT
1
aead • 0.3.2Traits for Authenticated Encryption with Associated Data (AEAD) algorithms,
such as AES-GCM as ChaCha20Poly1305, which provide a high-level API
INDIRECT
3
aes-gcm • 0.8.0Pure Rust implementation of the AES-GCM (Galois/Counter Mode)
Authenticated Encryption with Associated Data (AEAD) Cipher
with optional architecture-specific hardware acceleration
bytestring • 1.4.0A UTF-8 encoded read-only string using `Bytes` as storage
INDIRECT
1
cc • 1.2.29A 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 • 0.1.10A 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
cfg-if • 1.0.1A 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
cipher • 0.2.5Traits for describing block ciphers and stream ciphers
const_fn • 0.4.11A lightweight attribute for easy generation of const functions with conditional compilations.
INDIRECT
0
cookie • 0.11.5HTTP cookie parsing and cookie jar management. Supports signed and private
(encrypted, authenticated) jars.
INDIRECT
44
cookie • 0.14.4HTTP cookie parsing and cookie jar management. Supports signed and private
(encrypted, authenticated) jars.
INDIRECT
78
copyless • 0.1.5Ways to eliminate memcpy calls when using the standard library.
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
futures-util • 0.3.31Common utilities and extension traits for the futures-rs library.
DIRECT
14
futures • 0.3.31An implementation of futures and streams featuring zero allocations,
composability, and iterator-like interfaces.
INDIRECT
15
fxhash • 0.2.1A fast, non-secure, hashing algorithm derived from an internal hasher used in FireFox and Rustc.
INDIRECT
1
getrandom • 0.1.16A small cross-platform library for retrieving random data from system source
INDIRECT
3
getrandom • 0.2.16A small cross-platform library for retrieving random data from system source
INDIRECT
3
ghash • 0.3.1Universal hash over GF(2^128) useful for constructing a Message Authentication Code (MAC),
as in the AES-GCM authenticated encryption cipher.
INDIRECT
8
gimli • 0.27.3A library for reading and writing the DWARF debugging format.
INDIRECT
0
glob • 0.3.2Support for matching file paths against Unix shell style patterns.
idna • 0.1.5IDNA (Internationalizing Domain Names in Applications) and Punycode.
INDIRECT
5
idna • 0.2.3IDNA (Internationalizing Domain Names in Applications) and Punycode.
INDIRECT
5
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.
INDIRECT
2
io-uring • 0.7.8The low-level `io_uring` userspace interface for Rust
INDIRECT
3
iovec • 0.1.4Portable buffer type for scatter/gather I/O operations
INDIRECT
1
ipconfig • 0.2.2Get network adapters information and network configuration for windows.
INDIRECT
8
itoa • 0.4.8Fast integer primitive to string conversion
INDIRECT
0
itoa • 1.0.15Fast integer primitive to string conversion
INDIRECT
0
js-sys • 0.3.77Bindings 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 • 0.4.30A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
INDIRECT
1
proc-macro2 • 1.0.95A 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.
safemem • 0.3.3Safe wrappers for memory-accessing functions, like `std::ptr::copy()`.
INDIRECT
0
scopeguard • 1.2.0A RAII scope guard that will run a given closure when it goes out of scope,
even if the code between panics (assuming unwinding panic).
Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as
shorthands for guards with one of the implemented strategies.
toml • 0.4.10A native Rust encoder and decoder of TOML-formatted files and streams. Provides
implementations of the standard Serialize/Deserialize traits for TOML data to
facilitate deserializing and serializing Rust structures.
INDIRECT
6
toml • 0.8.23A native Rust encoder and decoder of TOML-formatted files and streams. Provides
implementations of the standard Serialize/Deserialize traits for TOML data to
facilitate deserializing and serializing Rust structures.
trust-dns-proto • 0.19.7Trust-DNS is a safe and secure DNS library. This is the foundational DNS protocol library for all Trust-DNS projects.
INDIRECT
76
trust-dns-resolver • 0.19.7Trust-DNS is a safe and secure DNS library. This Resolver library uses the Client library to perform all DNS queries. The Resolver is intended to be a high-level library for any DNS record resolution see Resolver and AsyncResolver for supported resolution types. The Client can be used for other queries.
typenum • 1.18.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.
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
unicode-xid • 0.1.0Determine whether characters have the XID_Start
or XID_Continue properties according to
Unicode Standard Annex #31.
INDIRECT
0
universal-hash • 0.4.1Traits which describe the functionality of universal hash functions (UHFs)
INDIRECT
4
url • 1.7.2URL library for Rust, based on the WHATWG URL Standard
INDIRECT
7
url • 2.5.4URL library for Rust, based on the WHATWG URL Standard
INDIRECT
18
utf8_iter • 1.0.4Iterator by char over potentially-invalid UTF-8 in &[u8]
web-sys • 0.3.77Bindings for all Web APIs, a procedurally generated crate from WebIDL
INDIRECT
20
widestring • 0.4.3A 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.
INDIRECT
0
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.
INDIRECT
0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.