[package] name = "jwt-debugger" version = "0.1.1" authors = ["Richard Crawley "] edition = "2018" description = "Command line utility for working with JWTs" repository = "https://github.com/ri-ch/jwt-debugger" license = "MIT" readme = "readme.md" [dependencies] jwt = "0.13.0" serde_json = "1.0.64" structopt = "0.3.21"