# 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-sanitize-path" version = "0.2.0" description = "Tower middleware to sanitize request paths" documentation = "https://docs.rs/tower-sanitize-path" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/shuttle-hq/tower-sanitize-path" [dependencies.http] version = "0.2.9" [dependencies.tower-layer] version = "0.3.2" [dependencies.tower-service] version = "0.3.2" [dependencies.url-escape] version = "0.1.1" [dev-dependencies.hyper] version = "0.14.26" [dev-dependencies.tokio] version = "1.28.1" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tower] version = "0.4.13" features = ["util"]