Cargo Features

open-lark has no features set by default.

[dependencies]
open-lark = { version = "0.3.2", features = ["websocket"] }
websocket = lark-websocket-protobuf, prost, tokio-tungstenite

Affects client::ws_client

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.

lark-websocket-protobuf websocket?
prost websocket?
tokio-tungstenite websocket?

Enables tokio-tungstenite ^0.23