You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-curl-sys/curl-sys-fix-metadata.diff

59 lines
1.5 KiB

--- curl-sys-0.4.45+curl-7.78.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ curl-sys-0.4.45+curl-7.78.0/Cargo.toml 2021-07-29T12:01:11.492825+00:00
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "curl-sys"
-version = "0.4.45+curl-7.78.0"
+version = "0.4.45"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
build = "build.rs"
links = "curl"
@@ -29,20 +29,6 @@
7 years ago
[dependencies.libc]
version = "0.2.2"
-[dependencies.libnghttp2-sys]
-version = "0.1.3"
7 years ago
-optional = true
-
-[dependencies.libz-sys]
-version = "1.0.18"
-features = ["libc"]
-default-features = false
-
5 years ago
-[dependencies.mesalink]
-version = "1.1.0-cratesio"
-features = ["client_apis", "error_strings", "tls13", "aesgcm", "chachapoly", "x25519", "ecdh", "ecdsa", "verifier"]
-optional = true
-default-features = false
7 years ago
[build-dependencies.cc]
5 years ago
version = "1.0"
@@ -52,22 +38,16 @@
7 years ago
[features]
6 years ago
default = ["ssl"]
force-system-lib-on-osx = []
7 years ago
-http2 = ["libnghttp2-sys"]
+http2 = []
5 years ago
protocol-ftp = []
6 years ago
spnego = []
-ssl = ["openssl-sys"]
+ssl = []
static-curl = []
-static-ssl = ["openssl-sys/vendored"]
+static-ssl = []
upkeep_7_62_0 = []
-zlib-ng-compat = ["libz-sys/zlib-ng", "static-curl"]
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys]
version = "0.9"
optional = true
7 years ago
-[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
-version = "0.2"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["winsock2", "ws2def"]
[badges.appveyor]
repository = "alexcrichton/curl-rust"