git-igitt 0.1.21

Interactive Git terminal application to browse and visualize Git history graphs arranged for your branching model
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"
rust-version = "1.83.0"
name = "git-igitt"
version = "0.1.21"
authors = ["Martin Lange <martin_lange_@gmx.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive Git terminal application to browse and visualize Git history graphs arranged for your branching model"
readme = "README.md"
keywords = [
    "git",
    "graph",
]
license = "MIT"
repository = "https://github.com/mlange-42/git-igitt.git"

[features]
default = ["crossterm"]

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

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

[dependencies.clap]
version = "4.5"
features = ["cargo"]
optional = false

[dependencies.crossterm]
version = "0.29"
optional = true

[dependencies.git2]
version = "0.20"
optional = false
default-features = false

[dependencies.gleisbau]
version = "0.7.1"

[dependencies.itertools]
version = "0.14"

[dependencies.lazy_static]
version = "1.4"

[dependencies.log]
version = "0.4.18"

[dependencies.log4rs]
version = "1.2.0"

[dependencies.muncher]
version = "0.7"

[dependencies.platform-dirs]
version = "0.3"

[dependencies.syntect]
version = "5.0"

[dependencies.textwrap]
version = "0.16"
features = ["unicode-width"]
optional = false
default-features = false

[dependencies.toml]
version = "0.9"

[dependencies.tui]
version = "0.19"
features = ["crossterm"]
optional = false
default-features = false

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

[dependencies.yansi]
version = "1.0"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 0
debug-assertions = false
overflow-checks = false