mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-01 00:50:04 +01:00
Previously we would have no way of getting rid of invalid/revoked tokens, which would render the application unusable unless the user would delete the token manually. Related to https://github.com/Byron/google-apis-rs/issues/79
25 lines
530 B
TOML
25 lines
530 B
TOML
[package]
|
|
|
|
name = "yup-oauth2"
|
|
version = "0.3.7"
|
|
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
|
repository = "https://github.com/Byron/yup-oauth2"
|
|
description = "A partial oauth2 implementation, providing the 'device' authorization flow"
|
|
documentation = "http://byron.github.io/yup-oauth2"
|
|
keywords = ["google", "oauth", "v2"]
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
chrono = "*"
|
|
hyper = "*"
|
|
log = "*"
|
|
mime = "*"
|
|
url = "*"
|
|
itertools = "*"
|
|
rustc-serialize = "*"
|
|
|
|
[dev-dependencies]
|
|
getopts = "*"
|
|
yup-hyper-mock = ">= 0.1.4"
|
|
open = "*"
|