ttv-helix 0.1.1

A wrapper around `twitch_api2` for publishing as part of `ttv-rs`
Documentation
[dependencies.twitch_api2]
default-features = false
features = ["helix"]
version = "0.5.0-alpha.2"

[features]
all = ["reqwest_client", "surf_client"]
allow_unknown_fields = ["twitch_api2/allow_unknown_fields"]
reqwest_client = ["twitch_api2/reqwest_client"]
surf_client = ["twitch_api2/surf_client"]

[package]
authors = ["Waridley <Waridley64@gmail.com>"]
description = "A wrapper around `twitch_api2` for publishing as part of `ttv-rs`"
edition = "2018"
keywords = ["twitch"]
license = "MIT OR Apache-2.0"
name = "ttv-helix"
repository = "https://gitlab.com/Waridley/ttv-rs"
version = "0.1.1"
[package.metadata.docs.rs]
all-features = true