keifu 0.2.3

A TUI tool to visualize Git commit graphs with branch genealogy
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 = "2021"
name = "keifu"
version = "0.2.3"
authors = ["trasta298"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A TUI tool to visualize Git commit graphs with branch genealogy"
readme = "README.md"
keywords = [
    "git",
    "tui",
    "cli",
    "graph",
    "visualization",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/trasta298/keifu"

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

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

[[test]]
name = "graph_test"
path = "tests/graph_test.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "5.0"

[dependencies.fuzzy-matcher]
version = "0.3"

[dependencies.git2]
version = "0.19"
features = ["vendored-openssl"]

[dependencies.ratatui]
version = "0.29"

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

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.8"

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

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