cc • 1.0.99A 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
3
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.
cpufeatures • 0.2.16Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets,
with no_std support and support for mobile targets including Android and iOS
diff • 0.1.13An LCS based slice and string diffing implementation.
INDIRECT
0
digest • 0.10.7Traits for cryptographic hash functions and message authentication codes
INDIRECT
5
directories • 4.0.1A tiny mid-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows and macOS by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.
INDIRECT
17
dirs-next • 2.0.0A tiny low-level library that provides platform-specific standard locations
of directories for config, cache and other data on Linux, Windows, macOS
and Redox by leveraging the mechanisms defined by the XDG base/user
directory specifications on Linux, the Known Folder API on Windows,
and the Standard Directory guidelines on macOS.
DIRECT
17
dirs-sys-next • 0.1.2system-level helper functions for the dirs and directories crates
INDIRECT
16
dirs-sys • 0.3.7System-level helper functions for the dirs and directories crates.
INDIRECT
16
env_logger • 0.7.1A logging implementation for `log` which is configured via an environment
variable.
INDIRECT
25
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.
git2 • 0.14.4Bindings to libgit2 for interoperating with git repositories. This library is
both threadsafe and memory safe and allows both reading and writing git
repositories.
INDIRECT
23
glob • 0.3.1Support for matching file paths against Unix shell style patterns.
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.
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.
toml • 0.5.11A 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
6
typenum • 1.17.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.
INDIRECT
0
ucd-trie • 0.1.7A trie for storing Unicode codepoint sets and maps.
INDIRECT
0
unic-char-property • 0.9.0UNIC — Unicode Character Tools — Character Property taxonomy, contracts and build macros
unicode-normalization • 0.1.24This crate provides functions for normalization of
Unicode strings, including Canonical and Compatible
Decomposition and Recomposition, as described in
Unicode Standard Annex #15.
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.
phf • 0.11.2Runtime support for perfect hash function data structures
INDIRECT
2
redox_users • 0.4.6A Rust library to access Redox users and groups functionality
INDIRECT
12
rust-embed-impl • 6.8.1Rust Custom Derive Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev
rust-embed • 6.8.1Rust Custom Derive Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev
strsim • 0.10.0Implementations of string similarity metrics. Includes Hamming, Levenshtein,
OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
INDIRECT
0
tera • 1.20.0Template engine based on Jinja2/Django templates
INDIRECT
100
textwrap • 0.16.1Library for word wrapping, indenting, and dedenting strings. Has optional support for Unicode and emojis as well as machine hyphenation.
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.
INDIRECT
0
globset • 0.4.9Cross platform single glob and glob set matching. Glob set matching is the
process of matching one or more glob patterns against a single candidate path
simultaneously, and returning all of the globs that matched.
INDIRECT
7
ignore • 0.4.18A fast library for efficiently matching ignore files such as `.gitignore`
against file paths.
INDIRECT
26
memchr • 2.7.4Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for
1, 2 or 3 byte search and single substring search.
INDIRECT
0
same-file • 1.0.6A simple crate for determining whether two file paths point to the same file.
INDIRECT
11
termcolor • 1.4.1A simple cross platform library for writing colored text to a terminal.