692cd10d4a
* parity-reactor: Pass over Handle in spawning fn to allow normal tokio ops * Allow fetch to work with arbitrary requests * typo: Fix missing handler closure * miner, work_notify: use fetch and parity-reactor * Fix work_notify pushing in parity CLI
31 lines
775 B
TOML
31 lines
775 B
TOML
[package]
|
|
description = "Parity Miner interface."
|
|
name = "ethcore-miner"
|
|
homepage = "http://parity.io"
|
|
license = "GPL-3.0"
|
|
version = "1.11.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
common-types = { path = "../ethcore/types" }
|
|
ethabi = "5.1"
|
|
ethabi-contract = "5.0"
|
|
ethabi-derive = "5.0"
|
|
ethash = { path = "../ethash" }
|
|
ethcore-transaction = { path = "../ethcore/transaction" }
|
|
ethereum-types = "0.3"
|
|
ethkey = { path = "../ethkey" }
|
|
futures = "0.1"
|
|
heapsize = "0.4"
|
|
keccak-hash = { path = "../util/hash" }
|
|
linked-hash-map = "0.5"
|
|
log = "0.3"
|
|
parking_lot = "0.5"
|
|
rustc-hex = "1.0"
|
|
table = { path = "../util/table" }
|
|
transient-hashmap = "0.4"
|
|
fetch = { path = "../util/fetch" }
|
|
parity-reactor = { path = "../util/reactor" }
|
|
url = "1"
|
|
hyper = "0.11"
|