Cargo Features
[dependencies]
encointer-ceremonies-assignment = { version = "14.1.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverencointer-ceremonies-assignment
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of encointer-primitives
local deps
and std of sp-runtime and sp-std
sp-runtime:
substrate deps