goauth 0.6.0-beta1

Crate for authenticating Server to Server Apps for Google Cloud Engine.
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 = "goauth"
version = "0.6.0-beta1"
authors = ["Drazen Urch <github@drazenur.ch>"]
description = "Crate for authenticating Server to Server Apps for Google Cloud Engine."
documentation = "https://durch.github.io/rust-goauth"
readme = "README.md"
keywords = ["Google", "Cloud", "Engine", "Server", "OAuth"]
license = "MIT"
repository = "https://github.com/durch/rust-goauth"

[lib]
name = "goauth"
path = "src/lib.rs"
[dependencies.futures]
version = "^0.1.28"

[dependencies.log]
version = "0.4.6"

[dependencies.reqwest]
version = "^0.9.5"

[dependencies.serde]
version = "^1.0"

[dependencies.serde_derive]
version = "^1.0"

[dependencies.serde_json]
version = "^1.0"

[dependencies.smpl_jwt]
version = "^0.4"

[dependencies.time]
version = "0.1.41"