File: disable-windows-apple.patch

package info (click to toggle)
rust-tokio-native-tls 0.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 228 kB
  • sloc: sh: 41; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 788 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/Cargo.toml b/Cargo.toml
index 7983fa7..b33f23d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -71,13 +71,13 @@ features = ["full"]
 [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]
+[disabled.target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dev-dependencies.security-framework]
 version = "0.2"
 
-[target."cfg(windows)".dev-dependencies.schannel]
+[disabled.target."cfg(windows)".dev-dependencies.schannel]
 version = "0.1"
 
-[target."cfg(windows)".dev-dependencies.winapi]
+[disabled.target."cfg(windows)".dev-dependencies.winapi]
 version = "0.3"
 features = [
     "lmcons",