Cargo Features

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

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

std default concurrent?

Enables axum, tokio and tokio-stream, tonic-web, tracing, and tracing-subscriber, transport of tonic, std of miden-objects and miden-tx

Required by the binary

async

Enables async of miden-tx

concurrent = std

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

testing

Enables testing of miden-lib, miden-objects, and miden-tx

miden-lib:

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

Features from optional dependencies

getrandom wasm32 unknown implicit feature

Enables getrandom

getrandom:

A small cross-platform library for retrieving random data from system source