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

use_std use_os
nightly

Enables nightly of memsec

use_os default = use_std

Enables alloc and use_os of memsec

seckey has 4 features without comments.