cc • 1.2.5A 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
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.
flate2 • 1.0.35DEFLATE compression and decompression exposed as Read/BufRead/Write streams.
Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,
and raw deflate streams.
indexmap • 1.9.3A hash table with consistent order and fast iteration.
INDIRECT
2
js-sys • 0.3.76Bindings 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.
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.
INDIRECT
1
procfs • 0.12.0Interface to the linux procfs pseudo-filesystem
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.
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
utf8-width • 0.1.7To determine the width of a UTF-8 character by providing its first byte.
INDIRECT
0
MIT OR Unlicense3
Package
Relation
Dependencies
Published
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.
INDIRECT
0
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.
INDIRECT
10
MPL-2.01
Package
Relation
Dependencies
Published
colored • 2.2.0The most simple way to add colors in your terminal
DIRECT
11
Apache-2.0 OR MIT OR Zlib1
Package
Relation
Dependencies
Published
miniz_oxide • 0.8.2DEFLATE compression and decompression library rewritten in Rust based on miniz
INDIRECT
1
0BSD OR Apache-2.0 OR MIT1
Package
Relation
Dependencies
Published
adler2 • 2.0.0A simple clean-room implementation of the Adler-32 checksum
INDIRECT
0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
Package
Relation
Dependencies
Published
unicode-ident • 1.0.14Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31