# 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 = "essential-debugger" version = "0.2.0" authors = ["Essential Contributions "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An experimental constraint debugger for the Essential constraint checking engine" homepage = "https://essential.builders/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/essential-contributions/essential-debugger" [lib] name = "essential_debugger" path = "src/lib.rs" [[bin]] name = "essential-debugger" path = "src/main.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.dialoguer] version = "0.11.0" features = [ "fuzzy-select", "history", ] [dependencies.essential-constraint-asm] version = "0.3.0" [dependencies.essential-constraint-vm] version = "0.3.0" [dependencies.essential-hash] version = "0.2.0" [dependencies.essential-sign] version = "0.2.0" [dependencies.essential-state-asm] version = "0.3.0" [dependencies.essential-state-read-vm] version = "0.3.0" [dependencies.essential-types] version = "0.2.0" [dependencies.hex] version = "0.4.3" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1.39" features = ["full"] [dev-dependencies.rand] version = "0.8" features = ["small_rng"] [dev-dependencies.secp256k1] version = "0.29" features = [ "rand", "recovery", ]