[dependencies.async-trait]
version = "0.1"
[dependencies.parking_lot]
version = "0.12"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
features = ["process", "sync", "time", "rt", "io-util"]
version = "1"
[dependencies.tracing]
version = "0.1"
[dependencies.unistore-core]
version = "0.1.0"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1"
[lib]
name = "unistore_process"
path = "src/lib.rs"
[package]
authors = ["UniStore Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os", "asynchronous"]
description = "Process management capability for UniStore"
documentation = "https://docs.rs/unistore-process"
edition = "2021"
homepage = "https://github.com/yangbo1317/unistore"
keywords = ["unistore", "process", "spawn", "command"]
license = "MIT OR Apache-2.0"
name = "unistore-process"
readme = "README.md"
repository = "https://github.com/yangbo1317/unistore"
rust-version = "1.75"
version = "0.1.1"
[target."cfg(unix)".dependencies.nix]
features = ["signal"]
version = "0.29"