http-encoding 0.1.0

compression for http crate type
Documentation
[dependencies.brotli2]
optional = true
version = "0.3.2"

[dependencies.bytes]
version = "1.4"

[dependencies.flate2]
optional = true
version = "1.0.13"

[dependencies.futures-core]
version = "0.3"

[dependencies.http]
version = "1"

[dependencies.pin-project-lite]
version = "0.2.6"

[features]
all = ["br", "gz", "de"]
br = ["brotli2"]
de = ["flate2"]
default = []
gz = ["flate2"]

[package]
authors = ["fakeshadow <everestshadow@gmail.com>"]
description = "compression for http crate type"
edition = "2021"
keywords = ["http", "compression"]
license = "Apache-2.0"
name = "http-encoding"
readme = "README.md"
repository = "https://github.com/HFQR/xitca-web"
version = "0.1.0"