openethereum/hash-fetch/Cargo.toml

21 lines
513 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"
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]
ethabi = "1.0"
futures = "0.1"
log = "0.3"
mime = "0.2"
2016-12-11 19:15:58 +01:00
mime_guess = "1.6.1"
rand = "0.3"
rustc-serialize = "0.3"
2016-12-11 19:15:58 +01:00
fetch = { path = "../util/fetch" }
ethcore-util = { path = "../util" }
parity-reactor = { path = "../util/reactor" }
native-contracts = { path = "../ethcore/native_contracts" }