# 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-compile" version = "0.0.7" authors = ["Miden contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The compiler frontend for Miden" homepage = "https://github.com/0xPolygonMiden/compiler" documentation = "https://github.com/0xPolygonMiden/compiler" readme = "README.md" keywords = [ "compiler", "miden", ] categories = ["compilers"] license = "MIT" repository = "https://github.com/0xPolygonMiden/compiler" [lib] name = "midenc_compile" path = "src/lib.rs" [dependencies.clap] version = "4.1" features = [ "derive", "std", "env", "help", ] default-features = false [dependencies.either] version = "1.10" default-features = false [dependencies.intrusive-collections] version = "0.9" [dependencies.inventory] version = "0.3" [dependencies.log] version = "0.4" [dependencies.miden-assembly] version = "0.10.3" features = ["std"] [dependencies.midenc-codegen-masm] version = "0.0.7" [dependencies.midenc-frontend-wasm] version = "0.0.7" [dependencies.midenc-hir] version = "0.0.7" [dependencies.midenc-hir-analysis] version = "0.0.7" [dependencies.midenc-hir-transform] version = "0.0.7" [dependencies.midenc-session] version = "0.0.7" [dependencies.thiserror] version = "1.0" package = "miden-thiserror" [dependencies.wat] version = "1.0.69"