gitpp 0.6.4

Git Personal Parallel Manager — manage 100+ Git repos with one command
# 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.78.0"
name = "gitpp"
version = "0.6.4"
authors = ["kako-jun"]
build = false
exclude = [
    ".github/",
    "target/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git Personal Parallel Manager — manage 100+ Git repos with one command"
homepage = "https://github.com/kako-jun/gitpp"
documentation = "https://docs.rs/gitpp"
readme = "README.md"
keywords = [
    "git",
    "tui",
    "parallel",
    "multi-repo",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/kako-jun/gitpp"

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

[dependencies.arboard]
version = "3.6.1"
features = ["wayland-data-control"]

[dependencies.crossterm]
version = "0.28"

[dependencies.ctrlc]
version = "3.5.2"

[dependencies.dirs]
version = "5.0"

[dependencies.encoding_rs]
version = "0.8.34"

[dependencies.ratatui]
version = "0.28"

[dependencies.rustyline]
version = "14.0"

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

[dependencies.serde_yaml]
version = "0.9.34"

[dev-dependencies.cargo-husky]
version = "1"
features = ["user-hooks"]
default-features = false

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