[package]
edition = "2024"
name = "normalize-path-except"
version = "0.2.1"
authors = ["Tom Grushka"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "NormalizePath from tower, but with exceptions, because it's hard to add them when you have to wrap your whole service in this middleware for axum."
homepage = "https://github.com/dra11y/normalize-path-except"
readme = "README.md"
license = "MIT"
repository = "https://github.com/dra11y/normalize-path-except.git"
[lib]
name = "normalize_path_except"
path = "src/lib.rs"
[dependencies.http]
version = "1.2.0"
[dependencies.tower]
version = "0.5.2"
features = ["util"]
[dependencies.tower-layer]
version = "0.3.3"
[dependencies.tower-service]
version = "0.3.3"
[dev-dependencies.bytes]
version = "1.10.0"
[dev-dependencies.http-body-util]
version = "0.1.2"
[dev-dependencies.tokio]
version = "1.43.0"
features = [
"macros",
"rt-multi-thread",
]