[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>
Tue, 28 May 2024 15:06:58 +0000 (17:06 +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/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/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-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/openssl-sys/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-0.37.22/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/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 75d78e26e0f60f02c53f549c0e1b14fa5004f30b..a0eddb4fa6b9377e05981bcfa0bf840f1076ad79 100644 (file)
@@ -136,10 +136,4 @@ auto = [
 ]
 default = [
     "auto",
-    "wincon",
 ]
-wincon = ["dep:anstyle-wincon"]
-
-[target."cfg(windows)".dependencies.anstyle-wincon]
-version = "1.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 f33884ae43615ee6f0d8e653224968829d1d1706..b43a0dd54924a101580a92642a9726edd76dbed2 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 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 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 ffa79acb73fa81f27e1f3b3f870e43324fd66028..afeb218197b8ba7ff9a6da631938de798dc23c82 100644 (file)
@@ -73,16 +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.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 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 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 254f82fce80c14d57ddbbd4d05cbfec34cccbc1f..65248eb815a5177d07b92dacf2004f819cad15f1 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.8.1"
-
-[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 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 ef92ff053408357793c251acf9b619370184708a..c2733fb8927ee60814c582424406c75841bc5311 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 e0baea0f1586e25d687a30f8008e7b341674b99b..7790abd38ee0b4a4aee8a791c369a2a2eadd9517 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 9eb52a0399892ef716d69653eb98e9172b408e2e..87687fb5b786bbc867f6d3174f48b21898b030f7 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 43db3a0c5dffd6e6997ac36e528317588577aa0a..3cb9cd2f1532a5633eebf6bc254b6ab682733cbf 100644 (file)
@@ -56,6 +56,3 @@ version = "0.3.9"
 [features]
 unstable_boringssl = ["bssl-sys"]
 vendored = ["openssl-src"]
-
-[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
-version = "0.2.8"
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 e3463b078c46ad95ca45006c0aaf190ddaa3fad8..98af2867f3d29fe1069b5fa87e72154d96c255ff 100644 (file)
@@ -239,19 +239,3 @@ package = "errno"
 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 8b9e45319668e5c1c26002ef74d22d10b98b54da..07f7ba630ef872e1102a4b1e138575d82d6298b3 100644 (file)
@@ -238,20 +238,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 5ca8579a7835b91eca2e9a8d1979f12809f36069..8f438ddf2019cc044b97214bfceaa598f189803e 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.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 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 88d46ebd564045716d3d8f9dc7d08dea348aa993..50bb1afaecd7a0b1cd8b65fdfb5b402773350599 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.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 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 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 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"