64c098627e
* updated docopt, env_logger, semver and regex crates * updated parking_lot to 0.4 * fixed compiling on linux * updated igd to 0.6 * updated jsonrpc * fixed regex related compiler error on linux
21 lines
396 B
TOML
21 lines
396 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.4"
|
|
mime = "0.2"
|
|
clippy = { version = "0.0.90", optional = true}
|
|
|
|
[features]
|
|
default = []
|
|
dev = ["clippy"]
|