# 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 = "forc-debug" version = "0.66.5" authors = ["Fuel Labs <contact@fuel.sh>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Supports debugging Sway code via CLI and DAP server." homepage = "https://fuel.network/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/FuelLabs/sway" [lib] name = "forc_debug" path = "src/lib.rs" [[bin]] name = "forc-debug" path = "src/main.rs" [[example]] name = "client_usage" path = "examples/client_usage.rs" [[test]] name = "cli_integration" path = "tests/cli_integration.rs" [[test]] name = "server_integration" path = "tests/server_integration.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = [ "derive", "env", ] [dependencies.dap] version = "0.4.1-alpha" [dependencies.forc-pkg] version = "0.66.5" [dependencies.forc-test] version = "0.66.5" [dependencies.forc-tracing] version = "0.66.5" [dependencies.fuel-core-client] version = "0.40.0" default-features = false [dependencies.fuel-types] version = "0.58" features = ["serde"] [dependencies.fuel-vm] version = "0.58" features = ["serde"] [dependencies.rayon] version = "1.7" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.shellfish] version = "0.9" features = [ "async", "rustyline", "tokio", ] [dependencies.sway-core] version = "0.66.5" [dependencies.sway-features] version = "0.66.5" [dependencies.sway-types] version = "0.66.5" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.12" features = [ "io-util", "macros", "net", "rt-multi-thread", ] [dev-dependencies.dap] version = "0.4.1-alpha1" features = ["client"] [dev-dependencies.escargot] version = "0.5.7" [dev-dependencies.portpicker] version = "0.1.1" [dev-dependencies.rexpect] version = "0.4"