addr2line • 0.20.0 A cross-platform symbolication library written in Rust, using `gimli` INDIRECT 1 1681614353 async-trait • 0.1.83 Type erasure for async trait methods DIRECT 4 1727202613 atomic • 0.5.3 Generic Atomic<T> wrapper type DIRECT 0 1684163896 autocfg • 1.4.0 Automatic cfg for Rust compiler features INDIRECT 0 1727399128 backtrace • 0.3.68 A library to acquire a stack trace (backtrace) at runtime in a Rust program.
INDIRECT 11 1688077502 bitflags • 2.6.0 A macro to generate structures which behave like bitflags.
INDIRECT 0 1719273450 cc • 1.2.5 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 1734604119 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 cookie • 0.18.1 HTTP cookie parsing and cookie jar management. Supports signed and private
(encrypted, authenticated) jars.
INDIRECT 7 1711359550 devise_codegen • 0.4.2 A library for devising derives and other procedural macros. INDIRECT 22 1724497524 devise_core • 0.4.2 A library for devising derives and other procedural macros. INDIRECT 21 1724497520 devise • 0.4.2 A library for devising derives and other procedural macros. INDIRECT 23 1724497528 diff • 0.1.13 An LCS based slice and string diffing implementation. INDIRECT 0 1656467530 either • 1.13.0 The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
DIRECT 0 1719355194 equivalent • 1.0.1 Traits for key comparison in maps. INDIRECT 0 1689022551 errno • 0.3.10 Cross-platform interface to the `errno` variable. INDIRECT 11 1732803537 fastrand • 2.3.0 A simple and fast random number generator INDIRECT 0 1733675249 figment • 0.10.8 A configuration library so con-free, it's unreal. DIRECT 44 1665013122 fnv • 1.0.7 Fowler–Noll–Vo hash function INDIRECT 0 1589472389 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-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 10 1728112047 futures • 0.3.31 An implementation of futures and streams featuring zero allocations,
composability, and iterator-like interfaces.
DIRECT 11 1728112065 generator • 0.7.5 Stackfull Generator Library in Rust INDIRECT 14 1687594209 getrandom • 0.2.15 A small cross-platform library for retrieving random data from system source INDIRECT 3 1714998581 gimli • 0.27.3 A library for reading and writing the DWARF debugging format. INDIRECT 0 1686794985 glob • 0.3.1 Support for matching file paths against Unix shell style patterns.
INDIRECT 0 1673015798 hashbrown • 0.15.2 A Rust port of Google's SwissTable hash map INDIRECT 0 1732494980 hermit-abi • 0.3.9 Hermit system calls definitions. INDIRECT 0 1709156122 hermit-abi • 0.4.0 Hermit system calls definitions. INDIRECT 0 1717772506 http • 0.2.12 A set of types for representing HTTP requests and responses.
INDIRECT 3 1709570158 http • 1.2.0 A set of types for representing HTTP requests and responses.
INDIRECT 3 1733251437 httparse • 1.9.5 A tiny, safe, speedy, zero-copy HTTP/1.x parser. INDIRECT 0 1727726642 httpdate • 1.0.3 HTTP date parsing and formatting INDIRECT 0 1691924154 indexmap • 2.7.0 A hash table with consistent order and fast iteration. DIRECT 8 1733014069 inlinable_string • 0.1.15 The `inlinable_string` crate provides the `InlinableString` type -- an owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation -- and the `StringExt` trait which abstracts string operations over both `std::string::String` and `InlinableString` (or even your own custom string type). INDIRECT 0 1641285975 itoa • 1.0.14 Fast integer primitive to string conversion INDIRECT 0 1732562705 libc • 0.2.169 Raw FFI bindings to platform libraries like libc.
INDIRECT 0 1734585492 lock_api • 0.4.12 Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std. INDIRECT 2 1714086109 log • 0.4.22 A lightweight logging facade for Rust
DIRECT 0 1719534494 mime • 0.3.17 Strongly Typed Mimes INDIRECT 0 1679324704 num_cpus • 1.16.0 Get the number of CPUs on a machine. DIRECT 2 1688043479 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 1 1714771659 object • 0.31.1 A unified interface for reading and writing object file formats. INDIRECT 1 1683686158 once_cell • 1.20.2 Single assignment cells and lazy values. INDIRECT 0 1728145060 parking_lot_core • 0.9.10 An advanced API for creating custom synchronization primitives. INDIRECT 14 1714086216 parking_lot • 0.12.3 More compact and efficient implementations of the standard synchronization primitives. DIRECT 18 1716589584 paste • 1.0.15 Macros for all your token pasting needs INDIRECT 0 1715046622 pear_codegen • 0.2.9 A (codegen) pear is a fruit. INDIRECT 20 1710919004 pear • 0.2.9 A pear is a fruit. INDIRECT 22 1710919045 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.
DIRECT 0 1729771060 pin-utils • 0.1.0 Utilities for pinning
INDIRECT 0 1587572007 ppv-lite86 • 0.2.20 Implementation of the crypto-simd API for x86 INDIRECT 7 1722654442 pretty_assertions • 1.4.1 Overwrite `assert_eq!` and `assert_ne!` with drop-in replacements, adding colorful diffs. DIRECT 15 1726405863 proc-macro2-diagnostics • 0.10.1 Diagnostics for proc-macro2. INDIRECT 19 1689016428 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 1732217587 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.
DIRECT 14 1644827867 ref-cast-impl • 1.0.23 Derive implementation for ref_cast::RefCast. INDIRECT 4 1715054865 ref-cast • 1.0.23 Safely cast &T to &U where the struct U contains a single field of type T. DIRECT 5 1715054873 regex-syntax • 0.6.29 A regular expression parser. INDIRECT 0 1679408089 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 rocket_codegen • 0.5.1 Procedural macros for the Rocket web framework. DIRECT 113 1716496517 rocket_http • 0.5.1 Types, traits, and parsers for HTTP requests, responses, and headers.
DIRECT 106 1716496509 rustc-demangle • 0.1.24 Rust compiler symbol demangling.
INDIRECT 0 1715083945 rustversion • 1.0.18 Conditional compilation according to rustc compiler version INDIRECT 0 1728931671 scoped-tls • 1.0.1 Library implementation of the standard library's old `scoped_thread_local!`
macro for providing scoped access to thread local storage (TLS) so any type can
be stored into TLS.
INDIRECT 0 1667228516 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.134 A JSON serialization file format DIRECT 9 1734807331 serde • 1.0.210 A generic serialization/deserialization framework DIRECT 5 1725646662 shlex • 1.3.0 Split a string into shell words, like Python's shlex. INDIRECT 0 1705900515 signal-hook-registry • 1.4.2 Backend crate for signal-hook INDIRECT 1 1713694091 smallvec • 1.13.2 'Small vector' optimization: store up to a small number of items on the stack INDIRECT 0 1710966769 socket2 • 0.5.8 Utilities for handling networking sockets with a maximal amount of configuration
possible intended.
INDIRECT 11 1732788260 stable-pattern • 0.1.0 Stable port of std::str::Pattern and friends. INDIRECT 1 1614217106 state • 0.6.0 A library for safe and effortless global and thread-local state management.
DIRECT 40 1685040203 syn • 2.0.56 Parser for Rust source code INDIRECT 3 1711766854 tempfile • 3.14.0 A library for managing temporary files and directories. DIRECT 18 1731029575 thread_local • 1.1.8 Per-object thread-local storage INDIRECT 2 1708463596 time-macros • 0.2.4 Procedural macros for the time crate.
This crate is an implementation detail and should not be relied upon directly.
INDIRECT 0 1647987242 time • 0.3.15 Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std]. DIRECT 4 1664853144 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 ubyte • 0.10.4 A simple, complete, const-everything, saturating, human-friendly, no_std library for byte units.
DIRECT 6 1696278009 uncased • 0.9.10 Case-preserving, ASCII case-insensitive, no_std string types. INDIRECT 7 1705967884 unicode-xid • 0.2.6 Determine whether characters have the XID_Start
or XID_Continue properties according to
Unicode Standard Annex #31.
INDIRECT 0 1726761324 uuid • 1.11.0 A library to generate and parse UUIDs. DIRECT 6 1729055258 version_check • 0.9.5 Tiny crate to check the version of the installed/running rustc. DIRECT 0 1721950694 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.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 windows • 0.48.0 Rust for Windows INDIRECT 8 1680267567 yansi • 1.0.1 A dead simple ANSI terminal color painting library. DIRECT 13 1710316087