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 whenever miden-objects is added without default-features = false somewhere in the dependency tree.

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

Features from optional dependencies

log implicit feature

Enables log

log:

A lightweight logging facade for Rust