diff --git a/Cargo.toml b/Cargo.toml index 554d796..f9eee77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,3 +22,6 @@ thiserror = "1.0.63" tracing = "0.1.40" tungstenite = { version = "0.23.0", optional = true, features = ["rustls-tls-native-roots"] } ureq = { version = "2.10.0", features = ["json"] } + +[features] +default = ["tungstenite"]