--- mio-0.8.2/Cargo.toml 1970-01-01T00:00:01+00:00 +++ mio-0.8.2/Cargo.toml 2022-03-29T12:15:21.890533+00:00 @@ -101,24 +101,5 @@ os-ext = ["os-poll"] os-poll = [] -[target."cfg(target_os = \"wasi\")".dependencies.libc] -version = "0.2.86" - -[target."cfg(target_os = \"wasi\")".dependencies.wasi] -version = "0.11.0" - [target."cfg(unix)".dependencies.libc] version = "0.2.86" - -[target."cfg(windows)".dependencies.miow] -version = "0.3.6" - -[target."cfg(windows)".dependencies.ntapi] -version = "0.3" - -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = [ - "winsock2", - "mswsock", -]