tokkit 0.5.1

A simple(simplistic) OAUTH toolkit.
Documentation
[package]
name = "tokkit"
version = "0.5.1"
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", "authorization", "resource", "s2s"]
categories = ["web-programming"]

[dependencies]
log = "0.4.0"
error-chain = "0.11"
json = "0.11"
reqwest = "0.8"
backoff = "0.1.0"
url = "1.6.0"

[dev-dependencies]
env_logger = "0.4.0"