Cargo Features

[dependencies]
miden-tx = { version = "0.7.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 ^0.11

concurrent = std

Enables concurrent of miden-prover

testing

Enables rand_chacha ^0.3, testing of miden-processor, testing of miden-lib and miden-objects

miden-tx has 5 features without comments.