# 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-tui" version = "0.1.0" authors = ["Awiteb "] description = "A terminal UI for JWTs (JSON Web Tokens) that allows you to decode, verify and generate JWTs." documentation = "https://docs.rs/jwt-tui/latest/jwt-tui/" readme = "README.md" keywords = [ "jwt", "tui", "terminal", "ui", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/theawiteb/jwt-tui" [profile.release] opt-level = "s" lto = true codegen-units = 1 panic = "abort" [dependencies.crossterm] version = "0.27.0" [dependencies.directories] version = "5.0.1" [dependencies.impl_new] version = "0.2.1" [dependencies.log] version = "0.4.20" [dependencies.ratatui] version = "0.23.0" features = ["all-widgets"] [dependencies.ratatui-textarea] version = "0.3" [dependencies.simplelog] version = "0.12.1" features = ["local-offset"] default-features = false