--- polling-2.6.0/Cargo.toml 1970-01-01T00:00:01+00:00 +++ polling-2.6.0/Cargo.toml 2023-03-12T14:53:05.439048+00:00 @@ -60,22 +60,3 @@ [target."cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))".dependencies.libc] version = "0.2.77" -[target."cfg(windows)".dependencies.bitflags] -version = "1.3.2" - -[target."cfg(windows)".dependencies.concurrent-queue] -version = "2.1.0" - -[target."cfg(windows)".dependencies.pin-project-lite] -version = "0.2.9" - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.45" -features = [ - "Win32_Networking_WinSock", - "Win32_System_IO", - "Win32_System_LibraryLoader", - "Win32_System_WindowsProgramming", - "Win32_Storage_FileSystem", - "Win32_Foundation", -]