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

34 lines
844 B

--- curl-sys-0.4.13/Cargo.toml 1970-01-01T01:00:00+01:00
+++ curl-sys-0.4.13/Cargo.toml 2018-11-04T17:46:17.694802+01:00
7 years ago
@@ -28,10 +28,6 @@
[dependencies.libc]
version = "0.2.2"
-[dependencies.libnghttp2-sys]
-version = "0.1"
-optional = true
-
[dependencies.libz-sys]
version = "1.0.18"
[build-dependencies.cc]
6 years ago
@@ -42,18 +38,11 @@
7 years ago
[features]
6 years ago
default = ["ssl"]
7 years ago
-http2 = ["libnghttp2-sys"]
+http2 = []
6 years ago
ssl = ["openssl-sys"]
-static-curl = []
-static-ssl = ["openssl-sys/vendored"]
7 years ago
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys]
version = "0.9"
6 years ago
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"