flate3 0.1.21

High-performance RFC 1951 compression and de-compression
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "flate3"
version = "0.1.21"
authors = ["George Barwood"]
edition = "2021"
description = "High-performance RFC 1951 compression and de-compression"
license = "MIT OR Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
crossbeam = "0.8.1"
scoped_threadpool = "0.1.9"