inth-oauth2/Cargo.toml

22 lines
474 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"
2017-10-15 16:54:39 +00:00
version = "0.15.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"
repository = "https://github.com/programble/inth-oauth2"
readme = "README.md"
2015-11-28 08:36:03 +00:00
[dependencies]
2017-08-22 14:57:50 +00:00
chrono = { version = "0.4", features = ["serde"] }
2017-09-26 18:37:21 +00:00
lazy_static = "0.2.8"
2017-06-04 23:53:04 +00:00
serde = "1.0.8"
serde_derive = "1.0.5"
serde_json = "1.0.2"
2017-06-04 03:06:49 +00:00
url = "1.1.0"
reqwest = "0.9.2"