2016-12-11 19:15:58 +01:00
|
|
|
[package]
|
|
|
|
description = "Parity Updater Service."
|
|
|
|
name = "parity-updater"
|
2017-10-12 23:44:02 +02:00
|
|
|
version = "1.9.0"
|
2016-12-11 19:15:58 +01:00
|
|
|
license = "GPL-3.0"
|
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
log = "0.3"
|
2017-10-16 10:21:35 +02:00
|
|
|
ethabi = "4.0"
|
2016-12-22 18:26:39 +01:00
|
|
|
target_info = "0.1"
|
2017-10-16 17:28:59 +02:00
|
|
|
semver = "0.6"
|
2016-12-11 19:15:58 +01:00
|
|
|
ethcore = { path = "../ethcore" }
|
2016-12-16 10:14:44 +01:00
|
|
|
ethsync = { path = "../sync" }
|
2016-12-11 19:15:58 +01:00
|
|
|
ethcore-util = { path = "../util" }
|
2017-09-04 16:36:49 +02:00
|
|
|
ethcore-bigint = { path = "../util/bigint" }
|
2017-09-06 20:47:45 +02:00
|
|
|
ethcore-bytes = { path = "../util/bytes" }
|
2017-05-18 12:44:09 +02:00
|
|
|
futures = "0.1"
|
2017-09-02 20:09:13 +02:00
|
|
|
parking_lot = "0.4"
|
2016-12-11 19:15:58 +01:00
|
|
|
parity-hash-fetch = { path = "../hash-fetch" }
|
2016-12-22 18:26:39 +01:00
|
|
|
parity-reactor = { path = "../util/reactor" }
|
2017-03-22 06:23:40 +01:00
|
|
|
path = { path = "../util/path" }
|