[package] name = "yup-oauth2" version = "1.0.8" authors = ["Sebastian Thiel ", "Lewin Bormann "] 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.9" chrono = "0.4" hyper = "0.10.2" hyper-native-tls = "0.2" itertools = "0.7" log = "0.3" openssl = "0.10" serde = "1.0" serde_json = "1.0" serde_derive = "1.0" url = "1" [dev-dependencies] getopts = "0.2" open = "1.1" yup-hyper-mock = "2.0"