[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>", "Alex Crichton <alex@alexcrichton.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.2.4"
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies]
openssl-sys = ">= 0"
[target."cfg(windows)".dependencies]
winapi = "0.2"