[package] name = "jwtexp" version = "0.1.2" authors = ["Kaiyin Zhong "] description = "Print the expiration date (in UTC) of the JWT token. See `jwtexp -h` for usage instructions." license = "Apache-2.0" repository = "https://bitbucket.org/kindlychung/jwtexp" homepage = "https://bitbucket.org/kindlychung/jwtexp" [dependencies] serde = "1.0" serde_json = "1.0" serde_derive = "1.0" chrono = { version = "0.4", features = ["serde"] } jsonwebtoken = "7.1.0"