bitflags • 2.9.1A macro to generate structures which behave like bitflags.
INDIRECT
0
bstr • 1.12.0A string type that is not required to be valid UTF-8.
DIRECT
1
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
dirs-sys • 0.5.0System-level helper functions for the dirs and directories crates.
INDIRECT
24
dirs • 6.0.0A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.
DIRECT
25
getrandom • 0.2.16A small cross-platform library for retrieving random data from system source
INDIRECT
3
libc • 0.2.174Raw FFI bindings to platform libraries like libc.
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.