twitch_oauth2 0.5.0-alpha.1

Oauth2 for Twitch endpoints
Documentation
[[example]]
name = "user_token"
path = "examples/user_token.rs"
required-features = ["surf_client"]
[build-dependencies.version_check]
version = "0.9.2"
[dependencies.async-trait]
version = "0.1.40"

[dependencies.displaydoc]
version = "0.1.7"

[dependencies.http]
version = "0.2.1"

[dependencies.http-types]
optional = true
version = "2.4.0"

[dependencies.oauth2]
default-features = false
features = []
version = "4.0.0-alpha.1"

[dependencies.serde]
version = "1.0.115"

[dependencies.serde_json]
version = "1.0.57"

[dependencies.surf]
optional = true
version = "2.0.0-alpha.5"

[dependencies.thiserror]
version = "1.0.20"
[dev-dependencies.dotenv]
version = "0.15.0"

[dev-dependencies.tokio]
features = ["rt-threaded", "macros"]
version = "0.2.22"

[features]
all = ["surf_client", "reqwest_client"]
default = []
reqwest_client = ["oauth2/reqwest-010"]
surf_client = ["surf", "http-types", "http-types/hyperium_http"]

[package]
authors = ["Emil Gardström <emil.gardstrom@gmail.com>"]
build = "build.rs"
description = "Oauth2 for Twitch endpoints"
documentation = "https://docs.rs/twitch_oauth2/0.4.1"
edition = "2018"
keywords = ["oauth", "twitch", "async", "asynchronous"]
license = "MIT OR Apache-2.0"
name = "twitch_oauth2"
readme = "README.md"
repository = "https://github.com/Emilgardis/twitch_oauth2"
version = "0.5.0-alpha.1"
[package.metadata.docs.rs]
features = ["reqwest_client", "surf_client"]