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.
|
|
|
--- 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
|
|
|
|
@@ -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]
|
|
|
|
@@ -42,18 +38,11 @@
|
|
|
|
|
|
|
|
[features]
|
|
|
|
default = ["ssl"]
|
|
|
|
-http2 = ["libnghttp2-sys"]
|
|
|
|
+http2 = []
|
|
|
|
ssl = ["openssl-sys"]
|
|
|
|
-static-curl = []
|
|
|
|
-static-ssl = ["openssl-sys/vendored"]
|
|
|
|
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys]
|
|
|
|
version = "0.9"
|
|
|
|
optional = true
|
|
|
|
-[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"
|
|
|
|
|