# 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 = "2018" name = "dia-hammer" version = "2.1.1" authors = ["Hai Bison "] description = "A program helping with hashing data via Keccak algorithms" readme = "README.md" keywords = ["keccak"] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://bitbucket.org/haibison/hammer" [[bin]] name = "hammer" path = "src/bin/hammer/main.rs" required-features = ["bin"] [dependencies.dia-args] version = ">= 0.55, < 0.56" optional = true [dependencies.zeros] version = ">= 11.1, < 12" features = ["std"] optional = true [features] bin = [ "dia-args", "zeros", ]