# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.82" name = "miden-assembly" version = "0.11.0" authors = ["Miden contributors"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Miden VM assembly language" homepage = "https://polygon.technology/polygon-miden" documentation = "https://docs.rs/miden-assembly/0.11.0" readme = "README.md" keywords = [ "assembler", "assembly", "language", "miden", ] categories = [ "compilers", "no-std", ] license = "MIT" repository = "https://github.com/0xPolygonMiden/miden-vm" [lib] name = "miden_assembly" path = "src/lib.rs" doctest = false bench = false [dependencies.aho-corasick] version = "1.1" default-features = false [dependencies.lalrpop-util] version = "0.20" default-features = false [dependencies.miette] version = "7.1" features = [ "fancy-no-syscall", "derive", ] default-features = false package = "miden-miette" [dependencies.regex] version = "1.10" features = [ "unicode", "perf", ] optional = true default-features = false [dependencies.smallvec] version = "1.13" features = [ "union", "const_generics", "const_new", ] [dependencies.thiserror] version = "1.0" default-features = false package = "miden-thiserror" [dependencies.tracing] version = "0.1" features = ["attributes"] default-features = false [dependencies.unicode-width] version = "0.2" features = ["no_std"] [dependencies.vm-core] version = "0.11" features = ["diagnostics"] default-features = false package = "miden-core" [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.regex] version = "1.10" features = [ "unicode", "perf", ] default-features = false [build-dependencies.lalrpop] version = "0.20" default-features = false [build-dependencies.rustc_version] version = "0.4" [features] default = ["std"] std = [ "aho-corasick/std", "miette/fancy", "miette/std", "thiserror/std", "vm-core/std", ] testing = ["dep:regex"]