anes • 0.1.6 ANSI Escape Sequences provider & parser INDIRECT 0 1575043666 anstyle • 1.0.11 ANSI text styling INDIRECT 0 1749062311 autocfg • 1.5.0 Automatic cfg for Rust compiler features INDIRECT 0 1750198588 bumpalo • 3.19.0 A fast bump allocation arena for Rust. INDIRECT 0 1750779896 cast • 0.3.0 Ergonomic, checked cast functions for primitive types INDIRECT 0 1630753653 cc • 1.2.34 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 1755837341 cfg-if • 1.0.3 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 1755632001 clap_builder • 4.5.46 A simple to use, efficient, and full-featured Command Line Argument Parser INDIRECT 2 1756214937 clap_lex • 0.7.5 Minimal, flexible command line parser INDIRECT 0 1749492576 clap • 4.5.46 A simple to use, efficient, and full-featured Command Line Argument Parser INDIRECT 3 1756214944 concurrent-queue • 2.5.0 Concurrent multi-producer multi-consumer queue DIRECT 1 1714141578 criterion-plot • 0.6.0 Criterion's plotting library INDIRECT 3 1753440784 criterion • 0.7.0 Statistics-driven micro-benchmarking library DIRECT 45 1753440802 critical-section • 1.2.0 Cross-platform critical section DIRECT 0 1729085334 crossbeam-utils • 0.8.21 Utilities for concurrent programming INDIRECT 0 1734276361 either • 1.15.0 The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
INDIRECT 0 1741210587 fastrand • 2.3.0 A simple and fast random number generator INDIRECT 0 1733675249 futures-core • 0.3.31 The core traits and types in for the `futures` library.
INDIRECT 0 1728112007 futures-io • 0.3.31 The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.
INDIRECT 0 1728112013 futures-lite • 2.6.1 Futures, streams, and async I/O combinators DIRECT 5 1754267365 generator • 0.8.7 Stackfull Generator Library in Rust INDIRECT 21 1755765083 half • 2.6.0 Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types. INDIRECT 2 1744087859 itertools • 0.13.0 Extra iterator adaptors, iterator methods, free functions, and macros. INDIRECT 1 1715873852 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 13 1736723896 libc • 0.2.175 Raw FFI bindings to platform libraries like libc. INDIRECT 0 1754897742 log • 0.4.27 A lightweight logging facade for Rust
INDIRECT 0 1742808113 minicov • 0.3.7 Code coverage and profile-guided optimization support for no_std and embedded programs INDIRECT 16 1730675895 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 parking • 2.2.1 Thread parking and unparking DIRECT 0 1725730743 pin-project-lite • 0.2.16 A lightweight version of pin-project written with declarative macros.
DIRECT 0 1736166051 portable-atomic-util • 0.2.4 Synchronization primitives built with portable-atomic.
DIRECT 1 1732338950 portable-atomic • 1.11.1 Portable atomic types including support for 128-bit atomics, atomic float, etc.
DIRECT 0 1749193587 proc-macro2 • 1.0.101 A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case. INDIRECT 1 1755375039 quote • 1.0.40 Quasi-quoting macro quote!(...) INDIRECT 2 1741737384 regex-syntax • 0.6.29 A regular expression parser. INDIRECT 0 1679408089 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 rustversion • 1.0.22 Conditional compilation according to rustc compiler version INDIRECT 0 1754678039 scoped-tls • 1.0.1 Library implementation of the standard library's old `scoped_thread_local!`
macro for providing scoped access to thread local storage (TLS) so any type can
be stored into TLS.
INDIRECT 0 1667228516 serde_derive • 1.0.210 Macros 1.1 implementation of #[derive(Serialize, Deserialize)] INDIRECT 4 1725646653 serde_json • 1.0.143 A JSON serialization file format INDIRECT 9 1755576685 serde • 1.0.210 A generic serialization/deserialization framework INDIRECT 5 1725646662 shlex • 1.3.0 Split a string into shell words, like Python's shlex. INDIRECT 0 1705900515 syn • 2.0.56 Parser for Rust source code INDIRECT 3 1711766854 thread_local • 1.1.9 Per-object thread-local storage INDIRECT 1 1749772001 tinytemplate • 1.2.1 Simple, lightweight template engine INDIRECT 10 1614816308 waker-fn • 1.2.0 Convert closures into wakers DIRECT 0 1715559870 wasm-bindgen-backend • 0.2.100 Backend code generation of the wasm-bindgen tool
INDIRECT 7 1736723588 wasm-bindgen-futures • 0.4.50 Bridging the gap between Rust Futures and JavaScript Promises INDIRECT 15 1736723935 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-test-macro • 0.3.50 Internal testing macro for wasm-bindgen INDIRECT 4 1736723855 wasm-bindgen-test • 0.3.50 Internal testing crate for wasm-bindgen DIRECT 34 1736723952 wasm-bindgen • 0.2.100 Easy support for interacting between JS and Rust.
INDIRECT 12 1736723884 web-sys • 0.3.77 Bindings for all Web APIs, a procedurally generated crate from WebIDL
INDIRECT 14 1736723923 windows_aarch64_gnullvm • 0.53.0 Import lib for Windows INDIRECT 0 1736264552 windows_aarch64_msvc • 0.53.0 Import lib for Windows INDIRECT 0 1736264558 windows_i686_gnu • 0.53.0 Import lib for Windows INDIRECT 0 1736264562 windows_i686_gnullvm • 0.53.0 Import lib for Windows INDIRECT 0 1736264566 windows_i686_msvc • 0.53.0 Import lib for Windows INDIRECT 0 1736264570 windows_x86_64_gnu • 0.53.0 Import lib for Windows INDIRECT 0 1736264574 windows_x86_64_gnullvm • 0.53.0 Import lib for Windows INDIRECT 0 1736264578 windows_x86_64_msvc • 0.53.0 Import lib for Windows INDIRECT 0 1736264583 windows-collections • 0.2.0 Windows collection types INDIRECT 10 1742325056 windows-core • 0.61.2 Core type support for COM and Windows INDIRECT 9 1747670908 windows-future • 0.2.1 Windows async types INDIRECT 11 1747338101 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-numerics • 0.2.0 Windows numeric types INDIRECT 10 1742307975 windows-result • 0.3.4 Windows error handling INDIRECT 1 1747670897 windows-strings • 0.4.2 Windows string types INDIRECT 1 1747670888 windows-sys • 0.60.2 Rust for Windows INDIRECT 10 1749754772 windows-targets • 0.53.3 Import libs for Windows INDIRECT 9 1753717818 windows-threading • 0.1.0 Windows threading INDIRECT 1 1747337913 windows • 0.61.3 Rust for Windows INDIRECT 14 1749754712