addr2line • 0.20.0A cross-platform symbolication library written in Rust, using `gimli`
INDIRECT
1
aead • 0.5.2Traits for Authenticated Encryption with Associated Data (AEAD) algorithms,
such as AES-GCM as ChaCha20Poly1305, which provide a high-level API
INDIRECT
9
aes-gcm • 0.10.3Pure Rust implementation of the AES-GCM (Galois/Counter Mode)
Authenticated Encryption with Associated Data (AEAD) Cipher
with optional architecture-specific hardware acceleration
INDIRECT
20
aes • 0.8.4Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael)
INDIRECT
12
ahash • 0.8.12A non-cryptographic hash function using AES-NI for high performance
cc • 1.2.29A 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.1A 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
getrandom • 0.2.16A small cross-platform library for retrieving random data from system source
INDIRECT
3
getrandom • 0.3.3A small cross-platform library for retrieving random data from system source
INDIRECT
6
ghash • 0.5.1Universal hash over GF(2^128) useful for constructing a Message Authentication Code (MAC),
as in the AES-GCM authenticated encryption cipher.
INDIRECT
14
gimli • 0.27.3A library for reading and writing the DWARF debugging format.
INDIRECT
0
glob • 0.3.2Support for matching file paths against Unix shell style patterns.
indexmap • 2.10.0A hash table with consistent order and fast iteration.
INDIRECT
8
inlinable_string • 0.1.15The `inlinable_string` crate provides the `InlinableString` type -- an owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation -- and the `StringExt` trait which abstracts string operations over both `std::string::String` and `InlinableString` (or even your own custom string type).
INDIRECT
0
inout • 0.1.4Custom reference types for code generic over in-place and buffer-to-buffer modes of operation.
itoa • 1.0.15Fast integer primitive to string conversion
INDIRECT
0
js-sys • 0.3.77Bindings 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
14
libc • 0.2.174Raw FFI bindings to platform libraries like libc.
INDIRECT
0
lock_api • 0.4.13Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.
proc-macro2 • 1.0.95A 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.
scoped-tls • 1.0.1Library implementation of the standard library's old `scoped_thread_local!`
macro for providing scoped access to thread local storage (TLS) so any type can
be stored into TLS.
INDIRECT
0
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.
toml • 0.8.23A 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.
INDIRECT
8
typenum • 1.18.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.
rust-embed-impl • 6.8.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
rust-embed • 6.8.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
DIRECT
41
slab • 0.4.10Pre-allocated storage for a uniform data type
globset • 0.4.9Cross platform single glob and glob set matching. Glob set matching is the
process of matching one or more glob patterns against a single candidate path
simultaneously, and returning all of the globs that matched.
INDIRECT
7
memchr • 2.7.5Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for
1, 2 or 3 byte search and single substring search.
zerocopy • 0.8.26Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.
INDIRECT
5
Apache-2.01
Package
Relation
Dependencies
Published
rusqlite_migration • 1.0.2Simple schema migration library for rusqlite using user_version instead of an SQL table to maintain the current schema version.