curl-sys 0.4.47+curl-7.79.0

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

[badges.travis-ci]
repository = "alexcrichton/curl-rust"
[build-dependencies.cc]
version = "1.0"

[build-dependencies.pkg-config]
version = "0.3.3"
[dependencies.libc]
version = "0.2.2"

[dependencies.libnghttp2-sys]
optional = true
version = "0.1.3"

[dependencies.libz-sys]
default-features = false
features = ["libc"]
version = "1.0.18"

[dependencies.mesalink]
default-features = false
features = ["client_apis", "error_strings", "tls13", "aesgcm", "chachapoly", "x25519", "ecdh", "ecdsa", "verifier"]
optional = true
version = "1.1.0-cratesio"

[features]
default = ["ssl"]
force-system-lib-on-osx = []
http2 = ["libnghttp2-sys"]
protocol-ftp = []
spnego = []
ssl = ["openssl-sys"]
static-curl = []
static-ssl = ["openssl-sys/vendored"]
upkeep_7_62_0 = []
zlib-ng-compat = ["libz-sys/zlib-ng", "static-curl"]

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

[package]
authors = ["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"
edition = "2018"
license = "MIT"
links = "curl"
name = "curl-sys"
repository = "https://github.com/alexcrichton/curl-rust"
version = "0.4.47+curl-7.79.0"
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys]
optional = true
version = "0.9"
[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["winsock2", "ws2def"]
version = "0.3"