array-init • 2.1.0 Safe wrapper for initializing fixed-size arrays INDIRECT 0 1669930651 autocfg • 1.4.0 Automatic cfg for Rust compiler features INDIRECT 0 1727399128 base64 • 0.13.1 encodes and decodes base64 as bytes or utf8 DIRECT 0 1666357812 bitflags • 2.6.0 A macro to generate structures which behave like bitflags.
INDIRECT 0 1719273450 cc • 1.2.5 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 1734604119 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 crossbeam-channel • 0.5.14 Multi-producer multi-consumer channels for message passing INDIRECT 1 1734276395 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.13.0 The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
INDIRECT 0 1719355194 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.14 Fast integer primitive to string conversion INDIRECT 0 1732562705 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.169 Raw FFI bindings to platform libraries like libc.
INDIRECT 0 1734585492 link-cplusplus • 1.0.9 Link libstdc++ or libc++ automatically or manually INDIRECT 2 1688408517 lock_api • 0.4.12 Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std. INDIRECT 2 1714086109 num-traits • 0.2.19 Numeric traits for generic mathematics DIRECT 1 1714771659 once_cell • 1.20.2 Single assignment cells and lazy values. DIRECT 0 1728145060 parking_lot_core • 0.9.10 An advanced API for creating custom synchronization primitives. INDIRECT 14 1714086216 parking_lot • 0.12.3 More compact and efficient implementations of the standard synchronization primitives. DIRECT 18 1716589584 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.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 • 0.6.13 Quasi-quoting macro quote!(...) INDIRECT 2 1562862973 quote • 1.0.37 Quasi-quoting macro quote!(...) INDIRECT 2 1724366547 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.18 Conditional compilation according to rustc compiler version INDIRECT 0 1728931671 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.7 Compile-time temporary directory shared by multiple crates and erased by `cargo clean` INDIRECT 0 1689455125 serde_derive • 1.0.195 Macros 1.1 implementation of #[derive(Serialize, Deserialize)] INDIRECT 4 1704508420 serde_json • 1.0.134 A JSON serialization file format DIRECT 9 1734807331 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.13.2 'Small vector' optimization: store up to a small number of items on the stack INDIRECT 0 1710966769 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.90 Parser for Rust source code INDIRECT 2 1732916770 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