diff --git a/tokio/Cargo.toml b/tokio/Cargo.toml index 7799f168922..66c3387757f 100644 --- a/tokio/Cargo.toml +++ b/tokio/Cargo.toml @@ -115,6 +115,7 @@ nix = { version = "0.22.0" } [target.'cfg(windows)'.dependencies.winapi] version = "0.3.8" default-features = false +features = ["std", "winsock2", "mswsock", "handleapi", "ws2ipdef", "ws2tcpip"] optional = true [target.'cfg(windows)'.dev-dependencies.ntapi]