[package] name = "http-rs" version = "0.1.3" authors = ["Oussama Elgoumri "] edition = "2018" license = "MIT" readme = "README.md" homepage = "https://github.com/euvoor/hawk" documentation = "https://docs.rs/http-rs" repository = "https://github.com/euvoor/hawk/tree/master/daemon/http" description = """ Designed for https://github.com/euvoor/hawk """ [dependencies] bytes = "0.5.4" tracing = "0.1.15" tracing-futures = "0.2.4" tracing-subscriber = "0.2.5" tokio = { version = "0.2.21", features = ["full"] } tokio-util = { version = "0.3.1", features = ["codec"] } futures = "0.3.5" url = "2.1.1"