cc • 1.2.29A 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.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.
indexmap • 2.10.0A hash table with consistent order and fast iteration.
INDIRECT
2
itoa • 1.0.15Fast integer primitive to string conversion
INDIRECT
0
js-sys • 0.3.77Bindings 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.
INDIRECT
14
libc • 0.2.174Raw FFI bindings to platform libraries like libc.
pretty_assertions • 1.4.1Overwrite `assert_eq!` and `assert_ne!` with drop-in replacements, adding colorful diffs.
DIRECT
2
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.
regex • 1.7.3An 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
toml • 0.8.23A 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
11
unicode-id • 0.3.5Determine whether characters have the ID_Start
or ID_Continue properties according to
Unicode Standard Annex #31.
INDIRECT
0
unicode-width • 0.2.1Determine displayed width of `char` and `str` types
according to Unicode Standard Annex #11 rules.
smawk • 0.3.2Functions for finding row-minima in a totally monotone matrix.
INDIRECT
0
textwrap • 0.16.2Library for word wrapping, indenting, and dedenting strings. Has optional support for Unicode and emojis as well as machine hyphenation.