cc • 1.2.45A 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.
idna • 1.1.0IDNA (Internationalizing Domain Names in Applications) and Punycode.
INDIRECT
9
itoa • 1.0.15Fast integer primitive to string conversion
INDIRECT
0
js-sys • 0.3.82Bindings 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.103A 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.
unicode-normalization • 0.1.25This crate provides functions for normalization of
Unicode strings, including Canonical and Compatible
Decomposition and Recomposition, as described in
Unicode Standard Annex #15.
INDIRECT
2
url • 2.5.7URL library for Rust, based on the WHATWG URL Standard
DIRECT
18
utf8_iter • 1.0.4Iterator by char over potentially-invalid UTF-8 in &[u8]
http-body • 1.0.1Trait representing an asynchronous, streaming, HTTP request or response body.
INDIRECT
4
hyper • 1.7.0A protective and efficient HTTP library for all.
DIRECT
7
nom • 8.0.0A byte-oriented, zero-copy, parser combinators library
DIRECT
1
strsim • 0.10.0Implementations of string similarity metrics. Includes Hamming, Levenshtein,
OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
INDIRECT
0
tokio • 1.48.0An event-driven, non-blocking I/O platform for writing asynchronous I/O
backed applications.