# 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-ui" version = "1.2.0" authors = ["Deepu K Sasidharan "] exclude = [ "assets/*", ".github", "Makefile.toml", "CONTRIBUTING.md", "*.log", "tags", ] description = """ A Terminal UI for decoding/encoding JSON Web Tokens """ homepage = "https://github.com/jwt-rs/jwt-ui" documentation = "https://github.com/jwt-rs/jwt-ui" readme = "README.md" keywords = [ "jwt", "oidc", "oauth", "oauth2", ] license = "MIT" repository = "https://github.com/jwt-rs/jwt-ui" [profile.release] lto = true codegen-units = 1 [[bin]] name = "jwtui" path = "src/main.rs" bench = false [dependencies.backtrace] version = "0.3" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.4" features = [ "help", "usage", "error-context", "derive", ] [dependencies.copypasta] version = "0.10.0" [dependencies.crossterm] version = "0.27" [dependencies.human-panic] version = "1.2" [dependencies.jsonwebtoken] version = "9.2.0" [dependencies.ratatui] version = "0.26.3" features = ["crossterm"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1.0" [dependencies.tui-input] version = "0.8" [dependencies.tui-textarea] version = "0.4.0" features = ["crossterm"] default-features = false [dev-dependencies.cargo-husky] version = "1" features = ["user-hooks"] default-features = false [badges]