cc • 1.4.7A 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.
proc-macro2 • 1.0.107A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.
tokio • 1.53.1An 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.26.1Bindings 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.26.1Bindings to libdeflate for DEFLATE (de)compression exposed as non-streaming buffer
operations. Contains bindings for raw deflate, zlib, and gzip data.
DIRECT
4
Zlib1
Package
Relation
Dependencies
Published
zlib-rs • 0.6.8A memory-safe zlib implementation written in rust
DIRECT
0
MIT OR Unlicense1
Package
Relation
Dependencies
Published
memchr • 2.8.3Provides 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.26Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31