android_system_properties • 0.1.5 Minimal Android system properties wrapper INDIRECT 1 1661856148 arrayvec • 0.5.2 A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString. INDIRECT 0 1603470798 async-trait • 0.1.89 Type erasure for async trait methods DIRECT 4 1755192864 autocfg • 1.5.0 Automatic cfg for Rust compiler features INDIRECT 0 1750198588 base64 • 0.13.1 encodes and decodes base64 as bytes or utf8 INDIRECT 0 1666357812 base64 • 0.22.1 encodes and decodes base64 as bytes or utf8 INDIRECT 0 1714519000 bitflags • 1.3.2 A macro to generate structures which behave like bitflags.
INDIRECT 0 1629087362 bitflags • 2.10.0 A macro to generate structures which behave like bitflags.
INDIRECT 0 1760917321 block-buffer • 0.10.4 Buffer type for block processing of data INDIRECT 3 1678327705 bumpalo • 3.19.0 A fast bump allocation arena for Rust. INDIRECT 0 1750779896 cc • 1.2.44 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 2 1761905172 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.42 Date and time library for Rust INDIRECT 30 1757321972 config • 0.11.0 Layered configuration system for Rust applications. INDIRECT 16 1616000633 core-foundation-sys • 0.8.7 Bindings to Core Foundation for macOS INDIRECT 0 1723337307 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 crossbeam-utils • 0.8.21 Utilities for concurrent programming INDIRECT 0 1734276361 crypto-common • 0.1.6 Common cryptographic traits INDIRECT 3 1658008766 deadpool-postgres • 0.9.0 Dead simple async pool for tokio-postgres DIRECT 101 1622556641 deadpool • 0.8.2 Dead simple async pool INDIRECT 40 1626446266 digest • 0.10.7 Traits for cryptographic hash functions and message authentication codes INDIRECT 6 1684516290 fallible-iterator • 0.2.0 Fallible iterator traits INDIRECT 0 1552260205 find-msvc-tools • 0.1.4 Find windows-specific tools, read MSVC versions from the registry and from COM interfaces INDIRECT 0 1760086516 form_urlencoded • 1.2.2 Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms. INDIRECT 1 1755766063 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-executor • 0.3.31 Executors for asynchronous tasks based on the futures-rs library.
INDIRECT 15 1728112054 futures-io • 0.3.31 The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.
INDIRECT 0 1728112013 futures-macro • 0.3.31 The futures-rs procedural macro implementations.
INDIRECT 4 1728112035 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 14 1728112047 futures • 0.3.31 An implementation of futures and streams featuring zero allocations,
composability, and iterator-like interfaces.
INDIRECT 16 1728112065 getrandom • 0.2.16 A small cross-platform library for retrieving random data from system source INDIRECT 3 1745349888 heck • 0.3.3 heck is a case conversion library. INDIRECT 1 1622666439 hermit-abi • 0.5.2 Hermit system calls definitions. INDIRECT 0 1749656263 hex • 0.4.3 Encoding and decoding data into/from hexadecimal representation. INDIRECT 0 1614768538 hmac • 0.12.1 Generic implementation of Hash-based Message Authentication Code (HMAC) INDIRECT 7 1645095037 iana-time-zone-haiku • 0.1.2 iana-time-zone support crate for Haiku OS INDIRECT 3 1683881025 iana-time-zone • 0.1.64 get the IANA time zone for the current system INDIRECT 27 1757693322 idna_adapter • 1.1.0 Back end adapter for idna INDIRECT 6 1730182812 idna • 1.1.0 IDNA (Internationalizing Domain Names in Applications) and Punycode. INDIRECT 9 1755766100 js-sys • 0.3.82 Bindings for all JS global objects and functions in all JS environments like
Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.
INDIRECT 12 1761591915 lazy_static • 1.5.0 A macro for declaring lazily evaluated statics in Rust. INDIRECT 0 1719010122 lexical-core • 0.7.6 Lexical, to- and from-string conversion routines. INDIRECT 5 1619026139 libc • 0.2.177 Raw FFI bindings to platform libraries like libc. INDIRECT 0 1760018769 lock_api • 0.4.14 Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std. INDIRECT 1 1759534392 log • 0.4.28 A lightweight logging facade for Rust
DIRECT 0 1756930088 md-5 • 0.10.6 MD5 hash function INDIRECT 8 1695392344 num_cpus • 1.17.0 Get the number of CPUs on a machine. INDIRECT 2 1748631582 num-traits • 0.2.19 Numeric traits for generic mathematics INDIRECT 1 1714771659 once_cell • 1.21.3 Single assignment cells and lazy values. INDIRECT 0 1743182156 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. INDIRECT 9 1759534454 percent-encoding • 2.3.2 Percent encoding and decoding INDIRECT 0 1755766010 pin-project-lite • 0.2.16 A lightweight version of pin-project written with declarative macros.
INDIRECT 0 1736166051 pin-utils • 0.1.0 Utilities for pinning
INDIRECT 0 1587572007 postgres-protocol • 0.6.9 Low level Postgres protocol APIs INDIRECT 26 1758787066 postgres-types • 0.2.11 Conversions between Rust and Postgres values INDIRECT 27 1759944570 ppv-lite86 • 0.2.21 Cross-platform cryptography-oriented low-level SIMD library. INDIRECT 6 1741550500 proc-macro2 • 1.0.103 A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case. INDIRECT 1 1761258616 quote • 1.0.41 Quasi-quoting macro quote!(...) INDIRECT 2 1759108174 rand_chacha • 0.3.1 ChaCha random number generator
INDIRECT 12 1623267998 rand_core • 0.6.4 Core random number generator traits and tools for implementation.
INDIRECT 4 1663248224 rand_core • 0.9.3 Core random number generator traits and tools for implementation.
INDIRECT 0 1740837668 rand • 0.8.5 Random number generators and other randomness functionality.
INDIRECT 13 1644827867 rand • 0.9.2 Random number generators and other randomness functionality.
INDIRECT 1 1753033621 refinery-core • 0.5.1 This crate should not be used directly, it is internally related to Refinery INDIRECT 121 1610559391 refinery-macros • 0.5.0 This crate should not be used directly, it is internally related to Refinery INDIRECT 123 1609423841 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 rust-argon2 • 0.8.3 Rust implementation of the Argon2 password hashing function. DIRECT 6 1606208035 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 • 1.0.26 Parser and evaluator for Cargo's flavor of Semantic Versioning DIRECT 6 1741047302 serde_derive • 1.0.210 Macros 1.1 implementation of #[derive(Serialize, Deserialize)] INDIRECT 4 1725646653 serde • 1.0.210 A generic serialization/deserialization framework DIRECT 5 1725646662 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 shlex • 1.3.0 Split a string into shell words, like Python's shlex. INDIRECT 0 1705900515 siphasher • 0.3.11 SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust INDIRECT 0 1692783439 siphasher • 1.0.1 SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust INDIRECT 0 1710712741 smallvec • 1.15.1 'Small vector' optimization: store up to a small number of items on the stack INDIRECT 0 1749230060 socket2 • 0.6.1 Utilities for handling networking sockets with a maximal amount of configuration
possible intended.
INDIRECT 12 1760342102 static_assertions • 1.1.0 Compile-time assertions to ensure that invariants are met. INDIRECT 0 1572800531 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.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) DIRECT 5 1729619458 tokio-postgres • 0.7.15 A native, asynchronous PostgreSQL client DIRECT 85 1759944614 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.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 unicode-segmentation • 1.12.0 This crate provides Grapheme Cluster, Word and Sentence boundaries
according to Unicode Standard Annex #29 rules.
INDIRECT 0 1726247155 url • 2.5.7 URL library for Rust, based on the WHATWG URL Standard INDIRECT 18 1755952903 utf8_iter • 1.0.4 Iterator by char over potentially-invalid UTF-8 in &[u8] INDIRECT 0 1701451611 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.105 Implementation APIs for the `#[wasm_bindgen]` attribute INDIRECT 6 1761591902 wasm-bindgen-macro • 0.2.105 Definition of the `#[wasm_bindgen]` attribute, an internal dependency
INDIRECT 7 1761591906 wasm-bindgen-shared • 0.2.105 Shared support between wasm-bindgen and wasm-bindgen cli, an internal
dependency.
INDIRECT 1 1761591897 wasm-bindgen • 0.2.105 Easy support for interacting between JS and Rust.
INDIRECT 11 1761591911 web-sys • 0.3.82 Bindings for all Web APIs, a procedurally generated crate from WebIDL
INDIRECT 13 1761591920 windows_aarch64_gnullvm • 0.53.1 Import lib for Windows INDIRECT 0 1759772009 windows_aarch64_msvc • 0.53.1 Import lib for Windows INDIRECT 0 1759772013 windows_i686_gnu • 0.53.1 Import lib for Windows INDIRECT 0 1759772020 windows_i686_gnullvm • 0.53.1 Import lib for Windows INDIRECT 0 1759772024 windows_i686_msvc • 0.53.1 Import lib for Windows INDIRECT 0 1759772029 windows_x86_64_gnu • 0.53.1 Import lib for Windows INDIRECT 0 1759772035 windows_x86_64_gnullvm • 0.53.1 Import lib for Windows INDIRECT 0 1759772041 windows_x86_64_msvc • 0.53.1 Import lib for Windows INDIRECT 0 1759772047 windows-core • 0.62.2 Core type support for COM and Windows INDIRECT 9 1759778114 windows-implement • 0.60.2 The implement macro for the Windows crates INDIRECT 4 1759778011 windows-interface • 0.59.3 The interface macro for the Windows crates INDIRECT 4 1759778058 windows-link • 0.2.1 Linking for Windows INDIRECT 0 1759772108 windows-result • 0.4.1 Windows error handling INDIRECT 1 1759778079 windows-strings • 0.5.1 Windows string types INDIRECT 1 1759778101 windows-sys • 0.60.2 Rust for Windows INDIRECT 10 1749754772 windows-sys • 0.61.2 Rust for Windows INDIRECT 1 1759778310 windows-targets • 0.53.5 Import libs for Windows INDIRECT 9 1759778325 xdg • 2.5.2 A library for storing and retrieving files according to XDG Base Directory specification INDIRECT 0 1690072888