robinhood 0.1.0

Rust Wrapper for Robinhood Trade
Documentation
[package]
name = "robinhood"
version = "0.1.0"
description = "Rust Wrapper for Robinhood Trade"
readme = "README.md"
authors = ["Sanko Robinson <sanko@cpan.org>"]

# homepage = 
documentation = "https://docs.rs/robinhood/"
repository = "https://github.com/sanko/robinhood_rs"
license = "Artistic-2.0"

keywords = ["robinhood", "stocks"]
categories = ["api-bindings", "web-programming::http-client"]

include = [
  "README.md",
  "Cargo.toml",
  "LICENSE",
  "src/**/*"
]

[dependencies]
serde = "1"
serde_derive = "1"
serde_json = "1"
error-chain = "0.10"
reqwest = "0.8.1"
time = "0.1"

[target.'cfg(not(any(target_os = "windows", target_os = "macos")))'.dependencies.openssl]
version = "~0.9"

[badges]
travis-ci = { repository = "sanko/robinhood_rs", branch = "master" }
appveyor = { repository = "sanko/robinhood_rs", branch = "master", service = "github" }