--- native-tls-0.2.2/Cargo.toml 1969-12-31T16:00:00-08:00 +++ native-tls-0.2.2/Cargo.toml 2018-10-22T14:25:27.001481-07:00 @@ -21,22 +21,6 @@ [dev-dependencies.hex] version = "0.3" -[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.2.1" - -[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.security-framework-sys] -version = "0.2.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.openssl] version = "0.10.15" @@ -45,7 +29,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 = \"android\")".dependencies.log] -version = "0.4.5" -[target."cfg(target_os = \"windows\")".dependencies.schannel] -version = "0.1.13"