[dependencies.reqwest]
features = ["json"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1"
[dependencies.tokio]
features = ["full"]
version = "1"
[dev-dependencies.mockito]
version = "0.30"
[package]
authors = ["Peter Bryant <pbryant@peterbryant.me.uk>"]
categories = ["web-programming::http-client"]
description = "A HTTP Client built on top of the reqwest package for accessing the Zuora Billing REST API."
documentation = "https://docs.rs/zuora_rest_client"
edition = "2018"
keywords = ["http", "request", "client", "zuora"]
license = "MIT"
name = "zuora_rest_client"
readme = "README.md"
repository = "https://github.com/peteyb/zuora_rest_client"
version = "0.1.5"