quinjet 0.0.1

A fast, live, keyboard-first Git source-control interface for the terminal
# 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.85"
name = "quinjet"
version = "0.0.1"
build = false
exclude = [
    "extras/",
    ".github/",
    ".agents/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, live, keyboard-first Git source-control interface for the terminal"
homepage = "https://github.com/pulkitxm/quinjet"
documentation = "https://github.com/pulkitxm/quinjet#readme"
readme = "README.md"
keywords = [
    "git",
    "tui",
    "terminal",
    "source-control",
    "diff",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/pulkitxm/quinjet"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.crossterm]
version = "0.28"

[dependencies.notify]
version = "8.0"

[dependencies.ratatui]
version = "0.29"

[dependencies.syntect]
version = "5.3"
features = ["default-fancy"]
default-features = false

[dependencies.two-face]
version = "0.5.2"
features = ["syntect-fancy"]
default-features = false

[dependencies.unicode-width]
version = "0.2"

[profile.dev]
debug = 1

[profile.release]
lto = "thin"
codegen-units = 1
panic = "abort"
strip = "symbols"