Cargo Features

[dependencies]
miden-lib = { version = "0.7.0", default-features = false, features = ["std", "with-debug-info", "testing"] }
default = std

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

std default

Enables std of miden-assembly, miden-objects, miden-stdlib, and miden-processor

with-debug-info

Enables with-debug-info of miden-stdlib

testing

Enables testing of miden-objects

MidenLib has 4 features without comments.