cha-cli 0.6.3

Cha — pluggable code smell detection CLI (察)
# 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 = "2024"
name = "cha-cli"
version = "0.6.3"
authors = ["W-Mai <w-mai@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cha — pluggable code smell detection CLI (察)"
homepage = "https://github.com/W-Mai/Cha"
readme = false
keywords = [
    "code-quality",
    "static-analysis",
    "linter",
    "ast",
    "wasm",
]
categories = [
    "development-tools",
    "development-tools::testing",
]
license = "MIT"
repository = "https://github.com/W-Mai/Cha"
resolver = "2"

[package.metadata.wix]
upgrade-guid = "A422BEBC-2ACC-4C9B-A185-0A5355D7BBFB"
path-guid = "D106BC45-7876-4F40-B3DA-86478496594B"
license = false
eula = false

[[bin]]
name = "cha"
path = "src/main.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.cha-core]
version = "0.6.3"

[dependencies.cha-parser]
version = "0.6.3"

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

[dependencies.clap_complete]
version = "4"

[dependencies.dirs]
version = "5"

[dependencies.glob]
version = "0.3.3"

[dependencies.ignore]
version = "0.4"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.wasi-preview1-component-adapter-provider]
version = "43.0.0"

[dependencies.wit-component]
version = "0.246.2"

[dev-dependencies.serde_json]
version = "1"