Cargo Features

[dependencies]
miden-core = { version = "0.11.0", default-features = false, features = ["std", "diagnostics"] }
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 parking_lot, std of miden-thiserror and winter-utils and std of winter-math, memchr, miden-crypto, and miden-formatting

memchr:

The 'std' feature permits the memchr crate to use the standard library. This permits this crate to use runtime CPU feature detection to automatically accelerate searching via vector instructions. Without the standard library,
this automatic detection is not possible.

Affects source_manager::SourceManagerExt

diagnostics

Enables miden-miette