cc • 1.0.99A 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
8
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.
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.
DIRECT
6
itoa • 1.0.18Fast integer primitive to string conversion
js-sys • 0.3.100Bindings 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
libc • 0.2.186Raw FFI bindings to platform libraries like libc.
lzma-sys • 0.1.20Raw bindings to liblzma which contains an implementation of LZMA and xz stream
encoding/decoding.
High level Rust bindings are available in the `xz2` crate.
pkg-config • 0.3.33A library to run the pkg-config system tool at build time in order to be used in
Cargo build scripts.
INDIRECT
0
prefix-trie • 0.6.0Prefix trie (tree) datastructure (both a set and a map) that provides exact and longest-prefix matches.
INDIRECT
2
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.
regex • 1.8.4An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.
tar • 0.4.40A Rust implementation of a TAR file reader and writer. This library does not
currently handle compression, but it is abstract over all I/O readers and
writers. Additionally, great lengths are taken to ensure that the entire
contents are never required to be entirely resident in memory all at once.
oneio • 0.20.1OneIO is a Rust library that provides unified simple IO interface for
reading and writing to and from data files from different sources and compressions.
wit-bindgen • 0.57.1Rust bindings generator and runtime support for WIT and the component model.
Used when compiling Rust programs to the component model.
INDIRECT
0
BSD-3-Clause1
Package
Relation
Dependencies
Published
bcder • 0.7.7Handling of data encoded in BER, CER, and DER.
DIRECT
2
Apache-2.0 OR BSL-1.01
Package
Relation
Dependencies
Published
ryu • 1.0.23Fast floating point to string conversion
INDIRECT
0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
Package
Relation
Dependencies
Published
unicode-ident • 1.0.24Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31
INDIRECT
0
Apache-2.0 OR LGPL-2.1-or-later OR MIT1
Package
Relation
Dependencies
Published
r-efi • 5.3.0UEFI Reference Specification Protocol Constants and Definitions