Cargo Features
[dependencies]
seckey = { version = "0.12.1", default-features = false, features = ["use_std", "nightly", "use_os"] }
- default = use_os
-
The
use_os
feature is set by default wheneverseckey
is added without
somewhere in the dependency tree.default-features = false - use_std use_os
- nightly
-
Enables nightly of memsec ^0.6.0
- use_os default = use_std
-
Enables alloc and use_os of memsec ^0.6.0
seckey has 4 features without comments.