2016-09-03 01:34:32 +02:00
|
|
|
[package]
|
|
|
|
description = "HTTPS fetching library"
|
2016-12-11 19:43:58 +01:00
|
|
|
homepage = "http://parity.io"
|
2016-09-03 01:34:32 +02:00
|
|
|
license = "GPL-3.0"
|
|
|
|
name = "https-fetch"
|
|
|
|
version = "0.1.0"
|
2016-12-11 19:43:58 +01:00
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
2016-09-03 01:34:32 +02:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
log = "0.3"
|
|
|
|
mio = { git = "https://github.com/ethcore/mio", branch = "v0.5.x" }
|
|
|
|
rustls = { git = "https://github.com/ctz/rustls" }
|
|
|
|
clippy = { version = "0.0.85", optional = true}
|
|
|
|
|
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
ca-github-only = []
|
|
|
|
dev = ["clippy"]
|