From: Fabian Grünbichler Date: Wed, 6 Sep 2023 19:23:24 +0000 (-0600) Subject: d-0021-vendor-remove-windows-dependencies X-Git-Tag: archive/raspbian/1.85.0+dfsg2-3+rpi1^2~28 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a0199aa06d326dcd7b61bd6710981eb1623cbb39;p=rustc.git d-0021-vendor-remove-windows-dependencies use something like find vendor -iname Cargo.toml -exec grep -H -n -e 'schannel' -e 'windows-sys' -e 'winapi' -e 'ntapi' -e 'wincon' -e 'winreg' -e 'windows' -e 'winsplit' {} \; to find dependencies on windows targets in vendored crates. you will likely need to remove some hunks from this patch after pruning dependencies, since hopefully a few of the crates patched during early rebasing are eliminated. windows-bindgen and windows-metadata should not be removed, they are needed for the build and don't pull in windows-sys and friends. Forwarded: not-needed Signed-off-by: Fabian Grünbichler Gbp-Pq: Topic prune Gbp-Pq: Name d-0021-vendor-remove-windows-dependencies.patch --- diff --git a/vendor/android-tzdata-0.1.1/Cargo.toml b/vendor/android-tzdata-0.1.1/Cargo.toml index 805128a82c..0682717816 100644 --- a/vendor/android-tzdata-0.1.1/Cargo.toml +++ b/vendor/android-tzdata-0.1.1/Cargo.toml @@ -32,3 +32,4 @@ repository = "https://github.com/RumovZ/android-tzdata" [dev-dependencies.zip] version = "0.6.4" +repository = "https://github.com/rust-cli/concolor" diff --git a/vendor/anstream-0.6.18/Cargo.toml b/vendor/anstream-0.6.18/Cargo.toml index a0b88d74ce..2a501f2190 100644 --- a/vendor/anstream-0.6.18/Cargo.toml +++ b/vendor/anstream-0.6.18/Cargo.toml @@ -152,14 +152,8 @@ version = "0.2.0" auto = ["dep:anstyle-query"] default = [ "auto", - "wincon", ] test = [] -wincon = ["dep:anstyle-wincon"] - -[target."cfg(windows)".dependencies.anstyle-wincon] -version = "3.0.5" -optional = true [lints.clippy] bool_assert_comparison = "allow" diff --git a/vendor/anstyle-query-1.1.2/Cargo.toml b/vendor/anstyle-query-1.1.2/Cargo.toml index 8073b87a4e..1431cec5a5 100644 --- a/vendor/anstyle-query-1.1.2/Cargo.toml +++ b/vendor/anstyle-query-1.1.2/Cargo.toml @@ -92,13 +92,6 @@ path = "src/lib.rs" name = "query" path = "examples/query.rs" -[target."cfg(windows)".dependencies.windows-sys] -version = "0.59.0" -features = [ - "Win32_System_Console", - "Win32_Foundation", -] - [lints.clippy] bool_assert_comparison = "allow" branches_sharing_code = "allow" diff --git a/vendor/backtrace-0.3.71/Cargo.toml b/vendor/backtrace-0.3.71/Cargo.toml index 6ac3a6db06..0749f23132 100644 --- a/vendor/backtrace-0.3.71/Cargo.toml +++ b/vendor/backtrace-0.3.71/Cargo.toml @@ -105,16 +105,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] @@ -141,7 +131,3 @@ features = [ "archive", ] default-features = false - -[target."cfg(windows)".dependencies.winapi] -version = "0.3.9" -optional = true diff --git a/vendor/backtrace-0.3.73/Cargo.toml b/vendor/backtrace-0.3.73/Cargo.toml index 32ee718cce..78e4bee36d 100644 --- a/vendor/backtrace-0.3.73/Cargo.toml +++ b/vendor/backtrace-0.3.73/Cargo.toml @@ -121,18 +121,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", - "winapi/winnls", - "winapi/stringapiset", ] [target."cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))".dependencies.addr2line] @@ -160,9 +148,5 @@ features = [ ] default-features = false -[target."cfg(windows)".dependencies.winapi] -version = "0.3.9" -optional = true - [lints.rust] unexpected_cfgs = "allow" diff --git a/vendor/chrono-0.4.39/Cargo.toml b/vendor/chrono-0.4.39/Cargo.toml index 6ccd2ac81f..70e45ba42b 100644 --- a/vendor/chrono-0.4.39/Cargo.toml +++ b/vendor/chrono-0.4.39/Cargo.toml @@ -107,7 +107,6 @@ version = "1" __internal_bench = [] alloc = [] clock = [ - "winapi", "iana-time-zone", "android-tzdata", "now", @@ -144,7 +143,6 @@ wasmbind = [ "wasm-bindgen", "js-sys", ] -winapi = ["windows-targets"] [target.'cfg(all(target_arch = "wasm32", not(any(target_os = "emscripten", target_os = "wasi"))))'.dependencies.js-sys] version = "0.3" @@ -165,10 +163,3 @@ optional = true version = "0.1.45" features = ["fallback"] optional = true - -[target."cfg(windows)".dependencies.windows-targets] -version = "0.52" -optional = true - -[target."cfg(windows)".dev-dependencies.windows-bindgen] -version = "0.58" diff --git a/vendor/colored-2.2.0/Cargo.toml b/vendor/colored-2.2.0/Cargo.toml index 500eb9798f..2e9ce71afa 100644 --- a/vendor/colored-2.2.0/Cargo.toml +++ b/vendor/colored-2.2.0/Cargo.toml @@ -80,10 +80,3 @@ version = "1" [features] no-color = [] - -[target."cfg(windows)".dependencies.windows-sys] -version = ">=0.48,<=0.59" -features = [ - "Win32_Foundation", - "Win32_System_Console", -] diff --git a/vendor/console-0.15.10/Cargo.toml b/vendor/console-0.15.10/Cargo.toml index 0c96b8c009..93a632fa47 100644 --- a/vendor/console-0.15.10/Cargo.toml +++ b/vendor/console-0.15.10/Cargo.toml @@ -92,15 +92,3 @@ default = [ "ansi-parsing", ] windows-console-colors = ["ansi-parsing"] - -[target."cfg(windows)".dependencies.encode_unicode] -version = "1" - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.59" -features = [ - "Win32_Foundation", - "Win32_System_Console", - "Win32_Storage_FileSystem", - "Win32_UI_Input_KeyboardAndMouse", -] diff --git a/vendor/ctrlc-3.4.5/Cargo.toml b/vendor/ctrlc-3.4.5/Cargo.toml index c32a86c9e2..3c1f918553 100644 --- a/vendor/ctrlc-3.4.5/Cargo.toml +++ b/vendor/ctrlc-3.4.5/Cargo.toml @@ -56,23 +56,5 @@ features = [ ] default-features = false -[target."cfg(windows)".dependencies.windows-sys] -version = "0.59" -features = [ - "Win32_Foundation", - "Win32_System_Threading", - "Win32_Security", - "Win32_System_Console", -] - -[target."cfg(windows)".dev-dependencies.windows-sys] -version = "0.59" -features = [ - "Win32_Storage_FileSystem", - "Win32_Foundation", - "Win32_System_IO", - "Win32_System_Console", -] - [badges.maintenance] status = "passively-maintained" diff --git a/vendor/curl-0.4.47/Cargo.toml b/vendor/curl-0.4.47/Cargo.toml index 580f431f72..7ac8e91a8b 100644 --- a/vendor/curl-0.4.47/Cargo.toml +++ b/vendor/curl-0.4.47/Cargo.toml @@ -144,14 +144,3 @@ optional = true [target.'cfg(all(unix, not(target_os = "macos")))'.dependencies.openssl-sys] version = "0.9.64" optional = true - -[target.'cfg(target_env = "msvc")'.dependencies.schannel] -version = "0.1.13" - -[target.'cfg(target_env = "msvc")'.dependencies.windows-sys] -version = "0.52" -features = [ - "Win32_Foundation", - "Win32_System_LibraryLoader", - "Win32_Security_Cryptography", -] diff --git a/vendor/curl-sys-0.4.78+curl-8.11.0/Cargo.toml b/vendor/curl-sys-0.4.78+curl-8.11.0/Cargo.toml index f78fab8e94..261659ea3e 100644 --- a/vendor/curl-sys-0.4.78+curl-8.11.0/Cargo.toml +++ b/vendor/curl-sys-0.4.78+curl-8.11.0/Cargo.toml @@ -84,7 +84,3 @@ optional = true [target.'cfg(target_env = "msvc")'.build-dependencies.vcpkg] version = "0.2" - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.52" -features = ["Win32_Networking_WinSock"] diff --git a/vendor/dbus-0.9.7/Cargo.toml b/vendor/dbus-0.9.7/Cargo.toml index d9f6d84456..e04d90bfce 100644 --- a/vendor/dbus-0.9.7/Cargo.toml +++ b/vendor/dbus-0.9.7/Cargo.toml @@ -63,9 +63,5 @@ no-string-validation = [] stdfd = [] vendored = ["libdbus-sys/vendored"] -[target."cfg(windows)".dependencies.winapi] -version = "0.3.0" -features = ["winsock2"] - [badges.maintenance] status = "actively-developed" diff --git a/vendor/dirs-sys-0.4.1/Cargo.toml b/vendor/dirs-sys-0.4.1/Cargo.toml index 4a992ae5a3..86aec87deb 100644 --- a/vendor/dirs-sys-0.4.1/Cargo.toml +++ b/vendor/dirs-sys-0.4.1/Cargo.toml @@ -27,12 +27,3 @@ default-features = false [target."cfg(unix)".dependencies.libc] version = "0.2" - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.48.0" -features = [ - "Win32_UI_Shell", - "Win32_Foundation", - "Win32_Globalization", - "Win32_System_Com", -] diff --git a/vendor/dirs-sys-next-0.1.2/Cargo.toml b/vendor/dirs-sys-next-0.1.2/Cargo.toml index e9d8d0ca99..acb2eb7dc5 100644 --- a/vendor/dirs-sys-next-0.1.2/Cargo.toml +++ b/vendor/dirs-sys-next-0.1.2/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" diff --git a/vendor/dlmalloc-0.2.7/Cargo.toml b/vendor/dlmalloc-0.2.7/Cargo.toml index 8b4957ee42..a1aa2a1477 100644 --- a/vendor/dlmalloc-0.2.7/Cargo.toml +++ b/vendor/dlmalloc-0.2.7/Cargo.toml @@ -77,12 +77,3 @@ rustc-dep-of-std = [ [target.'cfg(all(unix, not(target_arch = "wasm32")))'.dependencies.libc] version = "0.2" default-features = false - -[target.'cfg(target_os = "windows")'.dependencies.windows-sys] -version = ">=0.52.0, <=0.59.*" -features = [ - "Win32_Foundation", - "Win32_System_Memory", - "Win32_System_Threading", - "Win32_System_SystemInformation", -] diff --git a/vendor/env_logger-0.11.6/Cargo.toml b/vendor/env_logger-0.11.6/Cargo.toml index e370a042fc..dce8b19262 100644 --- a/vendor/env_logger-0.11.6/Cargo.toml +++ b/vendor/env_logger-0.11.6/Cargo.toml @@ -160,7 +160,7 @@ harness = false [dependencies.anstream] version = "0.6.11" -features = ["wincon"] +features = [] optional = true default-features = false diff --git a/vendor/errno-0.3.10/Cargo.toml b/vendor/errno-0.3.10/Cargo.toml index ad290a0878..96d0da5537 100644 --- a/vendor/errno-0.3.10/Cargo.toml +++ b/vendor/errno-0.3.10/Cargo.toml @@ -50,10 +50,3 @@ default-features = false [target."cfg(unix)".dependencies.libc] version = "0.2" default-features = false - -[target."cfg(windows)".dependencies.windows-sys] -version = ">=0.52, <=0.59" -features = [ - "Win32_Foundation", - "Win32_System_Diagnostics_Debug", -] diff --git a/vendor/fd-lock-4.0.2/Cargo.toml b/vendor/fd-lock-4.0.2/Cargo.toml index 88826bc5ae..fbf815df8a 100644 --- a/vendor/fd-lock-4.0.2/Cargo.toml +++ b/vendor/fd-lock-4.0.2/Cargo.toml @@ -43,11 +43,3 @@ version = "3.0.8" [target."cfg(unix)".dependencies.rustix] version = "0.38.0" features = ["fs"] - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.52.0" -features = [ - "Win32_Foundation", - "Win32_Storage_FileSystem", - "Win32_System_IO", -] diff --git a/vendor/filetime-0.2.25/Cargo.toml b/vendor/filetime-0.2.25/Cargo.toml index d621d2c96b..2ea780578f 100644 --- a/vendor/filetime-0.2.25/Cargo.toml +++ b/vendor/filetime-0.2.25/Cargo.toml @@ -47,10 +47,3 @@ version = "0.1.0" [target."cfg(unix)".dependencies.libc] version = "0.2.27" - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.59.0" -features = [ - "Win32_Foundation", - "Win32_Storage_FileSystem", -] diff --git a/vendor/gix-discover-0.37.0/Cargo.toml b/vendor/gix-discover-0.37.0/Cargo.toml index 0fc281dc1f..378120c058 100644 --- a/vendor/gix-discover-0.37.0/Cargo.toml +++ b/vendor/gix-discover-0.37.0/Cargo.toml @@ -70,12 +70,6 @@ default-features = false [target."cfg(any(unix, windows))".dev-dependencies.tempfile] version = "3.2.0" -[target.'cfg(target_os = "macos")'.dev-dependencies.defer] -version = "0.2.1" - -[target."cfg(windows)".dependencies.dunce] -version = "1.0.3" - [lints.clippy] bool_to_int_with_if = "allow" borrow_as_ptr = "allow" diff --git a/vendor/gix-path-0.10.13/Cargo.toml b/vendor/gix-path-0.10.13/Cargo.toml index e849a4b640..19eb266677 100644 --- a/vendor/gix-path-0.10.13/Cargo.toml +++ b/vendor/gix-path-0.10.13/Cargo.toml @@ -55,16 +55,6 @@ default-features = false [target.'cfg(not(target_family = "wasm"))'.dependencies.home] version = "0.5.5" -[target."cfg(windows)".dev-dependencies.known-folders] -version = "1.1.0" - -[target."cfg(windows)".dev-dependencies.windows] -version = "0.58.0" -features = ["Win32_System_Threading"] - -[target."cfg(windows)".dev-dependencies.winreg] -version = "0.52.0" - [lints.clippy] bool_to_int_with_if = "allow" borrow_as_ptr = "allow" diff --git a/vendor/gix-sec-0.10.10/Cargo.toml b/vendor/gix-sec-0.10.10/Cargo.toml index 04a73e04cf..f299b05c10 100644 --- a/vendor/gix-sec-0.10.10/Cargo.toml +++ b/vendor/gix-sec-0.10.10/Cargo.toml @@ -69,16 +69,6 @@ version = "0.2.123" [target."cfg(windows)".dependencies.gix-path] version = "^0.10.13" -[target."cfg(windows)".dependencies.windows-sys] -version = "0.52.0" -features = [ - "Win32_Foundation", - "Win32_Security_Authorization", - "Win32_Storage_FileSystem", - "Win32_System_Memory", - "Win32_System_Threading", -] - [lints.clippy] bool_to_int_with_if = "allow" borrow_as_ptr = "allow" diff --git a/vendor/home-0.5.11/Cargo.toml b/vendor/home-0.5.11/Cargo.toml index dec1b26045..6c857fc125 100644 --- a/vendor/home-0.5.11/Cargo.toml +++ b/vendor/home-0.5.11/Cargo.toml @@ -39,14 +39,6 @@ repository = "https://github.com/rust-lang/cargo" name = "home" path = "src/lib.rs" -[target."cfg(windows)".dependencies.windows-sys] -version = "0.59" -features = [ - "Win32_Foundation", - "Win32_UI_Shell", - "Win32_System_Com", -] - [lints.clippy] dbg_macro = "warn" disallowed_methods = "warn" diff --git a/vendor/iana-time-zone-0.1.61/Cargo.toml b/vendor/iana-time-zone-0.1.61/Cargo.toml index 018173294a..5aa5d045f9 100644 --- a/vendor/iana-time-zone-0.1.61/Cargo.toml +++ b/vendor/iana-time-zone-0.1.61/Cargo.toml @@ -69,6 +69,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-core] -version = ">=0.50, <=0.52" diff --git a/vendor/ignore-0.4.23/Cargo.toml b/vendor/ignore-0.4.23/Cargo.toml index 15384fe35b..74b35810b7 100644 --- a/vendor/ignore-0.4.23/Cargo.toml +++ b/vendor/ignore-0.4.23/Cargo.toml @@ -90,6 +90,3 @@ version = "0.5.8" [features] simd-accel = [] - -[target."cfg(windows)".dependencies.winapi-util] -version = "0.1.2" diff --git a/vendor/is-terminal-0.4.12/Cargo.toml b/vendor/is-terminal-0.4.12/Cargo.toml index 98a8829336..01ce09a531 100644 --- a/vendor/is-terminal-0.4.12/Cargo.toml +++ b/vendor/is-terminal-0.4.12/Cargo.toml @@ -57,14 +57,3 @@ features = ["stdio"] [target."cfg(target_os = \"hermit\")".dependencies.hermit-abi] version = "0.3.0" - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.52.0" -features = [ - "Win32_Foundation", - "Win32_Storage_FileSystem", - "Win32_System_Console", -] - -[target."cfg(windows)".dev-dependencies.tempfile] -version = "3" diff --git a/vendor/is_executable-1.0.3/Cargo.toml b/vendor/is_executable-1.0.3/Cargo.toml index 41f2f56e51..32747ea6b7 100644 --- a/vendor/is_executable-1.0.3/Cargo.toml +++ b/vendor/is_executable-1.0.3/Cargo.toml @@ -43,9 +43,5 @@ path = "tests/tests.rs" [dev-dependencies.diff] version = "0.1.10" -[target.'cfg(target_os = "windows")'.dependencies.winapi] -version = "0.3" -features = ["winbase"] - [badges.travis-ci] repository = "fitzgen/is_executable" diff --git a/vendor/jiff-0.1.13/Cargo.toml b/vendor/jiff-0.1.13/Cargo.toml index 43b6e6639a..5371d53f6e 100644 --- a/vendor/jiff-0.1.13/Cargo.toml +++ b/vendor/jiff-0.1.13/Cargo.toml @@ -133,7 +133,6 @@ serde = ["dep:serde"] std = ["alloc"] tz-system = [ "std", - "dep:windows-sys", ] tzdb-bundle-always = [ "dep:jiff-tzdb", @@ -159,12 +158,3 @@ optional = true [target.'cfg(not(target_family = "wasm"))'.dev-dependencies.hifitime] version = "3.9.0" - -[target."cfg(windows)".dependencies.windows-sys] -version = ">=0.52.0, <=0.59.*" -features = [ - "Win32_Foundation", - "Win32_System_Time", -] -optional = true -default-features = false diff --git a/vendor/libloading-0.8.6/Cargo.toml b/vendor/libloading-0.8.6/Cargo.toml index 338072a152..712a40b386 100644 --- a/vendor/libloading-0.8.6/Cargo.toml +++ b/vendor/libloading-0.8.6/Cargo.toml @@ -44,13 +44,6 @@ version = "1.1" [target."cfg(unix)".dependencies.cfg-if] version = "1" -[target."cfg(windows)".dependencies.windows-targets] -version = ">=0.48, <0.53" - -[target."cfg(windows)".dev-dependencies.windows-sys] -version = ">=0.52,<0.59" -features = ["Win32_Foundation"] - [lints.rust.unexpected_cfgs] level = "warn" priority = 0 diff --git a/vendor/libssh2-sys-0.3.0/Cargo.toml b/vendor/libssh2-sys-0.3.0/Cargo.toml index 45f4a714fb..516644c6f4 100644 --- a/vendor/libssh2-sys-0.3.0/Cargo.toml +++ b/vendor/libssh2-sys-0.3.0/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 diff --git a/vendor/mio-0.8.11/Cargo.toml b/vendor/mio-0.8.11/Cargo.toml index 5d112d9e26..1d30aa8d05 100644 --- a/vendor/mio-0.8.11/Cargo.toml +++ b/vendor/mio-0.8.11/Cargo.toml @@ -103,8 +103,6 @@ default = ["log"] net = [] os-ext = [ "os-poll", - "windows-sys/Win32_System_Pipes", - "windows-sys/Win32_Security", ] os-poll = [] @@ -116,13 +114,3 @@ version = "0.11.0" [target."cfg(unix)".dependencies.libc] version = "0.2.149" - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.48" -features = [ - "Win32_Foundation", - "Win32_Networking_WinSock", - "Win32_Storage_FileSystem", - "Win32_System_IO", - "Win32_System_WindowsProgramming", -] diff --git a/vendor/notify-6.1.1/Cargo.toml b/vendor/notify-6.1.1/Cargo.toml index 34600c917e..2a4612eded 100644 --- a/vendor/notify-6.1.1/Cargo.toml +++ b/vendor/notify-6.1.1/Cargo.toml @@ -107,14 +107,3 @@ optional = true version = "0.8" features = ["os-ext"] optional = true - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.48.0" -features = [ - "Win32_System_Threading", - "Win32_Foundation", - "Win32_Storage_FileSystem", - "Win32_Security", - "Win32_System_WindowsProgramming", - "Win32_System_IO", -] diff --git a/vendor/nu-ansi-term-0.46.0/Cargo.toml b/vendor/nu-ansi-term-0.46.0/Cargo.toml index 209e05511d..aa40f02f65 100644 --- a/vendor/nu-ansi-term-0.46.0/Cargo.toml +++ b/vendor/nu-ansi-term-0.46.0/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", -] diff --git a/vendor/nu-ansi-term-0.50.1/Cargo.toml b/vendor/nu-ansi-term-0.50.1/Cargo.toml index e491c190b3..e01f722e2f 100644 --- a/vendor/nu-ansi-term-0.50.1/Cargo.toml +++ b/vendor/nu-ansi-term-0.50.1/Cargo.toml @@ -42,13 +42,3 @@ version = "1.0.94" [features] derive_serde_style = ["serde"] gnu_legacy = [] - -[target."cfg(windows)".dependencies.windows] -version = "0.52.0" -features = [ - "Win32_Foundation", - "Win32_System_Console", - "Win32_Storage_FileSystem", - "Win32_Security", -] -package = "windows-sys" diff --git a/vendor/onig-6.4.0/Cargo.toml b/vendor/onig-6.4.0/Cargo.toml index 43e49e20f8..54b9a8bb3a 100644 --- a/vendor/onig-6.4.0/Cargo.toml +++ b/vendor/onig-6.4.0/Cargo.toml @@ -44,6 +44,3 @@ generate = ["onig_sys/generate"] posix-api = ["onig_sys/posix-api"] print-debug = ["onig_sys/print-debug"] std-pattern = [] - -[target."cfg(windows)".dependencies.libc] -version = "0.2" diff --git a/vendor/opener-0.5.2/Cargo.toml b/vendor/opener-0.5.2/Cargo.toml index 8d91b5ef38..2d7313b718 100644 --- a/vendor/opener-0.5.2/Cargo.toml +++ b/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" diff --git a/vendor/opener-0.7.2/Cargo.toml b/vendor/opener-0.7.2/Cargo.toml index 5639d3dbce..eff5c32efe 100644 --- a/vendor/opener-0.7.2/Cargo.toml +++ b/vendor/opener-0.7.2/Cargo.toml @@ -48,7 +48,6 @@ default = ["dbus-vendored"] reveal = [ "dep:url", "dep:dbus", - "windows-sys/Win32_System_Com", ] [target.'cfg(target_os = "linux")'.dependencies.bstr] @@ -62,16 +61,5 @@ optional = true version = "2" optional = true -[target."cfg(windows)".dependencies.normpath] -version = "1" - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.59" -features = [ - "Win32_Foundation", - "Win32_UI_Shell", - "Win32_UI_WindowsAndMessaging", -] - [badges.maintenance] status = "passively-maintained" diff --git a/vendor/os_info-3.8.2/Cargo.toml b/vendor/os_info-3.8.2/Cargo.toml index 9aa206743b..c1a79b86b5 100644 --- a/vendor/os_info-3.8.2/Cargo.toml +++ b/vendor/os_info-3.8.2/Cargo.toml @@ -48,15 +48,3 @@ version = "1" [features] default = ["serde"] - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.52" -features = [ - "Win32_Foundation", - "Win32_System_LibraryLoader", - "Win32_System_Registry", - "Win32_System_SystemInformation", - "Win32_System_SystemServices", - "Win32_System_Threading", - "Win32_UI_WindowsAndMessaging", -] diff --git a/vendor/parking_lot_core-0.9.10/Cargo.toml b/vendor/parking_lot_core-0.9.10/Cargo.toml index 3111f2bc4f..c7a53ca5b5 100644 --- a/vendor/parking_lot_core-0.9.10/Cargo.toml +++ b/vendor/parking_lot_core-0.9.10/Cargo.toml @@ -61,6 +61,3 @@ version = "0.5" [target."cfg(unix)".dependencies.libc] version = "0.2.95" - -[target."cfg(windows)".dependencies.windows-targets] -version = "0.52.0" diff --git a/vendor/portable-atomic-1.10.0/Cargo.toml b/vendor/portable-atomic-1.10.0/Cargo.toml index 7b520b7746..c85bff25d7 100644 --- a/vendor/portable-atomic-1.10.0/Cargo.toml +++ b/vendor/portable-atomic-1.10.0/Cargo.toml @@ -98,13 +98,6 @@ unsafe-assume-single-core = [] [target."cfg(unix)".dev-dependencies.libc] version = "=0.2.163" -[target."cfg(windows)".dev-dependencies.windows-sys] -version = "0.59" -features = [ - "Win32_Foundation", - "Win32_System_Threading", -] - [lints.clippy] all = "warn" as_ptr_cast_mut = "warn" diff --git a/vendor/process-wrap-8.0.2/Cargo.toml b/vendor/process-wrap-8.0.2/Cargo.toml index d04598fc4f..1f60c7ea81 100644 --- a/vendor/process-wrap-8.0.2/Cargo.toml +++ b/vendor/process-wrap-8.0.2/Cargo.toml @@ -73,8 +73,6 @@ features = [ [features] creation-flags = [ - "dep:windows", - "windows/Win32_System_Threading", ] default = [ "creation-flags", @@ -85,12 +83,6 @@ default = [ "tracing", ] job-object = [ - "dep:windows", - "windows/Win32_Security", - "windows/Win32_System_Diagnostics_ToolHelp", - "windows/Win32_System_IO", - "windows/Win32_System_JobObjects", - "windows/Win32_System_Threading", ] kill-on-drop = [] process-group = [] @@ -114,6 +106,3 @@ features = [ optional = true default-features = false -[target."cfg(windows)".dependencies.windows] -version = "0.56.0" -optional = true diff --git a/vendor/rustix-0.38.42/Cargo.toml b/vendor/rustix-0.38.42/Cargo.toml index 580f185dfe..46f2dbc5ef 100644 --- a/vendor/rustix-0.38.42/Cargo.toml +++ b/vendor/rustix-0.38.42/Cargo.toml @@ -267,15 +267,6 @@ version = "0.3.10" default-features = false package = "errno" -[target."cfg(windows)".dependencies.windows-sys] -version = ">=0.52, <=0.59" -features = [ - "Win32_Foundation", - "Win32_Networking_WinSock", - "Win32_NetworkManagement_IpHelper", - "Win32_System_Threading", -] - [lints.rust.unexpected_cfgs] level = "warn" priority = 0 diff --git a/vendor/same-file-1.0.6/Cargo.toml b/vendor/same-file-1.0.6/Cargo.toml index 4f668208e7..11ef472467 100644 --- a/vendor/same-file-1.0.6/Cargo.toml +++ b/vendor/same-file-1.0.6/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" diff --git a/vendor/snapbox-0.6.20/Cargo.toml b/vendor/snapbox-0.6.20/Cargo.toml index 4c547413c2..8ea990ce20 100644 --- a/vendor/snapbox-0.6.20/Cargo.toml +++ b/vendor/snapbox-0.6.20/Cargo.toml @@ -189,7 +189,6 @@ cmd = [ "dep:os_pipe", "dep:wait-timeout", "dep:libc", - "dep:windows-sys", ] color = [ "dep:anstream", @@ -231,11 +230,6 @@ term-svg = [ version = "0.2.137" optional = true -[target."cfg(windows)".dependencies.windows-sys] -version = "0.59.0" -features = ["Win32_Foundation"] -optional = true - [lints.clippy] bool_assert_comparison = "allow" branches_sharing_code = "allow" diff --git a/vendor/socket2-0.5.8/Cargo.toml b/vendor/socket2-0.5.8/Cargo.toml index 68d8eb7728..ae363b0493 100644 --- a/vendor/socket2-0.5.8/Cargo.toml +++ b/vendor/socket2-0.5.8/Cargo.toml @@ -85,13 +85,3 @@ all = [] [target."cfg(unix)".dependencies.libc] version = "0.2.150" - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.52" -features = [ - "Win32_Foundation", - "Win32_Networking_WinSock", - "Win32_System_IO", - "Win32_System_Threading", - "Win32_System_WindowsProgramming", -] diff --git a/vendor/stacker-0.1.17/Cargo.toml b/vendor/stacker-0.1.17/Cargo.toml index 2ce65c28c5..f6d74c039e 100644 --- a/vendor/stacker-0.1.17/Cargo.toml +++ b/vendor/stacker-0.1.17/Cargo.toml @@ -44,11 +44,3 @@ version = "0.1.7" [build-dependencies.cc] version = "1.0.2" - -[target."cfg(windows)".dependencies.windows-sys] -version = ">=0.52.0, <0.60.0" -features = [ - "Win32_System_Memory", - "Win32_System_Threading", - "Win32_Foundation", -] diff --git a/vendor/sysinfo-0.31.4/Cargo.toml b/vendor/sysinfo-0.31.4/Cargo.toml index 97f5a7fd8d..f09c18d0a1 100644 --- a/vendor/sysinfo-0.31.4/Cargo.toml +++ b/vendor/sysinfo-0.31.4/Cargo.toml @@ -114,12 +114,6 @@ apple-app-store = ["apple-sandbox"] apple-sandbox = [] c-interface = ["default"] component = [ - "windows/Win32_Foundation", - "windows/Win32_Security", - "windows/Win32_System_Com", - "windows/Win32_System_Rpc", - "windows/Win32_System_Variant", - "windows/Win32_System_Wmi", ] debug = ["libc/extra_traits"] default = [ @@ -131,50 +125,17 @@ default = [ "multithread", ] disk = [ - "windows/Win32_Foundation", - "windows/Win32_Storage_FileSystem", - "windows/Win32_Security", - "windows/Win32_System_IO", - "windows/Win32_System_Ioctl", - "windows/Win32_System_WindowsProgramming", ] linux-netdevs = [] linux-tmpfs = [] multithread = ["dep:rayon"] network = [ - "windows/Win32_Foundation", - "windows/Win32_NetworkManagement_IpHelper", - "windows/Win32_NetworkManagement_Ndis", - "windows/Win32_Networking_WinSock", ] system = [ - "windows/Win32_Foundation", - "windows/Wdk_System_SystemInformation", - "windows/Wdk_System_SystemServices", - "windows/Wdk_System_Threading", - "windows/Win32_Security_Authorization", - "windows/Win32_System_Diagnostics_Debug", - "windows/Win32_System_Kernel", - "windows/Win32_System_Memory", - "windows/Win32_System_Performance", - "windows/Win32_System_Power", - "windows/Win32_System_ProcessStatus", - "windows/Win32_System_Registry", - "windows/Win32_System_RemoteDesktop", - "windows/Win32_System_SystemInformation", - "windows/Win32_System_SystemServices", - "windows/Win32_System_Threading", - "windows/Win32_UI_Shell", - "dep:ntapi", "dep:memchr", ] unknown-ci = [] user = [ - "windows/Win32_Foundation", - "windows/Win32_NetworkManagement_NetManagement", - "windows/Win32_Security", - "windows/Win32_Security_Authentication_Identity", - "windows/Win32_Security_Authorization", ] [target.'cfg(all(target_os = "linux", not(target_os = "android")))'.dev-dependencies.tempfile] @@ -185,11 +146,3 @@ version = "0.8" [target.'cfg(not(any(target_os = "unknown", target_arch = "wasm32")))'.dependencies.libc] version = "^0.2.153" - -[target."cfg(windows)".dependencies.ntapi] -version = "0.4" -optional = true - -[target."cfg(windows)".dependencies.windows] -version = ">=0.54, <=0.57" -optional = true diff --git a/vendor/sysinfo-0.33.0/Cargo.toml b/vendor/sysinfo-0.33.0/Cargo.toml index 6eebfa5dd6..d9919f2b72 100644 --- a/vendor/sysinfo-0.33.0/Cargo.toml +++ b/vendor/sysinfo-0.33.0/Cargo.toml @@ -125,12 +125,6 @@ apple-app-store = ["apple-sandbox"] apple-sandbox = [] c-interface = ["default"] component = [ - "windows/Win32_Foundation", - "windows/Win32_Security", - "windows/Win32_System_Com", - "windows/Win32_System_Rpc", - "windows/Win32_System_Variant", - "windows/Win32_System_Wmi", ] debug = ["libc/extra_traits"] default = [ @@ -142,51 +136,17 @@ default = [ "multithread", ] disk = [ - "windows/Win32_Foundation", - "windows/Win32_Storage_FileSystem", - "windows/Win32_Security", - "windows/Win32_System_IO", - "windows/Win32_System_Ioctl", - "windows/Win32_System_SystemServices", - "windows/Win32_System_WindowsProgramming", ] linux-netdevs = [] linux-tmpfs = [] multithread = ["dep:rayon"] network = [ - "windows/Win32_Foundation", - "windows/Win32_NetworkManagement_IpHelper", - "windows/Win32_NetworkManagement_Ndis", - "windows/Win32_Networking_WinSock", ] system = [ - "windows/Win32_Foundation", - "windows/Wdk_System_SystemInformation", - "windows/Wdk_System_SystemServices", - "windows/Wdk_System_Threading", - "windows/Win32_Security_Authorization", - "windows/Win32_System_Diagnostics_Debug", - "windows/Win32_System_Kernel", - "windows/Win32_System_Memory", - "windows/Win32_System_Performance", - "windows/Win32_System_Power", - "windows/Win32_System_ProcessStatus", - "windows/Win32_System_Registry", - "windows/Win32_System_RemoteDesktop", - "windows/Win32_System_SystemInformation", - "windows/Win32_System_SystemServices", - "windows/Win32_System_Threading", - "windows/Win32_UI_Shell", - "dep:ntapi", "dep:memchr", ] unknown-ci = [] user = [ - "windows/Win32_Foundation", - "windows/Win32_NetworkManagement_NetManagement", - "windows/Win32_Security", - "windows/Win32_Security_Authentication_Identity", - "windows/Win32_Security_Authorization", ] [target.'cfg(all(target_os = "linux", not(target_os = "android")))'.dev-dependencies.tempfile] @@ -197,11 +157,3 @@ version = "0.8.7" [target.'cfg(not(any(target_os = "unknown", target_arch = "wasm32")))'.dependencies.libc] version = "^0.2.164" - -[target."cfg(windows)".dependencies.ntapi] -version = "0.4" -optional = true - -[target."cfg(windows)".dependencies.windows] -version = ">=0.54, <=0.57" -optional = true diff --git a/vendor/tempfile-3.14.0/Cargo.toml b/vendor/tempfile-3.14.0/Cargo.toml index 302880cf26..49c0634d22 100644 --- a/vendor/tempfile-3.14.0/Cargo.toml +++ b/vendor/tempfile-3.14.0/Cargo.toml @@ -81,10 +81,3 @@ nightly = [] [target.'cfg(any(unix, target_os = "wasi"))'.dependencies.rustix] version = "0.38.39" features = ["fs"] - -[target."cfg(windows)".dependencies.windows-sys] -version = ">=0.52,<=0.59" -features = [ - "Win32_Storage_FileSystem", - "Win32_Foundation", -] diff --git a/vendor/term-0.7.0/Cargo.toml b/vendor/term-0.7.0/Cargo.toml index e89261eda7..ad5d62bdb2 100644 --- a/vendor/term-0.7.0/Cargo.toml +++ b/vendor/term-0.7.0/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" diff --git a/vendor/termcolor-1.4.1/Cargo.toml b/vendor/termcolor-1.4.1/Cargo.toml index f90eacae76..d32db67ae8 100644 --- a/vendor/termcolor-1.4.1/Cargo.toml +++ b/vendor/termcolor-1.4.1/Cargo.toml @@ -35,6 +35,3 @@ name = "termcolor" bench = false [dev-dependencies] - -[target."cfg(windows)".dependencies.winapi-util] -version = "0.1.3" diff --git a/vendor/terminal_size-0.4.1/Cargo.toml b/vendor/terminal_size-0.4.1/Cargo.toml index 627f55ff20..66e689c7cd 100644 --- a/vendor/terminal_size-0.4.1/Cargo.toml +++ b/vendor/terminal_size-0.4.1/Cargo.toml @@ -46,9 +46,3 @@ path = "examples/get_size.rs" version = "0.38.0" features = ["termios"] -[target."cfg(windows)".dependencies.windows-sys] -version = "0.59.0" -features = [ - "Win32_Foundation", - "Win32_System_Console", -] diff --git a/vendor/termize-0.1.1/Cargo.toml b/vendor/termize-0.1.1/Cargo.toml index d248f4db5e..9bd9f37e65 100644 --- a/vendor/termize-0.1.1/Cargo.toml +++ b/vendor/termize-0.1.1/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" diff --git a/vendor/tokio-1.42.0/Cargo.toml b/vendor/tokio-1.42.0/Cargo.toml index 41a0faa5d4..7f97e6c5a9 100644 --- a/vendor/tokio-1.42.0/Cargo.toml +++ b/vendor/tokio-1.42.0/Cargo.toml @@ -703,11 +703,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", @@ -716,9 +711,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 = ["rt"] @@ -728,8 +720,6 @@ signal = [ "mio/net", "mio/os-ext", "signal-hook-registry", - "windows-sys/Win32_Foundation", - "windows-sys/Win32_System_Console", ] sync = [] test-util = [ @@ -798,14 +788,3 @@ features = [ "socket", ] default-features = false - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.52" -optional = true - -[target."cfg(windows)".dev-dependencies.windows-sys] -version = "0.52" -features = [ - "Win32_Foundation", - "Win32_Security_Authorization", -] diff --git a/vendor/uuid-1.11.0/Cargo.toml b/vendor/uuid-1.11.0/Cargo.toml index 4355c0b552..8d7065ad5d 100644 --- a/vendor/uuid-1.11.0/Cargo.toml +++ b/vendor/uuid-1.11.0/Cargo.toml @@ -203,7 +203,6 @@ version = "0.3" [target.'cfg(target = "wasm32-unknown-unknown")'.dev-dependencies.wasm-bindgen] version = "0.2" - [badges.is-it-maintained-issue-resolution] repository = "uuid-rs/uuid" diff --git a/vendor/walkdir-2.5.0/Cargo.toml b/vendor/walkdir-2.5.0/Cargo.toml index 4fda2f4c23..17416776f2 100644 --- a/vendor/walkdir-2.5.0/Cargo.toml +++ b/vendor/walkdir-2.5.0/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" diff --git a/vendor/wasm-component-ld-0.5.11/Cargo.toml b/vendor/wasm-component-ld-0.5.11/Cargo.toml index d03963f41c..3bc58f8eec 100644 --- a/vendor/wasm-component-ld-0.5.11/Cargo.toml +++ b/vendor/wasm-component-ld-0.5.11/Cargo.toml @@ -86,10 +86,3 @@ version = "0.219.0" [target."cfg(unix)".dependencies.libc] version = "0.2" - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.59" -features = ["Win32_Foundation"] - -[target."cfg(windows)".dependencies.winsplit] -version = "0.1" diff --git a/vendor/yansi-term-0.1.2/Cargo.toml b/vendor/yansi-term-0.1.2/Cargo.toml index 0317866829..88ce8efcfb 100644 --- a/vendor/yansi-term-0.1.2/Cargo.toml +++ b/vendor/yansi-term-0.1.2/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"