Cargo Features

burn-communication has no features set by default.

[dependencies]
burn-communication = { version = "0.21.0-pre.2", features = ["tracing", "data-service", "websocket"] }
tracing

Enables tracing of burn-std and optional burn-tensor

burn-tensor:

Tensor Data Service

data-service = burn-tensor

Affects burn-communication::data_service

websocket = axum, futures, tokio-tungstenite

Affects burn-communication::websocket

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.

burn-tensor data-service?
axum websocket?

Enables axum

Websocket

tokio-tungstenite websocket?
futures websocket?