cc • 1.2.44A 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.
cpufeatures • 0.2.17Lightweight 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
futures-util • 0.3.31Common utilities and extension traits for the futures-rs library.
INDIRECT
6
gcc • 0.3.55**Deprecated** crate, renamed to `cc`
A 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
0
getrandom • 0.2.16A small cross-platform library for retrieving random data from system source
INDIRECT
3
http • 0.2.12A set of types for representing HTTP requests and responses.
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.
INDIRECT
12
libc • 0.2.177Raw FFI bindings to platform libraries like libc.
INDIRECT
0
lock_api • 0.4.14Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.
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.
rand_core • 0.3.1Core random number generator traits and tools for implementation.
INDIRECT
1
rand_core • 0.4.2Core random number generator traits and tools for implementation.
INDIRECT
0
rand_core • 0.6.4Core random number generator traits and tools for implementation.
INDIRECT
4
rand • 0.3.23Random number generators and other randomness functionality.
INDIRECT
9
rand • 0.4.6Random number generators and other randomness functionality.
INDIRECT
8
rand • 0.8.5Random number generators and other randomness functionality.
INDIRECT
13
rust-crypto • 0.2.36A (mostly) pure-Rust implementation of various common cryptographic algorithms.
INDIRECT
14
rustc-serialize • 0.3.25Generic serialization/deserialization support corresponding to the
`derive(RustcEncodable, RustcDecodable)` mode in the compiler. Also includes
support for hex, base64, and json encoding and decoding.
This crate is deprecated in favor of serde.
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.
typenum • 1.19.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.
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
INDIRECT
18
utf-8 • 0.7.6Incremental, zero-copy UTF-8 decoding with error handling
INDIRECT
0
utf8_iter • 1.0.4Iterator by char over potentially-invalid UTF-8 in &[u8]
web-sys • 0.3.82Bindings for all Web APIs, a procedurally generated crate from WebIDL
INDIRECT
13
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.