git-surgeon 0.1.3

Surgical git hunk control for AI agents
# 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 = "git-surgeon"
version = "0.1.3"
authors = ["Raine Virta"]
build = false
include = [
    "/src/**/*",
    "/skills/**/*",
    "/Cargo.toml",
    "/Cargo.lock",
    "/CHANGELOG.md",
    "/LICENSE",
    "/README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Surgical git hunk control for AI agents"
homepage = "https://github.com/raine/git-surgeon"
documentation = "https://github.com/raine/git-surgeon#readme"
readme = "README.md"
license = "MIT"
repository = "https://github.com/raine/git-surgeon"

[[bin]]
name = "git-surgeon"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.dirs]
version = "5"

[dependencies.hex]
version = "0.4"

[dependencies.sha1]
version = "0.10"

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

[profile.release]
lto = true
codegen-units = 1
strip = true