cc • 1.4.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.
INDIRECT
2
cfg-if • 1.0.4A 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.
find-msvc-tools • 0.1.12Find windows-specific tools, read MSVC versions from the registry and from COM interfaces
INDIRECT
0
fluent-bundle • 0.15.3A low-level implementation of a collection of localization messages for a single locale for Project Fluent,
a localization system designed to unleash the entire expressive power of natural language translations.
fluent-syntax • 0.11.1A low-level parser, AST, and serializer API for the syntax used by Project Fluent,
a localization system designed to unleash the entire expressive power of natural language translations.
fluent • 0.16.1An umbrella crate exposing the combined features of fluent-rs crates with additional convenience macros for Project Fluent,
a localization system designed to unleash the entire expressive power of natural language translations.
intl-memoizer • 0.5.3A memoizer specifically tailored for storing lazy-initialized intl formatters for Project Fluent,
a localization system designed to unleash the entire expressive power of natural language translations.
DIRECT
14
itoa • 1.0.18Fast integer primitive to string conversion
INDIRECT
0
js-sys • 0.3.105Bindings 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.107A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
regex • 1.8.4An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.
INDIRECT
3
rustc-hash • 1.1.0A speedy, non-cryptographic hashing algorithm used by rustc
INDIRECT
0
rustc-hash • 2.1.3A speedy, non-cryptographic hashing algorithm used by rustc
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.
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
8
ignore • 0.4.18A fast library for efficiently matching ignore files such as `.gitignore`
against file paths.
DIRECT
18
memchr • 2.8.3Provides 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.