Cargo Features
[dependencies]
ombrac-server = { version = "0.2.1", default-features = false, features = ["tracing", "transport-default", "transport-quic", "binary"] }
- default = tracing, transport-default
-
These default features are set whenever
ombrac-server
is added without
somewhere in the dependency tree.default-features = false - tracing default
-
Enables tracing
- transport-default default = transport-quic
- transport-quic transport-default
-
Enables quic of ombrac-transport
- binary = clap, tracing-subscriber
-
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.