From: =?utf-8?q?Fabian_Gr=C3=BCnbichler?= Date: Wed, 6 Sep 2023 13:23:24 -0600 Subject: [PATCH] Remove Windows dependencies MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- vendor/android-tzdata/Cargo.toml | 1 + vendor/ansi_term/Cargo.toml | 3 --- vendor/anstream/Cargo.toml | 7 ------ vendor/anstyle-query/Cargo.toml | 7 ------ vendor/atty/Cargo.toml | 3 --- vendor/backtrace/Cargo.toml | 14 ----------- vendor/chrono/Cargo.toml | 12 ---------- vendor/colored/Cargo.toml | 7 ------ vendor/console/Cargo.toml | 11 --------- vendor/curl-sys/Cargo.toml | 7 ------ vendor/curl/Cargo.toml | 10 -------- vendor/dirs-sys-next/Cargo.toml | 3 --- vendor/dirs-sys/Cargo.toml | 3 --- vendor/errno/Cargo.toml | 6 ----- vendor/fd-lock/Cargo.toml | 8 ------- vendor/filetime/Cargo.toml | 7 ------ vendor/gix-sec/Cargo.toml | 12 ---------- vendor/home/Cargo.toml | 7 ------ vendor/iana-time-zone/Cargo.toml | 4 ---- vendor/ignore/Cargo.toml | 3 --- vendor/io-lifetimes/Cargo.toml | 13 ---------- vendor/is-terminal/Cargo.toml | 11 --------- vendor/libloading-0.7.4/Cargo.toml | 6 ----- vendor/libloading/Cargo.toml | 8 ------- vendor/libssh2-sys/Cargo.toml | 8 ------- vendor/libz-sys/Cargo.toml | 3 --- vendor/mio/Cargo.toml | 11 --------- vendor/native-tls/Cargo.toml | 3 --- vendor/nu-ansi-term/Cargo.toml | 10 -------- vendor/opener-0.5.2/Cargo.toml | 4 ---- vendor/opener/Cargo.toml | 9 ------- vendor/os_info/Cargo.toml | 15 ------------ vendor/parking_lot_core-0.8.6/Cargo.toml | 12 ---------- vendor/parking_lot_core/Cargo.toml | 3 --- vendor/reqwest/Cargo.toml | 3 --- vendor/rustix/Cargo.toml | 17 ------------- vendor/same-file/Cargo.toml | 2 -- vendor/snapbox/Cargo.toml | 6 ----- vendor/socket2/Cargo.toml | 8 ------- vendor/stacker/Cargo.toml | 10 -------- vendor/sysinfo-0.26.7/Cargo.toml | 38 ----------------------------- vendor/sysinfo/Cargo.toml | 41 -------------------------------- vendor/tempfile/Cargo.toml | 7 ------ vendor/term/Cargo.toml | 6 ----- vendor/termcolor/Cargo.toml | 3 --- vendor/terminal_size/Cargo.toml | 7 ------ vendor/termize/Cargo.toml | 3 --- vendor/tokio-native-tls/Cargo.toml | 17 ------------- vendor/tokio/Cargo.toml | 21 ---------------- vendor/uuid/Cargo.toml | 4 ---- vendor/walkdir/Cargo.toml | 3 --- vendor/yansi-term/Cargo.toml | 3 --- 56 files changed, 1 insertion(+), 489 deletions(-) Index: rust/vendor/android-tzdata/Cargo.toml =================================================================== --- rust.orig/vendor/android-tzdata/Cargo.toml +++ rust/vendor/android-tzdata/Cargo.toml @@ -32,3 +32,4 @@ repository = "https://github.com/RumovZ/ [dev-dependencies.zip] version = "0.6.4" +repository = "https://github.com/rust-cli/concolor" Index: rust/vendor/ansi_term/Cargo.toml =================================================================== --- rust.orig/vendor/ansi_term/Cargo.toml +++ rust/vendor/ansi_term/Cargo.toml @@ -38,6 +38,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: rust/vendor/anstream/Cargo.toml =================================================================== --- rust.orig/vendor/anstream/Cargo.toml +++ rust/vendor/anstream/Cargo.toml @@ -131,11 +131,4 @@ auto = [ ] default = [ "auto", - "wincon", ] -test = [] -wincon = ["dep:anstyle-wincon"] - -[target."cfg(windows)".dependencies.anstyle-wincon] -version = "3.0.1" -optional = true Index: rust/vendor/anstyle-query/Cargo.toml =================================================================== --- rust.orig/vendor/anstyle-query/Cargo.toml +++ rust/vendor/anstyle-query/Cargo.toml @@ -70,10 +70,3 @@ replace = """ [Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD""" exactly = 1 - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.48.0" -features = [ - "Win32_System_Console", - "Win32_Foundation", -] Index: rust/vendor/atty/Cargo.toml =================================================================== --- rust.orig/vendor/atty/Cargo.toml +++ rust/vendor/atty/Cargo.toml @@ -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: rust/vendor/backtrace/Cargo.toml =================================================================== --- rust.orig/vendor/backtrace/Cargo.toml +++ rust/vendor/backtrace/Cargo.toml @@ -104,16 +104,6 @@ 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(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))".dependencies.addr2line] @@ -139,7 +129,3 @@ features = [ "archive", ] default-features = false - -[target."cfg(windows)".dependencies.winapi] -version = "0.3.9" -optional = true Index: rust/vendor/chrono/Cargo.toml =================================================================== --- rust.orig/vendor/chrono/Cargo.toml +++ rust/vendor/chrono/Cargo.toml @@ -107,7 +107,6 @@ __internal_bench = ["criterion"] alloc = [] clock = [ "std", - "winapi", "iana-time-zone", ] default = [ @@ -146,14 +145,3 @@ version = "0.1.1" version = "0.1.45" features = ["fallback"] optional = true - -[target."cfg(windows)".dependencies.winapi] -version = "0.3.0" -features = [ - "std", - "minwinbase", - "minwindef", - "timezoneapi", - "sysinfoapi", -] -optional = true Index: rust/vendor/colored/Cargo.toml =================================================================== --- rust.orig/vendor/colored/Cargo.toml +++ rust/vendor/colored/Cargo.toml @@ -42,10 +42,3 @@ version = "=1.0.0-beta.3" [features] no-color = [] - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.48" -features = [ - "Win32_Foundation", - "Win32_System_Console", -] Index: rust/vendor/console/Cargo.toml =================================================================== --- rust.orig/vendor/console/Cargo.toml +++ rust/vendor/console/Cargo.toml @@ -59,14 +59,3 @@ default = [ ] windows-console-colors = ["ansi-parsing"] -[target."cfg(windows)".dependencies.encode_unicode] -version = "0.3" - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.45.0" -features = [ - "Win32_Foundation", - "Win32_System_Console", - "Win32_Storage_FileSystem", - "Win32_UI_Input_KeyboardAndMouse", -] Index: rust/vendor/curl-sys/Cargo.toml =================================================================== --- rust.orig/vendor/curl-sys/Cargo.toml +++ rust/vendor/curl-sys/Cargo.toml @@ -73,13 +73,6 @@ zlib-ng-compat = [ version = "0.9.64" optional = true -[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg] -version = "0.2" - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.48" -features = ["Win32_Networking_WinSock"] - [badges.appveyor] repository = "alexcrichton/curl-rust" Index: rust/vendor/curl/Cargo.toml =================================================================== --- rust.orig/vendor/curl/Cargo.toml +++ rust/vendor/curl/Cargo.toml @@ -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: rust/vendor/dirs-sys-next/Cargo.toml =================================================================== --- rust.orig/vendor/dirs-sys-next/Cargo.toml +++ rust/vendor/dirs-sys-next/Cargo.toml @@ -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: rust/vendor/dirs-sys/Cargo.toml =================================================================== --- rust.orig/vendor/dirs-sys/Cargo.toml +++ rust/vendor/dirs-sys/Cargo.toml @@ -22,6 +22,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: rust/vendor/errno/Cargo.toml =================================================================== --- rust.orig/vendor/errno/Cargo.toml +++ rust/vendor/errno/Cargo.toml @@ -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: rust/vendor/fd-lock/Cargo.toml =================================================================== --- rust.orig/vendor/fd-lock/Cargo.toml +++ rust/vendor/fd-lock/Cargo.toml @@ -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: rust/vendor/filetime/Cargo.toml =================================================================== --- rust.orig/vendor/filetime/Cargo.toml +++ rust/vendor/filetime/Cargo.toml @@ -38,10 +38,3 @@ version = "0.3.5" [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: rust/vendor/gix-sec/Cargo.toml =================================================================== --- rust.orig/vendor/gix-sec/Cargo.toml +++ rust/vendor/gix-sec/Cargo.toml @@ -63,15 +63,3 @@ serde = [ [target."cfg(not(windows))".dependencies.libc] version = "0.2.123" -[target."cfg(windows)".dependencies.gix-path] -version = "^0.10.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: rust/vendor/home/Cargo.toml =================================================================== --- rust.orig/vendor/home/Cargo.toml +++ rust/vendor/home/Cargo.toml @@ -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: rust/vendor/iana-time-zone/Cargo.toml =================================================================== --- rust.orig/vendor/iana-time-zone/Cargo.toml +++ rust/vendor/iana-time-zone/Cargo.toml @@ -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: rust/vendor/ignore/Cargo.toml =================================================================== --- rust.orig/vendor/ignore/Cargo.toml +++ rust/vendor/ignore/Cargo.toml @@ -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: rust/vendor/io-lifetimes/Cargo.toml =================================================================== --- rust.orig/vendor/io-lifetimes/Cargo.toml +++ rust/vendor/io-lifetimes/Cargo.toml @@ -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.45.0" -features = [ - "Win32_Foundation", - "Win32_Storage_FileSystem", - "Win32_Networking_WinSock", - "Win32_Security", - "Win32_System_IO", - "Win32_System_Threading", -] -optional = true Index: rust/vendor/is-terminal/Cargo.toml =================================================================== --- rust.orig/vendor/is-terminal/Cargo.toml +++ rust/vendor/is-terminal/Cargo.toml @@ -54,14 +54,3 @@ features = ["stdio"] [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: rust/vendor/libloading-0.7.4/Cargo.toml =================================================================== --- rust.orig/vendor/libloading-0.7.4/Cargo.toml +++ rust/vendor/libloading-0.7.4/Cargo.toml @@ -43,9 +43,3 @@ version = "1.1" [target."cfg(unix)".dependencies.cfg-if] version = "1" -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = [ - "errhandlingapi", - "libloaderapi", -] Index: rust/vendor/libloading/Cargo.toml =================================================================== --- rust.orig/vendor/libloading/Cargo.toml +++ rust/vendor/libloading/Cargo.toml @@ -42,11 +42,3 @@ version = "1.1" [target."cfg(unix)".dependencies.cfg-if] version = "1" - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.48" -features = [ - "Win32_Foundation", - "Win32_System_Diagnostics_Debug", - "Win32_System_LibraryLoader", -] Index: rust/vendor/libssh2-sys/Cargo.toml =================================================================== --- rust.orig/vendor/libssh2-sys/Cargo.toml +++ rust/vendor/libssh2-sys/Cargo.toml @@ -43,16 +43,8 @@ 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"] -[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg] -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: rust/vendor/libz-sys/Cargo.toml =================================================================== --- rust.orig/vendor/libz-sys/Cargo.toml +++ rust/vendor/libz-sys/Cargo.toml @@ -65,6 +65,3 @@ zlib-ng = [ "libc", "cmake", ] - -[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg] -version = "0.2" Index: rust/vendor/mio/Cargo.toml =================================================================== --- rust.orig/vendor/mio/Cargo.toml +++ rust/vendor/mio/Cargo.toml @@ -102,8 +102,6 @@ default = ["log"] net = [] os-ext = [ "os-poll", - "windows-sys/Win32_System_Pipes", - "windows-sys/Win32_Security", ] os-poll = [] @@ -116,12 +114,3 @@ version = "0.11.0" [target."cfg(unix)".dependencies.libc] version = "0.2.121" -[target."cfg(windows)".dependencies.windows-sys] -version = "0.48" -features = [ - "Win32_Foundation", - "Win32_Networking_WinSock", - "Win32_Storage_FileSystem", - "Win32_System_IO", - "Win32_System_WindowsProgramming", -] Index: rust/vendor/native-tls/Cargo.toml =================================================================== --- rust.orig/vendor/native-tls/Cargo.toml +++ rust/vendor/native-tls/Cargo.toml @@ -61,6 +61,3 @@ version = "0.1" [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.17" Index: rust/vendor/nu-ansi-term/Cargo.toml =================================================================== --- rust.orig/vendor/nu-ansi-term/Cargo.toml +++ rust/vendor/nu-ansi-term/Cargo.toml @@ -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: rust/vendor/opener-0.5.2/Cargo.toml =================================================================== --- rust.orig/vendor/opener-0.5.2/Cargo.toml +++ rust/vendor/opener-0.5.2/Cargo.toml @@ -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: rust/vendor/opener/Cargo.toml =================================================================== --- rust.orig/vendor/opener/Cargo.toml +++ rust/vendor/opener/Cargo.toml @@ -40,8 +40,6 @@ version = "0.9" reveal = [ "dep:url", "dep:dbus", - "winapi/shtypes", - "winapi/objbase", ] [target."cfg(target_os = \"linux\")".dependencies.bstr] @@ -56,13 +54,6 @@ optional = true version = "2" optional = true -[target."cfg(windows)".dependencies.normpath] -version = "1" - -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = ["shellapi"] - [badges.appveyor] branch = "master" repository = "Seeker14491/opener" Index: rust/vendor/os_info/Cargo.toml =================================================================== --- rust.orig/vendor/os_info/Cargo.toml +++ rust/vendor/os_info/Cargo.toml @@ -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: rust/vendor/parking_lot_core-0.8.6/Cargo.toml =================================================================== --- rust.orig/vendor/parking_lot_core-0.8.6/Cargo.toml +++ rust/vendor/parking_lot_core-0.8.6/Cargo.toml @@ -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: rust/vendor/parking_lot_core/Cargo.toml =================================================================== --- rust.orig/vendor/parking_lot_core/Cargo.toml +++ rust/vendor/parking_lot_core/Cargo.toml @@ -57,6 +57,3 @@ version = "0.3" [target."cfg(unix)".dependencies.libc] version = "0.2.95" - -[target."cfg(windows)".dependencies.windows-targets] -version = "0.48.0" Index: rust/vendor/reqwest/Cargo.toml =================================================================== --- rust.orig/vendor/reqwest/Cargo.toml +++ rust/vendor/reqwest/Cargo.toml @@ -443,6 +443,3 @@ features = ["serde-serialize"] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3" - -[target."cfg(windows)".dependencies.winreg] -version = "0.10" Index: rust/vendor/rustix-0.37.6/Cargo.toml =================================================================== --- rust.orig/vendor/rustix-0.37.6/Cargo.toml +++ rust/vendor/rustix-0.37.6/Cargo.toml @@ -232,15 +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.windows-sys] -version = "0.45.0" -features = [ - "Win32_Foundation", - "Win32_Networking_WinSock", - "Win32_NetworkManagement_IpHelper", - "Win32_System_Threading", -] - -[target."cfg(windows)".dev-dependencies.ctor] -version = "0.1.21" Index: rust/vendor/rustix/Cargo.toml =================================================================== --- rust.orig/vendor/rustix/Cargo.toml +++ rust/vendor/rustix/Cargo.toml @@ -249,20 +249,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: rust/vendor/same-file/Cargo.toml =================================================================== --- rust.orig/vendor/same-file/Cargo.toml +++ rust/vendor/same-file/Cargo.toml @@ -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: rust/vendor/snapbox/Cargo.toml =================================================================== --- rust.orig/vendor/snapbox/Cargo.toml +++ rust/vendor/snapbox/Cargo.toml @@ -161,7 +161,6 @@ cmd = [ "dep:os_pipe", "dep:wait-timeout", "dep:libc", - "dep:windows-sys", ] color = [ "dep:anstream", @@ -199,8 +198,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.48.0" -features = ["Win32_Foundation"] -optional = true Index: rust/vendor/socket2/Cargo.toml =================================================================== --- rust.orig/vendor/socket2/Cargo.toml +++ rust/vendor/socket2/Cargo.toml @@ -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: rust/vendor/stacker/Cargo.toml =================================================================== --- rust.orig/vendor/stacker/Cargo.toml +++ rust/vendor/stacker/Cargo.toml @@ -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: rust/vendor/sysinfo-0.26.7/Cargo.toml =================================================================== --- rust.orig/vendor/sysinfo-0.26.7/Cargo.toml +++ rust/vendor/sysinfo-0.26.7/Cargo.toml @@ -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: rust/vendor/sysinfo/Cargo.toml =================================================================== --- rust.orig/vendor/sysinfo/Cargo.toml +++ rust/vendor/sysinfo/Cargo.toml @@ -75,44 +75,3 @@ version = "1.0" [target."cfg(not(any(target_os = \"unknown\", target_arch = \"wasm32\")))".dependencies.libc] version = "^0.2.144" - -[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", - "iphlpapi", - "winsock2", - "sddl", -] Index: rust/vendor/tempfile/Cargo.toml =================================================================== --- rust.orig/vendor/tempfile/Cargo.toml +++ rust/vendor/tempfile/Cargo.toml @@ -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.48" -features = [ - "Win32_Storage_FileSystem", - "Win32_Foundation", -] Index: rust/vendor/term/Cargo.toml =================================================================== --- rust.orig/vendor/term/Cargo.toml +++ rust/vendor/term/Cargo.toml @@ -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: rust/vendor/termcolor/Cargo.toml =================================================================== --- rust.orig/vendor/termcolor/Cargo.toml +++ rust/vendor/termcolor/Cargo.toml @@ -35,6 +35,3 @@ name = "termcolor" bench = false [dev-dependencies] - -[target."cfg(windows)".dependencies.winapi-util] -version = "0.1.3" Index: rust/vendor/terminal_size/Cargo.toml =================================================================== --- rust.orig/vendor/terminal_size/Cargo.toml +++ rust/vendor/terminal_size/Cargo.toml @@ -30,10 +30,3 @@ repository = "https://github.com/eminenc [target."cfg(not(windows))".dependencies.rustix] version = "0.38.0" features = ["termios"] - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.48.0" -features = [ - "Win32_Foundation", - "Win32_System_Console", -] Index: rust/vendor/termize/Cargo.toml =================================================================== --- rust.orig/vendor/termize/Cargo.toml +++ rust/vendor/termize/Cargo.toml @@ -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: rust/vendor/tokio-native-tls/Cargo.toml =================================================================== --- rust.orig/vendor/tokio-native-tls/Cargo.toml +++ rust/vendor/tokio-native-tls/Cargo.toml @@ -76,20 +76,3 @@ 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", -] Index: rust/vendor/tokio/Cargo.toml =================================================================== --- rust.orig/vendor/tokio/Cargo.toml +++ rust/vendor/tokio/Cargo.toml @@ -122,11 +122,6 @@ net = [ "mio/os-ext", "mio/net", "socket2", - "windows-sys/Win32_Foundation", - "windows-sys/Win32_Security", - "windows-sys/Win32_Storage_FileSystem", - "windows-sys/Win32_System_Pipes", - "windows-sys/Win32_System_SystemServices", ] process = [ "bytes", @@ -135,9 +130,6 @@ process = [ "mio/os-ext", "mio/net", "signal-hook-registry", - "windows-sys/Win32_Foundation", - "windows-sys/Win32_System_Threading", - "windows-sys/Win32_System_WindowsProgramming", ] rt = [] rt-multi-thread = [ @@ -150,8 +142,6 @@ signal = [ "mio/net", "mio/os-ext", "signal-hook-registry", - "windows-sys/Win32_Foundation", - "windows-sys/Win32_System_Console", ] stats = [] sync = [] @@ -217,14 +207,3 @@ features = [ "socket", ] default-features = false - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.48" -optional = true - -[target."cfg(windows)".dev-dependencies.windows-sys] -version = "0.48" -features = [ - "Win32_Foundation", - "Win32_Security_Authorization", -] Index: rust/vendor/uuid/Cargo.toml =================================================================== --- rust.orig/vendor/uuid/Cargo.toml +++ rust/vendor/uuid/Cargo.toml @@ -185,10 +185,6 @@ version = "0.3" version = "0.2" package = "wasm-bindgen" -[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: rust/vendor/walkdir/Cargo.toml =================================================================== --- rust.orig/vendor/walkdir/Cargo.toml +++ rust/vendor/walkdir/Cargo.toml @@ -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: rust/vendor/yansi-term/Cargo.toml =================================================================== --- rust.orig/vendor/yansi-term/Cargo.toml +++ rust/vendor/yansi-term/Cargo.toml @@ -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"