2015-11-28 06:09:30 +00:00
|
|
|
[package]
|
2015-11-28 07:59:18 +00:00
|
|
|
name = "inth-oauth2"
|
2016-04-10 20:16:53 +00:00
|
|
|
version = "0.9.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
|
|
|
|
2016-03-13 01:07:49 +00:00
|
|
|
[features]
|
|
|
|
default = ["serde"]
|
|
|
|
|
2015-11-28 08:36:03 +00:00
|
|
|
[dependencies]
|
2015-11-28 18:09:43 +00:00
|
|
|
chrono = "0.2.17"
|
2016-04-10 20:14:36 +00:00
|
|
|
hyper = "0.8.0"
|
2015-11-28 19:43:42 +00:00
|
|
|
rustc-serialize = "0.3.16"
|
2015-11-28 08:36:03 +00:00
|
|
|
url = "0.5.0"
|
2015-12-30 03:45:33 +00:00
|
|
|
|
2016-03-13 01:07:49 +00:00
|
|
|
[dependencies.serde]
|
|
|
|
version = "0.7.0"
|
|
|
|
optional = true
|
|
|
|
|
2015-12-30 03:45:33 +00:00
|
|
|
[dev-dependencies]
|
2016-02-27 19:39:43 +00:00
|
|
|
serde_json = "0.7.0"
|
2015-12-30 03:45:33 +00:00
|
|
|
yup-hyper-mock = "1.3.2"
|