f0387c33c6
* Dapps web Conflicts: dapps/src/apps/fetcher.rs dapps/src/handlers/fetch.rs * Rewriting fetch * Parity-wide fetch service * Obey the limits and support cancellation. * Removing temporary files. * Actually use Fetch for dapps * Re-implementing file fetching to avoid temporary files. * Serde to 0.8.19 * Fixing content & dapps fetch
20 lines
455 B
TOML
20 lines
455 B
TOML
[package]
|
|
description = "Fetching hash-addressed content."
|
|
homepage = "http://parity.io"
|
|
license = "GPL-3.0"
|
|
name = "parity-hash-fetch"
|
|
version = "1.5.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
ethabi = "0.2.2"
|
|
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" }
|