[dependencies.brotli]
version = "=7.0.0"
[dependencies.flate2]
version = "=1.1.0"
[dependencies.http-constant]
version = "=1.39.1"
[dependencies.twox-hash]
version = "=2.1.0"
[lib]
name = "http_compress"
path = "src/lib.rs"
[package]
authors = ["ltpp-universe <root@ltpp.vip>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming"]
description = "A lightweight library for decompressing HTTP responses supporting Brotli, Deflate, and Gzip."
edition = "2024"
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 = "2.10.1"
[profile.dev]
codegen-units = 1
debug = 0
incremental = false
lto = true
opt-level = 3
panic = "unwind"
strip = "debuginfo"
[profile.release]
codegen-units = 1
debug = 0
incremental = false
lto = true
opt-level = 3
panic = "unwind"
strip = "debuginfo"