# 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 = "hyper-content-encoding" version = "0.1.1" description = "A small utility to handle content encoding with hyper" readme = "README.md" keywords = [ "http", "hyper", "content-encoding", "compression", ] license = "MIT" [[example]] name = "client" path = "examples/client.rs" [[example]] name = "server" path = "examples/server.rs" [dependencies.bytes] version = "1.6.0" [dependencies.flate2] version = "1.0.30" [dependencies.http] version = "1.1.0" [dependencies.http-body-util] version = "0.1.1" [dependencies.hyper] version = "1.3.1" [dev-dependencies.hyper-util] version = "0.1" features = ["full"] [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tower] version = "0.4.13"