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 ^0.7, tokio and tokio-stream, tonic-web, tracing, and tracing-subscriber, transport of tonic, std of miden-objects ^0.6 and miden-tx ^0.6
Required by the binary
- async
-
Enables async of miden-tx ^0.6
- concurrent = std
-
Enables concurrent of miden-lib ^0.6, miden-objects ^0.6, and miden-tx ^0.6
- testing
-
Enables testing of miden-lib ^0.6, miden-objects ^0.6, and miden-tx ^0.6
Features from optional dependencies
- getrandom wasm32 unknown implicit feature
-
Enables getrandom ^0.2
getrandom:
A small cross-platform library for retrieving random data from system source