stylus-debug 0.1.1

A comprehensive debug and migration toolkit for Arbitrum Stylus (Rust-based smart contracts).
# 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 = "stylus-debug"
version = "0.1.1"
authors = ["ILE Labs <contact@ilelabs.com>"]
build = false
exclude = [
    "tests/",
    "examples/",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A comprehensive debug and migration toolkit for Arbitrum Stylus (Rust-based smart contracts)."
homepage = "https://github.com/ILE-Labs/stylus-debug-suite"
readme = "README.md"
keywords = [
    "arbitrum",
    "stylus",
    "debug",
    "wasm",
    "smart-contracts",
]
categories = [
    "command-line-utilities",
    "development-tools::debugging",
]
license = "MIT"
repository = "https://github.com/ILE-Labs/stylus-debug-suite"

[[bin]]
name = "stylus-debug"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.colored]
version = "2.0"

[dependencies.debug-engine]
version = "0.1.1"

[dependencies.engine-model]
version = "0.1.1"

[dependencies.gas-profiler]
version = "0.1.1"

[dependencies.gimli]
version = "0.27"

[dependencies.indicatif]
version = "0.17"

[dependencies.object]
version = "0.30"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]