|
|
|
--- curl-sys-0.4.59+curl-7.86.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
|
|
+++ curl-sys-0.4.59+curl-7.86.0/Cargo.toml 2022-12-12T23:09:04.025792+00:00
|
|
|
|
@@ -12,7 +12,7 @@
|
|
|
|
[package]
|
|
|
|
edition = "2018"
|
|
|
|
name = "curl-sys"
|
|
|
|
-version = "0.4.59+curl-7.86.0"
|
|
|
|
+version = "0.4.59"
|
|
|
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
|
|
|
build = "build.rs"
|
|
|
|
links = "curl"
|
|
|
|
@@ -29,20 +29,6 @@
|
|
|
|
[dependencies.libc]
|
|
|
|
version = "0.2.2"
|
|
|
|
|
|
|
|
-[dependencies.libnghttp2-sys]
|
|
|
|
-version = "0.1.3"
|
|
|
|
-optional = true
|
|
|
|
-
|
|
|
|
-[dependencies.libz-sys]
|
|
|
|
-version = "1.0.18"
|
|
|
|
-features = ["libc"]
|
|
|
|
-default-features = false
|
|
|
|
-
|
|
|
|
-[dependencies.rustls-ffi]
|
|
|
|
-version = "0.8"
|
|
|
|
-features = ["no_log_capture"]
|
|
|
|
-optional = true
|
|
|
|
-
|
|
|
|
[build-dependencies.cc]
|
|
|
|
version = "1.0"
|
|
|
|
|
|
|
|
@@ -52,22 +38,17 @@
|
|
|
|
[features]
|
|
|
|
default = ["ssl"]
|
|
|
|
force-system-lib-on-osx = []
|
|
|
|
-http2 = ["libnghttp2-sys"]
|
|
|
|
+http2 = []
|
|
|
|
mesalink = []
|
|
|
|
ntlm = []
|
|
|
|
poll_7_68_0 = []
|
|
|
|
protocol-ftp = []
|
|
|
|
-rustls = ["rustls-ffi"]
|
|
|
|
spnego = []
|
|
|
|
ssl = ["openssl-sys"]
|
|
|
|
static-curl = []
|
|
|
|
-static-ssl = ["openssl-sys/vendored"]
|
|
|
|
+static-ssl = []
|
|
|
|
upkeep_7_62_0 = []
|
|
|
|
windows-static-ssl = []
|
|
|
|
-zlib-ng-compat = [
|
|
|
|
- "libz-sys/zlib-ng",
|
|
|
|
- "static-curl",
|
|
|
|
-]
|
|
|
|
|
|
|
|
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys]
|
|
|
|
version = "0.9"
|