openethereum/util/fetch/Cargo.toml
2017-07-06 11:36:15 +02:00

19 lines
331 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-cpupool = "0.1"
parking_lot = "0.4"
log = "0.3"
reqwest = "0.6"
mime = "0.2"
[features]
default = []