Cargo Features

kble-socket has no features set by default.

[dependencies]
kble-socket = { version = "0.3.0", features = ["stdio", "tungstenite", "axum"] }
stdio

Enables pin-project-lite and io-std of tokio

tokio:

stdin, stdout, stderr

tungstenite

Enables tokio-tungstenite ^0.20

Affects stdio::from_stdio

axum

Enables ws of axum ^0.6