# 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 = "mercy-cli" version = "0.1.8" description = "Mercy CLI is a simple command line interface built on top of the Mercy Rust crate." readme = "README.md" keywords = [ "cybersecurity", "decode", "encode", "cracking", ] categories = [ "cryptography", "command-line-utilities", "encoding", ] license = "BSD-2-Clause" repository = "https://github.com/azazelm3dj3d/mercy-cli" [dependencies.clap] version = "4.0.18" features = ["derive"] [dependencies.mercy] version = "1.2.17" [dependencies.prettytable-rs] version = "0.10.0"