Cargo Features
[dependencies]
jam-program-blob = { version = "0.1.21", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverjam-program-blob
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec
jam-program-blob has 2 features without comments.