# 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-debug" version = "0.0.7" authors = ["Miden contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An interactive debugger for Miden VM programs" 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_debug" path = "src/lib.rs" [dependencies.clap] version = "4.1" features = [ "derive", "std", "env", "help", ] default-features = false [dependencies.crossterm] version = "0.28.1" features = ["event-stream"] [dependencies.futures] version = "0.3.30" [dependencies.glob] version = "0.3.1" [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-codegen-masm] version = "0.0.7" [dependencies.midenc-hir] version = "0.0.7" [dependencies.midenc-session] version = "0.0.7" [dependencies.proptest] version = "1.4" [dependencies.ratatui] version = "0.28.0" [dependencies.serde] version = "1.0.208" features = [ "serde_derive", "alloc", "rc", ] [dependencies.signal-hook] version = "0.3.17" [dependencies.syntect] version = "5.2.0" features = [ "parsing", "default-syntaxes", "default-themes", "yaml-load", "regex-onig", ] default-features = false [dependencies.thiserror] version = "1.0" package = "miden-thiserror" [dependencies.tokio] version = "1.39.2" features = [ "rt", "time", "macros", ] [dependencies.tokio-util] version = "0.7.11" [dependencies.toml] version = "0.8" features = ["preserve_order"] [dependencies.tui-input] version = "0.10"