openethereum/util/hash/Cargo.toml

19 lines
389 B
TOML

[package]
description = "Rust bindings for tinykeccak C library"
homepage = "http://parity.io"
license = "GPL-3.0"
name = "keccak-hash"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs"
[dependencies]
ethcore-bigint = { version = "0.2.1", path = "../bigint" }
tiny-keccak = "1.3"
[build-dependencies]
cc = "1.0"
[dev-dependencies]
tempdir = "0.3"