arrayvec • 0.5.2A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.
cc • 1.1.31A 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 • 0.1.10A 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.
INDIRECT
0
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.14Lightweight 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
digest • 0.10.7Traits for cryptographic hash functions and message authentication codes
INDIRECT
5
digest • 0.8.1Traits for cryptographic hash functions and message authentication codes
INDIRECT
2
dirs • 1.0.5A 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.
INDIRECT
16
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
INDIRECT
0
elasticlunr-rs • 2.3.14A partial port of elasticlunr.js to Rust for generating static document search indexes
INDIRECT
19
env_logger • 0.6.2A logging implementation for `log` which is configured via an environment
variable.
DIRECT
25
errno • 0.3.9Cross-platform interface to the `errno` variable.
getrandom • 0.1.16A small cross-platform library for retrieving random data from system source
INDIRECT
3
getrandom • 0.2.15A small cross-platform library for retrieving random data from system source
INDIRECT
3
gimli • 0.27.3A library for reading and writing the DWARF debugging format.
INDIRECT
0
git2 • 0.6.11Bindings to libgit2 for interoperating with git repositories. This library is
both threadsafe and memory safe and allows both reading and writing git
repositories.
DIRECT
31
gitignore • 1.0.8DEPRECATED, SEE README! Pereviously, an implementation of .gitignore file parsing and glob testing in Rust.
INDIRECT
1
glob • 0.2.11Support for matching file paths against Unix shell style patterns.
INDIRECT
0
glob • 0.3.1Support for matching file paths against Unix shell style patterns.
itoa • 1.0.11Fast integer primitive to string conversion
INDIRECT
0
js-sys • 0.3.72Bindings 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 • 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.89A 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.
safemem • 0.3.3Safe wrappers for memory-accessing functions, like `std::ptr::copy()`.
INDIRECT
0
scopeguard • 1.2.0A RAII scope guard that will run a given closure when it goes out of scope,
even if the code between panics (assuming unwinding panic).
Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as
shorthands for guards with one of the implemented strategies.
time • 0.1.45Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].
INDIRECT
5
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.
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.7.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.
INDIRECT
2
unicode-segmentation • 1.12.0This crate provides Grapheme Cluster, Word and Sentence boundaries
according to Unicode Standard Annex #29 rules.
INDIRECT
0
unicode-width • 0.1.14Determine displayed width of `char` and `str` types
according to Unicode Standard Annex #11 rules.
INDIRECT
0
unicode-xid • 0.1.0Determine whether characters have the XID_Start
or XID_Continue properties according to
Unicode Standard Annex #31.
INDIRECT
0
unicode-xid • 0.2.6Determine whether characters have the XID_Start
or XID_Continue properties according to
Unicode Standard Annex #31.
INDIRECT
0
url • 1.7.2URL library for Rust, based on the WHATWG URL Standard
DIRECT
7
url • 2.5.2URL library for Rust, based on the WHATWG URL Standard
INDIRECT
7
utf-8 • 0.7.6Incremental, zero-copy UTF-8 decoding with error handling
INDIRECT
0
uuid • 0.8.2A library to generate and parse UUIDs.
INDIRECT
4
vcpkg • 0.2.15A library to find native dependencies in a vcpkg tree at build
time in order to be used in Cargo build scripts.
INDIRECT
0
vec_map • 0.8.2A simple map based on a vector for small integer keys
INDIRECT
0
version_check • 0.1.5Tiny crate to check the version of the installed/running rustc.
INDIRECT
0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.
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.
darling_core • 0.8.6Helper crate for proc-macro library for reading attributes into structs when
implementing custom derives. Use https://crates.io/crates/darling in your code.
INDIRECT
6
darling_macro • 0.8.6Internal support for a proc-macro library for reading attributes into structs when
implementing custom derives. Use https://crates.io/crates/darling in your code.
INDIRECT
7
darling • 0.8.6A proc-macro library for reading attributes into structs when
implementing custom derives.
INDIRECT
8
fsevent-sys • 2.0.1Rust bindings to the fsevent macOS API for file changes notifications
INDIRECT
1
fsevent • 0.4.0Rust bindings to the fsevent-sys macOS API for file changes notifications
strsim • 0.8.0Implementations of string similarity metrics. Includes Hamming, Levenshtein,
OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.