2016-01-18 12:49:39 +01:00
|
|
|
[package]
|
|
|
|
description = "Rust bindings for tinykeccak C library"
|
2018-05-20 06:27:59 +02:00
|
|
|
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"
|
2018-05-20 06:27:59 +02:00
|
|
|
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
|
|
|
|
2017-08-30 16:20:21 +02:00
|
|
|
[dependencies]
|
2018-04-02 13:12:52 +02:00
|
|
|
ethereum-types = "0.3"
|
2018-05-20 06:27:59 +02:00
|
|
|
tiny-keccak = "1.4.1"
|
2017-08-30 16:20:21 +02:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
tempdir = "0.3"
|