[package] name = "jsonwebtolkien" authors = ["ronanyeah"] version = "1.0.0" license = "MIT" readme = "README.md" description = "Create and parse JWT in a strongly typed way." homepage = "https://github.com/ronanyeah/jsonwebtoken" repository = "https://github.com/ronanyeah/jsonwebtoken" [dependencies] serde_json = "1.0.40" serde_derive = "1.0.97" serde = "1.0.97" ring = "0.16.1" base64 = "0.10.1" untrusted = "0.7.0" chrono = "0.4.7"