Cargo Features
[dependencies]
miden-core = { version = "0.11.0", default-features = false, features = ["std", "diagnostics"] }
- default = std
-
The
std
feature is set by default whenevermiden-core
is added without
somewhere in the dependency tree.default-features = false - 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