curl-sys 0.1.35

Native bindings to the libcurl library
Documentation
[build-dependencies]
gcc = "0.3.10"
pkg-config = "0.3"

[dependencies]
libc = "0.2"
libz-sys = ">= 0"

[lib]
name = "curl_sys"
path = "lib.rs"

[package]
authors = ["Carl Lerche <me@carllerche.com"]
build = "build.rs"
description = "Native bindings to the libcurl library"
license = "MIT"
links = "curl"
name = "curl-sys"
repository = "https://github.com/carllerche/curl-rust"
version = "0.1.35"
[target.aarch64-unknown-linux-gnu.dependencies]
openssl-sys = "0.7"
[target.arm-linux-androideabi.dependencies]
openssl-sys = "0.7"
[target.arm-unknown-linux-gnueabihf.dependencies]
openssl-sys = "0.7"
[target.armv7-unknown-linux-gnueabihf.dependencies]
openssl-sys = "0.7.0"
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies]
openssl-sys = "0.7"
[target.i586-unknown-linux-gnu.dependencies]
openssl-sys = "0.7"
[target.i686-linux-android.dependencies]
openssl-sys = "0.7"
[target.i686-unknown-freebsd.dependencies]
openssl-sys = "0.7"
[target.i686-unknown-linux-gnu.dependencies]
openssl-sys = "0.7"
[target.powerpc-unknown-linux-gnu.dependencies]
openssl-sys = "0.7"
[target.powerpc64-unknown-linux-gnu.dependencies]
openssl-sys = "0.7"
[target.powerpc64le-unknown-linux-gnu.dependencies]
openssl-sys = "0.7"
[target.x86_64-unknown-bitrig.dependencies]
openssl-sys = "0.7"
[target.x86_64-unknown-dragonfly.dependencies]
openssl-sys = "0.7"
[target.x86_64-unknown-freebsd.dependencies]
openssl-sys = "0.7"
[target.x86_64-unknown-linux-gnu.dependencies]
openssl-sys = "0.7"
[target.x86_64-unknown-linux-musl.dependencies]
openssl-sys = "0.7"
[target.x86_64-unknown-openbsd.dependencies]
openssl-sys = "0.7"