Cargo Features
[dependencies]
miden-objects = { version = "0.6.1", default-features = false, features = ["std", "concurrent", "testing", "log"] }
- default = std
-
The
std
feature is set by default whenevermiden-objects
is added without
somewhere in the dependency tree.default-features = false - std default concurrent?
-
Enables std of miden-assembly, miden-crypto, miden-verifier, miden-core, and miden-processor
- concurrent = std
-
Affects
seed::get_account_seed
,seed::get_account_seed_inner
… - testing
-
Enables rand and winter-rand-utils