twitch-rs 0.2.0

Rust Wrapper for the Twitch Helix API
Documentation
[dependencies.reqwest]
features = ["json"]
version = "0.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "0.2"

[package]
authors = ["Fabian Vowie <crymaprivat@gmail.com>"]
categories = ["api-bindings"]
description = "Rust Wrapper for the Twitch Helix API"
edition = "2018"
keywords = ["twitch", "helix", "api"]
license = "MIT"
name = "twitch-rs"
readme = "README.md"
repository = "https://github.com/Cryma/twitch-rs"
version = "0.2.0"