Cargo Features
[dependencies]
ksi-double-ratchet = { version = "0.1.3", default-features = false, features = ["std", "test"] }
- default = std
-
The
std
feature is set by default wheneverksi-double-ratchet
is added without
somewhere in the dependency tree.default-features = false - std default
- test
ksi-double-ratchet has 3 features without comments.