tower-helmet/Cargo.toml

20 lines
587 B
TOML
Raw Normal View History

2021-12-22 20:42:00 +02:00
[package]
name = "tower-helmet"
description = "Helps with securing your tower servers with various HTTP headers "
2023-12-29 12:44:42 +02:00
version = "0.3.0"
2021-12-22 20:42:00 +02:00
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]
2023-12-29 12:43:22 +02:00
futures = "0.3.30"
http = "1.0.0"
pin-project-lite = "0.2.13"
tower-layer = "0.3.2"
tower-service = "0.3.2"
2021-12-22 20:42:00 +02:00
lazy_static = "1.4.0"