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 whenevermiden-tx-prover
is added without
somewhere in the dependency tree.default-features = false - 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
- 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