# License: see LICENSE file at root directory of main branch [package] name = 'dia-hammer' version = '2.1.1' authors = ['Hai Bison '] edition = '2018' description = 'A program helping with hashing data via Keccak algorithms' repository = 'https://bitbucket.org/haibison/hammer' license-file = 'LICENSE' keywords = ['keccak'] categories = ['command-line-utilities'] [dependencies] dia-args = { version='>= 0.55, < 0.56', optional=true } zeros = { version='>= 11.1, < 12', optional=true, features=['std'] } [features] bin = ['dia-args', 'zeros'] [[bin]] name = 'hammer' path = 'src/bin/hammer/main.rs' required-features = ['bin']