# 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.80" name = "midenc-codegen-masm" version = "0.0.7" authors = ["Miden contributors"] build = 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/0xPolygonMiden/compiler" [lib] name = "midenc_codegen_masm" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.bitcode] version = "0.6.3" features = ["serde"] default-features = false [dependencies.cranelift-entity] version = "0.108" [dependencies.intrusive-collections] version = "0.9" [dependencies.inventory] version = "0.3" [dependencies.log] version = "0.4" [dependencies.miden-assembly] version = "0.10.3" [dependencies.miden-core] version = "0.10.3" [dependencies.miden-processor] version = "0.10.3" [dependencies.miden-stdlib] version = "0.10.3" features = ["with-debug-info"] [dependencies.midenc-hir] version = "0.0.7" features = ["serde"] [dependencies.midenc-hir-analysis] version = "0.0.7" [dependencies.midenc-hir-transform] version = "0.0.7" [dependencies.midenc-session] version = "0.0.7" features = ["serde"] [dependencies.paste] version = "1.0" [dependencies.petgraph] version = "0.6" [dependencies.rustc-hash] version = "1.1" [dependencies.serde] version = "1.0.208" features = [ "serde_derive", "alloc", "rc", ] [dependencies.serde_bytes] version = "0.11.15" [dependencies.smallvec] version = "1.13" features = [ "union", "const_generics", "const_new", "drain_filter", ] [dependencies.thiserror] version = "1.0" package = "miden-thiserror" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.proptest] version = "1.4" [features] default = ["std"] std = ["bitcode/std"]