openethereum/util/hash/Cargo.toml

16 lines
347 B
TOML
Raw Normal View History

2016-01-18 12:49:39 +01:00
[package]
description = "Rust bindings for tinykeccak C library"
homepage = "https://github.com/paritytech/keccak-hash"
readme = "README.md"
2016-01-18 12:49:39 +01:00
license = "GPL-3.0"
2017-11-10 19:04:55 +01:00
name = "keccak-hash"
version = "0.1.2"
2016-12-11 19:43:58 +01:00
authors = ["Parity Technologies <admin@parity.io>"]
2016-01-18 12:49:39 +01:00
[dependencies]
ethereum-types = "0.3"
tiny-keccak = "1.4"
[dev-dependencies]
tempdir = "0.3"