[PATCH] Remove Windows dependencies
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 6 Sep 2023 19:23:24 +0000 (13:23 -0600)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Fri, 17 May 2024 06:38:11 +0000 (08:38 +0200)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Gbp-Pq: Name d-0021-vendor-remove-windows-dependencies.patch

45 files changed:
vendor/anstream/Cargo.toml
vendor/atty/Cargo.toml
vendor/backtrace/Cargo.toml
vendor/chrono/Cargo.toml
vendor/colored/Cargo.toml
vendor/compiletest_rs/Cargo.toml
vendor/concolor-query/Cargo.toml
vendor/curl-sys/Cargo.toml
vendor/curl/Cargo.toml
vendor/dirs-sys-next/Cargo.toml
vendor/dirs-sys/Cargo.toml
vendor/errno/Cargo.toml
vendor/fd-lock/Cargo.toml
vendor/filetime/Cargo.toml
vendor/gix-sec/Cargo.toml
vendor/home/Cargo.toml
vendor/iana-time-zone/Cargo.toml
vendor/ignore/Cargo.toml
vendor/io-close/Cargo.toml
vendor/io-lifetimes/Cargo.toml
vendor/is-terminal/Cargo.toml
vendor/libloading/Cargo.toml
vendor/libssh2-sys/Cargo.toml
vendor/nu-ansi-term/Cargo.toml
vendor/opener/Cargo.toml
vendor/os_info/Cargo.toml
vendor/parking_lot_core-0.8.6/Cargo.toml
vendor/parking_lot_core/Cargo.toml
vendor/pretty_assertions/Cargo.toml
vendor/remove_dir_all/Cargo.toml
vendor/rustix/Cargo.toml
vendor/same-file/Cargo.toml
vendor/snapbox/Cargo.toml
vendor/socket2/Cargo.toml
vendor/stacker/Cargo.toml
vendor/sysinfo/Cargo.toml
vendor/tempfile/Cargo.toml
vendor/term/Cargo.toml
vendor/termcolor/Cargo.toml
vendor/terminal_size/Cargo.toml
vendor/termize/Cargo.toml
vendor/tokio/Cargo.toml
vendor/uuid/Cargo.toml
vendor/walkdir/Cargo.toml
vendor/yansi-term/Cargo.toml

index eb049069ce882ca20a692801a2b5dfbeb98c51ba..7e2ed64cd8382866a59cb7a33eebaada802cce5b 100644 (file)
@@ -137,8 +137,4 @@ default = [
     "auto",
     "wincon",
 ]
-wincon = ["dep:anstyle-wincon"]
-
-[target."cfg(windows)".dependencies.anstyle-wincon]
-version = "0.2.0"
-optional = true
+wincon = []
index d6bf2d03b36eec9f612cae4cb535ee7d19596c28..7cebc3161ed574d87dd38f1042ea91a4d02a967b 100644 (file)
@@ -27,8 +27,5 @@ version = "0.1.6"
 [target."cfg(unix)".dependencies.libc]
 version = "0.2"
 default-features = false
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["consoleapi", "processenv", "minwinbase", "minwindef", "winbase"]
 [badges.travis-ci]
 repository = "softprops/atty"
index 96f41466ba9992d6a167fbfe669e429ec790f817..4a48f6e388410a939a60af080f49a263a3091b34 100644 (file)
@@ -127,18 +127,5 @@ serialize-serde = ["serde"]
 std = []
 unix-backtrace = []
 verify-winapi = [
-    "winapi/dbghelp",
-    "winapi/handleapi",
-    "winapi/libloaderapi",
-    "winapi/memoryapi",
-    "winapi/minwindef",
-    "winapi/processthreadsapi",
-    "winapi/synchapi",
-    "winapi/tlhelp32",
-    "winapi/winbase",
-    "winapi/winnt",
 ]
 
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.9"
-optional = true
index eaf0e6945662125aeac22f00f7fd436e66efe80e..79ab5f9b754caae5732c365cc32b31ac470335f8 100644 (file)
@@ -114,7 +114,6 @@ __internal_bench = ["criterion"]
 alloc = []
 clock = [
     "std",
-    "winapi",
     "iana-time-zone",
 ]
 default = [
@@ -150,13 +149,3 @@ version = "0.3"
 version = "0.1.45"
 features = ["fallback"]
 optional = true
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.0"
-features = [
-    "std",
-    "minwinbase",
-    "minwindef",
-    "timezoneapi",
-]
-optional = true
index 3a6b59be6b1839e7ee2639722fcebf0ac2d07008..065eecbe7bc0c4b28027cdd6af56143fce6f91f0 100644 (file)
@@ -33,7 +33,3 @@ version = "=1.0.0-beta.3"
 
 [features]
 no-color = []
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["consoleapi", "processenv", "winbase"]
-default-features = false
index c1b3ecd5463b591285ce39e8e21f79d9d6a23f5a..cae8c30c64bacee97158c1b932e7e6e7aed803a3 100644 (file)
@@ -75,9 +75,3 @@ tmp = ["tempfile"]
 [target."cfg(unix)".dependencies.libc]
 version = "0.2"
 
-[target."cfg(windows)".dependencies.miow]
-version = "0.3"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["winerror"]
index a25ce8919c59c5c61f162cefdd48457206932046..c578c4c97ac155c137d19dd5d1911792c9f9d15b 100644 (file)
@@ -33,10 +33,3 @@ keywords = [
 categories = ["command-line-interface"]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/rust-cli/concolor"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.45.0"
-features = [
-    "Win32_System_Console",
-    "Win32_Foundation",
-]
index 04b98009d702f63fa3b452ad78f8417a287cbf4b..4a4968dd554822143ad7f7bf6f4fdab828dd9b9a 100644 (file)
@@ -73,16 +73,6 @@ zlib-ng-compat = [
 version = "0.9"
 optional = true
 
-[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
-version = "0.2"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = [
-    "winsock2",
-    "ws2def",
-]
-
 [badges.appveyor]
 repository = "alexcrichton/curl-rust"
 
index bfb59f4575a4c5e32b25a241286ad1ae317a39af..d9f6854affc9351f3d10dab7cd0eb0dfc5abde6b 100644 (file)
@@ -107,16 +107,6 @@ optional = true
 version = "0.9.43"
 optional = true
 
-[target."cfg(target_env = \"msvc\")".dependencies.schannel]
-version = "0.1.13"
-
-[target."cfg(target_env = \"msvc\")".dependencies.winapi]
-version = "0.3"
-features = [
-    "libloaderapi",
-    "wincrypt",
-]
-
 [badges.appveyor]
 repository = "alexcrichton/curl-rust"
 
index e9d8d0ca99e93b7ac98f7bfded1319e7f73223ed..acb2eb7dc53320002cdbc360d88569860ca921b8 100644 (file)
@@ -25,8 +25,5 @@ version = "0.4.0"
 default-features = false
 [target."cfg(unix)".dependencies.libc]
 version = "0.2"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["knownfolders", "objbase", "shlobj", "winbase", "winerror"]
 [badges.maintenance]
 status = "as-is"
index 6c4100798f10ba7304398badd7f0c9dba36ec863..4d79134b1557aa069524005ffeeb0604312b2319 100644 (file)
@@ -23,6 +23,3 @@ version = "0.4"
 default-features = false
 [target."cfg(unix)".dependencies.libc]
 version = "0.2"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["knownfolders", "objbase", "shlobj", "winbase", "winerror"]
index bf54b1f4681adaeb63f7a8722e60f51e55f365ec..7507a315a64629ecb18f81e668e17488fd09c8ee 100644 (file)
@@ -41,9 +41,3 @@ version = "0.2"
 [target."cfg(unix)".dependencies.libc]
 version = "0.2"
 
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48"
-features = [
-    "Win32_Foundation",
-    "Win32_System_Diagnostics_Debug",
-]
index d995177bf83376a9cacb89960fe83fb7aa893458..b759d8710c4d84cc55633e18b82e96fcb0bc1a99 100644 (file)
@@ -43,11 +43,3 @@ version = "3.0.8"
 [target."cfg(unix)".dependencies.rustix]
 version = "0.37.0"
 features = ["fs"]
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.45.0"
-features = [
-    "Win32_Foundation",
-    "Win32_Storage_FileSystem",
-    "Win32_System_IO",
-]
index 8547ec3f116623252b2e1441e939fd18adb24781..4ecd973febf34d55c925560c44c0a22eb9fdb2e6 100644 (file)
@@ -38,10 +38,3 @@ version = "0.2.9"
 
 [target."cfg(unix)".dependencies.libc]
 version = "0.2.27"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48.0"
-features = [
-    "Win32_Foundation",
-    "Win32_Storage_FileSystem",
-]
index 44a3e884228f7170f5f6fdf10b3b7cbfd7d3d0a0..041a6bb958403413349fd48db655748749993874 100644 (file)
@@ -61,16 +61,3 @@ serde = [
 
 [target."cfg(not(windows))".dependencies.libc]
 version = "0.2.123"
-
-[target."cfg(windows)".dependencies.gix-path]
-version = "^0.8.0"
-
-[target."cfg(windows)".dependencies.windows]
-version = "0.48"
-features = [
-    "Win32_Foundation",
-    "Win32_Security_Authorization",
-    "Win32_Storage_FileSystem",
-    "Win32_System_Memory",
-    "Win32_System_Threading",
-]
index cd608b175246c5227ab4aa04fb6913dae8371d7f..eecfb89e8137d123563a8ad7ba7318535d1ca09f 100644 (file)
@@ -27,10 +27,3 @@ readme = "README.md"
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/rust-lang/cargo"
 resolver = "2"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48.0"
-features = [
-    "Win32_Foundation",
-    "Win32_UI_Shell",
-]
index 5cdc175a701c84cd28a41c3762b8379b83f40521..271a062bc60fd780b5ed2efe21c684afe334e8ad 100644 (file)
@@ -52,7 +52,3 @@ version = "0.1.5"
 
 [target."cfg(target_os = \"haiku\")".dependencies.iana-time-zone-haiku]
 version = "0.1.1"
-
-[target."cfg(target_os = \"windows\")".dependencies.windows]
-version = "0.48.0"
-features = ["Globalization"]
index b397dcf8dee828f18dac1908a3e37692919d8e16..2022a8770f8aac6a0c829dd307e9a694b6c488cc 100644 (file)
@@ -64,6 +64,3 @@ version = "0.5.0"
 
 [features]
 simd-accel = ["globset/simd-accel"]
-
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.2"
index 5e3644469b289c1e84a8fc64002820422ac426cb..82f9ce5323db6756fc3cad4dc324e9766b5409f1 100644 (file)
@@ -28,6 +28,3 @@ optional = true
 version = "3.1.0"
 [target."cfg(unix)".dependencies.libc]
 version = "0.2.80"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.9"
-features = ["handleapi", "std", "winsock2"]
index b9ed91369b53b92539549ae4e0ed4d7edf57578a..0fd300a00253cefb156c579487c8a7776d7bc23d 100644 (file)
@@ -43,7 +43,6 @@ optional = true
 close = [
     "libc",
     "hermit-abi",
-    "windows-sys",
 ]
 default = ["close"]
 
@@ -85,15 +84,3 @@ optional = true
 [target."cfg(target_os = \"hermit\")".dependencies.hermit-abi]
 version = "0.3"
 optional = true
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48.0"
-features = [
-    "Win32_Foundation",
-    "Win32_Storage_FileSystem",
-    "Win32_Networking_WinSock",
-    "Win32_Security",
-    "Win32_System_IO",
-    "Win32_System_Threading",
-]
-optional = true
index 7957a9c4fcec0eb5d7369784826a43ed102d332d..0ab2ae1ea7d5f99ac41f122d65740a8d9c199efd 100644 (file)
@@ -53,14 +53,3 @@ features = ["termios"]
 
 [target."cfg(target_os = \"hermit\")".dependencies.hermit-abi]
 version = "0.3.0"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48.0"
-features = [
-    "Win32_Foundation",
-    "Win32_Storage_FileSystem",
-    "Win32_System_Console",
-]
-
-[target."cfg(windows)".dev-dependencies.tempfile]
-version = "3"
index 65168d58585e13f2a5825ebbba4b3ba044225235..7785a7e9c46050f2e5e54d42a118165e98b76983 100644 (file)
@@ -42,10 +42,3 @@ version = "1.1"
 
 [target."cfg(unix)".dependencies.cfg-if]
 version = "1"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = [
-    "errhandlingapi",
-    "libloaderapi",
-]
index 45f4a714fb850411c4cbc6c41410c5cf77abe3c4..f791ce9659c57c7572bd4756bea66fd079aa5985 100644 (file)
@@ -43,7 +43,6 @@ version = "1.0.25"
 version = "0.3.11"
 
 [features]
-openssl-on-win32 = ["openssl-sys"]
 vendored-openssl = ["openssl-sys/vendored"]
 zlib-ng-compat = ["libz-sys/zlib-ng"]
 
@@ -52,7 +51,3 @@ version = "0.2"
 
 [target."cfg(unix)".dependencies.openssl-sys]
 version = "0.9.35"
-
-[target."cfg(windows)".dependencies.openssl-sys]
-version = "0.9.35"
-optional = true
index 209e05511dd04b4b976ada6ff229e21b40e90fb3..aa40f02f655e820fba65bae91569ed0fc3baf89f 100644 (file)
@@ -45,13 +45,3 @@ version = "1.0.39"
 
 [features]
 derive_serde_style = ["serde"]
-
-[target."cfg(target_os=\"windows\")".dependencies.winapi]
-version = "0.3.4"
-features = [
-    "consoleapi",
-    "errhandlingapi",
-    "fileapi",
-    "handleapi",
-    "processenv",
-]
index 8d91b5ef38722924af006277c9b499361441cf8d..2d7313b718a56788952e48842a4eebe6dcf8ca61 100644 (file)
@@ -32,10 +32,6 @@ version = "0.9"
 [target."cfg(target_os = \"linux\")".dependencies.bstr]
 version = "1"
 
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["shellapi"]
-
 [badges.appveyor]
 branch = "master"
 repository = "Seeker14491/opener"
index 52a062f3982543d99a681207b28f7e5efccdafd2..e1f347be9e7d21bb8fa5f7d6ef380edef5c446b3 100644 (file)
@@ -48,18 +48,3 @@ version = "1"
 
 [features]
 default = ["serde"]
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.8"
-features = [
-    "minwindef",
-    "ntdef",
-    "ntstatus",
-    "sysinfoapi",
-    "winnt",
-    "winuser",
-    "libloaderapi",
-    "processthreadsapi",
-    "winerror",
-    "winreg",
-]
index 6981516440b7a6ac2ef7d40ac553100f312b4dd9..9fb8bd269c275d8604cbaa5d7babbc37402ad519 100644 (file)
@@ -60,15 +60,3 @@ version = "0.2.8"
 
 [target."cfg(unix)".dependencies.libc]
 version = "0.2.95"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.9"
-features = [
-    "winnt",
-    "ntstatus",
-    "minwindef",
-    "winerror",
-    "winbase",
-    "errhandlingapi",
-    "handleapi",
-]
index 361186b4b3968642a2035891fc6cf1f9166bbb48..e00c1918b449af4dd4295dee6d0099bcb334667b 100644 (file)
@@ -57,12 +57,3 @@ version = "0.2.8"
 
 [target."cfg(unix)".dependencies.libc]
 version = "0.2.95"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.45.0"
-features = [
-    "Win32_Foundation",
-    "Win32_System_LibraryLoader",
-    "Win32_System_SystemServices",
-    "Win32_System_WindowsProgramming",
-]
index f8370f7c350077ad03a75daa08a67de2a632ff4d..45316522efb74a55551e945c521760745327b3ca 100644 (file)
@@ -42,9 +42,3 @@ alloc = []
 default = ["std"]
 std = []
 unstable = []
-
-[target."cfg(windows)".dependencies.ctor]
-version = "0.1.9"
-
-[target."cfg(windows)".dependencies.output_vt100]
-version = "0.1.2"
index a847288925ebaadbeca0c6e81b1258358c9fec87..aaf637fbfbe15a22343ae23a1dfc50b9ba9acfe8 100644 (file)
@@ -23,6 +23,3 @@ license = "MIT/Apache-2.0"
 repository = "https://github.com/XAMPPRocky/remove_dir_all.git"
 [dev-dependencies.doc-comment]
 version = "0.3"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["std", "errhandlingapi", "winerror", "fileapi", "winbase"]
index e9aab4faee88a4432b8a6b54ea61fad98449b782..d36261cbd19fb5e1ed42afa65d7e2fae9bbc56a3 100644 (file)
@@ -232,20 +232,3 @@ package = "errno"
 [target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dependencies.once_cell]
 version = "1.5.2"
 optional = true
-
-[target."cfg(windows)".dependencies.libc_errno]
-version = "0.3.1"
-default-features = false
-package = "errno"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48.0"
-features = [
-    "Win32_Foundation",
-    "Win32_Networking_WinSock",
-    "Win32_NetworkManagement_IpHelper",
-    "Win32_System_Threading",
-]
-
-[target."cfg(windows)".dev-dependencies.ctor]
-version = "0.2.0"
index 4f668208e7a6d5f9154e4121396d8cdc58026bd7..11ef472467384bd99641482a36b2ba154f2842f3 100644 (file)
@@ -25,5 +25,3 @@ license = "Unlicense/MIT"
 repository = "https://github.com/BurntSushi/same-file"
 [dev-dependencies.doc-comment]
 version = "0.3"
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.1"
index a9a74e141ba3b7e3ad4b3e61ef51edc857f6f0c7..ad00d838a9c60dc258ab0019c116d0289e3bca55 100644 (file)
@@ -161,7 +161,6 @@ cmd = [
     "dep:os_pipe",
     "dep:wait-timeout",
     "dep:libc",
-    "dep:windows-sys",
 ]
 color = [
     "dep:anstream",
@@ -196,8 +195,3 @@ structured-data = ["dep:serde_json"]
 [target."cfg(unix)".dependencies.libc]
 version = "0.2.137"
 optional = true
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.45.0"
-features = ["Win32_Foundation"]
-optional = true
index 3f1578ccbd36b3174b762d1a360ed12e20810f6e..bdac8989f155a65eb9cfcf4f109573c75d4c1c20 100644 (file)
@@ -58,11 +58,3 @@ all = []
 
 [target."cfg(unix)".dependencies.libc]
 version = "0.2.139"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.9"
-features = [
-    "handleapi",
-    "ws2ipdef",
-    "ws2tcpip",
-]
index 160cbc017c091f1685537a38046c159d53eadc66..ba02aac07c249ada3154b7170cbe0eefa38ae303 100644 (file)
@@ -43,13 +43,3 @@ version = "0.1.7"
 
 [build-dependencies.cc]
 version = "1.0.2"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.6"
-features = [
-    "memoryapi",
-    "winbase",
-    "fibersapi",
-    "processthreadsapi",
-    "minwindef",
-]
index f8719a4ddde40169f3008e2aa062f6d443e189a9..deb2e40909efb7d97ce5bbbdc210c4163e436315 100644 (file)
@@ -60,41 +60,3 @@ version = "1.0"
 
 [target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc]
 version = "^0.2.112"
-
-[target."cfg(windows)".dependencies.ntapi]
-version = "0.4"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.9"
-features = [
-    "errhandlingapi",
-    "fileapi",
-    "handleapi",
-    "heapapi",
-    "ifdef",
-    "ioapiset",
-    "minwindef",
-    "pdh",
-    "psapi",
-    "synchapi",
-    "sysinfoapi",
-    "winbase",
-    "winerror",
-    "winioctl",
-    "winnt",
-    "oleauto",
-    "wbemcli",
-    "rpcdce",
-    "combaseapi",
-    "objidl",
-    "powerbase",
-    "netioapi",
-    "lmcons",
-    "lmaccess",
-    "lmapibuf",
-    "memoryapi",
-    "ntlsa",
-    "securitybaseapi",
-    "shellapi",
-    "std",
-]
index 85006d8316e13c139fc873c2bd416664076ad5ef..013e9862c17671b74683d6cb778fc845da8824a7 100644 (file)
@@ -50,10 +50,3 @@ features = ["fs"]
 
 [target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
 version = "0.3"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.45"
-features = [
-    "Win32_Storage_FileSystem",
-    "Win32_Foundation",
-]
index e89261eda75c397257cef63c464d3983c4bf5331..ad5d62bdb247405ee98ce18ea6ceb9695109ddcc 100644 (file)
@@ -28,12 +28,6 @@ version = "2"
 
 [features]
 default = []
-[target."cfg(windows)".dependencies.rustversion]
-version = "1"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["consoleapi", "wincon", "handleapi", "fileapi"]
 [badges.appveyor]
 repository = "Stebalien/term"
 
index dbdb6e82867a04753bce89bfab093c0a5d184d4f..8edc73ef620c0fdf7e36b647c600e5c0e4081cee 100644 (file)
@@ -35,6 +35,3 @@ name = "termcolor"
 bench = false
 
 [dev-dependencies]
-
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.3"
index 9f3116418d18c1e7496764234a23795ca517d625..6d2d6a56f58cdcc159e286581f2a88e31adb6395 100644 (file)
@@ -30,10 +30,3 @@ repository = "https://github.com/eminence/terminal-size"
 [target."cfg(not(windows))".dependencies.rustix]
 version = "0.37.0"
 features = ["termios"]
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48.0"
-features = [
-    "Win32_Foundation",
-    "Win32_System_Console",
-]
index d248f4db5e4da811640c7f483af4338bf25a4e73..9bd9f37e656f6f858497cdbff8317b40c781533e 100644 (file)
@@ -49,8 +49,5 @@ rpath = false
 [dependencies]
 [target."cfg(unix)".dependencies.libc]
 version = "0.2.66"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.8"
-features = ["handleapi", "processenv", "wincon", "winbase"]
 [badges.cirrus-ci]
 repository = "JohnTitor/termize"
index 11ec0c0bdb3f4334fe25c2228d612206ac5e1390..bf2ad39f46fb138f5a53950d0b56ecec5ba1f089 100644 (file)
@@ -95,11 +95,11 @@ full = ["fs", "io-util", "io-std", "macros", "net", "parking_lot", "process", "r
 io-std = []
 io-util = ["memchr", "bytes"]
 macros = ["tokio-macros"]
-net = ["libc", "mio/os-poll", "mio/os-util", "mio/tcp", "mio/udp", "mio/uds", "winapi/namedpipeapi"]
-process = ["bytes", "once_cell", "libc", "mio/os-poll", "mio/os-util", "mio/uds", "signal-hook-registry", "winapi/threadpoollegacyapiset"]
+net = ["libc", "mio/os-poll", "mio/os-util", "mio/tcp", "mio/udp", "mio/uds"]
+process = ["bytes", "once_cell", "libc", "mio/os-poll", "mio/os-util", "mio/uds", "signal-hook-registry"]
 rt = []
 rt-multi-thread = ["num_cpus", "rt"]
-signal = ["once_cell", "libc", "mio/os-poll", "mio/uds", "mio/os-util", "signal-hook-registry", "winapi/consoleapi"]
+signal = ["once_cell", "libc", "mio/os-poll", "mio/uds", "mio/os-util", "signal-hook-registry"]
 sync = []
 test-util = []
 time = []
@@ -123,9 +123,3 @@ version = "0.2.42"
 
 [target."cfg(unix)".dev-dependencies.nix]
 version = "0.22.0"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.8"
-optional = true
-default-features = false
-[target."cfg(windows)".dev-dependencies.ntapi]
-version = "0.3.6"
index b783688832c9c8a6869414c541d90be73feb7f6d..4e9855316180bdae8703d0b1deb448e834f64551 100644 (file)
@@ -180,10 +180,6 @@ package = "wasm-bindgen"
 [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
 version = "0.3"
 
-[target."cfg(windows)".dev-dependencies.windows-sys]
-version = "0.48.0"
-features = ["Win32_System_Com"]
-
 [badges.is-it-maintained-issue-resolution]
 repository = "uuid-rs/uuid"
 
index 7db92632748eab98969d2abc41e72ead3ada613d..2a9b56f8c767963c66674f5e23f88ce71db59429 100644 (file)
@@ -39,9 +39,6 @@ version = "1.0.1"
 [dev-dependencies.doc-comment]
 version = "0.3"
 
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.1"
-
 [badges.appveyor]
 repository = "BurntSushi/walkdir"
 
index 0317866829a0e5fbb1a124ee78110119da156705..88ce8efcfbe3c66a6c6895cde13a597d333aafa4 100644 (file)
@@ -36,9 +36,6 @@ version = "1.0"
 
 [features]
 derive_serde_style = ["serde"]
-[target."cfg(target_os=\"windows\")".dependencies.winapi]
-version = "0.3.4"
-features = ["consoleapi", "errhandlingapi", "fileapi", "handleapi", "processenv"]
 [badges.maintenance]
 status = "actively-developed"