692cd10d4a
* parity-reactor: Pass over Handle in spawning fn to allow normal tokio ops * Allow fetch to work with arbitrary requests * typo: Fix missing handler closure * miner, work_notify: use fetch and parity-reactor * Fix work_notify pushing in parity CLI
21 lines
360 B
TOML
21 lines
360 B
TOML
[package]
|
|
description = "HTTP/HTTPS fetching library"
|
|
homepage = "http://parity.io"
|
|
license = "GPL-3.0"
|
|
name = "fetch"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
futures = "0.1"
|
|
futures-timer = "0.1"
|
|
hyper = "0.11"
|
|
hyper-rustls = "0.11"
|
|
log = "0.4"
|
|
tokio-core = "0.1"
|
|
url = "1"
|
|
bytes = "0.4"
|
|
|
|
[features]
|
|
default = []
|