# 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 = "2021" name = "axum-helmet" version = "0.1.0" authors = ["Daniel Kovacs "] description = "HTTP security headers middleware core for axum web framework" homepage = "https://github.com/danielkov/ntex-helmet" readme = "README.md" keywords = [ "helmet", "security", "middleware", "rust", "axum", ] categories = [ "web-programming", "http", "middleware", ] license = "MIT" repository = "https://github.com/danielkov/ntex-helmet" resolver = "1" [dependencies.axum] version = "0.7" [dependencies.helmet-core] version = "0.1.0" [dependencies.http] version = "1.0" [dependencies.pin-project-lite] version = "0.2" [dependencies.tokio] version = "1.35" [dependencies.tower] version = "0.4" [dependencies.tower-service] version = "0.3" [dev-dependencies.axum-test] version = "14.2" [dev-dependencies.tokio] version = "1.35" features = ["rt-multi-thread"]