http-service-hyper 0.4.1

HttpService server that uses Hyper as backend
Documentation
[package]
authors = [
    "Aaron Turon <aturon@mozilla.com>",
    "Yoshua Wuyts <yoshuawuyts@gmail.com>",
    "Wonwoo Choi <chwo9843@gmail.com>",
]
description = "HttpService server that uses Hyper as backend"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "http-service-hyper"
repository = "https://github.com/rustasync/http-service"
documentation = "https://docs.rs/http-service-hyper"
version = "0.4.1"

[dependencies]
http = "0.1"
http-service = { version = "0.4.0", path = ".." }
hyper = { version = "0.12.27", default-features = false }

[dependencies.futures]
features = ["compat", "io-compat"]
version = "0.3.1"

[features]
default = ["runtime"]
runtime = ["hyper/runtime"]

[dev-dependencies]
romio = "0.3.0-alpha.8"