# 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 = "proc_guard" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A process guard that ensures the proper destruction of a child process in various scenarios" readme = "README.md" license = "MIT" repository = "https://github.com/fplu/proc_guard" [lib] name = "proc_guard" path = "src/lib.rs" [[test]] name = "proc_guard_test" path = "tests/proc_guard_test.rs" [[test]] name = "send_ctrl_c_test" path = "tests/send_ctrl_c_test.rs" [dependencies.child_wait_timeout] version = "0.1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies] [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "wincon", "processenv", "processthreadsapi", "synchapi", "winbase", "minwinbase", "errhandlingapi", "winerror", ]