normalize-path-except 0.2.0

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.
Documentation
[dependencies.http]
version = "1.2.0"

[dependencies.tower]
features = ["util"]
version = "0.5.2"

[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]
features = ["macros", "rt-multi-thread"]
version = "1.43.0"

[lib]
name = "normalize_path_except"
path = "src/lib.rs"

[package]
authors = ["Tom Grushka"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = 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."
edition = "2024"
homepage = "https://github.com/dra11y/normalize-path-except"
license = "MIT"
name = "normalize-path-except"
readme = "README.md"
repository = "https://github.com/dra11y/normalize-path-except.git"
version = "0.2.0"