Cargo Features
[dependencies]
snowbridge-verification-primitives = { version = "0.2.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneversnowbridge-verification-primitives
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, frame-support, scale-info, snowbridge-beacon-primitives, sp-core, and sp-std
snowbridge-verification-primitives has 2 features without comments.