Cargo Features

[dependencies]
krakenrs = { version = "5.2.3", default-features = false, features = ["ws"] }
default = ws

The ws feature is set by default whenever krakenrs is added without default-features = false somewhere in the dependency tree.

ws default = tokio, tokio-tungstenite

Affects krakenrs::ws

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

tokio ws
tokio-tungstenite ws

Enables tokio-tungstenite ^0.16