dbl-rs 0.1.1

API Bindings for discordbots.org
Documentation
[package]
name = "dbl-rs"
version = "0.1.1"
description = "API Bindings for discordbots.org"
readme = "README.md"
documentation = "https://docs.rs/dbl-rs"
repository = "https://github.com/nickelc/dbl-rs"
license = "MIT/Apache-2.0"
authors = ["Constantin Nickel <constantin.nickel@gmail.com>"]
keywords = ["discord", "bots"]
categories = ["api-bindings", "web-programming::http-client"]
edition = "2018"

[lib]
name = "dbl"

[dependencies]
futures = "0.1"
reqwest = "0.9"
serde_json = "1"
url = "1.7"

[dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies]
tokio = "0.1"