File: disable-windows.diff

package info (click to toggle)
rust-uucore 0.0.30-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,036 kB
  • sloc: makefile: 2
file content (65 lines) | stat: -rw-r--r-- 1,538 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Index: uucore/Cargo.toml
===================================================================
--- uucore.orig/Cargo.toml
+++ uucore/Cargo.toml
@@ -203,12 +203,12 @@ format = [
 fs = [
     "dunce",
     "libc",
-    "winapi-util",
-    "windows-sys",
+#    "winapi-util",
+#    "windows-sys",
 ]
 fsext = [
     "libc",
-    "windows-sys",
+#    "windows-sys",
 ]
 fsxattr = ["xattr"]
 lines = []
@@ -245,7 +245,7 @@ tty = []
 update-control = []
 uptime = [
     "libc",
-    "windows-sys",
+#    "windows-sys",
     "utmpx",
     "utmp-classic",
     "thiserror",
@@ -264,21 +264,21 @@ wide = []
 version = "0.1.6"
 optional = true
 
-[target.'cfg(target_os = "windows")'.dependencies.winapi-util]
-version = "0.1.8"
-optional = true
+#[target.'cfg(target_os = "windows")'.dependencies.winapi-util]
+#version = "0.1.8"
+#optional = true
 
-[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
-version = "0.59.0"
-features = [
-    "Wdk_System_SystemInformation",
-    "Win32_Storage_FileSystem",
-    "Win32_Foundation",
-    "Win32_System_RemoteDesktop",
-    "Win32_System_WindowsProgramming",
-]
-optional = true
-default-features = false
+#[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
+#version = "0.59.0"
+#features = [
+#    "Wdk_System_SystemInformation",
+#    "Win32_Storage_FileSystem",
+#    "Win32_Foundation",
+#    "Win32_System_RemoteDesktop",
+#    "Win32_System_WindowsProgramming",
+#]
+#optional = true
+#default-features = false
 
 [target."cfg(unix)".dependencies.nix]
 version = "0.29"