openethereum/hash-fetch/Cargo.toml

31 lines
690 B
TOML
Raw Normal View History

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"
version = "1.11.0"
2016-12-11 19:15:58 +01:00
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
futures = "0.1"
futures-cpupool = "0.1"
log = "0.3"
mime = "0.3"
mime_guess = "2.0.0-alpha.2"
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" }
ethcore-bytes = { path = "../util/bytes" }
ethereum-types = "0.2"
parity-reactor = { path = "../util/reactor" }
2017-11-10 19:04:55 +01:00
keccak-hash = { path = "../util/hash" }
registrar = { path = "../registrar" }
ethabi = "5.1"
ethabi-derive = "5.0"
ethabi-contract = "5.0"
[dev-dependencies]
hyper = "0.11"
parking_lot = "0.5"