tower-helmet/Cargo.toml

20 lines
587 B
TOML

[package]
name = "tower-helmet"
description = "Helps with securing your tower servers with various HTTP headers "
version = "0.3.0"
authors = ["Atrox <hello@atrox.dev>"]
edition = "2018"
license = "MIT"
repository = "https://github.com/atrox/tower-helmet"
homepage = "https://github.com/atrox/tower-helmet"
categories = ["asynchronous", "network-programming", "web-programming"]
keywords = ["http", "tower", "security", "service", "header"]
[dependencies]
futures = "0.3.30"
http = "1.0.0"
pin-project-lite = "0.2.13"
tower-layer = "0.3.2"
tower-service = "0.3.2"
lazy_static = "1.4.0"