backtrace • 0.3.68A library to acquire a stack trace (backtrace) at runtime in a Rust program.
INDIRECT
12
bitflags • 2.6.0A macro to generate structures which behave like bitflags.
INDIRECT
0
bzip2-sys • 0.1.11+1.0.8Bindings to libbzip2 for bzip2 compression and decompression exposed as
Reader/Writer streams.
INDIRECT
5
bzip2 • 0.4.4Bindings to libbzip2 for bzip2 compression and decompression exposed as
Reader/Writer streams.
DIRECT
6
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.
INDIRECT
3
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.
flate2 • 1.0.35DEFLATE compression and decompression exposed as Read/BufRead/Write streams.
Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,
and raw deflate streams.
libc • 0.2.169Raw FFI bindings to platform libraries like libc.
INDIRECT
0
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.
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.
tokio • 1.42.0An event-driven, non-blocking I/O platform for writing asynchronous I/O
backed applications.
DIRECT
20
zstd • 0.13.2Binding for the zstd compression library.
DIRECT
7
MIT OR Unlicense2
Package
Relation
Dependencies
Published
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.
INDIRECT
0
memchr • 2.7.4Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for
1, 2 or 3 byte search and single substring search.
DIRECT
0
BSD-3-Clause2
Package
Relation
Dependencies
Published
alloc-no-stdlib • 2.0.4A dynamic allocator that may be used with or without the stdlib. This allows a package with nostd to allocate memory dynamically and be used either with a custom allocator, items on the stack, or by a package that wishes to simply use Box<>. It also provides options to use calloc or a mutable global variable for pre-zeroed memory
INDIRECT
0
alloc-stdlib • 0.2.2A dynamic allocator example that may be used with the stdlib
INDIRECT
1
Apache-2.0 OR MIT OR Zlib2
Package
Relation
Dependencies
Published
miniz_oxide • 0.7.4DEFLATE compression and decompression library rewritten in Rust based on miniz
INDIRECT
1
miniz_oxide • 0.8.2DEFLATE compression and decompression library rewritten in Rust based on miniz
INDIRECT
1
0BSD OR Apache-2.0 OR MIT2
Package
Relation
Dependencies
Published
adler • 1.0.2A simple clean-room implementation of the Adler-32 checksum
INDIRECT
0
adler2 • 2.0.0A simple clean-room implementation of the Adler-32 checksum
brotli • 7.0.0A brotli compressor and decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. All included code is safe.
DIRECT
3
BSD-3-Clause OR MIT1
Package
Relation
Dependencies
Published
brotli-decompressor • 4.0.1A brotli decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. Alternatively, --features=unsafe turns off array bounds checks and memory initialization but provides a safe interface for the caller. Without adding the --features=unsafe argument, all included code is safe. For compression in addition to this library, download https://github.com/dropbox/rust-brotli
INDIRECT
2
Unicode-3.0 AND (Apache-2.0 OR MIT)1
Package
Relation
Dependencies
Published
unicode-ident • 1.0.14Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31
INDIRECT
0
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1