gitwig 1.2.7

a rust based tui, an alternative to sourcetree and gitui
# 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.87.0"
name = "gitwig"
version = "1.2.7"
authors = ["tareqmy <tareq.y@gmail.com>"]
build = false
exclude = [
    ".github/*",
    ".vscode/*",
    "assets/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a rust based tui, an alternative to sourcetree and gitui"
homepage = "https://github.com/tareqmy/gitwig"
readme = "README.md"
keywords = [
    "git",
    "cli",
    "terminal",
    "tui",
    "rust",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/tareqmy/gitwig"

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dirs]
version = "6.0.0"

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

[dependencies.ratatui]
version = "0.30"
features = ["crossterm_0_29"]

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

[dependencies.toml]
version = "0.8"