# 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" rust-version = "1.81" name = "hypers_compression" version = "0.14.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple rust web framework based on hyper 1.0" homepage = "https://github.com/lo-ferris/hypers" documentation = "https://docs.rs/hypers" readme = "README.md" keywords = [ "hyper", "web", "framework", "springboot", "gin", ] categories = [ "web-programming::http-server", "web-programming::websocket", "network-programming", "asynchronous", ] license = "Apache-2.0" repository = "https://github.com/lo-ferris/hypers" [lib] name = "hypers_compression" path = "src/lib.rs" [dependencies.brotli] version = "=6.0.0" optional = true [dependencies.bytes] version = "=1.7.1" features = ["std"] [dependencies.flate2] version = "=1.0.33" optional = true [dependencies.hypers_core] version = "0.14.1" [dependencies.tokio] version = "=1.40.0" [dependencies.zstd] version = "=0.13.2" optional = true [features] brotli = ["dep:brotli"] default = ["full"] deflate = ["dep:flate2"] full = [ "brotli", "gzip", "deflate", "zstd", ] gzip = ["dep:flate2"] zstd = ["dep:zstd"]