folk-plugin-process 0.1.0

Auxiliary process supervisor plugin for Folk — starts, monitors, and restarts sidecar processes
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.85"
name = "folk-plugin-process"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Auxiliary process supervisor plugin for Folk — starts, monitors, and restarts sidecar processes"
homepage = "https://github.com/Folk-Project"
readme = "README.md"
keywords = [
    "folk",
    "php",
    "process",
    "plugin",
]
categories = [
    "asynchronous",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/Folk-Project/folk-plugin-process"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

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

[dependencies.folk-api]
version = "0.1"

[dependencies.futures-util]
version = "0.3"

[dependencies.humantime-serde]
version = "1"

[dependencies.rmp-serde]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"