Cargo Features
[dependencies]
kestrel-crypto = { version = "2.0.2", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverkestrel-crypto
is added without
somewhere in the dependency tree.default-features = false - std default
kestrel-crypto has 2 features without comments.