# 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 = "digitalocean" version = "0.1.1" authors = ["hoverbear ", "LoganDark "] description = "A pure Rust DigitalOcean API binding." homepage = "https://github.com/hoverbear/digitalocean" documentation = "https://docs.rs/crate/digitalocean/" readme = "README.md" keywords = ["DigitalOcean", "IaaS", "API"] categories = ["development-tools", "api-bindings"] license = "MIT" repository = "https://github.com/LoganDark/digitalocean" [dependencies.chrono] version = "0.4.0" features = ["serde"] [dependencies.getset] version = "0.0.7" [dependencies.lazy_static] version = "1.3.0" [dependencies.log] version = "0.4.6" [dependencies.reqwest] version = "0.9.11" optional = true [dependencies.serde] version = "1.0.89" [dependencies.serde_derive] version = "1.0.89" [dependencies.serde_json] version = "1.0.39" [dependencies.thiserror] version = "1.0.20" [dependencies.url] version = "1.7.2" [dependencies.url_serde] version = "0.2.0" [dev-dependencies.dotenv] version = "0.13.0" [dev-dependencies.env_logger] version = "0.6.1" [dev-dependencies.uuid] version = "0.7.2" features = ["v4"] [features] default = ["reqwest"] [badges.maintenance] status = "experimental"