anes • 0.1.6 ANSI Escape Sequences provider & parser INDIRECT 0 1575043666 autocfg • 1.5.0 Automatic cfg for Rust compiler features INDIRECT 0 1750198588 bitflags • 1.3.2 A macro to generate structures which behave like bitflags.
INDIRECT 0 1629087362 bitflags • 2.9.1 A macro to generate structures which behave like bitflags.
DIRECT 0 1747268939 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 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 clap_lex • 0.2.4 Minimal, flexible command line parser INDIRECT 1 1656421472 clap • 3.2.25 A simple to use, efficient, and full-featured Command Line Argument Parser INDIRECT 7 1682638490 crc32fast • 1.4.2 Fast, SIMD-accelerated CRC32 (IEEE) checksum computation INDIRECT 1 1716220033 criterion-plot • 0.5.0 Criterion's plotting library INDIRECT 3 1662832088 criterion • 0.4.0 Statistics-driven micro-benchmarking library DIRECT 73 1662832237 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-utils • 0.8.21 Utilities for concurrent programming INDIRECT 0 1734276361 ctor • 0.2.9 __attribute__((constructor)) for Rust DIRECT 4 1732119862 either • 1.15.0 The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
INDIRECT 0 1741210587 errno • 0.3.13 Cross-platform interface to the `errno` variable. DIRECT 11 1750356803 fastrand • 2.3.0 A simple and fast random number generator INDIRECT 0 1733675249 flate2 • 1.1.2 DEFLATE compression and decompression exposed as Read/BufRead/Write streams.
Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,
and raw deflate streams.
DIRECT 4 1749266681 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 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 hashbrown • 0.12.3 A Rust port of Google's SwissTable hash map INDIRECT 0 1658056838 hashbrown • 0.14.5 A Rust port of Google's SwissTable hash map INDIRECT 0 1714329129 hermit-abi • 0.1.19 Hermit system calls definitions. INDIRECT 1 1624547874 indexmap • 1.9.3 A hash table with consistent order and fast iteration. INDIRECT 2 1679702062 itertools • 0.10.5 Extra iterator adaptors, iterator methods, free functions, and macros. INDIRECT 1 1663684359 itoa • 1.0.15 Fast integer primitive to string conversion DIRECT 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 14 1736723896 lazy_static • 1.5.0 A macro for declaring lazily evaluated statics in Rust. INDIRECT 0 1719010122 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 num-traits • 0.2.19 Numeric traits for generic mathematics INDIRECT 1 1714771659 once_cell • 1.21.3 Single assignment cells and lazy values. DIRECT 0 1743182156 os_str_bytes • 6.6.1 Lossless functionality for platform-native strings
INDIRECT 0 1697317070 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. INDIRECT 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-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 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 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-std-workspace-alloc • 1.0.1 crate for integration of crates.io crates into rust-lang/rust standard library workspace
DIRECT 0 1730753730 rustc-std-workspace-core • 1.0.1 crate for integration of crates.io crates into rust-lang/rust standard library workspace
DIRECT 0 1730753723 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 serde_derive • 1.0.210 Macros 1.1 implementation of #[derive(Serialize, Deserialize)] INDIRECT 4 1725646653 serde_json • 1.0.140 A JSON serialization file format INDIRECT 9 1740992661 serde • 1.0.210 A generic serialization/deserialization framework INDIRECT 5 1725646662 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. DIRECT 0 1572800531 syn • 2.0.56 Parser for Rust source code INDIRECT 3 1711766854 tempfile • 3.20.0 A library for managing temporary files and directories. DIRECT 32 1746997208 tinytemplate • 1.2.1 Simple, lightweight template engine INDIRECT 10 1614816308 wasm-bindgen-backend • 0.2.100 Backend code generation of the wasm-bindgen tool
INDIRECT 7 1736723588 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 • 0.2.100 Easy support for interacting between JS and Rust.
INDIRECT 13 1736723884 web-sys • 0.3.77 Bindings for all Web APIs, a procedurally generated crate from WebIDL
INDIRECT 15 1736723923 winapi-i686-pc-windows-gnu • 0.4.0 Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead. INDIRECT 0 1516236938 winapi-x86_64-pc-windows-gnu • 0.4.0 Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead. INDIRECT 0 1516236912 winapi • 0.3.9 Raw FFI bindings for all of Windows API. INDIRECT 2 1593171273 windows_aarch64_gnullvm • 0.48.5 Import lib for Windows INDIRECT 0 1692380766 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.48.5 Import lib for Windows INDIRECT 0 1692380793 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.48.5 Import lib for Windows INDIRECT 0 1692380808 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.48.5 Import lib for Windows INDIRECT 0 1692380821 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.48.5 Import lib for Windows INDIRECT 0 1692380839 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.48.5 Import lib for Windows INDIRECT 0 1692380865 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.48.5 Import lib for Windows INDIRECT 0 1692380876 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.48.0 Rust for Windows DIRECT 8 1680267586 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.48.5 Import libs for Windows INDIRECT 7 1692380914 windows-targets • 0.52.6 Import libs for Windows INDIRECT 8 1720035858 windows-targets • 0.53.2 Import libs for Windows INDIRECT 8 1749754755