yup-oauth2 3.0.2-beta

An oauth2 implementation, providing the 'device', 'service account' and 'installed' authorization flows
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]
edition = "2018"
name = "yup-oauth2"
version = "3.0.2-beta"
authors = ["Sebastian Thiel <byronimo@gmail.com>", "Lewin Bormann <lbo@spheniscida.de>"]
description = "An oauth2 implementation, providing the 'device', 'service account' and 'installed' authorization flows"
documentation = "https://docs.rs/yup-oauth2/"
keywords = ["google", "oauth", "v2"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dermesser/yup-oauth2"
[dependencies.base64]
version = "0.10"

[dependencies.chrono]
version = "0.4"

[dependencies.futures]
version = "0.1"

[dependencies.http]
version = "0.1"

[dependencies.hyper]
version = "0.12"
default-features = false

[dependencies.hyper-tls]
version = "0.3"

[dependencies.itertools]
version = "0.8"

[dependencies.log]
version = "0.3"

[dependencies.rustls]
version = "0.14"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "0.1"

[dependencies.tokio-threadpool]
version = "0.1"

[dependencies.tokio-timer]
version = "0.2"

[dependencies.url]
version = "1"
[dev-dependencies.env_logger]
version = "0.6"

[dev-dependencies.getopts]
version = "0.2"

[dev-dependencies.mockito]
version = "0.17"

[dev-dependencies.open]
version = "1.1"

[dev-dependencies.yup-hyper-mock]
version = "3.14"