flate3 0.1.1

High-performance RFC 1952 compression and de-compression
Documentation
[package]
name = "flate3"
version = "0.1.1"
authors = ["George Barwood"]
edition = "2018"
description = "High-performance RFC 1952 compression and de-compression"
license = "MIT OR Apache-2.0"
repository = "https://github.com/georgebarwood/flate3/"

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

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