[dependencies.async-trait]
version = "0.1"
[dependencies.bytes]
optional = true
version = "1.2"
[dependencies.reqwest]
default-features = false
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.reqwest]
default-features = false
features = ["rustls-tls", "json"]
version = "0.11"
[dev-dependencies.tokio]
features = ["full"]
version = "1.20"
[dev-dependencies.tokio-test]
version = "0.4"
[features]
bytes = ["dep:bytes"]
default = ["bytes", "json"]
json = ["reqwest/json"]
[package]
authors = ["John Peel <john@dgby.org>"]
description = "Provides a macro for quickly creating REST api client structs"
documentation = "https://docs.rs/api-client/latest/api_client/"
edition = "2021"
license = "MIT"
name = "api-client"
readme = "README.md"
repository = "https://github.com/JohnPeel/api-client/"
resolver = "1"
version = "0.1.4"