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 whenevermiden-lib
is added without
somewhere in the dependency tree.default-features = false - 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.