--- polling-2.5.2/Cargo.toml 1970-01-01T00:00:01+00:00 +++ polling-2.5.2/Cargo.toml 1970-01-01T00:00:01+00:00 @@ -58,13 +58,3 @@ [target."cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))".dependencies.libc] version = "0.2.77" -[target."cfg(windows)".dependencies.wepoll-ffi] -version = "0.1.2" -features = ["null-overlapped-wakeups-patch"] - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.42" -features = [ - "Win32_System_IO", - "Win32_Foundation", -]