Cargo Features
[dependencies]
miden-assembly = { version = "0.11.0", default-features = false, features = ["std", "testing"] }
- default = std
-
The
std
feature is set by default whenevermiden-assembly
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of aho-corasick, fancy and std of miden-miette, std of miden-thiserror and miden-core
Affects
diagnostics::reporting.DefaultReportHandler
,parser::read_modules_from_dir
… - testing
-
Enables regex