kill_tree 0.1.1

A library that kills all of target process and its children recursively not depending on the other commands such as `kill`, `ps`, `pgrep`, `taskkill` or `wmic`.
Documentation
[dependencies.tokio]
features = ["full"]
version = "1.36.0"

[dependencies.tracing]
version = "0.1.40"
[dev-dependencies.tokio]
features = ["test-util"]
version = "1.36.0"

[package]
authors = ["oneofthezombies"]
categories = ["system", "process", "kill"]
description = "A library that kills all of target process and its children recursively not depending on the other commands such as `kill`, `ps`, `pgrep`, `taskkill` or `wmic`."
edition = "2021"
keywords = ["process", "tree-kill", "kill", "taskkill", "terminate"]
license = "MIT"
name = "kill_tree"
repository = "https://github.com/oneofthezombies/kill-tree"
version = "0.1.1"
[target."cfg(target_os = \"macos\")".build-dependencies.bindgen]
version = "0.69.2"
[target."cfg(unix)".dependencies.nix]
features = ["signal"]
version = "0.27.1"
[target."cfg(windows)".dependencies.windows]
features = ["Win32_Foundation", "Win32_System_Diagnostics_ToolHelp", "Win32_System_Threading"]
version = "0.52.0"