process_control 4.0.0

Ergonomically run processes with limits
Documentation
[package]
authors = ["dylni"]
categories = ["concurrency", "os"]
description = "Ergonomically run processes with limits\n"
edition = "2021"
exclude = [".*", "tests.rs", "/rustfmt.toml", "/src/bin", "/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"
resolver = "2"
rust-version = "1.58.0"
version = "4.0.0"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "process_control_docs_rs"]
rustdoc-args = ["--cfg", "process_control_docs_rs"]
[target."cfg(all(unix, any(target_os = \"espidf\", target_os = \"horizon\", target_os = \"openbsd\", target_os = \"redox\", target_os = \"tvos\", target_os = \"vxworks\")))".dependencies.parking_lot]
optional = true
version = "0.12"

[target."cfg(all(unix, any(target_os = \"espidf\", target_os = \"horizon\", target_os = \"openbsd\", target_os = \"redox\", target_os = \"tvos\", target_os = \"vxworks\")))".dependencies.signal-hook]
version = "0.3"
[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.36"