bitflags • 2.9.1A macro to generate structures which behave like bitflags.
INDIRECT
0
bzip2-sys • 0.1.13+1.0.8Bindings to libbzip2 for bzip2 compression and decompression exposed as
Reader/Writer streams.
DIRECT
11
cc • 1.0.99A 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.
cfg-if • 1.0.1A 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
cmake • 0.1.53A build dependency for running `cmake` to build a native library
INDIRECT
10
either • 1.15.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
libc • 0.2.174Raw FFI bindings to platform libraries like libc.
INDIRECT
0
libz-sys • 1.1.22Low-level bindings to the system libz library (also known as zlib).
DIRECT
13
lzma-sys • 0.1.20Raw bindings to liblzma which contains an implementation of LZMA and xz stream
encoding/decoding.
High level Rust bindings are available in the `xz2` crate.
pkg-config • 0.3.32A library to run the pkg-config system tool at build time in order to be used in
Cargo build scripts.
INDIRECT
0
proc-macro2 • 1.0.95A 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.
libdeflate-sys • 1.24.0Bindings to libdeflate for DEFLATE (de)compression exposed as non-streaming buffer
operations. Contains bindings for raw deflate, zlib, and gzip data.
DIRECT
10
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception2