--- io-lifetimes-0.5.3/Cargo.toml 1970-01-01T00:00:01+00:00 +++ io-lifetimes-0.5.3/Cargo.toml 2022-04-12T09:48:03.245108+00:00 @@ -44,7 +44,7 @@ optional = true [features] -close = ["libc", "winapi"] +close = ["libc"] default = ["close"] [target."cfg(not(target_os = \"wasi\"))".dependencies.os_pipe] version = "1.0.0" @@ -52,7 +52,3 @@ [target."cfg(not(windows))".dependencies.libc] version = "0.2.96" optional = true -[target."cfg(windows)".dependencies.winapi] -version = "0.3.9" -features = ["handleapi", "std", "winsock2"] -optional = true