# 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 = "child_wait_timeout" version = "0.1.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A wait timeout in rust" readme = "README.md" license = "MIT" repository = "https://github.com/fplu/child_wait_timeout" [lib] name = "child_wait_timeout" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [[bench]] name = "wait_timeout_benchmark" path = "benches/wait_timeout_benchmark.rs" harness = false [dependencies] [dev-dependencies.criterion] version = "0.5" [build-dependencies.cc] version = "1.0" [features] default = [] pidfd = [] signal = [] thread = [] [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", ]