[package] name = "cxmr-http-client" version = "0.0.1" authors = ["Ɓukasz Kurowski "] edition = "2018" license = "GPL-3.0" description = "HTTP Client utilities." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bytes = "^0.5" # errors failure = "^0.1.5" # HTTPS client hyper-tls = "^0.4.0" err-convert-macro = "^0.0.1" # HTTP client [dependencies.hyper] version = "^0.13.1" features = ["runtime", "stream"]