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-04-25 16:25:43 +02:00
|
|
|
version = "1.12.0"
|
2016-12-11 19:15:58 +01:00
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2019-10-03 15:15:25 +02:00
|
|
|
call-contract = { package = "ethcore-call-contract", path = "../../ethcore/call-contract" }
|
2016-12-22 18:26:39 +01:00
|
|
|
futures = "0.1"
|
2018-08-10 01:04:10 +02:00
|
|
|
log = "0.4"
|
2017-10-05 12:35:01 +02:00
|
|
|
mime = "0.3"
|
2020-02-07 17:23:45 +01:00
|
|
|
mime_guess = "2.0.1"
|
2019-10-18 15:12:16 +02:00
|
|
|
rand = "0.7"
|
2017-07-06 11:36:15 +02:00
|
|
|
rustc-hex = "1.0"
|
2018-12-28 10:33:49 +01:00
|
|
|
fetch = { path = "../../util/fetch" }
|
2018-09-04 20:13:51 +02:00
|
|
|
parity-bytes = "0.1"
|
2019-10-08 14:18:44 +02:00
|
|
|
ethereum-types = "0.8.0"
|
2020-02-11 22:02:25 +01:00
|
|
|
parity-runtime = "0.1.1"
|
2019-10-08 14:18:44 +02:00
|
|
|
keccak-hash = "0.4.0"
|
2018-12-28 10:33:49 +01:00
|
|
|
registrar = { path = "../../util/registrar" }
|
2019-10-03 15:15:25 +02:00
|
|
|
types = { path = "../../ethcore/types", package = "common-types" }
|
2017-10-05 12:35:01 +02:00
|
|
|
|
2019-10-08 14:18:44 +02:00
|
|
|
ethabi = "9.0.1"
|
|
|
|
ethabi-derive = "9.0.1"
|
|
|
|
ethabi-contract = "9.0.0"
|
2018-02-09 09:32:06 +01:00
|
|
|
|
2017-10-05 12:35:01 +02:00
|
|
|
[dev-dependencies]
|
2020-02-07 17:23:45 +01:00
|
|
|
parking_lot = "0.10.0"
|
2018-12-28 10:33:49 +01:00
|
|
|
fake-fetch = { path = "../../util/fake-fetch" }
|