routerify 1.0.4

A lightweight and modular router implementation with middleware support for the Rust HTTP library hyper.rs.
Documentation
[dependencies.http]
version = "0.2"

[dependencies.hyper]
version = "0.13"

[dependencies.lazy_static]
version = "1.4"

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

[dependencies.regex]
version = "1.3"
[dev-dependencies.stream-body]
version = "0.1"

[dev-dependencies.tokio]
features = ["full"]
version = "0.2"

[package]
authors = ["Rousan Ali <hello@rousan.io>"]
categories = ["asynchronous", "web-programming", "web-programming::http-server"]
description = "A lightweight and modular router implementation with middleware support for the Rust HTTP library hyper.rs."
edition = "2018"
homepage = "https://github.com/routerify/routerify"
keywords = ["hyper", "hyper-rs", "router", "routing", "middleware"]
license = "MIT"
name = "routerify"
readme = "README.md"
repository = "https://github.com/routerify/routerify"
version = "1.0.4"