cc • 1.2.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
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.
idna • 0.2.3IDNA (Internationalizing Domain Names in Applications) and Punycode.
INDIRECT
5
idna • 1.0.3IDNA (Internationalizing Domain Names in Applications) and Punycode.
INDIRECT
9
indexmap • 1.9.3A hash table with consistent order and fast iteration.
INDIRECT
8
indexmap • 2.7.0A hash table with consistent order and fast iteration.
INDIRECT
2
iovec • 0.1.4Portable buffer type for scatter/gather I/O operations
INDIRECT
1
ipconfig • 0.2.2Get network adapters information and network configuration for windows.
INDIRECT
8
itoa • 1.0.14Fast integer primitive to string conversion
INDIRECT
0
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.
lru-cache • 0.1.2A cache that holds a limited number of key-value pairs
INDIRECT
1
match_cfg • 0.1.0A convenience macro to ergonomically define an item depending on a large number
of `#[cfg]` parameters. Structured like match statement, the first matching
branch is the item that gets emitted.
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.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.
time • 0.1.45Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].
INDIRECT
5
trust-dns-proto • 0.19.7Trust-DNS is a safe and secure DNS library. This is the foundational DNS protocol library for all Trust-DNS projects.
INDIRECT
78
trust-dns-resolver • 0.19.7Trust-DNS is a safe and secure DNS library. This Resolver library uses the Client library to perform all DNS queries. The Resolver is intended to be a high-level library for any DNS record resolution see Resolver and AsyncResolver for supported resolution types. The Client can be used for other queries.
INDIRECT
89
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.
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.
web-sys • 0.3.76Bindings for all Web APIs, a procedurally generated crate from WebIDL
INDIRECT
14
widestring • 0.4.3A wide string Rust library for converting to and from wide strings, such as those often used in Windows API or other FFI libaries. Both `u16` and `u32` string types are provided, including support for UTF-16 and UTF-32, malformed encoding, C-style strings, etc.
INDIRECT
0
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.
bson • 0.14.1Encoding and decoding support for BSON in Rust
DIRECT
62
bytes • 0.5.6Types and traits for working with bytes
INDIRECT
0
darling_core • 0.13.4Helper crate for proc-macro library for reading attributes into structs when
implementing custom derives. Use https://crates.io/crates/darling in your code.
INDIRECT
7
darling_macro • 0.13.4Internal 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
8
darling • 0.13.4A proc-macro library for reading attributes into structs when
implementing custom derives.
strsim • 0.10.0Implementations of string similarity metrics. Includes Hamming, Levenshtein,
OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.