inth-oauth2/Cargo.toml

32 lines
617 B
TOML
Raw Normal View History

2015-11-28 06:09:30 +00:00
[package]
2015-11-28 07:59:18 +00:00
name = "inth-oauth2"
2016-05-22 21:15:47 +00:00
version = "0.10.0"
2015-11-29 02:50:58 +00:00
description = "OAuth2 client"
keywords = ["authentication", "authorization", "auth", "oauth"]
2015-11-28 06:09:30 +00:00
authors = ["Curtis McEnroe <programble@gmail.com>"]
2015-11-29 02:50:58 +00:00
license = "ISC"
documentation = "https://cmcenroe.me/inth-oauth2/inth_oauth2"
repository = "https://github.com/programble/inth-oauth2"
readme = "README.md"
2015-11-28 08:36:03 +00:00
[features]
default = ["serde"]
2015-11-28 08:36:03 +00:00
[dependencies]
chrono = "^0.3"
hyper = "^0.10"
hyper-native-tls = "^0.2"
rustc-serialize = "^0.3"
url = "^1.1"
[dependencies.serde]
version = "^0.7"
optional = true
[dev-dependencies]
serde_json = "^0.7"
yup-hyper-mock = "2.0"