# 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" name = "triton-tui" version = "0.4.0" authors = ["Triton Software AG"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Terminal User Interface to help debugging programs written for Triton VM." homepage = "https://triton-vm.org/" documentation = "https://docs.rs/triton-tui/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/TritonVM/triton-tui" [package.metadata.wix] eula = false license = false path-guid = "BC323872-190B-4363-9BE0-3952D2437AB3" upgrade-guid = "4B35A3BB-5E62-4D98-9548-7DB2141D4778" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "triton-tui" path = "src/main.rs" [[test]] name = "integration" path = "tests/tests.rs" [dependencies.arbitrary] version = "1" features = ["derive"] [dependencies.better-panic] version = "0.3" [dependencies.clap] version = "4" features = [ "derive", "cargo", "wrap_help", "unicode", "string", ] [dependencies.color-eyre] version = "0.6" [dependencies.config] version = "0.14" [dependencies.crossterm] version = "0.28" features = [ "serde", "event-stream", ] [dependencies.derive_deref] version = "1" [dependencies.directories] version = "5" [dependencies.fs-err] version = "3.0" [dependencies.futures] version = "0.3" [dependencies.human-panic] version = "2" [dependencies.itertools] version = "0.13" [dependencies.lazy_static] version = "1.5" [dependencies.libc] version = "0.2" [dependencies.ratatui] version = "0.29" features = [ "serde", "macros", ] [dependencies.rexpect] version = "0.5" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.signal-hook] version = "0.3" [dependencies.strip-ansi-escapes] version = "0.2" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-util] version = "0.7" [dependencies.tracing] version = "0.1" [dependencies.tracing-error] version = "0.2" [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "serde", ] [dependencies.triton-vm] version = "=0.43.0" [dependencies.tui-textarea] version = "0.7" [dev-dependencies.assert2] version = "0.3" [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.proptest] version = "1.5" [dev-dependencies.proptest-arbitrary-interop] version = "0.1" [dev-dependencies.test-strategy] version = "0.4.0" [build-dependencies.clap] version = "4" features = [ "derive", "cargo", "wrap_help", "unicode", "string", ] [build-dependencies.clap_complete] version = "4.5" [build-dependencies.directories] version = "5" [build-dependencies.lazy_static] version = "1.5" [features] default = [] integration-tests = ["rexpect"]