anes • 0.1.6 ANSI Escape Sequences provider & parser INDIRECT 0 1575043666 anstyle • 1.0.14 ANSI text styling INDIRECT 0 1773428368 async-trait • 0.1.80 Type erasure for async trait methods DIRECT 4 1712861730 autocfg • 1.5.0 Automatic cfg for Rust compiler features INDIRECT 0 1750198588 base64 • 0.22.1 encodes and decodes base64 as bytes or utf8 INDIRECT 0 1714519000 bit-vec • 0.6.3 A vector of bits DIRECT 0 1607074138 bit-vec • 0.7.0 A vector of bits DIRECT 0 1719412480 bit-vec • 0.8.0 A vector of bits DIRECT 0 1721150092 bit-vec • 0.9.1 A vector of bits DIRECT 0 1773316705 bitflags • 2.11.0 A macro to generate structures which behave like bitflags.
INDIRECT 0 1771029561 block-buffer • 0.10.4 Buffer types for block processing of data INDIRECT 3 1678327705 bumpalo • 3.20.2 A fast bump allocation arena for Rust. INDIRECT 0 1771531523 cast • 0.3.0 Ergonomic, checked cast functions for primitive types INDIRECT 0 1630753653 cfg-if • 1.0.4 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 1760515966 chrono • 0.4.44 Date and time library for Rust DIRECT 3 1771848912 clap_builder • 4.6.0 A simple to use, efficient, and full-featured Command Line Argument Parser INDIRECT 2 1773342639 clap_lex • 1.1.0 Minimal, flexible command line parser INDIRECT 0 1773342637 clap • 4.6.0 A simple to use, efficient, and full-featured Command Line Argument Parser INDIRECT 3 1773342641 const_fn • 0.4.12 A lightweight attribute for easy generation of const functions with conditional compilations.
INDIRECT 0 1772552119 cpufeatures • 0.2.17 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 1737768946 criterion-plot • 0.6.0 Criterion's plotting library INDIRECT 3 1753440784 criterion • 0.7.0 Statistics-driven micro-benchmarking library DIRECT 40 1753440802 crypto-common • 0.1.7 Common traits used by cryptographic algorithms INDIRECT 3 1762957200 digest • 0.10.7 Traits for cryptographic hash functions and message authentication codes INDIRECT 6 1684516290 either • 1.15.0 The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
INDIRECT 0 1741210587 env_filter • 1.0.1 Filter log events using environment variables
INDIRECT 1 1774287864 env_logger • 0.11.10 A logging implementation for `log` which is configured via an environment
variable.
DIRECT 2 1774287866 eui48 • 1.1.0 A library to generate and parse IEEE EUI-48 and EUI-64, also known as MAC-48 media access
control addresses. The IEEE claims trademarks on the names EUI-48 and EUI-64, in which EUI is an
abbreviation for Extended Unique Identifier.
DIRECT 4 1598293046 fallible-iterator • 0.2.0 Fallible iterator traits DIRECT 0 1552260205 futures-channel • 0.3.32 Channels for asynchronous communication using futures-rs.
DIRECT 2 1771162451 futures-core • 0.3.32 The core traits and types in for the `futures` library.
INDIRECT 0 1771162440 futures-executor • 0.3.32 Executors for asynchronous tasks based on the futures-rs library.
DIRECT 11 1771162467 futures-macro • 0.3.32 The futures-rs procedural macro implementations.
INDIRECT 4 1771162455 futures-sink • 0.3.32 The asynchronous `Sink` trait for the futures-rs library.
INDIRECT 0 1771162445 futures-task • 0.3.32 Tools for working with tasks.
INDIRECT 0 1771162448 futures-util • 0.3.32 Common utilities and extension traits for the futures-rs library.
DIRECT 10 1771162463 geo-types • 0.6.2 Geospatial primitive data types DIRECT 4 1606183824 geo-types • 0.7.18 Geospatial primitive data types DIRECT 3 1764631700 half • 2.7.1 Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types. INDIRECT 8 1760414366 hmac • 0.12.1 Generic implementation of Hash-based Message Authentication Code (HMAC) INDIRECT 7 1645095037 itertools • 0.13.0 Extra iterator adaptors, iterator methods, free functions, and macros. INDIRECT 1 1715873852 itoa • 1.0.18 Fast integer primitive to string conversion INDIRECT 0 1773965557 libc • 0.2.184 Raw FFI bindings to platform libraries like libc. INDIRECT 0 1775044604 lock_api • 0.4.14 Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std. INDIRECT 1 1759534392 log • 0.4.29 A lightweight logging facade for Rust
DIRECT 0 1764713196 md-5 • 0.10.6 MD5 hash function INDIRECT 8 1695392344 num_threads • 0.1.7 A minimal library that determines the number of running threads for the current process. INDIRECT 1 1707965498 num-traits • 0.2.19 Numeric traits for generic mathematics INDIRECT 2 1714771659 once_cell • 1.21.4 Single assignment cells and lazy values. INDIRECT 0 1773313192 parking_lot_core • 0.9.12 An advanced API for creating custom synchronization primitives. INDIRECT 6 1759534423 parking_lot • 0.12.5 More compact and efficient implementations of the standard synchronization primitives. DIRECT 9 1759534454 percent-encoding • 2.3.2 Percent encoding and decoding DIRECT 0 1755766010 pin-project-lite • 0.2.17 A lightweight version of pin-project written with declarative macros.
DIRECT 0 1772205548 portable-atomic-util • 0.2.6 Synchronization primitives built with portable-atomic.
INDIRECT 1 1773510092 portable-atomic • 1.13.1 Portable atomic types including support for 128-bit atomics, atomic float, etc.
INDIRECT 0 1769874832 postgres-protocol • 0.6.10 Low level Postgres protocol APIs DIRECT 26 1768402305 postgres-types • 0.2.13 Conversions between Rust and Postgres values DIRECT 27 1774836797 proc-macro-hack • 0.5.20+deprecated Procedural macros in expression position INDIRECT 0 1671474214 proc-macro2 • 1.0.106 A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case. INDIRECT 1 1769033300 quote • 1.0.45 Quasi-quoting macro quote!(...) INDIRECT 2 1772571255 rand_core • 0.10.0 Core random number generation traits and tools for implementation. INDIRECT 0 1769936773 rand_core • 0.9.5 Core random number generation traits and tools for implementation. INDIRECT 0 1768296142 rand • 0.10.0 Random number generators and other randomness functionality.
DIRECT 1 1770557745 rand • 0.9.2 Random number generators and other randomness functionality.
INDIRECT 1 1753033621 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 3 1685970208 rustc_version • 0.2.3 A library for querying the version of a installed rustc compiler INDIRECT 2 1533311376 rustversion • 1.0.22 Conditional compilation according to rustc compiler version INDIRECT 0 1754678039 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 semver-parser • 0.7.0 Parsing of the semver spec.
INDIRECT 0 1486057853 semver • 0.9.0 Parser and evaluator for Cargo's flavor of Semantic Versioning INDIRECT 1 1508422584 serde_derive • 1.0.195 Macros 1.1 implementation of #[derive(Serialize, Deserialize)] INDIRECT 4 1704508420 serde_json • 1.0.143 A JSON serialization file format DIRECT 9 1755576685 serde • 1.0.195 A generic serialization/deserialization framework INDIRECT 5 1704508430 sha2 • 0.10.9 Pure Rust implementation of the SHA-2 hash function family
including SHA-224, SHA-256, SHA-384, and SHA-512.
INDIRECT 10 1746023889 siphasher • 1.0.2 SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust INDIRECT 0 1769475148 smallvec • 1.15.1 'Small vector' optimization: store up to a small number of items on the stack INDIRECT 0 1749230060 smol_str • 0.1.24 small-string optimized string type with O(1) clone DIRECT 6 1675581606 socket2 • 0.6.3 Utilities for handling networking sockets with a maximal amount of configuration
possible intended.
DIRECT 3 1772803111 standback • 0.2.17 New standard library, old compiler. INDIRECT 1 1616380247 stdweb-derive • 0.5.3 Derive macros for the `stdweb` crate INDIRECT 7 1570735558 stdweb-internal-macros • 0.2.9 Internal procedural macros for the `stdweb` crate INDIRECT 14 1570735598 stdweb-internal-runtime • 0.1.5 Internal runtime for the `stdweb` crate INDIRECT 0 1569788494 stdweb • 0.4.20 A standard library for the client-side Web INDIRECT 29 1570735660 stringprep • 0.1.5 An implementation of the stringprep algorithm INDIRECT 5 1716643369 syn • 1.0.109 Parser for Rust source code INDIRECT 3 1677232723 syn • 2.0.117 Parser for Rust source code INDIRECT 2 1771555203 time-macros-impl • 0.1.2 Procedural macros for the time crate. INDIRECT 7 1623545101 time-macros • 0.1.1 Procedural macros for the time crate.
This crate is an implementation detail and should not be relied upon directly.
INDIRECT 8 1601350744 time • 0.2.27 Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std]. DIRECT 40 1623545124 time • 0.3.15 Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std]. DIRECT 2 1664853144 tinytemplate • 1.2.1 Simple, lightweight template engine INDIRECT 10 1614816308 typenum • 1.19.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 1759385628 unicode-bidi • 0.3.18 Implementation of the Unicode Bidirectional Algorithm INDIRECT 0 1734390587 unicode-normalization • 0.1.25 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 1761840398 unicode-properties • 0.1.4 Query character Unicode properties according to
UAX #44 and UTR #51.
INDIRECT 0 1761842095 uuid • 0.8.2 A library to generate and parse UUIDs. DIRECT 0 1610345956 uuid • 1.23.0 A library to generate and parse UUIDs. DIRECT 0 1774572268 version_check • 0.9.5 Tiny crate to check the version of the installed/running rustc. INDIRECT 0 1721950694 wasm-bindgen-macro-support • 0.2.117 Implementation APIs for the `#[wasm_bindgen]` attribute INDIRECT 6 1775000140 wasm-bindgen-macro • 0.2.117 Definition of the `#[wasm_bindgen]` attribute, an internal dependency
INDIRECT 7 1775000142 wasm-bindgen-shared • 0.2.117 Shared support between wasm-bindgen and wasm-bindgen cli, an internal
dependency.
INDIRECT 1 1775000136 wasm-bindgen • 0.2.117 Easy support for interacting between JS and Rust.
INDIRECT 11 1775000144 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-link • 0.2.1 Linking for Windows INDIRECT 0 1759772108 windows-sys • 0.61.2 Rust for Windows INDIRECT 1 1759778310