[package]
edition = "2021"
rust-version = "1.85"
name = "diffctx"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Smart git diff context for LLMs — name-reservation stub. Working implementation ships as the Python package `treemapper`; a native Rust library is planned for the 1.0 series."
homepage = "https://github.com/nikolay-e/diffctx"
documentation = "https://docs.rs/diffctx"
readme = "README.md"
keywords = [
"llm",
"diff",
"context",
"ai",
"git",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/nikolay-e/diffctx"
[lib]
name = "diffctx"
path = "src/lib.rs"