Cargo Features
[dependencies]
miden-tx = { version = "0.6.2", default-features = false, features = ["std", "async", "concurrent", "testing"] }
- default = std
-
The
std
feature is set by default whenevermiden-tx
is added without
somewhere in the dependency tree.default-features = false - std default concurrent?
-
Enables std of miden-lib, miden-objects, miden-prover, miden-verifier, and miden-processor
- async
-
Enables async of winter-maybe-async
- concurrent = std
-
Enables concurrent of miden-lib, miden-objects, and miden-prover
- testing
-
Enables rand_chacha, testing of miden-processor and testing of miden-lib and miden-objects
miden-lib:
the testing feature is required to enable the account creation pow patch
miden-tx has 5 features without comments.