psup-impl 0.6.4

Process supervisor with inter-process communication over tokio Unix sockets
Documentation
[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1.7"

[dependencies.rand]
version = "0.8"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["rt", "net", "sync", "process", "macros", "rt-multi-thread", "time"]
version = "1"

[package]
authors = ["muji <muji@tmpfs.org>"]
description = "Process supervisor with inter-process communication over tokio Unix sockets"
edition = "2018"
keywords = ["Process", "Supervisor"]
license = "MIT OR Apache-2.0"
name = "psup-impl"
repository = "https://github.com/tmpfs/psup"
version = "0.6.4"