Cargo Features

[dependencies]
ssh-wrap = { version = "0.1.1", default-features = false, features = ["libssh", "ssh2"] }
default = ssh2

The ssh2 feature is set by default whenever ssh-wrap is added without default-features = false somewhere in the dependency tree.

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.