[package]
edition = "2024"
name = "const-router"
version = "0.1.0"
authors = ["EAimTY <ea.imty@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compile-time string-key router with Tower service integration."
readme = "README.md"
keywords = [
"router",
"routing",
"tower",
"http",
"macro",
]
categories = [
"asynchronous",
"network-programming",
"web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EAimTY/const-router"
[features]
default = []
http = ["dep:http"]
[lib]
name = "const_router"
path = "src/lib.rs"
[dependencies.const-router-macros]
version = "0.1.0"
default-features = false
[dependencies.http]
version = "1.4.0"
features = ["std"]
optional = true
default-features = false
[dependencies.tower-service]
version = "0.3.3"
default-features = false