--- curl-0.4.33/Cargo.toml 2020-08-19T05:24:59+00:00 +++ curl-0.4.33/Cargo.toml 2020-08-20T00:16:59.306449+00:00 @@ -59,7 +59,6 @@ ssl = ["openssl-sys", "openssl-probe", "curl-sys/ssl"] static-curl = ["curl-sys/static-curl"] static-ssl = ["curl-sys/static-ssl"] -zlib-ng-compat = ["curl-sys/zlib-ng-compat", "static-curl"] [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-probe] version = "0.1.2" optional = true @@ -67,12 +66,6 @@ [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys] version = "0.9.43" optional = true -[target."cfg(target_env = \"msvc\")".dependencies.schannel] -version = "0.1.13" - -[target."cfg(target_env = \"msvc\")".dependencies.winapi] -version = "0.3" -features = ["libloaderapi", "wincrypt"] [badges.appveyor] repository = "alexcrichton/curl-rust"