# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "jwtinfo" version = "0.4.4" authors = [ "Luciano Mammino", "Stefano Abalsamo", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command line tool to get information about JWTs (Json Web Tokens)" documentation = "https://github.com/lmammino/jwtinfo" readme = "README.md" keywords = [ "JWT", "token", "web", "json", ] categories = [ "command-line-interface", "command-line-utilities", "cryptography", "development-tools", "development-tools::debugging", ] license = "MIT" repository = "https://github.com/lmammino/jwtinfo" [lib] name = "jwtinfo" path = "src/main.rs" [[bin]] name = "jwtinfo" path = "src/cli.rs" [dependencies.base64] version = "0.21" [dependencies.clap] version = "4.4.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"