match_request 0.1.0

Macros for creating request routers in hyper.
Documentation
[package]
name = "match_request"
version = "0.1.0"
authors = ["Caolan McMahon <caolan@caolan.uk>"]
categories = ["web-programming"]
keywords = ["hyper", "request", "router", "dispatch"]
description = "Macros for creating request routers in hyper."
repository = "https://git.sr.ht/~caolan/match_request"
readme = "README.md"
edition = "2018"
license = "MIT"

[dependencies]
lazy_static = "1.4.0"
hyper = "0.13.6"
regex = "1.3.9"

[dev-dependencies]
futures = "0.3.5"