# 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 = "keccak256-cli" version = "0.2.1" authors = ["Wasin Thonkaew "] description = "keccak256 encryption cli program; accepts input text from stdin. Suitable for commandline users" readme = "README.md" keywords = [ "keccak256", "encryption", "cli", "crypto", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/haxpor/keccak256-cli" resolver = "2" [[bin]] name = "keccak256" path = "src/main.rs" [dependencies.clap] version = "3.1.8" features = ["derive"] [dependencies.sha3] version = "0.10.1"