# 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 = "paseto_cli" version = "1.0.1-beta.1" authors = ["Roland Rodriguez "] description = "A command-line tool for generating and validating PASETO v4.local tokens with custom claims and multiple output formats" homepage = "https://github.com/GovCraft/paseto_cli" documentation = "https://github.com/GovCraft/paseto_cli#readme" readme = "README.md" keywords = [ "paseto", "authentication", "security", "cli", "tokens", ] categories = [ "command-line-utilities", "cryptography", ] license = "GPL-3.0" repository = "https://github.com/GovCraft/paseto_cli" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.9" features = [ "cargo", "derive", "wrap_help", ] [dependencies.rusty_paseto] version = "0.7.1" features = ["v4_local"] [dependencies.serde_json] version = "1.0.120" [dependencies.termcolor] version = "1.4.1" [dependencies.terminal_size] version = "0.3.0" [dependencies.textwrap] version = "0.16.1" features = ["terminal_size"] [dependencies.thiserror] version = "1.0.63" [dependencies.time] version = "0.3.36" features = [ "parsing", "formatting", ] [dependencies.unicode-width] version = "0.1.13" [badges.maintenance] status = "actively-developed"