medallion/Cargo.toml

19 lines
515 B
TOML
Raw Normal View History

2017-02-13 23:40:07 +00:00
[package]
name = "medallion"
version = "2.0.0"
2017-02-13 23:40:07 +00:00
authors = ["Thomas Gideon <cmdln@thecommandline.net>"]
description = "JWT library for rust using serde, serde_json and openssl"
2017-02-15 20:50:33 +00:00
homepage = "http://github.com/commandline/medallion"
2017-02-13 23:40:07 +00:00
repository = "http://github.com/commandline/medallion"
2017-02-15 20:42:06 +00:00
documentation = "https://commandline.github.io/medallion/"
2017-02-13 23:40:07 +00:00
readme = "README.md"
keywords = ["JWT", "token", "web"]
license = "MIT"
[dependencies]
base64 = "0.4"
openssl = "0.9"
serde = "0.9"
serde_json = "0.9"
serde_derive = "0.9"