[package] name = "headers-accept-encoding" version = "1.1.0" # don't forget to update html_root_url description = "Hypper typed HTTP headers with Accept-Encoding + zstd support" license = "MIT" readme = "README.md" homepage = "https://hyper.rs" repository = "https://github.com/static-web-server/headers-accept-encoding" authors = ["Sean McArthur ", "Jose Quintana "] keywords = ["http", "headers", "hyper", "hyperium"] categories = ["web-programming"] rust-version = "1.56" [dependencies] http = "1.0.0" headers-core = { version = "0.3" } base64 = "0.21.5" bytes = "1" mime = "0.3.14" sha1 = "0.10" httpdate = "1" itertools = "0.11" [features] nightly = []