2016-09-27 16:27:06 +02:00
|
|
|
[package]
|
|
|
|
description = "HTTP/HTTPS fetching library"
|
2016-12-11 19:43:58 +01:00
|
|
|
homepage = "http://parity.io"
|
2016-09-27 16:27:06 +02:00
|
|
|
license = "GPL-3.0"
|
|
|
|
name = "fetch"
|
|
|
|
version = "0.1.0"
|
2016-12-11 19:43:58 +01:00
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
2016-09-27 16:27:06 +02:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
log = "0.3"
|
|
|
|
rand = "0.3"
|
|
|
|
hyper = { default-features = false, git = "https://github.com/ethcore/hyper" }
|
|
|
|
https-fetch = { path = "../https-fetch" }
|
|
|
|
clippy = { version = "0.0.90", optional = true}
|
|
|
|
|
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
dev = ["clippy"]
|