Cargo Features
[dependencies]
openssh = { version = "0.11.3", default-features = false, features = ["process-mux", "native-mux", "tracing"] }
- default = process-mux
-
The
process-mux
feature is set by default wheneveropenssh
is added without
somewhere in the dependency tree.default-features = false - process-mux default
- native-mux = openssh-mux-client
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.
- openssh-mux-client native-mux?
- tracing implicit feature
-
Enables tracing
tracing:
Application-level tracing for Rust