vesper-player-platform-process 0.5.1

Bounded cross-platform process supervision for Vesper tooling.
Documentation
[package]
name = "vesper-player-platform-process"
description = "Bounded cross-platform process supervision for Vesper tooling."
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true
documentation = "https://docs.rs/vesper-player-platform-process"
readme = "../../../../README.md"
keywords = ["vesper", "process", "supervision", "cli"]
categories = ["development-tools"]
publish = ["crates-io"]

[lib]
name = "player_platform_process"

[target.'cfg(unix)'.dependencies]
nix = { workspace = true, features = ["signal"] }

[target.'cfg(unix)'.dev-dependencies]
nix = { workspace = true, features = ["term"] }

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.61.2", features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_System_JobObjects",
    "Win32_System_Threading",
] }