Cargo Features

[dependencies]
miden-tx = { version = "0.4.0", default-features = false, features = ["std", "async", "concurrent", "testing"] }
default = std

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

std default concurrent?

Enables std of miden-lib, miden-objects, miden-prover, miden-verifier, and miden-processor

async

Enables async of winter-maybe-async

concurrent = std

Enables concurrent of miden-lib, miden-objects, and miden-prover

testing

Enables rand_chacha, internals of miden-processor and testing of miden-lib and miden-objects

miden-lib:

the testing feature is required to enable the account creation pow patch

Affects miden-tx::testing