[package] name = "interfacer-http-util" version = "0.1.5" authors = ["Hexilee "] edition = "2018" license = "MIT" description = "utils for interfacer-http" repository = "https://github.com/Hexilee/interfacer-http" keywords = ["http", "client", "interfacer"] categories = ["network-programming", "web-programming::http-client"] readme = "../README.md" documentation = "https://docs.rs/interfacer-http-util" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] http = "0.1" mime = "0.3" cookie = "0.12" async-trait = "0.1" url = "2"