heal-cli 0.2.1

Hook-driven Evaluation & Autonomous Loop — code-health harness CLI for AI coding agents
Documentation
# 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"
rust-version = "1.85"
name = "heal-cli"
version = "0.2.1"
authors = ["Kazuyuki SUZUKI"]
build = false
include = [
    "src/**/*",
    "tests/**/*",
    "plugins/**/*",
    "queries/**/*.scm",
    "Cargo.toml",
    "README.md",
    "LICENSE-MIT",
    "LICENSE-APACHE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hook-driven Evaluation & Autonomous Loop — code-health harness CLI for AI coding agents"
homepage = "https://github.com/kechol/heal"
documentation = "https://docs.rs/heal-cli"
readme = "README.md"
keywords = [
    "code-quality",
    "metrics",
    "complexity",
    "claude",
    "harness",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kechol/heal"

[features]
default = [
    "lang-ts",
    "lang-rust",
]
lang-go = ["dep:tree-sitter-go"]
lang-js = ["dep:tree-sitter-javascript"]
lang-py = ["dep:tree-sitter-python"]
lang-rust = ["dep:tree-sitter-rust"]
lang-scala = ["dep:tree-sitter-scala"]
lang-ts = ["dep:tree-sitter-typescript"]

[lib]
name = "heal_cli"
path = "src/lib.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "clock",
]

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "wrap_help",
]

[dependencies.flate2]
version = "1.0"

[dependencies.git2]
version = "0.20"
features = ["vendored-libgit2"]
default-features = false

[dependencies.ignore]
version = "0.4"

[dependencies.include_dir]
version = "0.7"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokei]
version = "14"
default-features = false

[dependencies.toml]
version = "1.1"

[dependencies.tree-sitter]
version = "0.26"

[dependencies.tree-sitter-go]
version = "0.25"
optional = true

[dependencies.tree-sitter-javascript]
version = "0.25"
optional = true

[dependencies.tree-sitter-python]
version = "0.25"
optional = true

[dependencies.tree-sitter-rust]
version = "0.24"
optional = true

[dependencies.tree-sitter-scala]
version = "0.26"
optional = true

[dependencies.tree-sitter-typescript]
version = "0.23"
optional = true

[dependencies.ulid]
version = "1"

[dev-dependencies.git2]
version = "0.20"
features = ["vendored-libgit2"]
default-features = false

[dev-dependencies.tempfile]
version = "3"

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"