[package]
name = "self_cmd"
version = "0.1.10"
edition = "2024"
license = "MulanPSL-2.0"
repository = "https://github.com/js0-site/rust.git"
homepage = "https://github.com/js0-site/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.29"
log_init = "0.1.34"
static_init = "1.0.4"
[dev-dependencies.tokio]
version = "1.48.0"
features = ["macros", "rt", "rt-multi-thread", "time", "sync"]
[target.'cfg(target_os = "linux")'.dependencies]
command-fds = "0.3.2"
libc = "0.2.178"
[dependencies]
log = "0.4.29"
thiserror = "2.0.17"