aes • 0.8.4 Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael) DIRECT 10 1707839726 async-trait • 0.1.83 Type erasure for async trait methods INDIRECT 4 1727202613 autocfg • 1.4.0 Automatic cfg for Rust compiler features INDIRECT 0 1727399128 bitflags • 1.3.2 A macro to generate structures which behave like bitflags.
DIRECT 0 1629087362 bitflags • 2.6.0 A macro to generate structures which behave like bitflags.
INDIRECT 0 1719273450 block-buffer • 0.10.4 Buffer type for block processing of data INDIRECT 3 1678327705 block-padding • 0.3.3 Padding and unpadding of messages divided into blocks. INDIRECT 3 1680395864 bumpalo • 3.16.0 A fast bump allocation arena for Rust. INDIRECT 0 1712590168 cbc • 0.1.2 Cipher Block Chaining (CBC) block cipher mode of operation DIRECT 7 1648129619 cfg-if • 1.0.0 A 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 1602009852 cipher • 0.4.4 Traits for describing block ciphers and stream ciphers INDIRECT 6 1678320700 cpufeatures • 0.2.16 Lightweight 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
INDIRECT 1 1732238911 crypto-common • 0.1.6 Common cryptographic traits INDIRECT 3 1658008766 datasize_derive • 0.2.15 Derive macros for the `datasize` crate INDIRECT 4 1694434251 datasize • 0.2.15 A simplified heap memory size estimator DIRECT 5 1694434287 deflate • 1.0.0 A DEFLATE, zlib and gzip encoder written in Rust.
DIRECT 1 1636563747 digest • 0.10.7 Traits for cryptographic hash functions and message authentication codes INDIRECT 5 1684516290 either • 1.13.0 The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
INDIRECT 0 1719355194 errno • 0.3.10 Cross-platform interface to the `errno` variable. INDIRECT 11 1732803537 euclid • 0.22.11 Geometry primitives DIRECT 2 1724848089 fastrand • 2.3.0 A simple and fast random number generator INDIRECT 0 1733675249 glob • 0.3.1 Support for matching file paths against Unix shell style patterns.
DIRECT 0 1673015798 heck • 0.4.1 heck is a case conversion library. INDIRECT 0 1675266710 inout • 0.1.3 Custom reference types for code generic over in-place and buffer-to-buffer modes of operation. INDIRECT 4 1648731203 itertools • 0.10.5 Extra iterator adaptors, iterator methods, free functions, and macros. DIRECT 1 1663684359 jpeg-decoder • 0.3.1 JPEG decoder DIRECT 0 1705177018 js-sys • 0.3.76 Bindings 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 13 1733534144 libc • 0.2.169 Raw FFI bindings to platform libraries like libc.
INDIRECT 0 1734585492 log • 0.4.22 A lightweight logging facade for Rust
DIRECT 0 1719534494 md5 • 0.7.0 The package provides the MD5 hash function. DIRECT 0 1572637737 memmap2 • 0.5.10 Cross-platform Rust API for memory-mapped file IO DIRECT 1 1677091864 num-traits • 0.2.19 Numeric traits for generic mathematics INDIRECT 1 1714771659 once_cell • 1.20.2 Single assignment cells and lazy values. DIRECT 0 1728145060 proc-macro2 • 1.0.92 A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case. INDIRECT 1 1732217587 quote • 1.0.37 Quasi-quoting macro quote!(...) INDIRECT 2 1724366547 serde_derive • 1.0.210 Macros 1.1 implementation of #[derive(Serialize, Deserialize)] INDIRECT 4 1725646653 serde • 1.0.210 A generic serialization/deserialization framework INDIRECT 5 1725646662 sha2 • 0.10.8 Pure Rust implementation of the SHA-2 hash function family
including SHA-224, SHA-256, SHA-384, and SHA-512.
DIRECT 9 1695733709 snafu-derive • 0.7.5 An ergonomic error handling library INDIRECT 5 1688931711 snafu • 0.7.5 An ergonomic error handling library DIRECT 7 1688931724 stringprep • 0.1.5 An implementation of the stringprep algorithm DIRECT 5 1716643369 syn • 1.0.109 Parser for Rust source code INDIRECT 3 1677232723 syn • 2.0.56 Parser for Rust source code INDIRECT 3 1711766854 tempfile • 3.14.0 A library for managing temporary files and directories. DIRECT 18 1731029575 typenum • 1.17.0 Typenum 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. INDIRECT 0 1694791652 unicode-bidi • 0.3.18 Implementation of the Unicode Bidirectional Algorithm INDIRECT 0 1734390587 unicode-normalization • 0.1.24 This crate provides functions for normalization of
Unicode strings, including Canonical and Compatible
Decomposition and Recomposition, as described in
Unicode Standard Annex #15.
INDIRECT 2 1726586832 unicode-properties • 0.1.3 Query character Unicode properties according to
UAX #44 and UTR #51.
INDIRECT 0 1727719099 version_check • 0.9.5 Tiny crate to check the version of the installed/running rustc. INDIRECT 0 1721950694 wasm-bindgen-backend • 0.2.99 Backend code generation of the wasm-bindgen tool
INDIRECT 7 1733534064 wasm-bindgen-macro-support • 0.2.99 The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate
INDIRECT 8 1733534067 wasm-bindgen-macro • 0.2.99 Definition of the `#[wasm_bindgen]` attribute, an internal dependency
INDIRECT 9 1733534071 wasm-bindgen-shared • 0.2.99 Shared support between wasm-bindgen and wasm-bindgen cli, an internal
dependency.
INDIRECT 0 1733534059 wasm-bindgen • 0.2.99 Easy support for interacting between JS and Rust.
INDIRECT 12 1733534117 web-time • 1.1.0 Drop-in replacement for std::time for Wasm in browsers INDIRECT 14 1709290306 weezl • 0.1.8 Fast LZW compression and decompression. DIRECT 0 1705902661 windows_aarch64_gnullvm • 0.52.6 Import lib for Windows INDIRECT 0 1720035816 windows_aarch64_msvc • 0.52.6 Import lib for Windows INDIRECT 0 1720035820 windows_i686_gnu • 0.52.6 Import lib for Windows INDIRECT 0 1720035826 windows_i686_gnullvm • 0.52.6 Import lib for Windows INDIRECT 0 1720035830 windows_i686_msvc • 0.52.6 Import lib for Windows INDIRECT 0 1720035834 windows_x86_64_gnu • 0.52.6 Import lib for Windows INDIRECT 0 1720035838 windows_x86_64_gnullvm • 0.52.6 Import lib for Windows INDIRECT 0 1720035843 windows_x86_64_msvc • 0.52.6 Import lib for Windows INDIRECT 0 1720035847 windows-sys • 0.59.0 Rust for Windows INDIRECT 9 1722353177 windows-targets • 0.52.6 Import libs for Windows INDIRECT 8 1720035858