git-pincer 0.1.2

A simple and efficient terminal Git conflict resolution CLI tool.
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 = "2024"
rust-version = "1.96.0"
name = "git-pincer"
version = "0.1.2"
authors = ["Zero <zero9501@outlook.com>"]
build = false
include = [
    "/src",
    "/locales",
    "/Cargo.toml",
    "/README.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple and efficient terminal Git conflict resolution CLI tool."
documentation = "https://docs.rs/git-pincer"
readme = "README.md"
keywords = [
    "git",
    "git-cli",
    "tui",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/zlx2019/git-pincer"

[features]

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.clap_complete]
version = "4.6.7"

[dependencies.ratatui]
version = "0.30"

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

[dependencies.similar]
version = "3.1"

[dependencies.syntect]
version = "5"
features = [
    "default-syntaxes",
    "regex-fancy",
]
default-features = false

[dependencies.sys-locale]
version = "0.3.2"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "1.1.2"

[dev-dependencies]

[build-dependencies]

[lints.clippy]
unwrap_used = "warn"

[lints.rust]
missing_docs = "warn"
unsafe_code = "warn"

[profile.dev]

[profile.release]
lto = "fat"
codegen-units = 1
panic = "abort"
strip = true