# 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-frontend-wasm" version = "0.0.7" authors = ["Miden contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Wasm frontend for the Miden compiler" readme = "README.md" keywords = [ "compiler", "miden", ] categories = ["compilers"] license = "MIT" repository = "https://github.com/0xPolygonMiden/compiler" [lib] name = "midenc_frontend_wasm" path = "src/lib.rs" [dependencies.addr2line] version = "0.24" [dependencies.anyhow] version = "1.0" [dependencies.derive_more] version = "0.99" [dependencies.gimli] version = "0.31" features = [ "read", "std", ] default-features = false [dependencies.indexmap] version = "2.2" [dependencies.log] version = "0.4" [dependencies.miden-core] version = "0.10.3" [dependencies.midenc-hir] version = "0.0.7" [dependencies.midenc-hir-type] version = "0.0.7" [dependencies.midenc-session] version = "0.0.7" [dependencies.rustc-hash] version = "1.1" [dependencies.smallvec] version = "1.13" features = [ "union", "const_generics", "const_new", "drain_filter", ] [dependencies.thiserror] version = "1.0" package = "miden-thiserror" [dependencies.wasmparser] version = "0.214" [dev-dependencies.expect-test] version = "1.4.1" [dev-dependencies.wat] version = "1.0.69"