anes • 0.1.6 ANSI Escape Sequences provider & parser INDIRECT 0 1575043666 anstyle • 1.0.10 ANSI text styling INDIRECT 0 1730469578 autocfg • 1.4.0 Automatic cfg for Rust compiler features INDIRECT 0 1727399128 bumpalo • 3.16.0 A fast bump allocation arena for Rust. INDIRECT 0 1712590168 cast • 0.3.0 Ergonomic, checked cast functions for primitive types INDIRECT 0 1630753653 cc • 1.2.7 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 1735876692 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 clap_builder • 4.5.26 A simple to use, efficient, and full-featured Command Line Argument Parser INDIRECT 2 1736446012 clap_lex • 0.7.4 Minimal, flexible command line parser INDIRECT 0 1733433327 clap • 4.5.26 A simple to use, efficient, and full-featured Command Line Argument Parser INDIRECT 3 1736446018 concurrent-queue • 2.5.0 Concurrent multi-producer multi-consumer queue DIRECT 1 1714141578 criterion-plot • 0.5.0 Criterion's plotting library INDIRECT 3 1662832088 criterion • 0.5.1 Statistics-driven micro-benchmarking library DIRECT 49 1685091590 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.13.0 The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
INDIRECT 0 1719355194 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.5.0 Futures, streams, and async I/O combinators DIRECT 5 1731030200 generator • 0.8.4 Stackfull Generator Library in Rust INDIRECT 23 1733374160 half • 2.4.1 Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types. INDIRECT 2 1712434058 hermit-abi • 0.4.0 Hermit system calls definitions. INDIRECT 0 1717772506 itertools • 0.10.5 Extra iterator adaptors, iterator methods, free functions, and macros. INDIRECT 1 1663684359 itoa • 1.0.14 Fast integer primitive to string conversion INDIRECT 0 1732562705 js-sys • 0.3.76 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 1733534144 libc • 0.2.169 Raw FFI bindings to platform libraries like libc.
INDIRECT 0 1734585492 log • 0.4.22 A lightweight logging facade for Rust
INDIRECT 0 1719534494 minicov • 0.3.7 Code coverage and profile-guided optimization support for no_std and embedded programs INDIRECT 15 1730675895 num-traits • 0.2.19 Numeric traits for generic mathematics INDIRECT 1 1714771659 once_cell • 1.20.2 Single assignment cells and lazy values. INDIRECT 0 1728145060 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.10.0 Portable atomic types including support for 128-bit atomics, atomic float, etc.
DIRECT 0 1732396254 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 • 1.0.38 Quasi-quoting macro quote!(...) INDIRECT 2 1735189401 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.19 Conditional compilation according to rustc compiler version INDIRECT 0 1735247504 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.135 A JSON serialization file format INDIRECT 9 1736209320 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.8 Per-object thread-local storage INDIRECT 2 1708463596 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.99 Backend code generation of the wasm-bindgen tool
INDIRECT 7 1733534064 wasm-bindgen-futures • 0.4.49 Bridging the gap between Rust Futures and JavaScript Promises INDIRECT 15 1733534120 wasm-bindgen-macro-support • 0.2.99 The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate
INDIRECT 8 1733534067 wasm-bindgen-macro • 0.2.99 Definition of the `#[wasm_bindgen]` attribute, an internal dependency
INDIRECT 9 1733534071 wasm-bindgen-shared • 0.2.99 Shared support between wasm-bindgen and wasm-bindgen cli, an internal
dependency.
INDIRECT 0 1733534059 wasm-bindgen-test-macro • 0.3.49 Internal testing macro for wasm-bindgen INDIRECT 4 1733534074 wasm-bindgen-test • 0.3.49 Internal testing crate for wasm-bindgen DIRECT 34 1733534077 wasm-bindgen • 0.2.99 Easy support for interacting between JS and Rust.
INDIRECT 12 1733534117 web-sys • 0.3.76 Bindings for all Web APIs, a procedurally generated crate from WebIDL
INDIRECT 14 1733534149 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-core • 0.58.0 Rust for Windows INDIRECT 17 1720036067 windows-implement • 0.58.0 The implement macro for the windows crate INDIRECT 4 1720036051 windows-interface • 0.58.0 The interface macro for the windows crate INDIRECT 4 1720036039 windows-result • 0.2.0 Windows error handling INDIRECT 9 1720035984 windows-strings • 0.1.0 Rust for Windows INDIRECT 10 1720036003 windows-sys • 0.52.0 Rust for Windows INDIRECT 9 1700074555 windows-sys • 0.59.0 Rust for Windows INDIRECT 9 1722353177 windows-targets • 0.52.6 Import libs for Windows INDIRECT 8 1720035858 windows • 0.58.0 Rust for Windows INDIRECT 18 1720036114