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-03-07 17:29:27 +01:00
|
|
|
version = "1.7.0"
|
2016-12-11 19:15:58 +01:00
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2017-07-06 11:36:15 +02:00
|
|
|
ethabi = "2.0"
|
2016-12-22 18:26:39 +01:00
|
|
|
futures = "0.1"
|
|
|
|
log = "0.3"
|
|
|
|
mime = "0.2"
|
2016-12-11 19:15:58 +01:00
|
|
|
mime_guess = "1.6.1"
|
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" }
|
|
|
|
ethcore-util = { path = "../util" }
|
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" }
|