# 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 = "hash-gen" version = "1.1.0" authors = ["0xlay <0xlay.lab@gmail.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line tool for generating cryptographic hashes (MD5, SHA1, SHA-256, SHA-512)" homepage = "https://github.com/0xlay/hash-gen/blob/master/README.md" documentation = "https://docs.rs/hash-gen" readme = "README.md" keywords = [ "cli", "tools", "hash", "cryptography", ] categories = [ "command-line-utilities", "development-tools", "cryptography", ] license = "MIT OR Apache-2.0" repository = "https://github.com/0xlay/hash-gen" [[bin]] name = "hash-gen" path = "src/main.rs" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.digest] version = "0.10.7" [dependencies.hex] version = "0.4.3" [dependencies.md-5] version = "0.10.6" [dependencies.sha1] version = "0.10.6" [dependencies.sha2] version = "0.10.8"