stackwise 0.2.0

Drop-in Rust stack usage analysis with JSON reports and an interactive local UI
Documentation
[package]

name = "stackwise"

version = "0.2.0"
description = "Drop-in Rust stack usage analysis with JSON reports and an interactive local UI"

edition.workspace = true

license.workspace = true

repository.workspace = true

rust-version.workspace = true

readme = "README.md"

documentation = "https://docs.rs/stackwise"

categories = [

    "command-line-utilities",

    "development-tools::cargo-plugins",

    "development-tools::debugging",

    "visualization",

]

keywords = ["stack", "rust", "analysis", "cli", "callgraph"]



[dependencies]

anyhow.workspace = true

cargo_metadata.workspace = true

camino.workspace = true

clap.workspace = true

iced-x86.workspace = true

include_dir.workspace = true

indicatif.workspace = true

object.workspace = true

open.workspace = true

schemars.workspace = true

serde.workspace = true

serde_json.workspace = true

stackwise-core = { version = "0.2.0", path = "../stackwise-core" }
tiny_http.workspace = true

toml.workspace = true



[dev-dependencies]

assert_cmd.workspace = true

predicates.workspace = true

tempfile.workspace = true



[[bin]]

name = "stackwise"

path = "src/bin/stackwise.rs"



[[bin]]

name = "cargo-stackwise"

path = "src/bin/cargo-stackwise.rs"