digitalocean 0.0.2

A crate for accessing and interacting with the DigitalOcean API.
Documentation
# 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]
name = "digitalocean"
version = "0.0.2"
authors = ["hoverbear <andrew@hoverbear.org>"]
description = "A crate for accessing and interacting with the DigitalOcean API.\n"
homepage = "https://github.com/hoverbear/digitalocean"
documentation = "https://docs.rs/crate/digitalocean/"
keywords = ["DigitalOcean", "IaaS", "API"]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/hoverbear/digitalocean"
[dependencies.url]
version = "1.5.1"

[dependencies.error-chain]
version = "0.11.0-rc.2"

[dependencies.getset]
version = "0.0.5"

[dependencies.url_serde]
version = "0.2.0"

[dependencies.serde_json]
version = "1.0.2"

[dependencies.lazy_static]
version = "0.2.8"

[dependencies.reqwest]
version = "0.7.3"
optional = true

[dependencies.chrono]
version = "0.4.0"
features = ["serde"]

[dependencies.serde]
version = "1.0.11"

[dependencies.log]
version = "0.3.8"

[dependencies.serde_derive]
version = "1.0.11"
[dev-dependencies.env_logger]
version = "0.4.3"

[dev-dependencies.uuid]
version = "0.5"
features = ["v4"]

[dev-dependencies.dotenv]
version = "0.10.0"

[features]
default = ["reqwest"]