openethereum/util/hash/Cargo.toml

19 lines
364 B
TOML
Raw Normal View History

2016-01-18 12:49:39 +01:00
[package]
description = "Rust bindings for tinykeccak C library"
2016-12-11 19:43:58 +01:00
homepage = "http://parity.io"
2016-01-18 12:49:39 +01:00
license = "GPL-3.0"
name = "hash"
2016-01-18 12:49:39 +01:00
version = "0.1.0"
2016-12-11 19:43:58 +01:00
authors = ["Parity Technologies <admin@parity.io>"]
2016-01-18 12:49:39 +01:00
build = "build.rs"
[dependencies]
ethcore-bigint = { path = "../bigint" }
tiny-keccak = "1.3"
2016-01-18 12:49:39 +01:00
[build-dependencies]
gcc = "0.3"
[dev-dependencies]
tempdir = "0.3"