teamctl-ui 0.8.1

Interactive TUI for teamctl — Triptych view, approvals modal, send-mail compose.
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.78"
name = "teamctl-ui"
version = "0.8.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive TUI for teamctl — Triptych view, approvals modal, send-mail compose."
readme = "README.md"
license = "MIT"
repository = "https://github.com/Alireza29675/teamctl"

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

[[bin]]
name = "teamctl-ui"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[[test]]
name = "interactions"
path = "tests/interactions.rs"

[[test]]
name = "snapshots"
path = "tests/snapshots.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "5"

[dependencies.notify]
version = "6"

[dependencies.ratatui]
version = "0.29"
features = ["crossterm"]
default-features = false

[dependencies.rusqlite]
version = "0.31"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1"

[dependencies.team-core]
version = "0.8.1"

[dev-dependencies.insta]
version = "1"

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