[build-dependencies]
pkg-config = "0.3"
[dependencies]
libc = "0.1"
libz-sys = "0.1.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.21"
[target.aarch64-unknown-linux-gnu.dependencies]
openssl-sys = "0.6.0"
[target.arm-unknown-linux-gnueabihf.dependencies]
openssl-sys = "0.6.0"
[target.i686-apple-darwin.dependencies]
openssl-sys = "0.6.0"
[target.i686-unknown-freebsd.dependencies]
openssl-sys = "0.6.0"
[target.i686-unknown-linux-gnu.dependencies]
openssl-sys = "0.6.0"
[target.x86_64-apple-darwin.dependencies]
openssl-sys = "0.6.0"
[target.x86_64-unknown-freebsd.dependencies]
openssl-sys = "0.6.0"
[target.x86_64-unknown-linux-gnu.dependencies]
openssl-sys = "0.6.0"