Cargo Features
[dependencies]
miden-stdlib = { version = "0.11.0", default-features = false, features = ["std", "with-debug-info"] }
- default = std
-
The
std
feature is set by default whenevermiden-stdlib
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of miden-assembly
- with-debug-info
miden-stdlib has 3 features without comments.