diff --git a/Cargo.toml b/Cargo.toml index 8e55b38..34c903b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ maintenance = { status = "actively-developed" } all-features = true [features] -default = ["tcp", "udp", "websocket" ] # All features by default +default = ["tcp", "udp", "websocket"] # All features that are crossplatform by default tcp = ["mio/net", "socket2"] udp = ["mio/net", "socket2"] websocket = ["tungstenite", "url", "tcp"]