addr2line • 0.20.0A cross-platform symbolication library written in Rust, using `gimli`
INDIRECT
1
aead • 0.3.2Traits for Authenticated Encryption with Associated Data (AEAD) algorithms,
such as AES-GCM as ChaCha20Poly1305, which provide a high-level API
INDIRECT
3
aes-gcm • 0.8.0Pure Rust implementation of the AES-GCM (Galois/Counter Mode)
Authenticated Encryption with Associated Data (AEAD) Cipher
with optional architecture-specific hardware acceleration
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 • 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.16Lightweight 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.9.0Traits for cryptographic hash functions and message authentication codes
INDIRECT
3
dirs-next • 2.0.0A 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
17
dirs-sys-next • 0.1.2system-level helper functions for the dirs and directories crates
futures-util • 0.3.31Common utilities and extension traits for the futures-rs library.
INDIRECT
15
futures • 0.3.31An implementation of futures and streams featuring zero allocations,
composability, and iterator-like interfaces.
INDIRECT
17
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
ghash • 0.3.1Universal hash over GF(2^128) useful for constructing a Message Authentication Code (MAC),
as in the AES-GCM authenticated encryption cipher.
INDIRECT
8
gimli • 0.27.3A library for reading and writing the DWARF debugging format.
idna • 1.0.3IDNA (Internationalizing Domain Names in Applications) and Punycode.
INDIRECT
9
indexmap • 2.7.0A hash table with consistent order and fast iteration.
INDIRECT
2
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.
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.
DIRECT
3
rustc_version • 0.2.3A library for querying the version of a installed rustc compiler
INDIRECT
2
rustc_version • 0.4.1A library for querying the version of a installed rustc compiler
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-macros • 0.1.1 Procedural macros for the time crate.
This crate is an implementation detail and should not be relied upon directly.
INDIRECT
8
time • 0.2.27Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].
INDIRECT
42
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.
INDIRECT
2
unicode-width • 0.1.14Determine displayed width of `char` and `str` types
according to Unicode Standard Annex #11 rules.
INDIRECT
0
universal-hash • 0.4.1Traits which describe the functionality of universal hash functions (UHFs)
INDIRECT
4
url • 2.5.4URL library for Rust, based on the WHATWG URL Standard
INDIRECT
18
utf8_iter • 1.0.4Iterator by char over potentially-invalid UTF-8 in &[u8]
web-sys • 0.3.76Bindings for all Web APIs, a procedurally generated crate from WebIDL
INDIRECT
15
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.
zeroize • 1.8.1Securely clear secrets from memory with a simple trait built on
stable Rust primitives which guarantee memory is zeroed using an
operation will not be 'optimized away' by the compiler.
Uses a portable pure Rust implementation that works everywhere,
even WASM!
INDIRECT
0
MIT48
Package
Relation
Dependencies
Published
ansi_term • 0.12.1Library for ANSI terminal colours and styles (bold, underline)
rusoto_ssm • 0.47.0AWS SDK for Rust - Amazon Simple Systems Manager (SSM) @ 2014-11-06
DIRECT
160
schannel • 0.1.27Schannel bindings for rust, allowing SSL/TLS (e.g. https) without openssl
INDIRECT
10
slab • 0.4.9Pre-allocated storage for a uniform data type
INDIRECT
1
sluice • 0.5.5Efficient ring buffer for byte buffers, FIFO queues, and SPSC channels
INDIRECT
6
strsim • 0.8.0Implementations of string similarity metrics. Includes Hamming, Levenshtein,
OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
INDIRECT
0
textwrap • 0.11.0Powerful library for word wrapping, indenting, and dedenting strings