Cargo Features

[dependencies]
miden-tx-batch-prover = { version = "0.8.0", default-features = false, features = ["std"] }
default = std

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

std default

Enables std of miden-crypto, miden-objects, miden-tx, miden-core, and miden-processor

miden-tx-batch-prover has 2 features without comments.