curl-sys 0.3.16

Native bindings to the libcurl library
Documentation
[badges.appveyor]
repository = "alexcrichton/curl-rust"

[badges.travis-ci]
repository = "alexcrichton/curl-rust"
[dependencies.curl-sys]
version = "0.4"

[dependencies.libc]
version = "0.2"

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

[package]
authors = ["Carl Lerche <me@carllerche.com>", "Alex Crichton <alex@alexcrichton.com>"]
categories = ["external-ffi-bindings"]
description = "Native bindings to the libcurl library"
documentation = "https://docs.rs/curl-sys"
license = "MIT"
name = "curl-sys"
repository = "https://github.com/alexcrichton/curl-rust"
version = "0.3.16"
[target."cfg(windows)".dependencies.winapi]
version = "0.2"