Files
yup-oauth2/Cargo.toml
Sebastian Thiel 2b269e084d fix(cargo): yup-hyper-mock pulled from crates
Required to publish this crate.
2015-02-27 08:23:48 +01:00

26 lines
613 B
TOML

[package]
name = "yup-oauth2"
version = "0.1.0"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
repository = "https://github.com/Byron/yup/lib/oauth2"
description = """A partial oauth2 implementation, providing the 'device' authorization flow.
More information about how it's done can be found here: https://developers.google.com/youtube/v3/guides/authentication#devices
"""
documentation = "http://byron.github.io/yup-oauth2"
license = "MIT"
[dependencies]
chrono = "*"
hyper = "*"
log = "*"
mime = "*"
url = "*"
itertools = "*"
rustc-serialize = "*"
[dev-dependencies]
getopts = "*"
yup-hyper-mock = "*"