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]
|
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"
|
|
|
|
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" }
|
2018-09-04 20:13:51 +02:00
|
|
|
parity-bytes = "0.1"
|
|
|
|
ethereum-types = "0.4"
|
2018-10-22 09:40:50 +02:00
|
|
|
parity-runtime = { path = "../util/runtime" }
|
2018-09-04 20:13:51 +02:00
|
|
|
keccak-hash = "0.1"
|
2018-03-12 21:46:27 +01:00
|
|
|
registrar = { path = "../registrar" }
|
2017-10-05 12:35:01 +02:00
|
|
|
|
2018-09-13 11:04:39 +02:00
|
|
|
ethabi = "6.0"
|
|
|
|
ethabi-derive = "6.0"
|
|
|
|
ethabi-contract = "6.0"
|
2018-02-09 09:32:06 +01:00
|
|
|
|
2017-10-05 12:35:01 +02:00
|
|
|
[dev-dependencies]
|
2018-12-11 17:22:55 +01:00
|
|
|
parking_lot = "0.7"
|
2018-04-11 11:59:04 +02:00
|
|
|
fake-fetch = { path = "../util/fake-fetch" }
|