[PATCH] Remove Windows dependencies
authorliushuyu <zixing.liu@canonical.com>
Wed, 6 Sep 2023 19:23:24 +0000 (13:23 -0600)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Sat, 4 May 2024 11:38:10 +0000 (13:38 +0200)
Gbp-Pq: Name d-0021-vendor-remove-windows-dependencies.patch

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

index eb049069ce882ca20a692801a2b5dfbeb98c51ba..78876aa8863e44c18ea00bc2ceae502cddba4fc6 100644 (file)
@@ -137,8 +137,5 @@ default = [
     "auto",
     "wincon",
 ]
-wincon = ["dep:anstyle-wincon"]
+wincon = []
 
-[target."cfg(windows)".dependencies.anstyle-wincon]
-version = "0.2.0"
-optional = true
index d6bf2d03b36eec9f612cae4cb535ee7d19596c28..7cebc3161ed574d87dd38f1042ea91a4d02a967b 100644 (file)
@@ -27,8 +27,5 @@ version = "0.1.6"
 [target."cfg(unix)".dependencies.libc]
 version = "0.2"
 default-features = false
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["consoleapi", "processenv", "minwinbase", "minwindef", "winbase"]
 [badges.travis-ci]
 repository = "softprops/atty"
index 96f41466ba9992d6a167fbfe669e429ec790f817..348d0f9de94ed43c7185e022dfb4230aaafdb44b 100644 (file)
@@ -127,18 +127,4 @@ 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 2d3e7643377463405dce918f5854e037b6ea86e6..9c5fdfe20298fdb29801d7ce7bf5ab918995130b 100644 (file)
@@ -93,7 +93,7 @@ version = "1"
 __doctest = []
 __internal_bench = []
 alloc = []
-clock = ["libc", "std", "winapi"]
+clock = ["libc", "std"]
 default = ["clock", "std", "oldtime"]
 oldtime = ["time"]
 std = []
@@ -108,10 +108,6 @@ version = "0.2"
 optional = true
 [target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dev-dependencies.wasm-bindgen-test]
 version = "0.3"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.0"
-features = ["std", "minwinbase", "minwindef", "timezoneapi"]
-optional = true
 [badges.appveyor]
 repository = "chronotope/chrono"
 
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 f56e4d712cbd48257ca4b435c7529e62d756d938..bc79aa57b7dc4d5be9f80b8c49cf6b37e838c706 100644 (file)
@@ -74,10 +74,3 @@ tmp = ["tempfile"]
 
 [target."cfg(unix)".dependencies.libc]
 version = "0.2"
-
-[target."cfg(windows)".dependencies.miow]
-version = "0.3"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["winerror"]
index a25ce8919c59c5c61f162cefdd48457206932046..c578c4c97ac155c137d19dd5d1911792c9f9d15b 100644 (file)
@@ -33,10 +33,3 @@ keywords = [
 categories = ["command-line-interface"]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/rust-cli/concolor"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.45.0"
-features = [
-    "Win32_System_Console",
-    "Win32_Foundation",
-]
index 617c3e27c34daa7c8feb28e24abb24063dd526d5..cccb0141d0c9cfc9ec48b1c980105c830d784e83 100644 (file)
@@ -59,7 +59,6 @@ auto = [
     "clicolor",
     "no_color",
     "term",
-    "windows",
 ]
 clicolor = [
     "core",
@@ -82,7 +81,3 @@ term = [
     "core",
     "concolor-query",
 ]
-windows = [
-    "core",
-    "concolor-query/windows",
-]
index 04b98009d702f63fa3b452ad78f8417a287cbf4b..cad06fecf09880065a9fc9629ca1f4b80d04d3d7 100644 (file)
@@ -63,7 +63,6 @@ ssl = ["openssl-sys"]
 static-curl = []
 static-ssl = ["openssl-sys/vendored"]
 upkeep_7_62_0 = []
-windows-static-ssl = []
 zlib-ng-compat = [
     "libz-sys/zlib-ng",
     "static-curl",
@@ -73,16 +72,6 @@ zlib-ng-compat = [
 version = "0.9"
 optional = true
 
-[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
-version = "0.2"
-
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = [
-    "winsock2",
-    "ws2def",
-]
-
 [badges.appveyor]
 repository = "alexcrichton/curl-rust"
 
index bfb59f4575a4c5e32b25a241286ad1ae317a39af..d9f6854affc9351f3d10dab7cd0eb0dfc5abde6b 100644 (file)
@@ -107,16 +107,6 @@ optional = true
 version = "0.9.43"
 optional = true
 
-[target."cfg(target_env = \"msvc\")".dependencies.schannel]
-version = "0.1.13"
-
-[target."cfg(target_env = \"msvc\")".dependencies.winapi]
-version = "0.3"
-features = [
-    "libloaderapi",
-    "wincrypt",
-]
-
 [badges.appveyor]
 repository = "alexcrichton/curl-rust"
 
index e9d8d0ca99e93b7ac98f7bfded1319e7f73223ed..acb2eb7dc53320002cdbc360d88569860ca921b8 100644 (file)
@@ -25,8 +25,5 @@ version = "0.4.0"
 default-features = false
 [target."cfg(unix)".dependencies.libc]
 version = "0.2"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["knownfolders", "objbase", "shlobj", "winbase", "winerror"]
 [badges.maintenance]
 status = "as-is"
index 6c4100798f10ba7304398badd7f0c9dba36ec863..4d79134b1557aa069524005ffeeb0604312b2319 100644 (file)
@@ -23,6 +23,3 @@ version = "0.4"
 default-features = false
 [target."cfg(unix)".dependencies.libc]
 version = "0.2"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["knownfolders", "objbase", "shlobj", "winbase", "winerror"]
index 2349617b0e954f531061f695d0e1a9ff43c4c18a..21a9019d6050c1c1df8b497014431f4595aefbb1 100644 (file)
@@ -30,6 +30,3 @@ version = "0.2"
 version = "0.2"
 [target."cfg(unix)".dependencies.libc]
 version = "0.2"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["errhandlingapi", "minwindef", "ntdef", "winbase"]
index 98668cb9b8ad8e1796d2cc5230c6518e78782de1..7e662972c87c09ae07aaead66d91cac380e84e74 100644 (file)
@@ -40,10 +40,3 @@ version = "0.2"
 
 [target."cfg(unix)".dependencies.libc]
 version = "0.2"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.45"
-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 1f34385b88ff3b520d5edbba989af8b6f030166c..4b951cfa76c1325e7a6722c828a3a7417eba1a58 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.45.0"
-features = [
-    "Win32_Foundation",
-    "Win32_Storage_FileSystem",
-]
index ad10f767895f4b4ad102cfc747631d5eda280233..74b91bc40dfec22629586bb5317a00a28f6b3076 100644 (file)
@@ -60,6 +60,3 @@ version = "3.2.0"
 
 [target."cfg(target_os = \"macos\")".dev-dependencies.defer]
 version = "0.1.0"
-
-[target."cfg(windows)".dependencies.dunce]
-version = "1.0.3"
index 87c36e0c1f42fd44ea621a135193aed1e8c6db64..bee7527386ea97b825a348b1fd578ceeb0b3ebdf 100644 (file)
@@ -64,13 +64,3 @@ version = "4"
 
 [target."cfg(windows)".dependencies.gix-path]
 version = "^0.7.1"
-
-[target."cfg(windows)".dependencies.windows]
-version = "0.43.0"
-features = [
-    "Win32_Foundation",
-    "Win32_Security_Authorization",
-    "Win32_Storage_FileSystem",
-    "Win32_System_Memory",
-    "Win32_System_Threading",
-]
index 765a5f903ef8a177f857e860956ef1181d7c0ef0..3ee3342cf0fb7596ded18dda30ede4c3887e9c5c 100644 (file)
@@ -27,10 +27,3 @@ readme = "README.md"
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/brson/home"
 
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = [
-    "shlobj",
-    "std",
-    "winerror",
-]
index 5f823960a6c8c873f6e1afc6dfb50cf8fcece3d0..a601d12a91681d04b3b371bc98085ab5aaa33f83 100644 (file)
@@ -57,5 +57,3 @@ version = "0.5.0"
 
 [features]
 simd-accel = ["globset/simd-accel"]
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.2"
index 6d12b401b174f3ced2eb73c0ffb379402d377c4b..ad48bfdda304c49ff23bdb3a7abbe28d0a3ee5c5 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.45.0"
-features = [
-    "Win32_Foundation",
-    "Win32_Storage_FileSystem",
-    "Win32_Networking_WinSock",
-    "Win32_Security",
-    "Win32_System_IO",
-    "Win32_System_Threading",
-]
-optional = true
index 986cfed092fb0f88bcb433248e34103792d6928d..91caf7542c071f61a2e2fd5c9017d2c333c4c29b 100644 (file)
@@ -53,14 +53,3 @@ features = ["termios"]
 
 [target."cfg(target_os = \"hermit\")".dependencies.hermit-abi]
 version = "0.3.0"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.45.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 45f4a714fb850411c4cbc6c41410c5cf77abe3c4..365cd4ad95f2ba606b88ab372dd421f84b28d4e5 100644 (file)
@@ -47,9 +47,6 @@ 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"
 
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 bbc220c45e8e41b653efb7671310691e2475d18f..a6d44859be7f2faa52cafdb59de8c2b9d3183dfe 100644 (file)
@@ -25,9 +25,6 @@ repository = "https://github.com/Seeker14491/opener"
 version = "0.9"
 [target."cfg(target_os = \"linux\")".dependencies.bstr]
 version = "0.2"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["shellapi"]
 [badges.appveyor]
 branch = "master"
 repository = "Seeker14491/opener"
index a74fea76d198c85edc04528cd2d238fdfe4b370b..c44c6b05469c2d85416bc8d486d26ed6e76d4356 100644 (file)
@@ -48,17 +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 47529ad8d03122f25cebbdf5ea8e98ad03551b46..a71c849bcba013892fde964935fd77857ef6cae4 100644 (file)
@@ -58,11 +58,3 @@ version = "0.2.8"
 [target."cfg(unix)".dependencies.libc]
 version = "0.2.95"
 
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.42.0"
-features = [
-    "Win32_Foundation",
-    "Win32_System_LibraryLoader",
-    "Win32_System_SystemServices",
-    "Win32_System_WindowsProgramming",
-]
index f8370f7c350077ad03a75daa08a67de2a632ff4d..765904662345ebaef40d789b8c04d0941a0b4268 100644 (file)
@@ -43,8 +43,3 @@ default = ["std"]
 std = []
 unstable = []
 
-[target."cfg(windows)".dependencies.ctor]
-version = "0.1.9"
-
-[target."cfg(windows)".dependencies.output_vt100]
-version = "0.1.2"
index a847288925ebaadbeca0c6e81b1258358c9fec87..aaf637fbfbe15a22343ae23a1dfc50b9ba9acfe8 100644 (file)
@@ -23,6 +23,3 @@ license = "MIT/Apache-2.0"
 repository = "https://github.com/XAMPPRocky/remove_dir_all.git"
 [dev-dependencies.doc-comment]
 version = "0.3"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["std", "errhandlingapi", "winerror", "fileapi", "winbase"]
index ed3e5b6234354de889129504e91a2d3021b67c9a..9a3f0164e87898d9d4b2d8e266a1569310e2041d 100644 (file)
@@ -222,15 +222,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.42.0"
-features = [
-    "Win32_Foundation",
-    "Win32_Networking_WinSock",
-    "Win32_NetworkManagement_IpHelper",
-    "Win32_System_Threading",
-]
-
-[target."cfg(windows)".dev-dependencies.ctor]
-version = "0.1.21"
index 6029686a0f44261e2ed619545716871b7228ede1..433fc157fc9516bd9b8a203cbfed66d822c1e9bc 100644 (file)
@@ -233,14 +233,3 @@ package = "errno"
 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 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 47ddda15f89a2104791ac33b8c7aaf0f55951788..99206316a6681177916ff2b8a4f354a4b9d11689 100644 (file)
@@ -154,14 +154,6 @@ optional = true
 version = "2.3.2"
 optional = true
 
-[dependencies.winapi]
-version = "0.3.9"
-features = [
-    "consoleapi",
-    "minwindef",
-]
-optional = true
-
 [dependencies.yansi]
 version = "0.5.0"
 optional = true
@@ -171,7 +163,6 @@ cmd = [
     "dep:os_pipe",
     "dep:wait-timeout",
     "dep:libc",
-    "dep:winapi",
 ]
 color = [
     "dep:yansi",
index 521c43c2c7ddcb15969c5b49161a922e4f35ad2f..10d7e6ed9b36cdb5c35baebd02aed9a7948f70e8 100644 (file)
@@ -34,6 +34,3 @@ features = ["all"]
 all = []
 [target."cfg(unix)".dependencies.libc]
 version = "0.2.96"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.9"
-features = ["handleapi", "ws2ipdef", "ws2tcpip"]
index 160cbc017c091f1685537a38046c159d53eadc66..2803347e2d31a88a56267e8a1a11f5b5dd780b90 100644 (file)
@@ -44,12 +44,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 253f8667b8392b5764f2c3ae5c745d4070b274e8..6c2efbf10a2128e61c12691fae381cc05fa3e398 100644 (file)
@@ -38,6 +38,3 @@ nightly = []
 version = "0.2.27"
 [target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
 version = "0.2.9"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["fileapi", "handleapi", "winbase"]
index e89261eda75c397257cef63c464d3983c4bf5331..ae60eefbbe6bd8d7b78bd08a810ae82082fc8d83 100644 (file)
@@ -31,9 +31,6 @@ 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..825f937f899813ce58890d19af9e60008703fdc3 100644 (file)
@@ -36,5 +36,3 @@ bench = false
 
 [dev-dependencies]
 
-[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.3"
index 8c729460f5f9ea82a368c9716ffdd0b43e8cc703..c8a5fec33d32c5193f3ed46dbd0a0d5954445cb6 100644 (file)
@@ -30,10 +30,3 @@ repository = "https://github.com/eminence/terminal-size"
 [target."cfg(not(windows))".dependencies.rustix]
 version = "0.36.3"
 features = ["termios"]
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.42.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 51e5ab1d1059a49dfce4d3279e00ca527c5d1654..982cb4da4dbc9e4045d0864f66b4c774279bc373 100644 (file)
@@ -29,10 +29,3 @@ version = "0.3"
 optional = true
 [dev-dependencies.log]
 version = "0.4"
-
-[dev-dependencies.winapi]
-version = "0.3.0"
-features = ["std", "processthreadsapi", "winbase"]
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.0"
-features = ["std", "minwinbase", "minwindef", "ntdef", "profileapi", "sysinfoapi", "timezoneapi"]
index 11ec0c0bdb3f4334fe25c2228d612206ac5e1390..bf2ad39f46fb138f5a53950d0b56ecec5ba1f089 100644 (file)
@@ -95,11 +95,11 @@ full = ["fs", "io-util", "io-std", "macros", "net", "parking_lot", "process", "r
 io-std = []
 io-util = ["memchr", "bytes"]
 macros = ["tokio-macros"]
-net = ["libc", "mio/os-poll", "mio/os-util", "mio/tcp", "mio/udp", "mio/uds", "winapi/namedpipeapi"]
-process = ["bytes", "once_cell", "libc", "mio/os-poll", "mio/os-util", "mio/uds", "signal-hook-registry", "winapi/threadpoollegacyapiset"]
+net = ["libc", "mio/os-poll", "mio/os-util", "mio/tcp", "mio/udp", "mio/uds"]
+process = ["bytes", "once_cell", "libc", "mio/os-poll", "mio/os-util", "mio/uds", "signal-hook-registry"]
 rt = []
 rt-multi-thread = ["num_cpus", "rt"]
-signal = ["once_cell", "libc", "mio/os-poll", "mio/uds", "mio/os-util", "signal-hook-registry", "winapi/consoleapi"]
+signal = ["once_cell", "libc", "mio/os-poll", "mio/uds", "mio/os-util", "signal-hook-registry"]
 sync = []
 test-util = []
 time = []
@@ -123,9 +123,3 @@ version = "0.2.42"
 
 [target."cfg(unix)".dev-dependencies.nix]
 version = "0.22.0"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.8"
-optional = true
-default-features = false
-[target."cfg(windows)".dev-dependencies.ntapi]
-version = "0.3.6"
index 1803f733d405a0d61867e901aa79d095070f9024..82ef251f0f37664747a6efebf301127cfe095e3b 100644 (file)
@@ -64,7 +64,7 @@ version = "1.0.56"
 
 [features]
 default = ["std"]
-guid = ["winapi"]
+guid = []
 std = []
 stdweb = ["getrandom", "getrandom/js"]
 v1 = []
@@ -72,9 +72,6 @@ v3 = ["md5"]
 v4 = ["getrandom"]
 v5 = ["sha1"]
 wasm-bindgen = ["getrandom", "getrandom/js"]
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-optional = true
 [badges.appveyor]
 repository = "uuid-rs/uuid"
 
index 49c666254d55c31be7546687a500ea9f71b18480..5def12beac7b917c227072259974e954091e4085 100644 (file)
@@ -28,12 +28,7 @@ repository = "https://github.com/BurntSushi/walkdir"
 version = "1.0.1"
 [dev-dependencies.doc-comment]
 version = "0.3"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["std", "winnt"]
 
-[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"