Cargo Features

[dependencies]
thrussh = { version = "0.35.1", default-features = false, features = ["p256", "openssl", "flate2"] }
default = flate2

The flate2 feature is set by default whenever thrussh is added without default-features = false somewhere in the dependency tree.

p256

Enables p256 of thrussh-keys

openssl

Enables openssl, openssl of thrussh-keys

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.

flate2 default