android_system_properties • 0.1.5 Minimal Android system properties wrapper INDIRECT 1 1661856148 autocfg • 1.5.0 Automatic cfg for Rust compiler features INDIRECT 0 1750198588 bitflags • 2.10.0 A macro to generate structures which behave like bitflags.
INDIRECT 0 1760917321 block-buffer • 0.10.4 Buffer type for block processing of data INDIRECT 3 1678327705 block-buffer • 0.9.0 Buffer type for block processing of data INDIRECT 3 1591807793 blowfish • 0.7.0 Blowfish block cipher INDIRECT 6 1602858315 bumpalo • 3.19.0 A fast bump allocation arena for Rust. INDIRECT 0 1750779896 cc • 1.2.49 A 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 2 1765024078 cfg-if • 1.0.4 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 1760515966 chrono • 0.4.42 Date and time library for Rust DIRECT 30 1757321972 cipher • 0.2.5 Traits for describing block ciphers and stream ciphers INDIRECT 3 1604269213 core-foundation-sys • 0.8.7 Bindings to Core Foundation for macOS INDIRECT 0 1723337307 cpufeatures • 0.2.17 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 1737768946 crypto-common • 0.1.7 Common cryptographic traits INDIRECT 3 1762957200 crypto-mac • 0.10.1 Trait for Message Authentication Code (MAC) algorithms INDIRECT 4 1626784482 digest • 0.10.7 Traits for cryptographic hash functions and message authentication codes INDIRECT 5 1684516290 digest • 0.9.0 Traits for cryptographic hash functions and message authentication codes INDIRECT 3 1591752868 equivalent • 1.0.2 Traits for key comparison in maps. INDIRECT 0 1739571258 find-msvc-tools • 0.1.5 Find windows-specific tools, read MSVC versions from the registry and from COM interfaces INDIRECT 0 1763115408 form_urlencoded • 1.2.2 Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms. INDIRECT 1 1755766063 getrandom • 0.2.16 A small cross-platform library for retrieving random data from system source INDIRECT 3 1745349888 glob • 0.3.3 Support for matching file paths against Unix shell style patterns.
INDIRECT 0 1754905633 hashbrown • 0.16.1 A Rust port of Google's SwissTable hash map INDIRECT 0 1763657238 hex • 0.4.3 Encoding and decoding data into/from hexadecimal representation. INDIRECT 0 1614768538 hmac • 0.10.1 Generic implementation of Hash-based Message Authentication Code (HMAC) INDIRECT 6 1602861763 iana-time-zone-haiku • 0.1.2 iana-time-zone support crate for Haiku OS INDIRECT 3 1683881025 iana-time-zone • 0.1.64 get the IANA time zone for the current system INDIRECT 27 1757693322 idna_adapter • 1.1.0 Back end adapter for idna INDIRECT 6 1730182812 idna • 1.1.0 IDNA (Internationalizing Domain Names in Applications) and Punycode. INDIRECT 9 1755766100 indexmap • 2.12.1 A hash table with consistent order and fast iteration. INDIRECT 2 1763661686 js-sys • 0.3.83 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 12 1764296812 lazy_static • 1.5.0 A macro for declaring lazily evaluated statics in Rust. INDIRECT 0 1719010122 libc • 0.2.178 Raw FFI bindings to platform libraries like libc. INDIRECT 0 1764682278 linked-hash-map • 0.5.6 A HashMap wrapper that holds key-value pairs in insertion order INDIRECT 0 1656186760 lock_api • 0.4.14 Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std. INDIRECT 1 1759534392 log • 0.4.29 A lightweight logging facade for Rust
INDIRECT 0 1764713196 lru-cache • 0.1.2 A cache that holds a limited number of key-value pairs DIRECT 1 1553130242 md-5 • 0.9.1 MD5 hash function INDIRECT 6 1593341551 num-bigint • 0.4.6 Big integer implementation for Rust INDIRECT 3 1719514193 num-integer • 0.1.46 Integer traits and functions INDIRECT 2 1707356549 num-traits • 0.2.19 Numeric traits for generic mathematics INDIRECT 1 1714771659 once_cell • 1.21.3 Single assignment cells and lazy values. INDIRECT 0 1743182156 opaque-debug • 0.3.1 Macro for opaque Debug trait implementation INDIRECT 0 1709294912 parking_lot_core • 0.9.12 An advanced API for creating custom synchronization primitives. INDIRECT 6 1759534423 parking_lot • 0.12.5 More compact and efficient implementations of the standard synchronization primitives. INDIRECT 9 1759534454 percent-encoding • 2.3.2 Percent encoding and decoding DIRECT 0 1755766010 ppv-lite86 • 0.2.21 Cross-platform cryptography-oriented low-level SIMD library. INDIRECT 6 1741550500 proc-macro-crate • 1.3.1 Replacement for crate (macro_rules keyword) in proc-macros
INDIRECT 7 1677490338 proc-macro2 • 1.0.103 A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case. INDIRECT 1 1761258616 quote • 1.0.42 Quasi-quoting macro quote!(...) INDIRECT 2 1762454085 r2d2 • 0.8.10 A generic connection pool DIRECT 12 1655853603 rand_chacha • 0.3.1 ChaCha random number generator
INDIRECT 12 1623267998 rand_core • 0.6.4 Core random number generator traits and tools for implementation.
INDIRECT 4 1663248224 rand • 0.8.5 Random number generators and other randomness functionality.
DIRECT 13 1644827867 regex-syntax • 0.7.5 A regular expression parser. INDIRECT 0 1693057835 regex • 1.8.4 An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.
INDIRECT 3 1685970208 rustversion • 1.0.22 Conditional compilation according to rustc compiler version INDIRECT 0 1754678039 scheduled-thread-pool • 0.2.7 A scheduled thread pool INDIRECT 10 1678152992 scopeguard • 1.2.0 A 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 1689601673 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 sha-1 • 0.10.1 SHA-1 hash function. This crate is deprecated! Use the sha1 crate instead. INDIRECT 9 1669649018 sha-1 • 0.9.8 SHA-1 hash function. This crate is deprecated! Use the sha1 crate instead. INDIRECT 9 1630070820 sha2 • 0.10.9 Pure Rust implementation of the SHA-2 hash function family
including SHA-224, SHA-256, SHA-384, and SHA-512.
INDIRECT 9 1746023889 sha2 • 0.9.9 Pure Rust implementation of the SHA-2 hash function family
including SHA-224, SHA-256, SHA-384, and SHA-512.
INDIRECT 9 1641493941 shlex • 1.3.0 Split a string into shell words, like Python's shlex. INDIRECT 0 1705900515 smallvec • 1.15.1 'Small vector' optimization: store up to a small number of items on the stack INDIRECT 0 1749230060 syn • 1.0.109 Parser for Rust source code INDIRECT 3 1677232723 syn • 2.0.56 Parser for Rust source code INDIRECT 3 1711766854 thiserror-impl • 1.0.65 Implementation detail of the `thiserror` crate INDIRECT 4 1729619452 thiserror • 1.0.65 derive(Error) INDIRECT 5 1729619458 toml_datetime • 0.6.11 A TOML-compatible datetime type INDIRECT 0 1749221317 toml_edit • 0.19.15 Yet another format-preserving TOML parser. INDIRECT 5 1694138944 typenum • 1.19.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 1759385628 unicode-bidi • 0.3.18 Implementation of the Unicode Bidirectional Algorithm INDIRECT 0 1734390587 unicode-normalization • 0.1.25 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 1761840398 url • 2.5.7 URL library for Rust, based on the WHATWG URL Standard DIRECT 18 1755952903 utf8_iter • 1.0.4 Iterator by char over potentially-invalid UTF-8 in &[u8] INDIRECT 0 1701451611 version_check • 0.9.5 Tiny crate to check the version of the installed/running rustc. INDIRECT 0 1721950694 wasm-bindgen-macro-support • 0.2.106 Implementation APIs for the `#[wasm_bindgen]` attribute INDIRECT 6 1764296799 wasm-bindgen-macro • 0.2.106 Definition of the `#[wasm_bindgen]` attribute, an internal dependency
INDIRECT 7 1764296804 wasm-bindgen-shared • 0.2.106 Shared support between wasm-bindgen and wasm-bindgen cli, an internal
dependency.
INDIRECT 1 1764296795 wasm-bindgen • 0.2.106 Easy support for interacting between JS and Rust.
INDIRECT 11 1764296808 windows-core • 0.62.2 Core type support for COM and Windows INDIRECT 9 1759778114 windows-implement • 0.60.2 The implement macro for the Windows crates INDIRECT 4 1759778011 windows-interface • 0.59.3 The interface macro for the Windows crates INDIRECT 4 1759778058 windows-link • 0.2.1 Linking for Windows INDIRECT 0 1759772108 windows-result • 0.4.1 Windows error handling INDIRECT 1 1759778079 windows-strings • 0.5.1 Windows string types INDIRECT 1 1759778101