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"
|
2017-10-12 23:44:02 +02:00
|
|
|
version = "1.9.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"
|
|
|
|
log = "0.3"
|
2017-10-05 12:35:01 +02:00
|
|
|
mime = "0.3"
|
|
|
|
mime_guess = "2.0.0-alpha.2"
|
2016-12-22 18:26:39 +01:00
|
|
|
rand = "0.3"
|
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-01-10 13:35:18 +01:00
|
|
|
ethereum-types = "0.1"
|
2016-12-22 18:26:39 +01:00
|
|
|
parity-reactor = { path = "../util/reactor" }
|
2017-05-18 12:44:09 +02:00
|
|
|
native-contracts = { path = "../ethcore/native_contracts" }
|
2017-11-10 19:04:55 +01:00
|
|
|
keccak-hash = { path = "../util/hash" }
|
2017-10-05 12:35:01 +02:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2017-10-16 10:21:35 +02:00
|
|
|
ethabi = "4.0"
|
2017-10-05 12:35:01 +02:00
|
|
|
parking_lot = "0.4"
|