async-broadcast • 0.5.1 Async broadcast channels INDIRECT 2 1676743790 async-channel • 2.3.1 Async multi-producer multi-consumer channel INDIRECT 7 1715823284 async-io • 1.13.0 Async I/O and timers INDIRECT 48 1679504332 async-lock • 2.8.0 Async synchronization primitives INDIRECT 1 1691633772 async-process • 1.7.0 Async interface for working with processes INDIRECT 60 1680889867 async-recursion • 1.1.1 Recursion for async functions INDIRECT 4 1714061203 async-task • 4.7.1 Task abstraction for building executors INDIRECT 0 1714259180 async-trait • 0.1.83 Type erasure for async trait methods INDIRECT 4 1727202613 atomic-waker • 1.1.2 A synchronization primitive for task wakeup INDIRECT 0 1695663909 autocfg • 1.4.0 Automatic cfg for Rust compiler features INDIRECT 0 1727399128 bitflags • 1.3.2 A macro to generate structures which behave like bitflags.
INDIRECT 0 1629087362 bitflags • 2.6.0 A macro to generate structures which behave like bitflags.
INDIRECT 0 1719273450 block-buffer • 0.10.4 Buffer type for block processing of data INDIRECT 3 1678327705 blocking • 1.6.1 A thread pool for isolating blocking I/O in async programs INDIRECT 14 1716688046 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 concurrent-queue • 2.5.0 Concurrent multi-producer multi-consumer queue INDIRECT 1 1714141578 cpufeatures • 0.2.14 Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets,
with no_std support and support for mobile targets including Android and iOS
INDIRECT 1 1725624894 crossbeam-utils • 0.8.20 Utilities for concurrent programming INDIRECT 0 1716143415 crypto-common • 0.1.6 Common cryptographic traits INDIRECT 3 1658008766 derivative • 2.2.0 A set of alternative `derive` attributes for Rust INDIRECT 4 1611421539 digest • 0.10.7 Traits for cryptographic hash functions and message authentication codes INDIRECT 5 1684516290 enumflags2_derive • 0.7.10 Do not use directly, use the reexport in the `enumflags2` crate. This allows for better compatibility across versions. INDIRECT 4 1717775771 enumflags2 • 0.7.10 Enum-based bit flags INDIRECT 7 1717775780 errno • 0.3.9 Cross-platform interface to the `errno` variable. INDIRECT 11 1715185581 event-listener-strategy • 0.5.2 Block or poll on event_listener easily INDIRECT 5 1714259220 event-listener • 2.5.3 Notify async tasks or threads INDIRECT 0 1658888913 event-listener • 5.3.1 Notify async tasks or threads INDIRECT 4 1716950960 fastrand • 1.9.0 A simple and fast random number generator INDIRECT 2 1676343913 fastrand • 2.1.1 A simple and fast random number generator INDIRECT 0 1724456957 form_urlencoded • 1.2.1 Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms. INDIRECT 1 1700680143 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 • 1.13.0 Futures, streams, and async I/O combinators INDIRECT 9 1680895791 futures-lite • 2.4.0 Futures, streams, and async I/O combinators INDIRECT 2 1730257906 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 7 1728112047 getrandom • 0.2.15 A small cross-platform library for retrieving random data from system source INDIRECT 3 1714998581 hashbrown • 0.12.3 A Rust port of Google's SwissTable hash map INDIRECT 0 1658056838 hermit-abi • 0.3.9 Hermit system calls definitions. INDIRECT 0 1709156122 hex • 0.4.3 Encoding and decoding data into/from hexadecimal representation. INDIRECT 0 1614768538 idna • 0.5.0 IDNA (Internationalizing Domain Names in Applications) and Punycode. INDIRECT 4 1700680200 indexmap • 1.9.3 A hash table with consistent order and fast iteration. INDIRECT 2 1679702062 libc • 0.2.161 Raw FFI bindings to platform libraries like libc.
INDIRECT 0 1729192274 log • 0.4.22 A lightweight logging facade for Rust
INDIRECT 0 1719534494 once_cell • 1.20.2 Single assignment cells and lazy values. INDIRECT 0 1728145060 ordered-stream • 0.2.0 Streams that are ordered relative to external events INDIRECT 2 1676130129 parking • 2.2.1 Thread parking and unparking INDIRECT 0 1725730743 percent-encoding • 2.3.1 Percent encoding and decoding INDIRECT 0 1700680055 pin-project-lite • 0.2.15 A lightweight version of pin-project written with declarative macros.
INDIRECT 0 1729771060 pin-utils • 0.1.0 Utilities for pinning
INDIRECT 0 1587572007 piper • 0.2.4 Async pipes, channels, mutexes, and more. INDIRECT 3 1723332210 polling • 2.8.0 Portable interface to epoll, kqueue, event ports, and IOCP INDIRECT 17 1682027509 ppv-lite86 • 0.2.20 Implementation of the crypto-simd API for x86 INDIRECT 7 1722654442 proc-macro-crate • 1.3.1 Replacement for crate (macro_rules keyword) in proc-macros
INDIRECT 8 1677490338 proc-macro2 • 1.0.89 A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case. INDIRECT 1 1729616287 quote • 1.0.37 Quasi-quoting macro quote!(...) INDIRECT 2 1724366547 rand_chacha • 0.3.1 ChaCha random number generator
INDIRECT 13 1623267998 rand_core • 0.6.4 Core random number generator traits and tools for implementation.
INDIRECT 4 1663248224 rand • 0.8.5 Random number generators and other randomness functionality.
INDIRECT 14 1644827867 regex-syntax • 0.6.29 A regular expression parser. INDIRECT 0 1679408089 regex • 1.7.3 An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.
INDIRECT 3 1679703108 semver • 1.0.23 Parser and evaluator for Cargo's flavor of Semantic Versioning INDIRECT 0 1715048184 serde_derive • 1.0.210 Macros 1.1 implementation of #[derive(Serialize, Deserialize)] INDIRECT 4 1725646653 serde_repr • 0.1.19 Derive Serialize and Deserialize that delegates to the underlying repr of a C-like enum. INDIRECT 4 1712601360 serde • 1.0.210 A generic serialization/deserialization framework INDIRECT 5 1725646662 sha1 • 0.10.6 SHA-1 hash function INDIRECT 9 1695301880 signal-hook-registry • 1.4.2 Backend crate for signal-hook INDIRECT 1 1713694091 signal-hook • 0.3.17 Unix signal handling INDIRECT 2 1689693706 socket2 • 0.4.10 Utilities for handling networking sockets with a maximal amount of configuration
possible intended.
INDIRECT 4 1697828148 static_assertions • 1.1.0 Compile-time assertions to ensure that invariants are met. INDIRECT 0 1572800531 syn • 1.0.109 Parser for Rust source code INDIRECT 3 1677232723 syn • 2.0.56 Parser for Rust source code INDIRECT 3 1711766854 tempfile • 3.13.0 A library for managing temporary files and directories. DIRECT 19 1727537848 thiserror-impl • 1.0.65 Implementation detail of the `thiserror` crate INDIRECT 4 1729619452 thiserror • 1.0.65 derive(Error) INDIRECT 5 1729619458 toml_datetime • 0.6.8 A TOML-compatible datetime type INDIRECT 0 1722347811 toml_edit • 0.19.3 Yet another format-preserving TOML parser. INDIRECT 6 1675786983 toml • 0.5.11 A native Rust encoder and decoder of TOML-formatted files and streams. Provides
implementations of the standard Serialize/Deserialize traits for TOML data to
facilitate deserializing and serializing Rust structures.
INDIRECT 6 1674186684 typenum • 1.17.0 Typenum is a Rust library for type-level numbers evaluated at
compile time. It currently supports bits, unsigned integers, and signed
integers. It also provides a type-level array of type-level numbers, but its
implementation is incomplete. INDIRECT 0 1694791652 unicase • 2.8.0 A case-insensitive wrapper around strings. INDIRECT 0 1729276599 unicode-bidi • 0.3.17 Implementation of the Unicode Bidirectional Algorithm INDIRECT 0 1727888137 unicode-normalization • 0.1.24 This crate provides functions for normalization of
Unicode strings, including Canonical and Compatible
Decomposition and Recomposition, as described in
Unicode Standard Annex #15.
INDIRECT 2 1726586832 url • 2.5.2 URL library for Rust, based on the WHATWG URL Standard INDIRECT 7 1718740883 version_check • 0.9.5 Tiny crate to check the version of the installed/running rustc. INDIRECT 0 1721950694 waker-fn • 1.2.0 Convert closures into wakers INDIRECT 0 1715559870 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_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_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_gnullvm • 0.52.6 Import lib for Windows INDIRECT 0 1720035830 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_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_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_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-sys • 0.48.0 Rust for Windows INDIRECT 8 1680267586 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.48.5 Import libs for Windows INDIRECT 7 1692380914 windows-targets • 0.52.6 Import libs for Windows INDIRECT 8 1720035858