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.
rust-tokio-native-tls/tokio-native-tls-fix-metada...

26 lines
709 B

--- tokio-native-tls-0.3.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tokio-native-tls-0.3.1/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -74,22 +74,3 @@
[target."cfg(all(not(target_os = \"macos\"), not(windows), not(target_os = \"ios\")))".dev-dependencies.openssl]
version = "0.10"
-[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dev-dependencies.security-framework]
-version = "0.2"
-
-[target."cfg(windows)".dev-dependencies.schannel]
-version = "0.1"
-
-[target."cfg(windows)".dev-dependencies.winapi]
-version = "0.3"
-features = [
- "lmcons",
- "basetsd",
- "minwinbase",
- "minwindef",
- "ntdef",
- "sysinfoapi",
- "timezoneapi",
- "wincrypt",
- "winerror",
-]