assert_matches • 1.5.0 Asserts that a value matches a pattern DIRECT 0 1612498608 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.
DIRECT 0 1747268939 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 cexpr • 0.6.0 A C expression parser and evaluator INDIRECT 3 1633944712 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 either • 1.15.0 The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
INDIRECT 0 1741210587 equivalent • 1.0.2 Traits for key comparison in maps. INDIRECT 0 1739571258 errno • 0.3.13 Cross-platform interface to the `errno` variable. INDIRECT 11 1750356803 fastrand • 2.3.0 A simple and fast random number generator INDIRECT 0 1733675249 futures-channel • 0.3.31 Channels for asynchronous communication using futures-rs.
INDIRECT 2 1728112026 futures-core • 0.3.31 The core traits and types in for the `futures` library.
INDIRECT 0 1728112007 futures-executor • 0.3.31 Executors for asynchronous tasks based on the futures-rs library.
INDIRECT 10 1728112054 futures-io • 0.3.31 The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.
INDIRECT 0 1728112013 futures-sink • 0.3.31 The asynchronous `Sink` trait for the futures-rs library.
INDIRECT 0 1728112018 futures-task • 0.3.31 Tools for working with tasks.
INDIRECT 0 1728112021 futures-util • 0.3.31 Common utilities and extension traits for the futures-rs library.
INDIRECT 9 1728112047 futures • 0.3.31 An implementation of futures and streams featuring zero allocations,
composability, and iterator-like interfaces.
INDIRECT 11 1728112065 getrandom • 0.3.3 A small cross-platform library for retrieving random data from system source INDIRECT 6 1746784694 glob • 0.3.2 Support for matching file paths against Unix shell style patterns.
INDIRECT 0 1735431124 hashbrown • 0.15.4 A Rust port of Google's SwissTable hash map INDIRECT 0 1749293824 indexmap • 2.10.0 A hash table with consistent order and fast iteration. INDIRECT 2 1750968596 itertools • 0.13.0 Extra iterator adaptors, iterator methods, free functions, and macros. INDIRECT 1 1715873852 libc • 0.2.174 Raw FFI bindings to platform libraries like libc. DIRECT 0 1750182852 lock_api • 0.4.13 Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std. INDIRECT 2 1748543672 log • 0.4.27 A lightweight logging facade for Rust
INDIRECT 0 1742808113 minimal-lexical • 0.2.1 Fast float parsing conversion routines. INDIRECT 0 1633344493 once_cell • 1.21.3 Single assignment cells and lazy values. INDIRECT 0 1743182156 parking_lot_core • 0.9.11 An advanced API for creating custom synchronization primitives. INDIRECT 14 1748543681 parking_lot • 0.12.4 More compact and efficient implementations of the standard synchronization primitives. DIRECT 18 1748543688 pin-project-lite • 0.2.16 A lightweight version of pin-project written with declarative macros.
INDIRECT 0 1736166051 pin-utils • 0.1.0 Utilities for pinning
INDIRECT 0 1587572007 proc-macro-crate • 3.2.0 Replacement for crate (macro_rules keyword) in proc-macros
INDIRECT 5 1724746292 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 quote • 1.0.40 Quasi-quoting macro quote!(...) INDIRECT 2 1741737384 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 1 1685970208 rustc-hash • 2.1.1 A speedy, non-cryptographic hashing algorithm used by rustc INDIRECT 0 1738780474 rustversion • 1.0.21 Conditional compilation according to rustc compiler version INDIRECT 0 1747930171 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 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 • 2.0.104 Parser for Rust source code INDIRECT 2 1750451366 tempfile • 3.20.0 A library for managing temporary files and directories. DIRECT 32 1746997208 thiserror-impl • 2.0.12 Implementation detail of the `thiserror` crate INDIRECT 4 1740975857 thiserror • 2.0.12 derive(Error) DIRECT 5 1740975870 toml_datetime • 0.6.11 A TOML-compatible datetime type INDIRECT 0 1749221317 toml_edit • 0.22.27 Yet another format-preserving TOML parser. INDIRECT 4 1749222186 windows_aarch64_gnullvm • 0.52.6 Import lib for Windows INDIRECT 0 1720035816 windows_aarch64_gnullvm • 0.53.0 Import lib for Windows INDIRECT 0 1736264552 windows_aarch64_msvc • 0.52.6 Import lib for Windows INDIRECT 0 1720035820 windows_aarch64_msvc • 0.53.0 Import lib for Windows INDIRECT 0 1736264558 windows_i686_gnu • 0.52.6 Import lib for Windows INDIRECT 0 1720035826 windows_i686_gnu • 0.53.0 Import lib for Windows INDIRECT 0 1736264562 windows_i686_gnullvm • 0.52.6 Import lib for Windows INDIRECT 0 1720035830 windows_i686_gnullvm • 0.53.0 Import lib for Windows INDIRECT 0 1736264566 windows_i686_msvc • 0.52.6 Import lib for Windows INDIRECT 0 1720035834 windows_i686_msvc • 0.53.0 Import lib for Windows INDIRECT 0 1736264570 windows_x86_64_gnu • 0.52.6 Import lib for Windows INDIRECT 0 1720035838 windows_x86_64_gnu • 0.53.0 Import lib for Windows INDIRECT 0 1736264574 windows_x86_64_gnullvm • 0.52.6 Import lib for Windows INDIRECT 0 1720035843 windows_x86_64_gnullvm • 0.53.0 Import lib for Windows INDIRECT 0 1736264578 windows_x86_64_msvc • 0.52.6 Import lib for Windows INDIRECT 0 1720035847 windows_x86_64_msvc • 0.53.0 Import lib for Windows INDIRECT 0 1736264583 windows-sys • 0.59.0 Rust for Windows INDIRECT 9 1722353177 windows-sys • 0.60.2 Rust for Windows INDIRECT 9 1749754772 windows-targets • 0.52.6 Import libs for Windows INDIRECT 8 1720035858 windows-targets • 0.53.2 Import libs for Windows INDIRECT 8 1749754755