[package] name = "ttv-helix" version = "0.1.1" authors = ["Waridley "] edition = "2018" license = "MIT OR Apache-2.0" repository = "https://gitlab.com/Waridley/ttv-rs" description = "A wrapper around `twitch_api2` for publishing as part of `ttv-rs`" keywords = ["twitch"] [package.metadata.docs.rs] all-features = true [features] reqwest_client = ["twitch_api2/reqwest_client"] surf_client = ["twitch_api2/surf_client"] allow_unknown_fields = ["twitch_api2/allow_unknown_fields"] all = ["reqwest_client", "surf_client"] [dependencies.twitch_api2] version = "0.5.0-alpha.2" default-features = false features = ["helix"]