Cargo Features
[dependencies]
openssh = { version = "0.11.6", default-features = false, features = ["process-mux", "native-mux", "tracing"] }
- default = process-mux
-
The
process-muxfeature is set by default wheneveropensshis added withoutsomewhere 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