process_control 3.3.0

Methods for ergonomically running processes with timeouts
Documentation
[package]
authors = ["dylni"]
categories = ["concurrency", "os"]
description = "Methods for ergonomically running processes with timeouts\n"
edition = "2018"
exclude = [".*", "/rustfmt.toml", "/tests"]
keywords = ["kill", "process", "terminate", "timeout", "wait"]
license = "MIT OR Apache-2.0"
name = "process_control"
readme = "README.md"
repository = "https://github.com/dylni/process_control"
rust-version = "1.54.0"
version = "3.3.0"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "process_control_docs_rs"]
rustdoc-args = ["--cfg", "process_control_docs_rs"]
[target."cfg(unix)".dependencies.crossbeam-channel]
optional = true
version = "0.5"

[target."cfg(unix)".dependencies.libc]
version = "0.2.120"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_Security", "Win32_System_JobObjects", "Win32_System_Threading", "Win32_System_WindowsProgramming"]
version = "0.33"