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
|
|
|
|
|
|
|
[lib]
|
|
|
|
|
|
|
|
[dependencies]
|
2016-01-30 23:02:55 +01:00
|
|
|
log = "0.3"
|
Delete crates from parity-ethereum and fetch them from parity-common instead (#9083)
Use crates from parity-common: hashdb, keccak-hash, kvdb, kvdb-memorydb, kvdb-rocksdb, memorydb, parity-bytes, parity-crypto, path, patricia_trie, plain_hasher, rlp, target, test-support, trie-standardmap, triehash
2018-07-10 14:59:19 +02:00
|
|
|
keccak-hash = { git = "https://github.com/paritytech/parity-common" }
|
2016-02-18 01:47:47 +01:00
|
|
|
primal = "0.2.3"
|
2018-07-03 17:31:08 +02:00
|
|
|
parking_lot = "0.6"
|
2017-07-18 15:38:10 +02:00
|
|
|
crunchy = "0.1.0"
|
2018-01-17 11:45:29 +01:00
|
|
|
memmap = "0.6"
|
2017-09-25 19:45:33 +02:00
|
|
|
either = "1.0.0"
|
2017-07-18 14:14:42 +02:00
|
|
|
|
2018-03-14 12:26:20 +01:00
|
|
|
[dev-dependencies]
|
|
|
|
tempdir = "0.3"
|
|
|
|
|
2017-07-18 14:14:42 +02:00
|
|
|
[features]
|
2017-08-30 16:20:21 +02:00
|
|
|
benches = []
|