openethereum/ethash/Cargo.toml

22 lines
320 B
TOML
Raw Normal View History

2016-01-17 12:00:34 +01:00
[package]
name = "ethash"
version = "1.11.0"
2016-12-11 19:43:58 +01:00
authors = ["Parity Technologies <admin@parity.io>"]
2016-01-17 12:00:34 +01:00
[lib]
[dependencies]
2016-01-30 23:02:55 +01:00
log = "0.3"
2017-11-10 19:04:55 +01:00
keccak-hash = { path = "../util/hash" }
primal = "0.2.3"
parking_lot = "0.5"
2017-07-18 15:38:10 +02:00
crunchy = "0.1.0"
memmap = "0.6"
either = "1.0.0"
2017-07-18 14:14:42 +02:00
[dev-dependencies]
tempdir = "0.3"
2017-07-18 14:14:42 +02:00
[features]
benches = []