midenc-codegen-masm 0.7.2

Miden Assembly backend for the Miden compiler
# 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 = "2024"
rust-version = "1.92"
name = "midenc-codegen-masm"
version = "0.7.2"
authors = ["Miden contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Miden Assembly backend for the Miden compiler"
readme = "README.md"
keywords = [
    "compiler",
    "miden",
]
categories = ["compilers"]
license = "MIT"
repository = "https://github.com/0xMiden/compiler"
resolver = "2"

[features]
default = ["std"]
std = [
    "midenc-hir/std",
    "midenc-dialect-hir/std",
    "petgraph/std",
]

[lib]
name = "midenc_codegen_masm"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"
default-features = false

[dependencies.inventory]
version = "0.3"

[dependencies.log]
version = "0.4"
features = ["kv"]

[dependencies.miden-assembly]
version = "0.22"
default-features = false

[dependencies.miden-assembly-syntax]
version = "0.22"
default-features = false

[dependencies.miden-core]
version = "0.22"
default-features = false

[dependencies.miden-mast-package]
version = "0.22"
default-features = false

[dependencies.miden-processor]
version = "0.22"
default-features = false

[dependencies.miden-protocol]
version = "0.14.0"
default-features = false

[dependencies.midenc-dialect-arith]
version = "0.7.1"

[dependencies.midenc-dialect-cf]
version = "0.7.1"

[dependencies.midenc-dialect-hir]
version = "0.7.1"

[dependencies.midenc-dialect-scf]
version = "0.7.1"

[dependencies.midenc-dialect-ub]
version = "0.7.1"

[dependencies.midenc-dialect-wasm]
version = "0.7.1"

[dependencies.midenc-hir]
version = "0.7.1"

[dependencies.midenc-hir-analysis]
version = "0.7.1"

[dependencies.midenc-session]
version = "0.7.1"

[dependencies.petgraph]
version = "0.8"
features = ["graphmap"]
default-features = false

[dependencies.serde]
version = "1.0"
features = [
    "serde_derive",
    "alloc",
    "rc",
]
default-features = false

[dependencies.smallvec]
version = "1.14"
features = [
    "union",
    "const_generics",
    "const_new",
    "drain_filter",
]
default-features = false

[dependencies.thiserror]
version = "1.0"
package = "miden-thiserror"

[dev-dependencies.itertools]
version = "0.14.0"

[dev-dependencies.proptest]
version = "1.4"