frank_jwt 2.0.0

Implementation of JSON JWT
Documentation
[package]
name = "frank_jwt"
version = "2.0.0"
authors = ["Alex Maslakov <me@gildedhonour.com>, <gilded.honour@gmail.com>"]
license = "Apache-2.0"
homepage = "https://github.com/GildedHonour/rust-jwt"
repository = "https://github.com/GildedHonour/rust-jwt"
description = "Implementation of JSON JWT"
keywords = ["Crypto", "jwt", "json", "token"]
readme = "README.md"

[dependencies]
rust-crypto = "*"
rustc-serialize = "0.3.15"
time = "0.1.26"

[lib]
name = "jwt"