# 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 = "2021" name = "jwt-cli" version = "6.2.0" authors = [ "Mike Engel ", "Corey McGregor ", "Aaron Schaef ", "Hugh Simpson ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A super fast CLI tool to decode and encode JWTs built in Rust" readme = "README.md" license = "MIT" repository = "https://github.com/mike-engel/jwt-cli" [[bin]] name = "jwt" path = "src/main.rs" test = true [[test]] name = "main_test" path = "tests/main_test.rs" [dependencies.atty] version = "0.2" [dependencies.bunt] version = "0.2" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" features = ["derive"] [dependencies.clap_complete] version = "4.5.38" [dependencies.clap_complete_nushell] version = "4.5" [dependencies.clap_generate] version = "3.0.3" [dependencies.jsonwebtoken] version = "9.2.0" [dependencies.parse_duration] version = "2.1.1" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dev-dependencies.tempdir] version = "0.3.7"