Cargo Features

[dependencies]
jam-program-blob = { version = "0.1.21", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever jam-program-blob is added without default-features = false somewhere in the dependency tree.

std default

Enables std of parity-scale-codec

jam-program-blob has 2 features without comments.