process_control 4.2.1

Ergonomically run processes with limits
Documentation
[features]
crossbeam-channel = []

[lib]
name = "process_control"
path = "src/lib.rs"

[package]
authors = ["dylni"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["concurrency", "os"]
description = """
Ergonomically run processes with limits
"""
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"
rust-version = "1.74.0"
version = "4.2.1"

[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.libc]
version = "0.2.120"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_JobObjects", "Win32_System_IO", "Win32_System_Threading"]
version = "0.59"

[target."cfg(windows)".dev-dependencies.rustversion]
version = "1.0"