Cargo Features

[dependencies]
ssh-protocol = { version = "0.1.0-pre.0", default-features = false, features = ["std", "alloc"] }
default = std

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

std default = alloc

Enables std of ssh-encoding =0.3.0-pre.0 and ssh-key =0.7.0-pre.0

alloc std

Enables alloc of ssh-encoding =0.3.0-pre.0 and ssh-key =0.7.0-pre.0

ssh-protocol has 3 features without comments.