proctui 0.0.1

Simple tool for Manage Procfile-based applications
# 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 = "proctui"
version = "0.0.1"
authors = ["a-chacon <andres.ch@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple tool for Manage Procfile-based applications"
readme = "README.md"
keywords = [
    "procfile",
    "heroku",
    "cli",
    "tui",
]
categories = ["command-line-utilities"]
license = "GPL-3.0"
repository = "https://github.com/a-chacon/proctui"

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

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

[dependencies.anyhow]
version = "1.0.95"

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

[dependencies.crossterm]
version = "0.28.1"
features = ["event-stream"]

[dependencies.futures]
version = "0.3.31"

[dependencies.ratatui]
version = "0.30.0"

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

[dependencies.vt100]
version = "0.15.2"

[target."cfg(unix)".dependencies.nix]
version = "0.29.0"
features = ["signal"]

[target."cfg(unix)".dependencies.portable-pty]
version = "0.9.0"

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
strip = true