# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "http-compress" version = "1.13.0" authors = ["ltpp-universe "] build = false exclude = [ "target", "Cargo.lock", "sh", ".github", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A lightweight library for decompressing HTTP responses supporting Brotli, Deflate, and Gzip." readme = "README.md" keywords = [ "http", "request", "response", "tcp", "redirect", ] categories = [ "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/ltpp-universe/http-compress.git" [lib] name = "http_compress" path = "src/lib.rs" [dependencies.brotli] version = "7.0.0" [dependencies.flate2] version = "1.0.35" [dependencies.http-constant] version = "1.25.0" [dependencies.http-type] version = "2.27.0"