addr2line • 0.20.0 A cross-platform symbolication library written in Rust, using `gimli` INDIRECT 1 1681614353 asn1-rs-derive • 0.1.0 Derive macros for the `asn1-rs` crate INDIRECT 6 1643297936 asn1-rs-impl • 0.1.0 Implementation details for the `asn1-rs` crate INDIRECT 4 1641556831 asn1-rs • 0.3.1 Parser/encoder for ASN.1 BER/DER data INDIRECT 23 1644395245 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 base64 • 0.13.1 encodes and decodes base64 as bytes or utf8 INDIRECT 0 1666357812 base64 • 0.21.7 encodes and decodes base64 as bytes or utf8 INDIRECT 0 1704990112 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.
DIRECT 7 1711359550 der-parser • 7.0.0 Parser/encoder for ASN.1 BER/DER data INDIRECT 26 1644499949 displaydoc • 0.2.5 A derive macro for implementing the display Trait via a doc comment and string interpolation
INDIRECT 4 1718920302 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 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 5 1728112047 futures • 0.3.31 An implementation of futures and streams featuring zero allocations,
composability, and iterator-like interfaces.
DIRECT 8 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 hashbrown • 0.15.2 A Rust port of Google's SwissTable hash map INDIRECT 0 1732494980 http • 0.2.12 A set of types for representing HTTP requests and responses.
DIRECT 3 1709570158 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 2 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 lazy_static • 1.5.0 A macro for declaring lazily evaluated statics in Rust. INDIRECT 0 1719010122 libc • 0.2.169 Raw FFI bindings to platform libraries like libc.
INDIRECT 0 1734585492 log • 0.4.22 A lightweight logging facade for Rust
DIRECT 0 1719534494 minimal-lexical • 0.2.1 Fast float parsing conversion routines. INDIRECT 0 1633344493 num_threads • 0.1.7 A minimal library that determines the number of running threads for the current process. INDIRECT 1 1707965498 num-bigint • 0.4.6 Big integer implementation for Rust INDIRECT 3 1719514193 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 oid-registry • 0.4.0 Object Identifier (OID) database INDIRECT 24 1644501202 once_cell • 1.20.2 Single assignment cells and lazy values. INDIRECT 0 1728145060 pear_codegen • 0.2.9 A (codegen) pear is a fruit. INDIRECT 7 1710919004 pear • 0.2.9 A pear is a fruit. DIRECT 9 1710919045 percent-encoding • 2.3.1 Percent encoding and decoding DIRECT 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 proc-macro2-diagnostics • 0.10.1 Diagnostics for proc-macro2. INDIRECT 6 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 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 rustc-demangle • 0.1.24 Rust compiler symbol demangling.
INDIRECT 0 1715083945 rusticata-macros • 4.1.0 Helper macros for Rusticata INDIRECT 3 1644231557 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 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 INDIRECT 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 smallvec • 1.13.2 'Small vector' optimization: store up to a small number of items on the stack DIRECT 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. DIRECT 1 1614217106 state • 0.6.0 A library for safe and effortless global and thread-local state management.
DIRECT 40 1685040203 syn • 1.0.109 Parser for Rust source code INDIRECT 3 1677232723 syn • 2.0.56 Parser for Rust source code INDIRECT 3 1711766854 thiserror-impl • 1.0.65 Implementation detail of the `thiserror` crate INDIRECT 4 1729619452 thiserror • 1.0.65 derive(Error) INDIRECT 5 1729619458 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 tokio-rustls • 0.24.1 Asynchronous TLS/SSL streams for Tokio using Rustls. DIRECT 35 1686304773 uncased • 0.9.10 Case-preserving, ASCII case-insensitive, no_std string types. DIRECT 1 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 0 1729055258 version_check • 0.9.5 Tiny crate to check the version of the installed/running rustc. INDIRECT 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-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 x509-parser • 0.13.2 Parser for the X.509 v3 format (RFC 5280 certificates) DIRECT 31 1649846497 yansi • 1.0.1 A dead simple ANSI terminal color painting library. INDIRECT 0 1710316087