medallion/Cargo.toml

19 lines
530 B
TOML
Raw Normal View History

2017-02-13 23:40:07 +00:00
[package]
name = "medallion"
2017-03-14 18:24:56 +00:00
version = "2.0.1"
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"
2017-03-14 18:24:56 +00:00
keywords = ["JWT", "token", "web", "JSON", "RSA"]
2017-02-13 23:40:07 +00:00
license = "MIT"
[dependencies]
base64 = "0.4"
openssl = "0.9"
serde = "0.9"
serde_json = "0.9"
serde_derive = "0.9"