[dependencies.lazy_static]
version = "1.4.0"
[dependencies.libc]
version = "0.2.99"
[dependencies.nix]
version = "0.22.0"
[dependencies.prctl]
version = "1.0.0"
[dev-dependencies.glob]
version = "0.3.0"
[dev-dependencies.procspawn]
version = "0.10.0"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0.127"
[dev-dependencies.tempfile]
version = "3.2.0"
[lib]
name = "caoe"
path = "src/lib.rs"
[package]
authors = ["wayslog <zxs867179@gmail.com>"]
categories = ["os"]
description = "CaoE makes it easy to automatically kills all spawned children (and grandchildren) processes when the parent dies, even if killed by SIGKILL."
edition = "2018"
keywords = ["caoe", "children", "child_process", "processes", "operating_system"]
license = "MIT"
name = "caoe"
readme = "README.md"
version = "0.1.2"