# 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 = "tower-sombrero" version = "0.0.4" description = "Tower middleware and utilities to help harden web applications" readme = "README.md" keywords = [ "csp", "tower", "http", "security", ] categories = ["web-programming::http-server"] license = "MIT OR Apache-2.0" repository = "https://github.com/randomairborne/tower-sombrero" [dependencies.async-trait] version = "0" optional = true [dependencies.axum-core] version = "0.4" optional = true [dependencies.futures-util] version = "0.3" [dependencies.http] version = "1" [dependencies.rand] version = "0.8" [dependencies.thiserror] version = "1" [dependencies.tower-layer] version = "0.3" [dependencies.tower-service] version = "0.3" [dev-dependencies.axum] version = "0.7" [dev-dependencies.reqwest] version = "0.12" [dev-dependencies.tokio] version = "1" features = ["full"] [features] axum = [ "dep:axum-core", "dep:async-trait", ] default = []