anyhow • 1.0.95 Flexible concrete Error type built on std::error::Error DIRECT 0 December 22, 2024 autocfg • 1.4.0 Automatic cfg for Rust compiler features INDIRECT 0 September 27, 2024 base64 • 0.11.0 encodes and decodes base64 as bytes or utf8 INDIRECT 0 October 25, 2019 bitflags • 1.3.2 A macro to generate structures which behave like bitflags.
INDIRECT 0 August 16, 2021 block-buffer • 0.7.3 Buffer type for block processing of data INDIRECT 5 April 15, 2019 block-padding • 0.1.5 Padding and unpadding of messages divided into blocks. INDIRECT 1 November 7, 2019 byte-tools • 0.3.1 Bytes related utility functions INDIRECT 0 January 28, 2019 cfg-if • 0.1.10 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 September 24, 2019 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 digest • 0.8.1 Traits for cryptographic hash functions and message authentication codes INDIRECT 2 June 30, 2019 fake-simd • 0.1.2 Crate for mimicking simd crate on stable Rust INDIRECT 0 December 25, 2016 fnv • 1.0.7 Fowler–Noll–Vo hash function INDIRECT 0 May 14, 2020 form_urlencoded • 1.2.1 Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms. INDIRECT 1 November 22, 2023 futures-channel • 0.3.31 Channels for asynchronous communication using futures-rs.
DIRECT 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-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.
DIRECT 15 October 5, 2024 futures • 0.1.31 An implementation of futures and streams featuring zero allocations,
composability, and iterator-like interfaces.
INDIRECT 0 February 24, 2021 futures • 0.3.31 An implementation of futures and streams featuring zero allocations,
composability, and iterator-like interfaces.
INDIRECT 17 October 5, 2024 getrandom • 0.1.16 A small cross-platform library for retrieving random data from system source INDIRECT 3 December 31, 2020 hermit-abi • 0.3.9 Hermit system calls definitions. INDIRECT 0 February 28, 2024 http • 0.2.12 A set of types for representing HTTP requests and responses.
INDIRECT 3 March 4, 2024 httparse • 1.9.5 A tiny, safe, speedy, zero-copy HTTP/1.x parser. INDIRECT 0 September 30, 2024 idna_adapter • 1.1.0 Back end adapter for idna INDIRECT 6 October 29, 2024 idna • 1.0.3 IDNA (Internationalizing Domain Names in Applications) and Punycode. INDIRECT 9 November 4, 2024 input_buffer • 0.3.1 A peekable FIFO-like buffer for receiving network data efficiently INDIRECT 1 December 11, 2019 iovec • 0.1.4 Portable buffer type for scatter/gather I/O operations
INDIRECT 1 October 9, 2019 itoa • 1.0.14 Fast integer primitive to string conversion INDIRECT 0 November 25, 2024 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 log • 0.4.22 A lightweight logging facade for Rust
INDIRECT 0 June 28, 2024 mio-named-pipes • 0.1.7 Windows named pipe bindings for mio INDIRECT 20 June 30, 2020 mio-uds • 0.6.8 Unix domain socket bindings for mio
INDIRECT 19 May 1, 2020 miow • 0.2.2 A zero overhead I/O library for Windows, focusing on IOCP and async I/O
abstractions.
INDIRECT 10 November 27, 2020 miow • 0.3.7 A zero overhead I/O library for Windows, focusing on IOCP and async I/O
abstractions.
INDIRECT 3 March 22, 2021 multimap • 0.5.0 A multimap implementation. DIRECT 6 May 15, 2019 net2 • 0.2.39 Extensions to the standard library's networking types as proposed in RFC 1158.
INDIRECT 5 June 14, 2023 nt-leb128 • 0.3.1 Read and write DWARF's "Little Endian Base 128" (LEB128) variable length integer encoding. (With modifications used for nt-rs) DIRECT 1 December 2, 2019 num_cpus • 1.16.0 Get the number of CPUs on a machine. INDIRECT 2 June 29, 2023 opaque-debug • 0.2.3 Macro for opaque Debug trait implementation INDIRECT 0 July 30, 2019 percent-encoding • 2.3.1 Percent encoding and decoding INDIRECT 0 November 22, 2023 pin-project-internal • 0.4.30 Implementation detail of the `pin-project` crate.
INDIRECT 4 July 2, 2022 pin-project-lite • 0.1.12 A lightweight version of pin-project written with declarative macros.
INDIRECT 0 March 2, 2021 pin-project-lite • 0.2.16 A lightweight version of pin-project written with declarative macros.
INDIRECT 0 January 6, 2025 pin-project • 0.4.30 A crate for safe and ergonomic pin-projection.
INDIRECT 5 July 2, 2022 pin-utils • 0.1.0 Utilities for pinning
INDIRECT 0 April 22, 2020 ppv-lite86 • 0.2.20 Implementation of the crypto-simd API for x86 INDIRECT 7 August 3, 2024 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 rand_chacha • 0.2.2 ChaCha random number generator
INDIRECT 13 March 10, 2020 rand_core • 0.5.1 Core random number generator traits and tools for implementation.
INDIRECT 4 August 28, 2019 rand_hc • 0.2.0 HC128 random number generator
INDIRECT 5 June 12, 2019 rand • 0.7.3 Random number generators and other randomness functionality.
INDIRECT 15 January 10, 2020 serde_derive • 1.0.195 Macros 1.1 implementation of #[derive(Serialize, Deserialize)] INDIRECT 4 January 6, 2024 serde • 1.0.195 A generic serialization/deserialization framework INDIRECT 5 January 6, 2024 sha-1 • 0.8.2 SHA-1 hash function. This crate is deprecated! Use the sha1 crate instead. INDIRECT 9 January 6, 2020 signal-hook-registry • 1.4.2 Backend crate for signal-hook INDIRECT 1 April 21, 2024 smallvec • 1.13.2 'Small vector' optimization: store up to a small number of items on the stack INDIRECT 0 March 20, 2024 syn • 1.0.109 Parser for Rust source code INDIRECT 3 February 24, 2023 syn • 2.0.95 Parser for Rust source code INDIRECT 2 January 5, 2025 thiserror-impl • 1.0.69 Implementation detail of the `thiserror` crate INDIRECT 4 November 10, 2024 thiserror • 1.0.69 derive(Error) DIRECT 5 November 10, 2024 tungstenite • 0.10.1 Lightweight stream-based WebSocket implementation INDIRECT 48 February 2, 2020 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 September 15, 2023 unicode-bidi • 0.3.18 Implementation of the Unicode Bidirectional Algorithm INDIRECT 0 December 16, 2024 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 September 17, 2024 url • 2.5.4 URL library for Rust, based on the WHATWG URL Standard DIRECT 12 November 22, 2024 utf-8 • 0.7.6 Incremental, zero-copy UTF-8 decoding with error handling INDIRECT 0 April 16, 2021 utf8_iter • 1.0.4 Iterator by char over potentially-invalid UTF-8 in &[u8] INDIRECT 0 December 1, 2023 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