cc • 1.2.57A 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.
find-msvc-tools • 0.1.9Find windows-specific tools, read MSVC versions from the registry and from COM interfaces
INDIRECT
0
flate2 • 1.1.9DEFLATE compression and decompression exposed as Read/BufRead/Write streams.
Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,
and raw deflate streams.
proc-macro2 • 1.0.106A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
tokio • 1.50.0An event-driven, non-blocking I/O platform for writing asynchronous I/O
backed applications.
DIRECT
7
Apache-2.02
Package
Relation
Dependencies
Published
libdeflate-sys • 1.25.2Bindings to libdeflate for DEFLATE (de)compression exposed as non-streaming buffer
operations. Contains bindings for raw deflate, zlib, and gzip data.
INDIRECT
3
libdeflater • 1.25.2Bindings to libdeflate for DEFLATE (de)compression exposed as non-streaming buffer
operations. Contains bindings for raw deflate, zlib, and gzip data.
DIRECT
4
Apache-2.0 OR MIT OR Zlib1
Package
Relation
Dependencies
Published
miniz_oxide • 0.8.9DEFLATE compression and decompression library rewritten in Rust based on miniz
INDIRECT
2
Zlib1
Package
Relation
Dependencies
Published
zlib-rs • 0.6.3A memory-safe zlib implementation written in rust
INDIRECT
0
0BSD OR Apache-2.0 OR MIT1
Package
Relation
Dependencies
Published
adler2 • 2.0.1A simple clean-room implementation of the Adler-32 checksum
INDIRECT
0
MIT OR Unlicense1
Package
Relation
Dependencies
Published
memchr • 2.8.0Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for
1, 2 or 3 byte search and single substring search.
INDIRECT
0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
Package
Relation
Dependencies
Published
unicode-ident • 1.0.24Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31