[package] name = "ntex-helmet" version = "0.1.3" edition = "2021" authors = ["Daniel Kovacs "] description = "HTTP security headers middleware for ntex-web" readme = "README.md" license = "MIT" homepage = "https://github.com/danielkov/ntex-helmet" repository = "https://github.com/danielkov/ntex-helmet" keywords = ["ntex", "ntex-web", "helmet", "security", "middleware"] categories = ["web-programming", "http", "middleware"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ntex = { version = "0.7", features = ["tokio"] } helmet-core = { path = "../helmet-core", version = "0.1.0" } [dev-dependencies] ntex = { version = "0.7", features = ["tokio"] }