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