# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cloudflare-rs" version = "0.7.0" authors = ["Areg Harutyunyan ", "Shaleen Jain "] description = "Rust library bindings for Cloudflares v4 API" readme = "../README.md" keywords = ["cloudflare", "api", "client"] categories = ["api-bindings", "web-programming::http-client"] license = "BSD-3-Clause" repository = "https://github.com/shalzz/cloudflare-rs" [lib] name = "cloudflare" [dependencies.anyhow] version = "1.0.26" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.13" [dependencies.cfg-if] version = "0.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.http] version = "0.2" [dependencies.log] version = "0.4.14" [dependencies.percent-encoding] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_qs] version = "0.4" [dependencies.serde_with] version = "1.3" [dependencies.surf] version = "2.2.0" [dependencies.url] version = "2.2" [dependencies.uuid] version = "0.8" features = ["serde", "v4"]