# 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" version = "2.0.2" description = "Mercy is an open-source Rust crate and CLI for building cybersecurity tools, assessment projects, and testing infrastructure." readme = "README.md" keywords = [ "cybersecurity", "decode", "encode", "cracking", ] categories = [ "cryptography", "command-line-utilities", "encoding", ] license = "BSD-2-Clause" repository = "https://github.com/battleoverflow/mercy" [dependencies.base64] version = "0.13.0" [dependencies.clap] version = "4.0.18" features = ["derive"] [dependencies.hexdump] version = "0.1.1" [dependencies.lemmeknow] version = "0.7" [dependencies.mailparse] version = "0.14.0" [dependencies.md5] version = "0.7.0" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.project_ares] version = "0.9.0" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.sys-info] version = "0.9.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.whatlang] version = "0.16.2" [dependencies.zip] version = "0.6.4"