self_cmd 0.1.2

Self-executing command builder for Rust programs / Rust 程序自执行命令构建器
Documentation
[package]
name = "self_cmd"
version = "0.1.2"
edition = "2024"
license = "MulanPSL-2.0"
repository = "https://github.com/js0/rust.git"
homepage = "https://github.com/js0/rust/tree/main/self_cmd"
description = "Self-executing command builder for Rust programs / Rust 程序自执行命令构建器"
keywords = ["command", "process", "self-execution", "spawn", "restart"]

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[features]
default = []

[dev-dependencies]
aok = "0.1.18"
log = "0.4.28"
log_init = "0.1.28"
static_init = "1.0.4"

[dev-dependencies.tokio]
version = "1.46.1"
features = ["macros", "rt", "rt-multi-thread", "time", "sync"]

[target.'cfg(target_os = "linux")'.dependencies]
command-fds = "0.3.2"