array-init • 2.1.0 Safe wrapper for initializing fixed-size arrays INDIRECT 0 1669930651 autocfg • 1.5.0 Automatic cfg for Rust compiler features INDIRECT 0 1750198588 base64 • 0.13.1 encodes and decodes base64 as bytes or utf8 DIRECT 0 1666357812 bitflags • 2.9.1 A macro to generate structures which behave like bitflags.
INDIRECT 0 1747268939 cc • 1.2.29 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 1751715418 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 crossbeam-channel • 0.5.15 Multi-producer multi-consumer channels for message passing INDIRECT 1 1744147661 crossbeam-deque • 0.8.6 Concurrent work-stealing deque INDIRECT 2 1734276568 crossbeam-epoch • 0.9.18 Epoch-based garbage collection INDIRECT 1 1704718607 crossbeam-queue • 0.3.12 Concurrent queues INDIRECT 1 1734276414 crossbeam-utils • 0.8.21 Utilities for concurrent programming INDIRECT 0 1734276361 crossbeam • 0.8.4 Tools for concurrent programming INDIRECT 5 1704718698 cxx-build • 1.0.92 C++ code generator for integrating `cxx` crate into a Cargo build. DIRECT 22 1678061677 cxx • 1.0.131 Safe interop between Rust and C++ DIRECT 11 1732303256 cxxbridge-flags • 1.0.131 Compiler configuration of the `cxx` crate (implementation detail) INDIRECT 0 1732303214 cxxbridge-macro • 1.0.131 Implementation detail of the `cxx` crate. INDIRECT 5 1732303227 either • 1.15.0 The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
INDIRECT 0 1741210587 hashbrown • 0.12.3 A Rust port of Google's SwissTable hash map INDIRECT 0 1658056838 indexmap • 1.9.3 A hash table with consistent order and fast iteration. DIRECT 2 1679702062 itoa • 1.0.15 Fast integer primitive to string conversion INDIRECT 0 1741045365 lexical-core • 0.8.5 Lexical, to- and from-string conversion routines. INDIRECT 6 1652903948 lexical-parse-float • 0.8.5 Efficient parsing of floats from strings. INDIRECT 3 1652903921 lexical-parse-integer • 0.8.6 Efficient parsing of integers from strings. INDIRECT 2 1654533491 lexical-util • 0.8.5 Shared utilities for lexical creates. INDIRECT 1 1652903873 lexical-write-float • 0.8.5 Efficient formatting of floats to strings. INDIRECT 3 1652903934 lexical-write-integer • 0.8.5 Efficient formatting of integers to strings. INDIRECT 2 1652903891 lexical • 6.1.1 Lexical, to- and from-string conversion routines. DIRECT 7 1652904007 libc • 0.2.174 Raw FFI bindings to platform libraries like libc. INDIRECT 0 1750182852 link-cplusplus • 1.0.10 Link libstdc++ or libc++ automatically or manually INDIRECT 2 1741045433 lock_api • 0.4.13 Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std. INDIRECT 2 1748543672 num-integer • 0.1.46 Integer traits and functions DIRECT 2 1707356549 num-traits • 0.2.19 Numeric traits for generic mathematics DIRECT 1 1714771659 once_cell • 1.21.3 Single assignment cells and lazy values. DIRECT 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 proc-macro2 • 0.4.30 A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case. INDIRECT 1 1557348003 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 • 0.6.13 Quasi-quoting macro quote!(...) INDIRECT 2 1562862973 quote • 1.0.40 Quasi-quoting macro quote!(...) INDIRECT 2 1741737384 rayon-core • 1.12.1 Core APIs for Rayon INDIRECT 3 1705514172 rayon • 1.10.0 Simple work-stealing parallelism for Rust INDIRECT 5 1711257887 rustc-hash • 1.1.0 speed, non-cryptographic hash used in rustc DIRECT 0 1581168036 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 scratch • 1.0.8 Compile-time temporary directory shared by multiple crates and erased by `cargo clean` INDIRECT 0 1741047265 serde_derive • 1.0.195 Macros 1.1 implementation of #[derive(Serialize, Deserialize)] INDIRECT 4 1704508420 serde_json • 1.0.140 A JSON serialization file format DIRECT 9 1740992661 serde • 1.0.195 A generic serialization/deserialization framework DIRECT 5 1704508430 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 static_assertions • 1.1.0 Compile-time assertions to ensure that invariants are met. INDIRECT 0 1572800531 syn • 0.15.44 Parser for Rust source code INDIRECT 3 1565466041 syn • 1.0.109 Parser for Rust source code INDIRECT 3 1677232723 syn • 2.0.104 Parser for Rust source code INDIRECT 2 1750451366 thiserror-impl • 1.0.69 Implementation detail of the `thiserror` crate INDIRECT 4 1731219844 thiserror • 1.0.69 derive(Error) DIRECT 5 1731219850 unicode-width • 0.1.14 Determine displayed width of `char` and `str` types
according to Unicode Standard Annex #11 rules.
INDIRECT 0 1726772800 unicode-xid • 0.1.0 Determine whether characters have the XID_Start
or XID_Continue properties according to
Unicode Standard Annex #31.
INDIRECT 0 1494265403 version_check • 0.9.5 Tiny crate to check the version of the installed/running rustc. INDIRECT 0 1721950694 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