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 wheneverssh-protocol
is added without
somewhere in the dependency tree.default-features = false - 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.