normalize-path-except 0.2.1

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
# 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 = "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",
]