gitui-view 0.2.0

A terminal-based Git repository browser with inline and side-by-side diff views
# 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"
rust-version = "1.77"
name = "gitui-view"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal-based Git repository browser with inline and side-by-side diff views"
homepage = "https://github.com/lyj-514328/gitui-view"
documentation = "https://docs.rs/gitui-view"
readme = "README.md"
keywords = [
    "git",
    "terminal",
    "gui",
    "cli",
    "ui",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/lyj-514328/gitui-view"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[[bin]]
name = "gitui-view"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.bat]
version = "0.26"
features = ["regex-onig"]
default-features = false

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

[dependencies.crossterm]
version = "0.29"
features = ["serde"]

[dependencies.git2]
version = "0.20"

[dependencies.lazy_static]
version = "1.4"

[dependencies.ratatui]
version = "0.30"
features = ["crossterm"]
default-features = false

[dependencies.regex]
version = "1.7"

[dependencies.syntect]
version = "5.3"
features = [
    "default-syntaxes",
    "default-themes",
    "parsing",
    "plist-load",
    "regex-fancy",
]
default-features = false

[dependencies.terminal-colorsaurus]
version = "0.4.8"

[dependencies.unicode-segmentation]
version = "1.10"

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

[profile.dev.package.ratatui]
opt-level = 3

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