[dependencies.futures-util]
default-features = false
version = "0.3"
[dependencies.hyper]
version = "0.14"
[dependencies.matchit]
version = "0.3"
[dev-dependencies.hyper]
version = "0.14"
[dev-dependencies.tokio]
features = ["full"]
version = "1.4"
[package]
authors = ["ibraheem <ibrah1440@gmail.com>"]
categories = ["web-programming::http-client", "network-programming", "algorithms"]
description = "A high performance HTTP request router that scales well."
edition = "2018"
keywords = ["hyper", "path", "tree", "radix", "router"]
license = "MIT"
name = "httprouter"
readme = "README.md"
repository = "https://github.com/ibraheemdev/httprouter-rs/"
version = "0.4.0"