suss 0.0.5

Create collections of single-instance unix socket services, started on-demand by any clients using them.
Documentation
[dependencies.async-std]
optional = true
version = "1"

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

[dependencies.blocking]
version = "1"

[dependencies.chain-trans]
version = "1"

[dependencies.futures-lite]
version = "1"

[dependencies.humantime]
version = "2"

[dependencies.nanorand]
default-features = false
features = ["std", "getrandom", "chacha", "zeroize"]
version = "0.7"

[dependencies.tokio]
default-features = false
features = ["net", "io-util", "time"]
optional = true
version = "1"

[dependencies.tracing]
version = "0.1"

[package]
authors = ["Matti Bryce <mattibryce@protonmail.com>"]
categories = ["network-programming"]
description = "Create collections of single-instance unix socket services, started on-demand by any clients using them."
documentation = "https://docs.rs/suss"
edition = "2021"
homepage = "https://github.com/infomorphic-matti/suss"
keywords = ["async", "io", "non-blocking", "daemon", "unix"]
license = "AGPL-3.0-or-later"
name = "suss"
readme = "README.md"
repository = "https://github.com/infomorphic-matti/suss"
resolver = "2"
version = "0.0.5"

[package.metadata.docs.rs]
all-features = true