2016-12-11 19:15:58 +01:00
|
|
|
[package]
|
|
|
|
description = "Fetching hash-addressed content."
|
2016-12-11 19:43:58 +01:00
|
|
|
homepage = "http://parity.io"
|
2016-12-11 19:15:58 +01:00
|
|
|
license = "GPL-3.0"
|
|
|
|
name = "parity-hash-fetch"
|
2018-03-03 22:02:33 +01:00
|
|
|
version = "1.11.0"
|
2016-12-11 19:15:58 +01:00
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2016-12-22 18:26:39 +01:00
|
|
|
futures = "0.1"
|
2018-03-14 13:40:54 +01:00
|
|
|
futures-cpupool = "0.1"
|
2016-12-22 18:26:39 +01:00
|
|
|
log = "0.3"
|
2017-10-05 12:35:01 +02:00
|
|
|
mime = "0.3"
|
|
|
|
mime_guess = "2.0.0-alpha.2"
|
2018-02-09 09:32:06 +01:00
|
|
|
rand = "0.4"
|
2017-07-06 11:36:15 +02:00
|
|
|
rustc-hex = "1.0"
|
2016-12-11 19:15:58 +01:00
|
|
|
fetch = { path = "../util/fetch" }
|
2017-09-06 20:47:45 +02:00
|
|
|
ethcore-bytes = { path = "../util/bytes" }
|
2018-02-09 09:32:06 +01:00
|
|
|
ethereum-types = "0.2"
|
2016-12-22 18:26:39 +01:00
|
|
|
parity-reactor = { path = "../util/reactor" }
|
2017-11-10 19:04:55 +01:00
|
|
|
keccak-hash = { path = "../util/hash" }
|
2018-03-12 21:46:27 +01:00
|
|
|
registrar = { path = "../registrar" }
|
2017-10-05 12:35:01 +02:00
|
|
|
|
2018-02-09 09:32:06 +01:00
|
|
|
ethabi = "5.1"
|
|
|
|
ethabi-derive = "5.0"
|
|
|
|
ethabi-contract = "5.0"
|
|
|
|
|
2017-10-05 12:35:01 +02:00
|
|
|
[dev-dependencies]
|
2018-03-14 13:40:54 +01:00
|
|
|
hyper = "0.11"
|
2018-01-19 13:46:11 +01:00
|
|
|
parking_lot = "0.5"
|