Cargo Features
[dependencies]
miden-lib = { version = "0.6.1", default-features = false, features = ["std", "concurrent", "testing", "with-debug-info"] }
- default = std
-
The
std
feature is set by default whenevermiden-lib
is added without
somewhere in the dependency tree.default-features = false - std default concurrent?
-
Enables std of miden-assembly, miden-objects, miden-stdlib, and miden-processor
- concurrent = std
-
Enables concurrent of miden-objects
- testing
-
the testing feature is required to enable the account creation pow patch
Enables testing of miden-objects
- with-debug-info
-
Enables with-debug-info of miden-stdlib