Blob Blame History Raw
--- native-tls-0.2.6/Cargo.toml	2020-11-10T13:44:46+00:00
+++ native-tls-0.2.6/Cargo.toml	2020-11-11T22:36:43.664582+00:00
@@ -21,22 +21,6 @@
 [dev-dependencies.hex]
 version = "0.4.2"
 
-[features]
-vendored = ["openssl/vendored"]
-[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.lazy_static]
-version = "1.4.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 = "2.0.0"
-
-[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.security-framework-sys]
-version = "2.0.0"
-
-[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.tempfile]
-version = "3.1.0"
 [target."cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))".dependencies.log]
 version = "0.4.5"
 
@@ -48,5 +32,3 @@
 
 [target."cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))".dependencies.openssl-sys]
 version = "0.9.55"
-[target."cfg(target_os = \"windows\")".dependencies.schannel]
-version = "0.1.16"