Cargo Features

burn-remote has no features set by default.

[dependencies]
burn-remote = { version = "0.16.0", features = ["client", "server", "doc"] }
client = async-channel, tokio-tungstenite

Enables sync of tokio

Shared dependencies

server = axum, tracing-core, tracing-subscriber

Affects burn-remote::server

doc

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.

async-channel client?

Enables async-channel

Client dependencies

tokio-tungstenite client?
axum server?

Enables axum

Server dependencies

tracing-core server?
tracing-subscriber server?