d-0021-vendor-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>
Wed, 12 Jun 2024 15:33:10 +0000 (17:33 +0200)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Gbp-Pq: Name d-0021-vendor-remove-windows-dependencies.patch

52 files changed:
vendor/android-tzdata/Cargo.toml
vendor/ansi_term/Cargo.toml
vendor/anstream-0.5.0/Cargo.toml
vendor/anstream/Cargo.toml
vendor/anstyle-query/Cargo.toml
vendor/atty/Cargo.toml
vendor/backtrace/Cargo.toml
vendor/chrono/Cargo.toml
vendor/colored/Cargo.toml
vendor/console/Cargo.toml
vendor/curl-sys/Cargo.toml
vendor/curl/Cargo.toml
vendor/dirs-sys-0.3.7/Cargo.toml
vendor/dirs-sys-next/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/is-terminal/Cargo.toml
vendor/libloading-0.7.4/Cargo.toml
vendor/libloading/Cargo.toml
vendor/libssh2-sys/Cargo.toml
vendor/libz-sys/Cargo.toml
vendor/mio/Cargo.toml
vendor/native-tls/Cargo.toml
vendor/nu-ansi-term/Cargo.toml
vendor/opener-0.5.2/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/reqwest/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-0.26.7/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-native-tls/Cargo.toml
vendor/tokio/Cargo.toml
vendor/uuid/Cargo.toml
vendor/walkdir/Cargo.toml
vendor/yansi-term/Cargo.toml

index 805128a82c68feebd051b18f8b25dd22fc00bb15..068271781633c16cb6c9ad22c3b57c5903fc8dfa 100644 (file)
@@ -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"
index 0e5febabd2feea0988ef0a197ce87affa22d2228..3256c75b0ed3a64847e122127eecedbb4ef46c79 100644 (file)
@@ -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 1b5193c11521874da3182df2a602d12333742e47..95744856e18fd0e79cab8e8dc13b6c75f4348245 100644 (file)
@@ -131,10 +131,5 @@ auto = [
 ]
 default = [
     "auto",
-    "wincon",
 ]
-wincon = ["dep:anstyle-wincon"]
 
-[target."cfg(windows)".dependencies.anstyle-wincon]
-version = "2.0.0"
-optional = true
index 2919a8b1a5059be573815a5f7cc08d207a01771e..f403587608b1c0d1a371298dca2bdd747fc1c583 100644 (file)
@@ -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 63a431c68c025d8261e0d1b390057c94dc7dd024..0cf859b96aed286ada936260948a19ae1a527bf8 100644 (file)
@@ -70,10 +70,3 @@ replace = """
 <!-- next-url -->
 [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 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 c13e7ee3071ada069f51faa5b21691aa21281667..7b01a6f121e00be59f78833b7fed5fe85bf4fbe5 100644 (file)
@@ -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 7f49bad0b6452f01521d17f04a7fb5020efbc716..6229f0a51a79e80d2faa28b9751a4d38c5ef683e 100644 (file)
@@ -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 dda29513fee5ebdf5f7c964a05db8ea36184c922..05b76bdf31891db107037846599675de7140f053 100644 (file)
@@ -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 85849e16ada737579b774538726bcf1c8b18dc2b..7c7be5a873793ee46166d07f6c209d689261cbd9 100644 (file)
@@ -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 b36d525b1d2ac192ddd08bb2595c432e96e6ea7b..4b5cee1b8ff45613aaeeb3c1a8de3051f3aa6412 100644 (file)
@@ -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 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 9951d241464988c8689954d05c9dac1ef792eeb1..0a86f4d1a4099de9ddff6a2728c98e60ded4f220 100644 (file)
@@ -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 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 d35ef19cd714fa951c247f26735d6c3fb3f9b239..e5e18a3020b474cf28654cad58d5394cd6fbaec9 100644 (file)
@@ -41,9 +41,3 @@ default-features = false
 version = "0.2"
 default-features = false
 
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48"
-features = [
-    "Win32_Foundation",
-    "Win32_System_Diagnostics_Debug",
-]
index 8d0b8f014ce7f249177c1eddb77890f8b0ac9dbe..eb1ef139def698b7d707db38956a7784d9ad3850 100644 (file)
@@ -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.48.0"
-features = [
-    "Win32_Foundation",
-    "Win32_Storage_FileSystem",
-    "Win32_System_IO",
-]
index 5c28c6cddbf7d470ff5f060617490b585ce16c8e..b32fbcc30c3e22dbbb366ee1fbb958c359dd6b84 100644 (file)
@@ -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 8605b901c6be6e6801a622ef408bd1e20abd5a29..9db4399e29c4a70ccc5dc890250de2b0e0abc2bc 100644 (file)
@@ -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 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 e06c7055b036e4b7d47f223e9908523cd6ac991e..572a8fd414a60e16f4366e6ce1ded592e590b41e 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 08933a7c1e658051f6e0a39379b3467a5f9b855a..b4b0482f7f3ca47050555ebd95527e9bc91ab2f7 100644 (file)
@@ -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 65168d58585e13f2a5825ebbba4b3ba044225235..03df76421eab2abf33410a05c7711be30a716af6 100644 (file)
@@ -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 01654533ff40c89e69e2c299ab7a355f29494631..0dfc3c08f6a9f3b89a5f4173bc3fbc16de75d28c 100644 (file)
@@ -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 45f4a714fb850411c4cbc6c41410c5cf77abe3c4..516644c6f4bf4141d0ff6039bb3d6f65f8099818 100644 (file)
@@ -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 f7414d5703abe00cdd0eedb8f63a901eaae69d51..ee1163c15b123a317920f8e8ed29567c567815d6 100644 (file)
@@ -65,6 +65,3 @@ zlib-ng = [
     "libc",
     "cmake",
 ]
-
-[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
-version = "0.2"
index 42e28d09fa5ec865e91a0f50bc2fa8e54100d376..b689d7bbec90a5e86bad5ae36baacd1c372a8f04 100644 (file)
@@ -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 a0592366cd38691c7e07542589a0a15616454982..d36b44b95c5d07fff5bf9ffc4f1f30993f4089f3 100644 (file)
@@ -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 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 79b4be90d156fe85454cb8aae669706f79a86f15..69cc269918b392dbc17cc5acf0555132928cbd67 100644 (file)
@@ -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 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 d76740d58b59d0084ec55f6ae80593bb6c027799..7da23fc12e300d0614b59f338a47ed61b6564721 100644 (file)
@@ -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 bca60396a61dbcf278cbaf0de95b19494b7f07ee..c735e2f92ca6402c8c40fa85c947bcb10d2f6b1a 100644 (file)
@@ -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 78cdf495f72182f71a1db85716c924e0ae624611..37249c374a21fb2a03a26a22a9da1657b2000677 100644 (file)
@@ -252,20 +252,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 2cb92d692fa26a1cca8dd2cc30f7050431e0f0c5..52e12d2f8c047a0da10b004856c6a519235aa27e 100644 (file)
@@ -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 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 2a21a72d6cba8ccf7e90e6dda0b775a0d6e378ea..d526f469eb9e04026f967e58414bfd3b1f91ed9d 100644 (file)
@@ -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 84ea8010d5131f8f8c76878cd59c2574b3854037..bd3785365a43bdec61962220a3b4e83b297f731d 100644 (file)
@@ -50,10 +50,3 @@ features = ["fs"]
 
 [target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
 version = "0.4"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48"
-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 f810025e675e4dce980a35099857fcaac5abcbab..0fbe3a16465f9b2096b4ac8dd034f1abfd350600 100644 (file)
@@ -30,10 +30,3 @@ repository = "https://github.com/eminence/terminal-size"
 [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 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 76be3d3939d0fe695fd84357ebf49460adec3127..3ada811d2fb70dce528110a913ec8facfa105611 100644 (file)
@@ -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 da1e4d12c22a1f00c23cd5d6c49c85abbe540579..55afa8648d016e6a83cd65d0023b5ba7721b56ba 100644 (file)
@@ -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 b806036c39c444d3bd24826bf0473f7cf347357d..4094678c10c5d63ecb0977376702e92842e5b41e 100644 (file)
@@ -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 4c29a20f2c5e926a5a0c86021db7d347d822d693..725e3207114bb44f571bdd830c32fda223cf8aa0 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"