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

30 lines
744 B

7 years ago
--- curl-sys-0.4.9/Cargo.toml 1969-12-31T16:00:00-08:00
+++ curl-sys-0.4.9/Cargo.toml 2018-09-13T13:07:27.619555-07:00
@@ -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]
@@ -41,14 +37,9 @@
version = "0.3.3"
[features]
-http2 = ["libnghttp2-sys"]
+http2 = []
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys]
version = "0.9"
-[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"