tokkit 0.5.2

A simple(simplistic) OAUTH toolkit.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[dependencies.error-chain]
version = "0.11"

[dependencies.json]
version = "0.11"

[dependencies.log]
version = "0.4.0"

[dependencies.reqwest]
version = "0.8"

[dependencies.url]
version = "1.6.0"
[dev-dependencies.env_logger]
version = "0.4.0"