frank_jwt 2.5.0

Implementation of JSON JWT
Documentation
[package]
name = "frank_jwt"
version = "2.5.0"
authors = ["Alex Maslakov <me@gildedhonour.com>, <gilded.honour@protonmail.com>"]
license = "Apache-2.0"

homepage = "https://github.com/GildedHonour/frank_jwt"
repository = "https://github.com/GildedHonour/frank_jwt"
documentation = "https://github.com/GildedHonour/frank_jwt"

description = "Implementation of JSON JWT"
keywords = ["jwt", "json", "token", "encryption", "auth0-jwt"]
readme = "README.md"

[dependencies]
rustc-serialize = "0.3.24"
time = "0.1.37"
openssl = "0.9.12"