# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "kill_tree" version = "0.2.4" authors = ["oneofthezombies"] description = "🌳 Kill Tree is a library designed to terminate a specified process and all its child processes recursively, operating independently of other commands like kill or taskkill." readme = "README.md" keywords = [ "process", "tree-kill", "kill", "taskkill", "terminate", ] license = "MIT" repository = "https://github.com/oneofthezombies/kill-tree" [dependencies.tokio] version = "1.36.0" features = ["full"] optional = true [dependencies.tracing] version = "0.1.40" [dev-dependencies.tokio] version = "1.36.0" features = ["test-util"] [dev-dependencies.tracing-test] version = "0.2.4" features = ["no-env-filter"] [features] blocking = [] default = ["blocking"] tokio = ["dep:tokio"] [target."cfg(target_os = \"macos\")".build-dependencies.bindgen] version = "0.69.2" [target."cfg(unix)".dependencies.nix] version = "0.27.1" features = ["signal"] [target."cfg(windows)".dependencies.windows] version = "0.52.0" features = [ "Win32_Foundation", "Win32_System_Diagnostics_ToolHelp", "Win32_System_Threading", ]