[package] name = "jsonwebtoken" version = "1.1.5" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md" description = "Create and parse JWT in a strongly typed way." homepage = "https://github.com/Keats/rust-jwt" repository = "https://github.com/Keats/rust-jwt" keywords = ["jwt", "web", "api", "token", "json"] [dependencies] rustc-serialize = "0.3" ring = "0.6"