[package] description = "Rust bindings for tinykeccak C library" homepage = "https://github.com/paritytech/keccak-hash" readme = "README.md" license = "GPL-3.0" name = "keccak-hash" version = "0.1.2" authors = ["Parity Technologies "] [dependencies] ethereum-types = "0.3" tiny-keccak = "1.4" [dev-dependencies] tempdir = "0.3"