doapi 0.1.0

A wrapper library for the DigitalOcean API v2
[package]
name = "doapi"
version = "0.1.0"
authors = ["Kevin K. <kbknapp@gmail.com>"]
description = "A wrapper library for the DigitalOcean API v2"
license = "MIT"
repository = "https://github.com/kbknapp/doapi-rs.git"
documentation = "http://kbknapp.github.io/doapi-rs"
readme = "README.md"
keywords = ["do", "lib", "digitalocean", "digital", "ocean"]

[dependencies]
hyper = "*"
regex = "*"
serde_macros = "*"
serde = "*"

[features]
default = []

debug = []
unstable = []