# 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 = "tower-helmet" version = "0.3.0" authors = ["Atrox "] description = "Helps with securing your tower servers with various HTTP headers " homepage = "https://github.com/atrox/tower-helmet" readme = "README.md" keywords = [ "http", "tower", "security", "service", "header", ] categories = [ "asynchronous", "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/atrox/tower-helmet" [dependencies.futures] version = "0.3.18" [dependencies.http] version = "1.0.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.pin-project-lite] version = "0.2.7" [dependencies.tower-layer] version = "0.3.1" [dependencies.tower-service] version = "0.3.1"