bitflags • 1.3.2A macro to generate structures which behave like bitflags.
INDIRECT
0
bitflags • 2.9.1A macro to generate structures which behave like bitflags.
INDIRECT
0
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.
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.
flate2 • 1.1.2DEFLATE compression and decompression exposed as Read/BufRead/Write streams.
Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,
and raw deflate streams.
pkg-config • 0.3.32A library to run the pkg-config system tool at build time in order to be used in
Cargo build scripts.
INDIRECT
0
pretty_assertions • 0.6.1Overwrite `assert_eq!` and `assert_ne!` with drop-in replacements, adding colorful diffs.
DIRECT
11
proc-macro2 • 0.4.30A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
INDIRECT
1
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.
INDIRECT
3
rustc_version • 0.2.3A library for querying the version of a installed rustc compiler
DIRECT
2
rustc-hash • 2.1.1A speedy, non-cryptographic hashing algorithm used by rustc
INDIRECT
0
rusty-fork • 0.2.2Cross-platform library for running Rust tests in sub-processes using a
fork-like interface.
INDIRECT
36
safemem • 0.3.3Safe wrappers for memory-accessing functions, like `std::ptr::copy()`.
tempfile • 3.20.0A library for managing temporary files and directories.
INDIRECT
32
typenum • 1.18.0Typenum is a Rust library for type-level numbers evaluated at
compile time. It currently supports bits, unsigned integers, and signed
integers. It also provides a type-level array of type-level numbers, but its
implementation is incomplete.
DIRECT
0
unicode-xid • 0.1.0Determine whether characters have the XID_Start
or XID_Continue properties according to
Unicode Standard Annex #31.
INDIRECT
0
wait-timeout • 0.2.1A crate to wait on a child process with a timeout specified across Unix and
Windows platforms.
INDIRECT
1
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.
metrohash • 1.0.7Rust implementation of MetroHash, a high quality, high performance hash algorithm
DIRECT
0
nom • 7.1.3A byte-oriented, zero-copy, parser combinators library
INDIRECT
2
onig_sys • 69.9.1The `onig_sys` crate contains raw rust bindings to the
oniguruma library. This crate exposes a set of unsafe
functions which can then be used by other crates to
create safe wrappers around Oniguruma.
You probably don't want to link to this crate directly;
instead check out the `onig` crate.
INDIRECT
33
onig • 5.0.0Rust-Onig is a set of Rust bindings for the
Oniguruma regular expression library. Oniguruma
is a modern regex library with support for
multiple character encodings and regex syntaxes.
INDIRECT
36
output_vt100 • 0.1.3Utility to activate escape codes in Windows' CMD and PowerShell