cc • 1.2.37A 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
2
cfg-if • 1.0.3A 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.
idna • 1.1.0IDNA (Internationalizing Domain Names in Applications) and Punycode.
INDIRECT
9
indexmap • 2.11.1A hash table with consistent order and fast iteration.
INDIRECT
2
io-uring • 0.7.10The low-level `io_uring` userspace interface for Rust
INDIRECT
3
ipnet • 2.11.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.15Fast integer primitive to string conversion
INDIRECT
0
js-sys • 0.3.78Bindings 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
14
libc • 0.2.175Raw FFI bindings to platform libraries like libc.
pkg-config • 0.3.32A library to run the pkg-config system tool at build time in order to be used in
Cargo build scripts.
INDIRECT
0
proc-macro2 • 1.0.101A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
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.7URL 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]
INDIRECT
0
vcpkg • 0.2.15A library to find native dependencies in a vcpkg tree at build
time in order to be used in Cargo build scripts.
wit-bindgen • 0.45.1Rust bindings generator and runtime support for WIT and the component model.
Used when compiling Rust programs to the component model.
INDIRECT
0
Apache-2.0 OR MIT OR Zlib3
Package
Relation
Dependencies
Published
miniz_oxide • 0.7.4DEFLATE compression and decompression library rewritten in Rust based on miniz