59f18ab958
* Fetching https * Fetching dispatcher (HTTP, HTTPS) * Fetching from github * Chunked encoding parser * Abort support * Fixing tests and review comments * Cargo.lock order [ci skip] * Relaxed -> SeqCst
19 lines
437 B
TOML
19 lines
437 B
TOML
[package]
|
|
description = "HTTPS fetching library"
|
|
homepage = "http://ethcore.io"
|
|
license = "GPL-3.0"
|
|
name = "https-fetch"
|
|
version = "0.1.0"
|
|
authors = ["Ethcore <admin@ethcore.io>"]
|
|
|
|
[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"]
|