fleetcom 0.12.1

A fleet-view supervisor for concurrent 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"
rust-version = "1.88"
name = "fleetcom"
version = "0.12.1"
authors = ["Christopher Sardegna <fleetcom@reagentx.net>"]
build = false
exclude = [
    ".github",
    "docs",
    "tests",
    ".gitignore",
    ".gitattributes",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fleet-view supervisor for concurrent 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"

[dependencies.alacritty_terminal]
version = "=0.26.0"
default-features = false

[dependencies.base64]
version = "=0.22.1"

[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.rustix]
version = "=1.1.4"
features = ["process"]

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

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

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