[package] name = "http-api-reqwest-client" version = "0.2.1" authors = ["vkill "] edition = "2021" description = "HTTP API reqwest 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-reqwest-client" keywords = [] categories = [] readme = "README.md" [dependencies] http-api-client = { version = "0.2", default-features = false, path = "../http-api-client" } reqwest = { version = "0.11", default-features = false } tokio = { version = "1", default-features = false, features = ["time"] }