--- native-tls-0.2.3/Cargo.toml 1970-01-01T00:00:00+00:00 +++ native-tls-0.2.3/Cargo.toml 2019-04-30T06:40:29.951813+00:00 @@ -23,20 +23,6 @@ [features] vendored = ["openssl/vendored"] -[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.lazy_static] -version = "1.0" - -[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.libc] -version = "0.2" - -[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.security-framework] -version = "0.3.1" - -[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.security-framework-sys] -version = "0.3.1" - -[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.tempfile] -version = "3.0" [target."cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))".dependencies.log] version = "0.4.5" @@ -48,5 +34,3 @@ [target."cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))".dependencies.openssl-sys] version = "0.9.30" -[target."cfg(target_os = \"windows\")".dependencies.schannel] -version = "0.1.13"