mod_rewrite 0.2.0

Dynamic routing rewrite library inspired by apache mod_rewrite
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 = "mod_rewrite"
version = "0.2.0"
authors = ["Andrew Scott <imgurbot12@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dynamic routing rewrite library inspired by apache mod_rewrite"
documentation = "https://docs.rs/mod_rewrite/"
readme = "README.md"
keywords = [
    "rewrite",
    "mod_rewrite",
    "routing",
    "web",
    "middleware",
]
license = "MIT"
repository = "https://github.com/imgurbot12/rust_rewrite"

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

[[bench]]
name = "expr"
path = "benches/expr.rs"
harness = false

[dependencies.chrono]
version = "0.4"

[dependencies.once_cell]
version = "1"

[dependencies.percent-encoding]
version = "2"

[dependencies.regex-automata]
version = "0.4"

[dependencies.thiserror]
version = "2"

[dependencies.unicase]
version = "2"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.pprof]
version = "0.15.0"
features = [
    "criterion",
    "flamegraph",
]