[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.rustls-ffi]
features = ["no_log_capture"]
optional = true
version = "0.14"
[features]
default = ["ssl"]
force-system-lib-on-osx = []
http2 = ["libnghttp2-sys"]
mesalink = []
ntlm = []
poll_7_68_0 = []
protocol-ftp = []
rustls = ["rustls-ffi"]
spnego = []
ssl = ["openssl-sys"]
static-curl = []
static-ssl = ["openssl-sys/vendored"]
upkeep_7_62_0 = []
windows-static-ssl = []
zlib-ng-compat = ["libz-sys/zlib-ng", "static-curl"]
[lib]
name = "curl_sys"
path = "lib.rs"
[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings"]
description = "Native bindings to the libcurl library"
documentation = "https://docs.rs/curl-sys"
edition = "2018"
exclude = ["curl/docs/", "curl/tests/"]
license = "MIT"
links = "curl"
name = "curl-sys"
readme = false
repository = "https://github.com/alexcrichton/curl-rust"
version = "0.4.78+curl-8.11.0"
[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies.openssl-sys]
optional = true
version = "0.9.64"
[target.'cfg(target_env = "msvc")'.build-dependencies.vcpkg]
version = "0.2"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Networking_WinSock"]
version = "0.52"