arrayvec • 0.7.6A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.
base64ct • 1.6.0Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of
data-dependent branches/LUTs and thereby provides portable "best effort"
constant-time operation and embedded-friendly no_std support
bzip2-sys • 0.1.11+1.0.8Bindings to libbzip2 for bzip2 compression and decompression exposed as
Reader/Writer streams.
INDIRECT
4
bzip2 • 0.4.4Bindings to libbzip2 for bzip2 compression and decompression exposed as
Reader/Writer streams.
INDIRECT
5
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
deflate • 0.9.1A DEFLATE, zlib and gzip encoder written in Rust.
INDIRECT
1
digest • 0.10.7Traits for cryptographic hash functions and message authentication codes
INDIRECT
6
digest • 0.9.0Traits for cryptographic hash functions and message authentication codes
INDIRECT
3
directories-next • 2.0.0A tiny mid-level library that provides platform-specific standard locations of
directories for config, cache and other data on Linux, Windows and macOS 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.
DIRECT
17
dirs-sys-next • 0.1.2system-level helper functions for the dirs and directories crates
INDIRECT
16
displaydoc • 0.2.5A derive macro for implementing the display Trait via a doc comment and string interpolation
INDIRECT
4
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
flate2 • 1.0.35DEFLATE compression and decompression exposed as Read/BufRead/Write streams.
Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,
and raw deflate streams.
INDIRECT
5
fluent-bundle • 0.15.3A localization system designed to unleash the entire expressive power of
natural language translations.
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.
parking_lot • 0.12.3More compact and efficient implementations of the standard synchronization primitives.
INDIRECT
18
password-hash • 0.4.2Traits which describe the functionality of password hashing algorithms,
as well as a `no_std`-friendly implementation of the PHC string format
(a well-defined subset of the Modular Crypt Format a.k.a. MCF)
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.
INDIRECT
1
qoi • 0.4.1VERY fast encoder/decoder for QOI (Quite Okay Image) format
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.
INDIRECT
3
rustc_version • 0.4.1A library for querying the version of a installed rustc compiler
rustdct • 0.7.1Compute Discrete Cosine Transforms (DCT) of any size in O(nlogn) time, in pure Rust.
INDIRECT
9
rustfft • 6.2.0High-performance FFT library written in pure Rust.
INDIRECT
8
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.
INDIRECT
0
semver • 1.0.24Parser and evaluator for Cargo's flavor of Semantic Versioning
time • 0.3.15Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].
INDIRECT
2
toml • 0.5.11A native Rust encoder and decoder of TOML-formatted files and streams. Provides
implementations of the standard Serialize/Deserialize traits for TOML data to
facilitate deserializing and serializing Rust structures.
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.
weezl • 0.1.8Fast LZW compression and decompression.
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.
i18n-embed • 0.13.9Traits and macros to conveniently embed localization assets into your application binary or library in order to localize it at runtime.
DIRECT
79
infer • 0.9.0Small crate to infer file type based on magic number signatures
redox_users • 0.4.6A Rust library to access Redox users and groups functionality
INDIRECT
12
rust-embed-impl • 6.5.0Rust Custom Derive Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev
rust-embed • 6.6.1Rust Custom Derive Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev
slab • 0.4.9Pre-allocated storage for a uniform data type
INDIRECT
1
strsim • 0.10.0Implementations of string similarity metrics. Includes Hamming, Levenshtein,
OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
INDIRECT
0
tiff • 0.9.1TIFF decoding and encoding library in pure Rust
INDIRECT
14
triple_accel • 0.3.4Rust edit distance routines accelerated using SIMD. Supports fast Hamming, Levenshtein, restricted Damerau-Levenshtein, etc. distance calculations and string search.
INDIRECT
0
zip • 0.6.6Library to support the reading and writing of zip files.