Cargo Features

[dependencies]
miden-core = { version = "0.9.1", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever miden-core is added without default-features = false somewhere in the dependency tree.

std default

Enables std of winter-math, miden-crypto, and winter-utils

miden-core has 2 features without comments.