Cargo Features
ombrac-client has no features set by default.
[dependencies]
ombrac-client = { version = "0.5.3", features = ["datagram", "tracing", "endpoint-default", "endpoint-socks", "transport-default", "transport-quic", "binary"] }
- datagram binary?
-
Enables datagram of ombrac-transport
Affects
client::Datagram
… - tracing binary?
-
Enables tracing, tracing of ombrac-transport
- endpoint-default binary? = endpoint-socks
- endpoint-socks endpoint-default? = socks-lib
-
Affects
endpoint::socks
… - transport-default binary? = transport-quic
- transport-quic transport-default?
-
Enables quic of ombrac-transport
- binary = blake3, clap, datagram, endpoint-default, tracing, tracing-appender, 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.