bitflags • 2.6.0A macro to generate structures which behave like bitflags.
INDIRECT
0
cfg-expr • 0.11.0A parser and evaluator for Rust `cfg()` expressions.
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
errno • 0.3.10Cross-platform interface to the `errno` variable.
pkg-config • 0.3.31A 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.92A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
system-deps • 6.0.3Discover and configure system dependencies from declarative dependencies in Cargo.toml
DIRECT
12
tempfile • 3.14.0A library for managing temporary files and directories.
DIRECT
18
toml • 0.5.11A 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.