Files
yup-oauth2/Cargo.toml
Sebastian Thiel 598f5ed496 chore(cargo):update to latest hyper/yup-hyper-mock
This fixes the macro issues that caused us so much trouble
2015-05-18 10:46:38 +02:00

27 lines
557 B
TOML

[package]
name = "yup-oauth2"
version = "0.4.5"
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 = "*"
time = "*"
log = "*"
mime = "*"
url = "*"
hyper = ">= 0.5.0"
itertools = "*"
serde = "*"
serde_macros = "*"
[dev-dependencies]
getopts = "*"
open = "*"
yup-hyper-mock = ">= 1.0.0"