Description: Remove Windows dep
Author: John Goerzen <jgoerzen@complete.org>
Last-Update: 2023-05-08
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -234,20 +234,20 @@
 default-features = false
 package = "errno"
 
-[target."cfg(windows)".dependencies.libc_errno]
-version = "0.3.10"
-default-features = false
-package = "errno"
+#[target."cfg(windows)".dependencies.libc_errno]
+#version = "0.3.10"
+#default-features = false
+#package = "errno"
 
-[target."cfg(windows)".dependencies.windows-sys]
-version = ">=0.52, <0.61"
-features = [
-    "Win32_Foundation",
-    "Win32_Networking_WinSock",
-]
+#[target."cfg(windows)".dependencies.windows-sys]
+#version = ">=0.52, <0.61"
+#features = [
+#    "Win32_Foundation",
+#    "Win32_Networking_WinSock",
+#]
 
-[target."cfg(windows)".dev-dependencies.once_cell]
-version = "1.20.3"
+#[target."cfg(windows)".dev-dependencies.once_cell]
+#version = "1.20.3"
 
 [lints.rust.unexpected_cfgs]
 level = "warn"
