[package]
categories = ["api-bindings", "os::unix-apis", "os::windows-apis"]
description = "Wait for any PID, an extension to waitpid(2)"
edition = "2021"
include = ["/Cargo.toml", "/LICENSE-APACHE", "/LICENSE-MIT", "/README.md", "/src/**"]
keywords = ["process", "pidfd", "kqueue", "wait", "waitpid"]
license = "MIT OR Apache-2.0"
name = "waitpid-any"
readme = "README.md"
repository = "https://github.com/oxalica/waitpid-any"
rust-version = "1.63"
version = "0.2.0"
[target."cfg(unix)".dependencies.rustix]
default-features = false
features = ["event", "process", "std"]
version = "0.38.3"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Threading"]
version = "0.48.0"