ahash • 0.8.12 A non-cryptographic hash function using AES-NI for high performance INDIRECT 9 1746680732 android_system_properties • 0.1.5 Minimal Android system properties wrapper INDIRECT 1 1661856148 android-tzdata • 0.1.1 Parser for the Android-specific tzdata file INDIRECT 0 1678008318 arbitrary • 1.4.1 The trait for generating structured data from unstructured data DIRECT 5 1730826594 autocfg • 1.5.0 Automatic cfg for Rust compiler features INDIRECT 0 1750198588 bitflags • 2.9.1 A macro to generate structures which behave like bitflags.
INDIRECT 0 1747268939 bumpalo • 3.19.0 A fast bump allocation arena for Rust. INDIRECT 0 1750779896 cc • 1.2.27 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 1 1749808525 cfg-if • 1.0.1 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 1749505636 chrono • 0.4.41 Date and time library for Rust DIRECT 33 1745916482 core-foundation-sys • 0.8.7 Bindings to Core Foundation for macOS INDIRECT 0 1723337307 derive_arbitrary • 1.4.1 Derives arbitrary traits INDIRECT 4 1730845210 equivalent • 1.0.2 Traits for key comparison in maps. INDIRECT 0 1739571258 fallible-iterator • 0.3.0 Fallible iterator traits INDIRECT 0 1684797157 fallible-streaming-iterator • 0.1.9 Fallible streaming iteration INDIRECT 0 1525291369 getrandom • 0.2.16 A small cross-platform library for retrieving random data from system source INDIRECT 3 1745349888 hashbrown • 0.14.5 A Rust port of Google's SwissTable hash map INDIRECT 10 1714329129 hashbrown • 0.15.4 A Rust port of Google's SwissTable hash map INDIRECT 0 1749293824 hashlink • 0.9.1 HashMap-like containers that hold their key-value pairs in a user controllable order INDIRECT 11 1715474127 iana-time-zone-haiku • 0.1.2 iana-time-zone support crate for Haiku OS INDIRECT 2 1683881025 iana-time-zone • 0.1.63 get the IANA time zone for the current system INDIRECT 27 1743435018 indexmap • 2.10.0 A hash table with consistent order and fast iteration. INDIRECT 2 1750968596 itoa • 1.0.15 Fast integer primitive to string conversion INDIRECT 0 1741045365 js-sys • 0.3.77 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 14 1736723896 libc • 0.2.174 Raw FFI bindings to platform libraries like libc. INDIRECT 0 1750182852 log • 0.4.27 A lightweight logging facade for Rust
INDIRECT 0 1742808113 num-traits • 0.2.19 Numeric traits for generic mathematics INDIRECT 1 1714771659 once_cell • 1.21.3 Single assignment cells and lazy values. DIRECT 0 1743182156 paste • 1.0.15 Macros for all your token pasting needs INDIRECT 0 1715046622 pkg-config • 0.3.32 A library to run the pkg-config system tool at build time in order to be used in
Cargo build scripts.
INDIRECT 0 1740996295 ppv-lite86 • 0.2.21 Cross-platform cryptography-oriented low-level SIMD library. INDIRECT 6 1741550500 proc-macro2 • 1.0.95 A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case. INDIRECT 1 1744771150 proptest-derive • 0.5.1 Custom-derive for the Arbitrary trait of proptest.
DIRECT 4 1734313676 proptest • 1.7.0 Hypothesis-like property-based testing and shrinking.
DIRECT 15 1749325725 quote • 1.0.40 Quasi-quoting macro quote!(...) INDIRECT 2 1741737384 rand_chacha • 0.3.1 ChaCha random number generator
INDIRECT 12 1623267998 rand_chacha • 0.9.0 ChaCha random number generator
INDIRECT 8 1737985106 rand_core • 0.6.4 Core random number generator traits and tools for implementation.
INDIRECT 4 1663248224 rand_core • 0.9.3 Core random number generator traits and tools for implementation.
INDIRECT 0 1740837668 rand_xorshift • 0.4.0 Xorshift random number generator
INDIRECT 1 1737988836 rand • 0.8.5 Random number generators and other randomness functionality.
DIRECT 13 1644827867 rand • 0.9.1 Random number generators and other randomness functionality.
INDIRECT 1 1744900580 rustversion • 1.0.21 Conditional compilation according to rustc compiler version INDIRECT 0 1747930171 serde_bytes • 0.11.17 Optimized handling of `&[u8]` and `Vec<u8>` for Serde INDIRECT 6 1741553480 serde_derive • 1.0.203 Macros 1.1 implementation of #[derive(Serialize, Deserialize)] INDIRECT 4 1716659028 serde_json • 1.0.140 A JSON serialization file format INDIRECT 12 1740992661 serde_yaml • 0.9.34+deprecated YAML data format for Serde DIRECT 12 1711327819 serde-transcode • 1.1.1 Transcode from one Serde format to another INDIRECT 6 1625879902 serde • 1.0.203 A generic serialization/deserialization framework DIRECT 5 1716659036 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 unarray • 0.1.4 Utilities for working with uninitialized arrays INDIRECT 0 1669828182 vcpkg • 0.2.15 A library to find native dependencies in a vcpkg tree at build
time in order to be used in Cargo build scripts.
INDIRECT 0 1624120546 version_check • 0.9.5 Tiny crate to check the version of the installed/running rustc. INDIRECT 0 1721950694 wasm-bindgen-backend • 0.2.100 Backend code generation of the wasm-bindgen tool
INDIRECT 7 1736723588 wasm-bindgen-macro-support • 0.2.100 The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate
INDIRECT 8 1736723591 wasm-bindgen-macro • 0.2.100 Definition of the `#[wasm_bindgen]` attribute, an internal dependency
INDIRECT 9 1736723831 wasm-bindgen-shared • 0.2.100 Shared support between wasm-bindgen and wasm-bindgen cli, an internal
dependency.
INDIRECT 1 1736723583 wasm-bindgen • 0.2.100 Easy support for interacting between JS and Rust.
INDIRECT 13 1736723884 windows-core • 0.61.2 Core type support for COM and Windows INDIRECT 9 1747670908 windows-implement • 0.60.0 The implement macro for the windows crate INDIRECT 4 1742307860 windows-interface • 0.59.1 The interface macro for the windows crate INDIRECT 4 1742307878 windows-link • 0.1.3 Linking for Windows INDIRECT 0 1749754652 windows-result • 0.3.4 Windows error handling INDIRECT 1 1747670897 windows-strings • 0.4.2 Windows string types INDIRECT 1 1747670888