decompose 0.2.0

A simple and flexible scheduler and orchestrator to manage non-containerized applications
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 = "2024"
rust-version = "1.88"
name = "decompose"
version = "0.2.0"
authors = ["Samuel Cormier-Iijima <samuel@cormier-iijima.com>"]
build = false
exclude = [
    "/.github",
    "/.claude",
    "/.cursor",
    "/.decompose",
    "/examples",
    "CLAUDE.md",
    "TASKS.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple and flexible scheduler and orchestrator to manage non-containerized applications"
homepage = "https://github.com/sciyoshi/decompose"
documentation = "https://docs.rs/decompose"
readme = "README.md"
keywords = [
    "process",
    "orchestration",
    "compose",
    "daemon",
    "devtools",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sciyoshi/decompose"

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

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

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

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

[dependencies.anstyle]
version = "1"

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.clap_complete]
version = "4"

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

[dependencies.futures]
version = "0.3"

[dependencies.humantime]
version = "2"

[dependencies.interprocess]
version = "2"
features = ["tokio"]

[dependencies.libc]
version = "0.2"

[dependencies.nix]
version = "0.29"
features = ["signal"]

[dependencies.ratatui]
version = "0.30"
features = [
    "crossterm",
    "underline-color",
]

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml_ng]
version = "0.10"

[dependencies.sha2]
version = "0.10"

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

[dependencies.which]
version = "7"

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