# 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 = "w32die" version = "0.1.0" description = """ A simple binary that wraps any executable and runs it in a Windows Job Object to ensure it (and all its children) are terminated when the parent process dies. """ homepage = "https://github.com/bukowa/w32die" readme = "README.md" keywords = [ "windows", "job", "process", "management", "kill", ] license = "MIT" repository = "https://github.com/bukowa/w32die" [dependencies.win32job] version = "=2.0.0"