openethereum/util/plain_hasher/Cargo.toml

13 lines
351 B
TOML

[package]
name = "plain_hasher"
description = "Hasher for 32-bit keys."
version = "0.2.0"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
keywords = ["hash", "hasher"]
homepage = "https://github.com/paritytech/plain_hasher"
[dependencies]
crunchy = "0.1.6"
ethereum-types = "0.3"
hashdb = { version = "0.2.0", path = "../hashdb" }