[build-dependencies.cc]
version = "1.0"
[package]
authors = ["dylni"]
categories = ["concurrency", "os"]
description = "Methods for ergonomically running processes with timeouts\n"
edition = "2018"
exclude = [".*", "/rustfmt.toml", "/tests"]
keywords = ["process", "timeout", "time_out", "kill", "terminate"]
license = "MIT OR Apache-2.0"
name = "process_control"
readme = "README.md"
repository = "https://github.com/dylni/process_control"
version = "0.6.0"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["handleapi", "processthreadsapi", "synchapi", "winbase", "winerror"]
version = "0.3"