[package]
name = "folk-plugin-process"
version = "0.2.2"
edition = "2024"
rust-version = "1.85"
license = "MIT"
description = "Auxiliary process supervisor plugin for Folk — starts, monitors, and restarts sidecar processes"
repository = "https://github.com/Folk-Project/folk-plugin-process"
homepage = "https://github.com/Folk-Project"
keywords = ["folk", "php", "process", "plugin"]
categories = ["asynchronous", "web-programming"]
[dependencies]
folk-api = "0.2"
tokio = { version = "1", features = ["full"] }
bytes = { version = "1", features = ["serde"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
async-trait = "0.1"
anyhow = "1"
tracing = "0.1"
thiserror = "2"
humantime-serde = "1"
futures-util = "0.3"
shell-words = "1"
[target.'cfg(unix)'.dependencies]
libc = "0.2"
[dev-dependencies]
tokio = { version = "1", features = ["full"] }