bitflags • 2.6.0A macro to generate structures which behave like bitflags.
INDIRECT
0
cc • 1.2.5A 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
cfg-if • 1.0.0A 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
cookie • 0.18.1HTTP cookie parsing and cookie jar management. Supports signed and private
(encrypted, authenticated) jars.
indexmap • 2.7.0A hash table with consistent order and fast iteration.
INDIRECT
8
inlinable_string • 0.1.15The `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
itoa • 1.0.14Fast integer primitive to string conversion
INDIRECT
0
libc • 0.2.169Raw FFI bindings to platform libraries like libc.
INDIRECT
0
lock_api • 0.4.12Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.
proc-macro2 • 1.0.92A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
regex • 1.8.4An implementation of regular expressions for Rust. This implementation uses
finite automata and guarantees linear time matching on all inputs.
scoped-tls • 1.0.1Library 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
scopeguard • 1.2.0A 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.
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
time • 0.3.15Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].
INDIRECT
4
toml • 0.5.11A 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.
binascii • 0.1.4Useful no-std binascii operations including base64, base32 and base16 (hex)
INDIRECT
0
bytes • 1.9.0Types and traits for working with bytes
INDIRECT
0
debug-helper • 0.3.13This crate provides declarative macros to help you implement the `Debug` trait manually.
INDIRECT
0
educe • 0.6.0This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.
INDIRECT
6
entity-tag • 0.1.8This crate provides a `EntityTag` structure and functions to deal with the ETag header field of HTTP.
INDIRECT
2
enum-ordinalize-derive • 4.3.1This crate provides a procedural macro that enables enums to not only obtain the ordinal values of their variants but also allows for the construction of enums from an ordinal value.
INDIRECT
4
enum-ordinalize • 4.2.1This library enables enums to not only obtain the ordinal values of their variants but also allows for the construction of enums from an ordinal value.
rocket-include-static-resources • 0.10.5This is a crate which provides macros `static_resources_initializer!` and `static_response_handler!` to statically include files from your Rust project and make them be the HTTP response sources quickly.