Cargo Features
[dependencies]
ssh-wrap = { version = "0.1.1", default-features = false, features = ["libssh", "ssh2"] }
- default = ssh2
-
The
ssh2
feature is set by default wheneverssh-wrap
is added without
somewhere in the dependency tree.default-features = false - libssh
-
Enables libssh-rs and vendored-openssl-libssh-rs of wezterm-ssh
- ssh2 default
-
Enables ssh2 and vendored-openssl-ssh2 of wezterm-ssh
ssh-wrap has 3 features without comments.