vacro-cli 0.1.1

TUI visualization tool for inspecting Vacro toolkits.
# 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 = "vacro-cli"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TUI visualization tool for inspecting Vacro toolkits."
readme = "README.md"
keywords = [
    "cli",
    "debug",
    "proc-macro",
    "tui",
    "visualization",
]
categories = [
    "command-line-utilities",
    "development-tools::debugging",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/FeVeR-Store/vacro"

[features]
test = []

[[bin]]
name = "cargo-vacro"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.crossterm]
version = "0.29"

[dependencies.ratatui]
version = "0.30"
features = ["crossterm_0_29"]

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1.0"

[dependencies.similar]
version = "2.7.0"

[dependencies.syntect]
version = "5.2"

[dependencies.unicode-width]
version = "0.1"

[dependencies.vacro-analysis]
version = "0.1.0"

[dependencies.vacro-trace]
version = "0.1.2"
features = ["types"]
default-features = false