addr2line • 0.20.0 A cross-platform symbolication library written in Rust, using `gimli` INDIRECT 1 April 16, 2023 anes • 0.1.6 ANSI Escape Sequences provider & parser INDIRECT 0 November 29, 2019 async-channel • 1.9.0 Async multi-producer multi-consumer channel INDIRECT 4 July 8, 2023 async-channel • 2.3.1 Async multi-producer multi-consumer channel INDIRECT 7 May 16, 2024 async-executor • 1.13.1 Async executor INDIRECT 11 September 7, 2024 async-global-executor • 2.4.1 A global executor built on top of async-executor and async-io INDIRECT 55 December 11, 2023 async-io • 1.13.0 Async I/O and timers INDIRECT 62 March 22, 2023 async-io • 2.3.3 Async I/O and timers INDIRECT 48 June 1, 2024 async-lock • 2.8.0 Async synchronization primitives INDIRECT 1 August 10, 2023 async-lock • 3.4.0 Async synchronization primitives INDIRECT 6 June 1, 2024 async-net • 1.8.0 Async networking primitives for TCP/UDP/Unix communication INDIRECT 72 September 25, 2023 async-process • 1.7.0 Async interface for working with processes INDIRECT 74 April 7, 2023 async-std • 1.12.0 Async version of the Rust standard library INDIRECT 94 June 18, 2022 async-task • 4.7.1 Task abstraction for building executors INDIRECT 0 April 27, 2024 async-trait • 0.1.85 Type erasure for async trait methods INDIRECT 4 January 6, 2025 atomic-waker • 1.1.2 A synchronization primitive for task wakeup INDIRECT 0 September 25, 2023 autocfg • 1.4.0 Automatic cfg for Rust compiler features INDIRECT 0 September 27, 2024 backtrace • 0.3.68 A library to acquire a stack trace (backtrace) at runtime in a Rust program.
INDIRECT 11 June 29, 2023 basic-toml • 0.1.9 Minimal TOML library with few dependencies INDIRECT 6 March 12, 2024 bitflags • 1.3.2 A macro to generate structures which behave like bitflags.
INDIRECT 0 August 16, 2021 bitflags • 2.7.0 A macro to generate structures which behave like bitflags.
INDIRECT 0 January 10, 2025 blocking • 1.6.1 A thread pool for isolating blocking I/O in async programs INDIRECT 14 May 26, 2024 bumpalo • 3.16.0 A fast bump allocation arena for Rust. INDIRECT 0 April 8, 2024 cast • 0.3.0 Ergonomic, checked cast functions for primitive types INDIRECT 0 September 4, 2021 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 January 3, 2025 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 October 6, 2020 clap_lex • 0.2.4 Minimal, flexible command line parser INDIRECT 1 June 28, 2022 clap • 3.2.25 A simple to use, efficient, and full-featured Command Line Argument Parser INDIRECT 7 April 27, 2023 concurrent-queue • 2.5.0 Concurrent multi-producer multi-consumer queue INDIRECT 1 April 26, 2024 content_inspector • 0.2.4 Fast inspection of binary buffers to guess/determine the encoding DIRECT 1 November 4, 2018 crc32c • 0.6.8 Safe implementation for hardware accelerated CRC32C instructions with software fallback DIRECT 2 June 9, 2024 crc32fast • 1.4.2 Fast, SIMD-accelerated CRC32 (IEEE) checksum computation INDIRECT 1 May 20, 2024 criterion-plot • 0.5.0 Criterion's plotting library INDIRECT 3 September 10, 2022 criterion • 0.4.0 Statistics-driven micro-benchmarking library DIRECT 73 September 10, 2022 crossbeam-deque • 0.8.6 Concurrent work-stealing deque INDIRECT 2 December 15, 2024 crossbeam-epoch • 0.9.18 Epoch-based garbage collection INDIRECT 1 January 8, 2024 crossbeam-utils • 0.8.21 Utilities for concurrent programming INDIRECT 0 December 15, 2024 derive_builder_core • 0.12.0 Internal helper library for the derive_builder crate. INDIRECT 10 November 28, 2022 derive_builder_macro • 0.12.0 Rust macro to automatically implement the builder pattern for arbitrary structs. INDIRECT 11 November 28, 2022 derive_builder • 0.12.0 Rust macro to automatically implement the builder pattern for arbitrary structs. DIRECT 12 November 28, 2022 either • 1.13.0 The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
INDIRECT 0 June 25, 2024 errno • 0.3.10 Cross-platform interface to the `errno` variable. INDIRECT 11 November 28, 2024 event-listener-strategy • 0.5.3 Block or poll on event_listener easily INDIRECT 5 November 30, 2024 event-listener • 2.5.3 Notify async tasks or threads INDIRECT 0 July 27, 2022 event-listener • 5.4.0 Notify async tasks or threads INDIRECT 4 January 8, 2025 eyre • 0.6.12 Flexible concrete Error Reporting type built on std::error::Error with customizable Reports DIRECT 2 January 31, 2024 fastrand • 1.9.0 A simple and fast random number generator INDIRECT 17 February 14, 2023 fastrand • 2.3.0 A simple and fast random number generator INDIRECT 0 December 8, 2024 flate2 • 1.0.35 DEFLATE compression and decompression exposed as Read/BufRead/Write streams.
Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,
and raw deflate streams.
INDIRECT 4 November 14, 2024 fnv • 1.0.7 Fowler–Noll–Vo hash function INDIRECT 0 May 14, 2020 futures-channel • 0.3.31 Channels for asynchronous communication using futures-rs.
INDIRECT 2 October 5, 2024 futures-core • 0.3.31 The core traits and types in for the `futures` library.
INDIRECT 0 October 5, 2024 futures-executor • 0.3.31 Executors for asynchronous tasks based on the futures-rs library.
INDIRECT 16 October 5, 2024 futures-io • 0.3.31 The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.
INDIRECT 0 October 5, 2024 futures-lite • 1.13.0 Futures, streams, and async I/O combinators INDIRECT 24 April 7, 2023 futures-lite • 2.5.0 Futures, streams, and async I/O combinators INDIRECT 5 November 8, 2024 futures-macro • 0.3.31 The futures-rs procedural macro implementations.
INDIRECT 4 October 5, 2024 futures-sink • 0.3.31 The asynchronous `Sink` trait for the futures-rs library.
INDIRECT 0 October 5, 2024 futures-task • 0.3.31 Tools for working with tasks.
INDIRECT 0 October 5, 2024 futures-util • 0.3.31 Common utilities and extension traits for the futures-rs library.
INDIRECT 15 October 5, 2024 futures • 0.3.31 An implementation of futures and streams featuring zero allocations,
composability, and iterator-like interfaces.
DIRECT 17 October 5, 2024 gimli • 0.27.3 A library for reading and writing the DWARF debugging format. INDIRECT 0 June 15, 2023 glob • 0.3.2 Support for matching file paths against Unix shell style patterns.
INDIRECT 0 December 29, 2024 gloo-timers • 0.2.6 Convenience crate for working with JavaScript timers INDIRECT 18 January 21, 2023 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 April 6, 2024 hashbrown • 0.12.3 A Rust port of Google's SwissTable hash map INDIRECT 0 July 17, 2022 hermit-abi • 0.1.19 Hermit system calls definitions. INDIRECT 1 June 24, 2021 hermit-abi • 0.3.9 Hermit system calls definitions. INDIRECT 0 February 28, 2024 ident_case • 1.0.1 Utility for applying case rules to Rust identifiers. INDIRECT 0 March 18, 2019 indenter • 0.3.3 A formatter wrapper that indents the text, designed for error display impls
INDIRECT 0 February 22, 2021 indexmap • 1.9.3 A hash table with consistent order and fast iteration. INDIRECT 2 March 24, 2023 itertools • 0.10.5 Extra iterator adaptors, iterator methods, free functions, and macros. INDIRECT 1 September 20, 2022 itoa • 1.0.14 Fast integer primitive to string conversion INDIRECT 0 November 25, 2024 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 14 December 7, 2024 kv-log-macro • 1.0.7 Log macro for log's kv-unstable backend. INDIRECT 2 July 6, 2020 lazy_static • 1.5.0 A macro for declaring lazily evaluated statics in Rust. INDIRECT 0 June 21, 2024 libc • 0.2.169 Raw FFI bindings to platform libraries like libc.
INDIRECT 0 December 19, 2024 lock_api • 0.4.12 Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std. INDIRECT 2 April 25, 2024 log • 0.4.22 A lightweight logging facade for Rust
INDIRECT 1 June 28, 2024 num-traits • 0.2.19 Numeric traits for generic mathematics INDIRECT 1 May 3, 2024 object • 0.31.1 A unified interface for reading and writing object file formats. INDIRECT 1 May 10, 2023 once_cell • 1.20.2 Single assignment cells and lazy values. DIRECT 0 October 5, 2024 os_str_bytes • 6.6.1 Lossless functionality for platform-native strings
INDIRECT 0 October 14, 2023 parking_lot_core • 0.8.6 An advanced API for creating custom synchronization primitives. INDIRECT 24 December 12, 2022 parking_lot • 0.11.2 More compact and efficient implementations of the standard synchronization primitives. INDIRECT 28 August 27, 2021 parking • 2.2.1 Thread parking and unparking INDIRECT 0 September 7, 2024 pin-project-internal • 1.1.8 Implementation detail of the `pin-project` crate.
INDIRECT 4 January 6, 2025 pin-project-lite • 0.2.16 A lightweight version of pin-project written with declarative macros.
INDIRECT 0 January 6, 2025 pin-project • 1.1.8 A crate for safe and ergonomic pin-projection.
INDIRECT 5 January 6, 2025 pin-utils • 0.1.0 Utilities for pinning
INDIRECT 0 April 22, 2020 piper • 0.2.4 Async pipes, channels, mutexes, and more. INDIRECT 3 August 10, 2024 polling • 2.8.0 Portable interface to epoll, kqueue, event ports, and IOCP INDIRECT 18 April 20, 2023 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 November 21, 2024 quote • 1.0.38 Quasi-quoting macro quote!(...) INDIRECT 2 December 26, 2024 rayon-core • 1.12.1 Core APIs for Rayon INDIRECT 3 January 17, 2024 rayon • 1.10.0 Simple work-stealing parallelism for Rust INDIRECT 5 March 24, 2024 regex-syntax • 0.6.29 A regular expression parser. INDIRECT 0 March 21, 2023 regex-syntax • 0.7.5 A regular expression parser. INDIRECT 0 August 26, 2023 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 June 5, 2023 rustc_version • 0.4.1 A library for querying the version of a installed rustc compiler INDIRECT 1 August 28, 2024 rustc-demangle • 0.1.24 Rust compiler symbol demangling.
INDIRECT 0 May 7, 2024 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 July 17, 2023 semver • 1.0.24 Parser and evaluator for Cargo's flavor of Semantic Versioning DIRECT 0 December 12, 2024 send_wrapper • 0.6.0 This Rust library implements a wrapper type called SendWrapper which allows you to move around non-Send types
between threads, as long as you access the contained value only from within the original thread. You also have to
make sure that the wrapper is dropped from within the original thread. If any of these constraints is violated,
a panic occurs. INDIRECT 0 June 5, 2022 serde_derive • 1.0.210 Macros 1.1 implementation of #[derive(Serialize, Deserialize)] INDIRECT 4 September 6, 2024 serde_json • 1.0.135 A JSON serialization file format INDIRECT 9 January 7, 2025 serde • 1.0.210 A generic serialization/deserialization framework INDIRECT 5 September 6, 2024 shlex • 1.3.0 Split a string into shell words, like Python's shlex. INDIRECT 0 January 22, 2024 signal-hook-registry • 1.4.2 Backend crate for signal-hook INDIRECT 1 April 21, 2024 signal-hook • 0.3.17 Unix signal handling INDIRECT 2 July 18, 2023 smallvec • 1.13.2 'Small vector' optimization: store up to a small number of items on the stack INDIRECT 0 March 20, 2024 socket2 • 0.4.10 Utilities for handling networking sockets with a maximal amount of configuration
possible intended.
INDIRECT 4 October 20, 2023 static_assertions • 1.1.0 Compile-time assertions to ensure that invariants are met. INDIRECT 0 November 3, 2019 syn • 1.0.109 Parser for Rust source code INDIRECT 3 February 24, 2023 syn • 2.0.56 Parser for Rust source code INDIRECT 3 March 30, 2024 thiserror-impl • 1.0.65 Implementation detail of the `thiserror` crate INDIRECT 4 October 22, 2024 thiserror • 1.0.65 derive(Error) DIRECT 5 October 22, 2024 thread_local • 1.1.8 Per-object thread-local storage INDIRECT 2 February 20, 2024 tinytemplate • 1.2.1 Simple, lightweight template engine INDIRECT 10 March 4, 2021 trybuild • 1.0.89 Test harness for ui tests of compiler diagnostics DIRECT 25 January 14, 2024 value-bag • 1.10.0 Anonymous structured values INDIRECT 0 October 23, 2024 waker-fn • 1.2.0 Convert closures into wakers INDIRECT 0 May 13, 2024 wasm-bindgen-backend • 0.2.99 Backend code generation of the wasm-bindgen tool
INDIRECT 8 December 7, 2024 wasm-bindgen-futures • 0.4.49 Bridging the gap between Rust Futures and JavaScript Promises INDIRECT 16 December 7, 2024 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 9 December 7, 2024 wasm-bindgen-macro • 0.2.99 Definition of the `#[wasm_bindgen]` attribute, an internal dependency
INDIRECT 10 December 7, 2024 wasm-bindgen-shared • 0.2.99 Shared support between wasm-bindgen and wasm-bindgen cli, an internal
dependency.
INDIRECT 0 December 7, 2024 wasm-bindgen • 0.2.99 Easy support for interacting between JS and Rust.
INDIRECT 13 December 7, 2024 web-sys • 0.3.76 Bindings for all Web APIs, a procedurally generated crate from WebIDL
INDIRECT 15 December 7, 2024 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 January 18, 2018 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 January 18, 2018 winapi • 0.3.9 Raw FFI bindings for all of Windows API. INDIRECT 2 June 26, 2020 windows_aarch64_gnullvm • 0.48.5 Import lib for Windows INDIRECT 0 August 18, 2023 windows_aarch64_gnullvm • 0.52.6 Import lib for Windows INDIRECT 0 July 3, 2024 windows_aarch64_msvc • 0.48.5 Import lib for Windows INDIRECT 0 August 18, 2023 windows_aarch64_msvc • 0.52.6 Import lib for Windows INDIRECT 0 July 3, 2024 windows_i686_gnu • 0.48.5 Import lib for Windows INDIRECT 0 August 18, 2023 windows_i686_gnu • 0.52.6 Import lib for Windows INDIRECT 0 July 3, 2024 windows_i686_gnullvm • 0.52.6 Import lib for Windows INDIRECT 0 July 3, 2024 windows_i686_msvc • 0.48.5 Import lib for Windows INDIRECT 0 August 18, 2023 windows_i686_msvc • 0.52.6 Import lib for Windows INDIRECT 0 July 3, 2024 windows_x86_64_gnu • 0.48.5 Import lib for Windows INDIRECT 0 August 18, 2023 windows_x86_64_gnu • 0.52.6 Import lib for Windows INDIRECT 0 July 3, 2024 windows_x86_64_gnullvm • 0.48.5 Import lib for Windows INDIRECT 0 August 18, 2023 windows_x86_64_gnullvm • 0.52.6 Import lib for Windows INDIRECT 0 July 3, 2024 windows_x86_64_msvc • 0.48.5 Import lib for Windows INDIRECT 0 August 18, 2023 windows_x86_64_msvc • 0.52.6 Import lib for Windows INDIRECT 0 July 3, 2024 windows-sys • 0.48.0 Rust for Windows INDIRECT 8 March 31, 2023 windows-sys • 0.52.0 Rust for Windows INDIRECT 9 November 15, 2023 windows-sys • 0.59.0 Rust for Windows INDIRECT 9 July 30, 2024 windows-targets • 0.48.5 Import libs for Windows INDIRECT 7 August 18, 2023 windows-targets • 0.52.6 Import libs for Windows INDIRECT 8 July 3, 2024