openethereum/util/hash/Cargo.toml

19 lines
389 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"
2017-11-10 19:04:55 +01:00
name = "keccak-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]
2017-11-10 19:04:55 +01:00
ethcore-bigint = { version = "0.2.1", path = "../bigint" }
tiny-keccak = "1.3"
2016-01-18 12:49:39 +01:00
[build-dependencies]
2017-10-12 23:23:50 +02:00
cc = "1.0"
[dev-dependencies]
tempdir = "0.3"