[package] authors = [ "Aaron Turon ", "Yoshua Wuyts ", "Wonwoo Choi ", ] 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"