23 lines
351 B
TOML
23 lines
351 B
TOML
[package]
|
|
name = "ethash"
|
|
version = "1.12.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
crunchy = "0.1.0"
|
|
either = "1.0.0"
|
|
ethereum-types = "0.4"
|
|
keccak-hash = "0.1"
|
|
log = "0.4"
|
|
memmap = "0.6"
|
|
parking_lot = "0.7"
|
|
primal = "0.2.3"
|
|
|
|
[dev-dependencies]
|
|
tempdir = "0.3"
|
|
criterion = "0.2"
|
|
|
|
[[bench]]
|
|
name = "basic"
|
|
harness = false
|