b1eab698d2
* move native_contracts ABIs to JSON files, add urlhint * port hash-fetch to futures, fix tests * fix dapps compilation, defer async port to later * activate dapps server in the light client * better formatting
21 lines
515 B
TOML
21 lines
515 B
TOML
[package]
|
|
description = "Fetching hash-addressed content."
|
|
homepage = "http://parity.io"
|
|
license = "GPL-3.0"
|
|
name = "parity-hash-fetch"
|
|
version = "1.7.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
ethabi = "1.0.4"
|
|
futures = "0.1"
|
|
log = "0.3"
|
|
mime = "0.2"
|
|
mime_guess = "1.6.1"
|
|
rand = "0.3"
|
|
rustc-serialize = "0.3"
|
|
fetch = { path = "../util/fetch" }
|
|
ethcore-util = { path = "../util" }
|
|
parity-reactor = { path = "../util/reactor" }
|
|
native-contracts = { path = "../ethcore/native_contracts" }
|