tokkit 0.14.0

A simple(simplistic) OAUTH toolkit.
Documentation
[package]
name = "tokkit"
version = "0.14.0"
authors = ["Christian Douven <chridou@users.noreply.github.com>"]
license = "Apache-2.0/MIT"
description = "A simple(simplistic) OAUTH toolkit."
documentation = "https://docs.rs/tokkit"
homepage = "https://github.com/chridou/tokkit"
readme = "README.md"
repository = "https://github.com/chridou/tokkit"
keywords = ["OAUTH2", "token", "token-info", "s2s"]
categories = ["web-programming"]

[dependencies]
log = "0.4.0"
failure = "0.1"
json = "0.11"
reqwest = "0.8"
backoff = "0.1.0"
url = "1.7.0"
hyper = { version = "0.12", optional = true}
tokio-retry = { version = "0.2", optional = true}
futures = { version = "0.1", optional = true }
hyper-tls = { version = "0.3", optional = true }
http = { version = "0.1", optional = true }
metrix = { version = "0.8", optional = true }

[dev-dependencies]
env_logger = "0.4.0"

[features]
async = ["hyper", "tokio-retry", "futures", "hyper-tls", "http"]