demons 0.3.0

Run a project's development commands side-by-side in one terminal
# 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"
rust-version = "1.88"
name = "demons"
version = "0.3.0"
build = false
exclude = [
    "RELEASE_AUDIT.md",
    "test-demons.toml",
    "test_commands.sh",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Run a project's development commands side-by-side in one terminal"
homepage = "https://github.com/jmicko/demons"
documentation = "https://docs.rs/demons"
readme = "README.md"
keywords = [
    "cli",
    "development",
    "process",
    "terminal",
    "tui",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/jmicko/demons"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.arboard]
version = "3.6.1"
default-features = false

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

[dependencies.crossterm]
version = "0.29"

[dependencies.libc]
version = "0.2"

[dependencies.portable-pty]
version = "0.9"

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

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

[dependencies.signal-hook]
version = "0.3"

[dependencies.toml]
version = "0.8"

[dependencies.unicode-width]
version = "0.2"

[dependencies.vt100]
version = "0.15"

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

[profile.release]
lto = "thin"
strip = true