gitpane 0.2.0

Multi-repo Git workspace dashboard TUI
# 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"
name = "gitpane"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-repo Git workspace dashboard TUI"
readme = "README.md"
license = "MIT"
repository = "https://github.com/affromero/gitpane"

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

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

[dependencies.color-eyre]
version = "0.6"

[dependencies.crossterm]
version = "0.29"
features = [
    "event-stream",
    "serde",
]

[dependencies.directories]
version = "6"

[dependencies.dirs]
version = "6"

[dependencies.futures]
version = "0.3"

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

[dependencies.notify]
version = "8"

[dependencies.notify-debouncer-full]
version = "0.7"

[dependencies.ratatui]
version = "0.30"

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

[dependencies.strum]
version = "0.27"
features = ["derive"]

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-util]
version = "0.7"
features = ["rt"]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.walkdir]
version = "2"

[dev-dependencies.tempfile]
version = "3"