Cargo Features
[dependencies]
emissary-core = { version = "0.1.0", default-features = false, features = ["no_std", "std"] }
- default = std
-
The
std
feature is set by default wheneveremissary-core
is added without
somewhere in the dependency tree.default-features = false - no_std
-
Enables spin ^0.9.8
- std default
-
Enables parking_lot
emissary-core has 3 features without comments.