noob 2.0.0-alpha.1

A WIP futures-based Discord bot library
Documentation
[package]
name = "noob"
version = "2.0.0-alpha.1"
authors = ["Colin Reeder <vpzomtrrfrt@gmail.com>"]
description = "A WIP futures-based Discord bot library"
license = "MPL-2.0"
keywords = ["tokio", "discord", "futures"]
repository = "https://github.com/vpzomtrrfrt/noob"
edition = "2018"

[dependencies]
futures = "0.3.5"
hyper = "0.13.6"
hyper-tls = "0.4.1"
serde_derive = "1.0.111"
serde_json = "1.0.55"
serde = "1.0.111"
tokio = "0.2.21"
tokio-tungstenite = { version = "0.10.1", features = ["tls"] }
url = "2.1.1"

[dev-dependencies]
tokio = { version = "0.2.21", features = ["macros"] }