We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3011c73 commit e359c48Copy full SHA for e359c48
1 file changed
Cargo.toml
@@ -77,7 +77,7 @@ http-tls = ["http", "reqwest/default-tls"]
77
http-native-tls = ["http", "reqwest/native-tls"]
78
http-rustls-tls = ["http", "reqwest/rustls-tls"]
79
signing = ["secp256k1", "once_cell"]
80
-ws-tokio = ["soketto", "url", "tokio", "tokio-util", "headers"]
+ws-tokio = ["soketto", "url", "tokio", "tokio-util", "headers", "tokio-stream"]
81
ws-async-std = ["soketto", "url", "async-std", "headers"]
82
ws-tls-tokio = ["async-native-tls", "async-native-tls/runtime-tokio", "ws-tokio"]
83
ws-tls-async-std = ["async-native-tls", "async-native-tls/runtime-async-std", "ws-async-std"]
0 commit comments