curl 0.4.19

Rust bindings to libcurl for making HTTP requests
Documentation
[[test]]
harness = false
name = "atexit"
[badges.appveyor]
repository = "alexcrichton/curl-rust"

[badges.travis-ci]
repository = "alexcrichton/curl-rust"
[dependencies.curl-sys]
default-features = false
version = "0.4.15"

[dependencies.libc]
version = "0.2.42"

[dependencies.socket2]
version = "0.3.7"
[dev-dependencies.mio]
version = "0.6"

[dev-dependencies.mio-extras]
version = "2.0.3"

[features]
default = ["ssl"]
force-system-lib-on-osx = ["curl-sys/force-system-lib-on-osx"]
http2 = ["curl-sys/http2"]
ssl = ["openssl-sys", "openssl-probe", "curl-sys/ssl"]
static-curl = ["curl-sys/static-curl"]
static-ssl = ["curl-sys/static-ssl"]

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
autotests = true
categories = ["api-bindings", "web-programming::http-client"]
description = "Rust bindings to libcurl for making HTTP requests"
documentation = "https://docs.rs/curl"
homepage = "https://github.com/alexcrichton/curl-rust"
license = "MIT"
name = "curl"
repository = "https://github.com/alexcrichton/curl-rust"
version = "0.4.19"
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-probe]
optional = true
version = "0.1.2"

[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys]
optional = true
version = "0.9.33"
[target."cfg(target_env = \"msvc\")".dependencies.kernel32-sys]
version = "0.2.2"

[target."cfg(target_env = \"msvc\")".dependencies.schannel]
version = "0.1.13"
[target."cfg(windows)".dependencies.winapi]
version = "0.2.7"