Cargo Features
[dependencies]
ombrac-client = { version = "0.2.5", default-features = false, features = ["tracing", "endpoint-default", "endpoint-socks", "transport-default", "transport-quic", "binary"] }
- default = endpoint-default, tracing, transport-default
-
These default features are set whenever
ombrac-client
is added without
somewhere in the dependency tree.default-features = false - tracing default
-
Enables tracing
- endpoint-default default = endpoint-socks
- endpoint-socks endpoint-default = socks-lib
-
Affects
endpoint::socks
… - 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.