Cargo Features

ombrac-server has no features set by default.

[dependencies]
ombrac-server = { version = "0.5.2", features = ["datagram", "tracing", "transport-default", "transport-quic", "binary"] }
datagram binary?

Enables datagram of ombrac-transport

tracing binary?

Enables tracing, tracing of ombrac-transport

transport-default binary? = transport-quic
transport-quic transport-default?

Enables quic of ombrac-transport

binary = blake3, clap, datagram, tracing, tracing-subscriber, transport-default

Enables macros and rt-multi-thread of tokio

Required by the binary

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.

clap binary?
blake3 binary?
tracing-subscriber binary?