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
compiler_builtins • 0.1.125Compiler intrinsics used by the Rust compiler. Also available for other targets
if necessary!
flate2 • 1.0.33DEFLATE compression and decompression exposed as Read/BufRead/Write streams.
Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,
and raw deflate streams.
DIRECT
4
form_urlencoded • 1.2.1Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.
proc-macro2 • 1.0.86A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
unicode-normalization • 0.1.23This crate provides functions for normalization of
Unicode strings, including Canonical and Compatible
Decomposition and Recomposition, as described in
Unicode Standard Annex #15.
INDIRECT
2
url • 2.5.2URL library for Rust, based on the WHATWG URL Standard
INDIRECT
7
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.
INDIRECT
0
Apache-2.0 OR MIT OR Zlib3
Package
Relation
Dependencies
Published
miniz_oxide • 0.8.0DEFLATE compression and decompression library rewritten in Rust based on miniz