Cargo Features
[dependencies]
miden-objects = { version = "0.7.2", default-features = false, features = ["std", "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
-
Enables serde and toml, std of miden-core and miden-processor, std of miden-assembly, miden-crypto, and miden-verifier
Affects
storage::toml
… - testing
-
Enables rand ^0.8, rand_xoshiro ^0.6.0, and winter-rand-utils ^0.11