Cargo Features

[dependencies]
miden-assembly = { version = "0.9.1", default-features = false, features = ["std"] }
default = std

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

std default

Enables std of miden-core

miden-assembly has 2 features without comments.