[package]
name = "mimeograph_request"
version = "0.1.2"
authors = ["Benjamin Halsted <bg@hlstd.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "mimeograph_router can route types that implement this trait"
categories = ["web-programming", "wasm"]
documentation = "https://docs.rs/mimeograph_request"
keywords = ["router", "web", "framework", "http"]
readme = "README.md"
repository = "https://git.sr.ht/~halzy/mimeograph_router"
[features]
default = []
with_http = ["http"]
[dependencies]
http = { version="0.2.4", optional=true }