2016-01-17 12:00:34 +01:00
|
|
|
[package]
|
|
|
|
name = "ethash"
|
2018-04-25 16:25:43 +02:00
|
|
|
version = "1.12.0"
|
2016-12-11 19:43:58 +01:00
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
2016-01-17 12:00:34 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2017-07-18 15:38:10 +02:00
|
|
|
crunchy = "0.1.0"
|
2017-09-25 19:45:33 +02:00
|
|
|
either = "1.0.0"
|
2018-09-04 20:13:51 +02:00
|
|
|
ethereum-types = "0.4"
|
|
|
|
keccak-hash = "0.1"
|
2018-08-10 15:36:19 +02:00
|
|
|
log = "0.4"
|
|
|
|
memmap = "0.6"
|
2018-12-11 17:22:55 +01:00
|
|
|
parking_lot = "0.7"
|
2018-08-10 15:36:19 +02:00
|
|
|
primal = "0.2.3"
|
2017-07-18 14:14:42 +02:00
|
|
|
|
2018-03-14 12:26:20 +01:00
|
|
|
[dev-dependencies]
|
|
|
|
tempdir = "0.3"
|
2018-11-06 14:22:44 +01:00
|
|
|
criterion = "0.2"
|
2018-03-14 12:26:20 +01:00
|
|
|
|
2018-11-06 14:22:44 +01:00
|
|
|
[[bench]]
|
|
|
|
name = "basic"
|
|
|
|
harness = false
|