optative-process-pool 0.0.9

A reconciling process pool built on the optative lifecycle traits.
Documentation
[package]
name = "optative-process-pool"
version = "0.0.9"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "A reconciling process pool built on the optative lifecycle traits."
keywords = ["reconciler", "process", "pool", "supervisor", "lifecycle"]
categories = ["os::unix-apis", "asynchronous"]

[dependencies]
optative = { version = "0.1.4", path = "../optative" }
optative-derive = { version = "0.0.4", path = "../optative-derive" }
nix = { version = "0.31", features = ["signal", "process"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2"
tracing = "0.1"
tempfile = "3.27.0"