fleetcom 0.2.0

A fleet-view supervisor for arbitrary shell commands.
# 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 = "fleetcom"
version = "0.2.0"
authors = ["Christopher Sardegna <fleetcom@reagentx.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fleet-view supervisor for arbitrary shell commands."
readme = "README.md"
keywords = [
    "cli",
    "tui",
    "pty",
    "supervisor",
    "process",
]
categories = [
    "command-line-interface",
    "command-line-utilities",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/ReagentX/fleetcom"

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

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

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

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

[dependencies.crossterm]
version = "=0.29.0"

[dependencies.dirs]
version = "=6.0.0"

[dependencies.jzon]
version = "=0.12.5"

[dependencies.nix]
version = "0.28"
features = [
    "signal",
    "user",
    "fs",
]

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

[dependencies.signal-hook]
version = "0.3"
default-features = false

[dependencies.vt100]
version = "=0.16.2"

[profile.release]
lto = true
codegen-units = 1