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
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.
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.
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
INDIRECT
0
encode_unicode • 0.3.6UTF-8 and UTF-16 character types, iterators and related methods for char, u8 and u16.
INDIRECT
0
env_logger • 0.9.3A logging implementation for `log` which is configured via an environment
variable.
INDIRECT
24
errno • 0.3.10Cross-platform interface to the `errno` variable.
INDIRECT
11
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.
peeking_take_while • 0.1.2Like `Iterator::take_while`, but calls the predicate on a peeked value. This allows you to use `Iterator::by_ref` and `Iterator::take_while` together, and still get the first value for which the `take_while` predicate returned false after dropping the `by_ref`.
INDIRECT
0
pkg-config • 0.3.31A library to run the pkg-config system tool at build time in order to be used in
Cargo build scripts.
INDIRECT
0
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.
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.
unicode-width • 0.1.14Determine displayed width of `char` and `str` types
according to Unicode Standard Annex #11 rules.
INDIRECT
0
vec_map • 0.8.2A simple map based on a vector for small integer keys
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.
nom • 7.1.3A byte-oriented, zero-copy, parser combinators library
INDIRECT
2
onig_sys • 69.8.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
67
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.
strsim • 0.8.0Implementations of string similarity metrics. Includes Hamming, Levenshtein,
OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
INDIRECT
0
syntect • 3.3.0library for high quality syntax highlighting and code intelligence using Sublime Text's grammars