Cargo Features

[dependencies]
miden-lib = { version = "0.3.0", default-features = false, features = ["std", "concurrent", "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 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