licenses.dev

flate2 v1.0.34

DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT18
PackageRelationDependenciesPublished
cc • 1.1.31A 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. INDIRECT1
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. INDIRECT0
cmake • 0.1.51A build dependency for running `cmake` to build a native library INDIRECT2
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationDIRECT1
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
libz-ng-sys • 1.1.20Low-level bindings to zlib-ng (libz-ng), a high-performance zlib library.DIRECT4
libz-sys • 1.1.20Low-level bindings to the system libz library (also known as zlib).DIRECT4
pkg-config • 0.3.31A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. INDIRECT0
ppv-lite86 • 0.2.20Implementation of the crypto-simd API for x86INDIRECT7
proc-macro2 • 1.0.88A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.3.1ChaCha random number generator INDIRECT13
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT4
rand • 0.8.5Random number generators and other randomness functionality. DIRECT14
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
syn • 2.0.82Parser for Rust source codeINDIRECT2
vcpkg • 0.2.15A library to find native dependencies in a vcpkg tree at build time in order to be used in Cargo build scripts. INDIRECT0
Zlib3
PackageRelationDependenciesPublished
cloudflare-zlib-sys • 0.3.3Cloudflare fork of zlib with performance improvementsDIRECT2
libz-rs-sys • 0.3.1A memory-safe zlib implementation written in rustDIRECT1
zlib-rs • 0.3.1A memory-safe zlib implementation written in rustINDIRECT0
MIT OR Unlicense2
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
quickcheck • 1.0.3Automatic property based testing with shrinking.DIRECT15
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.7.35Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.7.35Utilities for zero-copy parsing and serializationINDIRECT6
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
miniz_oxide • 0.8.0DEFLATE compression and decompression library rewritten in Rust based on minizDIRECT1
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler2 • 2.0.0A simple clean-room implementation of the Adler-32 checksumINDIRECT0
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/flate2)](https://licenses.dev/cargo/flate2)
<a href="https://licenses.dev/cargo/flate2">
  <img src="https://licenses.dev/b/cargo/flate2" alt="licenses" />
</a>

Or the licenses badge code for the 1.0.34 version:

[![licenses](https://licenses.dev/b/cargo/flate2/1.0.34)](https://licenses.dev/cargo/flate2/1.0.34)
<a href="https://licenses.dev/cargo/flate2/1.0.34">
  <img src="https://licenses.dev/b/cargo/flate2/1.0.34" alt="licenses" />
</a>
GitHub