bitflags • 1.3.2A macro to generate structures which behave like bitflags.
INDIRECT
0
bitflags • 2.6.0A macro to generate structures which behave like bitflags.
INDIRECT
0
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
clap_derive • 3.2.25Parse command line argument by defining a struct, derive crate.
clap • 3.2.25A simple to use, efficient, and full-featured Command Line Argument Parser
DIRECT
36
directories • 4.0.1A tiny mid-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows and macOS 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.
INDIRECT
17
dirs-sys • 0.3.7System-level helper functions for the dirs and directories crates.
INDIRECT
16
getrandom • 0.2.15A small cross-platform library for retrieving random data from system source
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.
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.
INDIRECT
6
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.
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.
redox_users • 0.4.6A Rust library to access Redox users and groups functionality
INDIRECT
12
strsim • 0.10.0Implementations of string similarity metrics. Includes Hamming, Levenshtein,
OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
INDIRECT
0
textwrap • 0.16.1Library for word wrapping, indenting, and dedenting strings. Has optional support for Unicode and emojis as well as machine hyphenation.
INDIRECT
0
MIT OR Unlicense2
Package
Relation
Dependencies
Published
termcolor • 1.4.1A simple cross platform library for writing colored text to a terminal.
INDIRECT
11
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys.