bitflags • 1.3.2A macro to generate structures which behave like bitflags.
INDIRECT
0
cast • 0.2.7Ergonomic, checked cast functions for primitive types
INDIRECT
2
cc • 1.2.58A 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.
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.
DIRECT
3
rustc_version • 0.4.1A library for querying the version of a installed rustc compiler
INDIRECT
1
semver • 1.0.27Parser and evaluator for Cargo's flavor of Semantic Versioning
unicode-width • 0.1.14Determine displayed width of `char` and `str` types
according to Unicode Standard Annex #11 rules.
INDIRECT
0
version_check • 0.1.5Tiny crate to check the version of the installed/running rustc.
DIRECT
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.
clap • 2.34.0A simple to use, efficient, and full-featured Command Line Argument Parser
INDIRECT
3
fs_extra • 1.3.0Expanding std::fs and std::io. Recursively copy folders with information about process and much more.
INDIRECT
0
textwrap • 0.11.0Library for word wrapping, indenting, and dedenting strings. Has optional support for Unicode and emojis as well as machine hyphenation.
INDIRECT
1
BSD-2-Clause1
Package
Relation
Dependencies
Published
cloudabi • 0.0.3Low level interface to CloudABI. Contains all syscalls and related types.
INDIRECT
1
non-standard1
Package
Relation
Dependencies
Published
fuchsia-cprng • 0.1.1Rust crate for the Fuchsia cryptographically secure pseudorandom number generator
INDIRECT
0
ISC1
Package
Relation
Dependencies
Published
rdrand • 0.4.0An implementation of random number generator based on rdrand and rdseed instructions
INDIRECT
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