[package] name = "http-api-client" version = "0.2.1" authors = ["vkill "] edition = "2021" description = "HTTP API Client" license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/http-api-client-endpoint" homepage = "https://github.com/bk-rs/http-api-client-endpoint" documentation = "https://docs.rs/http-api-client" keywords = [] categories = [] readme = "README.md" [dependencies] http-api-client-endpoint = { version = "0.2", default-features = false, path = "../http-api-client-endpoint" } async-trait = { version = "0.1", default-features = false } [dev-dependencies] futures-executor = { version = "0.3" }