semantic-diff 0.6.0

A terminal diff viewer with AI-powered semantic grouping (Claude CLI / Copilot)
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"
name = "semantic-diff"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal diff viewer with AI-powered semantic grouping (Claude CLI / Copilot)"
readme = "README.md"
keywords = [
    "git",
    "diff",
    "tui",
    "semantic",
    "claude",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/alankyshum/semantic-diff"

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

[[bin]]
name = "semantic-diff"
path = "src/main.rs"

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

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

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.crossterm]
version = "0.29"
features = ["event-stream"]

[dependencies.dirs]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.ratatui]
version = "0.30"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.similar]
version = "2"

[dependencies.syntect]
version = "5.3"

[dependencies.terminal-light]
version = "1.8.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.tui-tree-widget]
version = "0.24"

[dependencies.unidiff]
version = "0.4"

[dependencies.which]
version = "8.0.2"

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

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true