# 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 = "2018" name = "tide-compress" version = "0.11.0" authors = ["Jeremiah Senkpiel "] description = "Outgoing compression middleware for the Tide server framework." readme = "README.md" keywords = [ "tide", "middleware", "brotli", "gzip", "compression", ] categories = ["web-programming::http-server"] license = "BlueOak-1.0.0" repository = "https://github.com/Fishrock123/tide-compress" [package.metadata.docs.rs] no-default-features = true features = [ "brotli", "gzip", "deflate", "regex-check", ] [dependencies.async-compression] version = "0.3" features = ["futures-bufread"] [dependencies.futures-lite] version = "1.11" [dependencies.http-types] version = "2.5" default-features = false [dependencies.phf] version = "0.11" optional = true [dependencies.regex] version = "1.5" optional = true [dependencies.tide] version = "0.16" default-features = false [dev-dependencies.async-h1] version = "2.1" [dev-dependencies.async-std] version = "1.11" features = ["attributes"] [dev-dependencies.cargo-husky] version = "1" features = ["user-hooks"] default-features = false [features] all = [ "brotli", "gzip", "deflate", "db-check", ] brotli = ["async-compression/brotli"] db-check = [ "regex-check", "phf", ] default = ["all"] deflate = ["async-compression/deflate"] gzip = ["async-compression/gzip"] regex-check = ["regex"]