[badges.appveyor]
repository = "alexcrichton/curl-rust"
[badges.travis-ci]
repository = "alexcrichton/curl-rust"
[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"
categories = ["external-ffi-bindings"]
description = "Native bindings to the libcurl library"
documentation = "https://docs.rs/curl-sys"
license = "MIT"
links = "curl"
name = "curl-sys"
repository = "https://github.com/alexcrichton/curl-rust"
version = "0.3.11"
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies]
openssl-sys = "0.9"
[target."cfg(windows)".dependencies]
winapi = "0.2"