tmux-deck 0.1.9

A Tmux session manager. Monitoring multi session Realtime preview.
# 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 = "tmux-deck"
version = "0.1.9"
authors = ["tkcd <goriponikeike55@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Tmux session manager. Monitoring multi session Realtime preview."
readme = "README.md"
keywords = [
    "tmux",
    "cli",
]
license-file = "LICENSE"
repository = "https://github.com/takeshid/tmux-deck"

[[bin]]
name = "tmux-deck"
path = "src/main.rs"

[dependencies.ansi-to-tui]
version = "7"

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

[dependencies.clap-cargo]
version = "0.18.3"

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

[dependencies.crossterm]
version = "0.28"

[dependencies.directories]
version = "6.0.0"

[dependencies.ratatui]
version = "0.29"

[dependencies.serde_json]
version = "1"

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = [
    "env-filter",
    "local-time",
]