[package] name = "ttv-auth" 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_oauth2` for publishing as part of `ttv-rs`" keywords = ["twitch"] [features] reqwest_client = ["twitch_oauth2/reqwest_client"] surf_client = ["twitch_oauth2/surf_client"] all = ["twitch_oauth2/all"] [dependencies.twitch_oauth2] version = "0.5.0-alpha.2" default-features = false