Cargo Features
[dependencies]
miden-tx = { version = "0.7.0", 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 ^0.11
- concurrent = std
-
Enables concurrent of miden-prover
- testing
-
Enables rand_chacha ^0.3, testing of miden-processor, testing of miden-lib and miden-objects
miden-tx has 5 features without comments.