Files
yup-oauth2/Cargo.toml
2017-02-04 17:03:47 +01:00

29 lines
697 B
TOML

[package]
name = "yup-oauth2"
version = "1.0.4"
authors = ["Sebastian Thiel <byronimo@gmail.com>", "Lewin Bormann <lbo@spheniscida.de>"]
repository = "https://github.com/dermesser/yup-oauth2"
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"
[dependencies]
base64 = "0.2"
chrono = "0.2"
hyper = "0.10.2"
hyper-rustls = "^0.3"
itertools = "0.4"
log = "0.3"
openssl = "0.9.6"
serde = "0.9"
serde_json = "0.9"
serde_derive = "0.9"
url = "0.5"
[dev-dependencies]
getopts = "0.2"
open = "1.1"
yup-hyper-mock = "2.0"