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"
|
|
|
|
|
2017-08-30 16:20:21 +02:00
|
|
|
[dependencies]
|
2017-11-10 19:04:55 +01:00
|
|
|
ethcore-bigint = { version = "0.2.1", path = "../bigint" }
|
2017-08-30 16:20:21 +02:00
|
|
|
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"
|
2017-08-30 16:20:21 +02:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
tempdir = "0.3"
|