http-compress 1.7.0

A lightweight library for decompressing HTTP responses supporting Brotli, Deflate, and Gzip.
Documentation
[dependencies.brotli]
version = "7.0.0"

[dependencies.flate2]
version = "1.0.35"

[dependencies.http-constant]
version = "1.21.0"

[dependencies.http-type]
version = "2.21.0"

[lib]
name = "http_compress"
path = "src/lib.rs"

[package]
authors = ["ltpp-universe <root@ltpp.vip>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["network-programming", "web-programming"]
description = "A lightweight library for decompressing HTTP responses supporting Brotli, Deflate, and Gzip."
edition = "2021"
exclude = ["target", "Cargo.lock", "sh", ".github"]
keywords = ["http", "request", "response", "tcp", "redirect"]
license = "MIT"
name = "http-compress"
readme = "README.md"
repository = "https://github.com/ltpp-universe/http-compress.git"
version = "1.7.0"