Cargo Features

[dependencies]
miden-assembly = { version = "0.11.0", default-features = false, features = ["std", "testing"] }
default = std

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

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