reinhardt-dispatch 0.1.2

URL dispatcher and request routing for Reinhardt framework
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"
rust-version = "1.94.0"
name = "reinhardt-dispatch"
version = "0.1.2"
authors = ["kent8192 <51869472+kent8192@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "URL dispatcher and request routing for Reinhardt framework"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/kent8192/reinhardt-web"

[features]
full = []

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

[[test]]
name = "handler_routing_integration"
path = "tests/handler_routing_integration.rs"

[[test]]
name = "middleware_chain_integration"
path = "tests/middleware_chain_integration.rs"

[[test]]
name = "routing_middleware_main_paths_integration"
path = "tests/routing_middleware_main_paths_integration.rs"

[[test]]
name = "signal_integration"
path = "tests/signal_integration.rs"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.bytes]
version = "1.11.1"

[dependencies.futures]
version = "0.3.32"

[dependencies.http]
version = "1.4.0"

[dependencies.hyper]
version = "1.9.0"
features = ["full"]

[dependencies.reinhardt-core]
version = "0.1.2"
features = [
    "types",
    "signals",
    "exception",
]

[dependencies.reinhardt-http]
version = "0.1.2"

[dependencies.reinhardt-middleware]
version = "0.1.2"

[dependencies.reinhardt-urls]
version = "0.1.2"
features = ["routers"]

[dependencies.reinhardt-views]
version = "0.1.2"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.51.0"
features = [
    "rt-multi-thread",
    "sync",
    "time",
    "macros",
    "net",
    "io-util",
]

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.bytes]
version = "1.11.1"

[dev-dependencies.hyper]
version = "1.9.0"
features = ["full"]

[dev-dependencies.insta]
version = "1.47.2"
features = [
    "json",
    "toml",
]

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.serial_test]
version = "3.4.0"

[dev-dependencies.tokio]
version = "1.51.0"
features = [
    "rt-multi-thread",
    "sync",
    "time",
    "macros",
    "net",
    "io-util",
]

[dev-dependencies.tokio-test]
version = "0.4"