vesper-player-platform-process 0.5.1

Bounded cross-platform process supervision for Vesper tooling.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.98"
name = "vesper-player-platform-process"
version = "0.5.1"
authors = ["umbrella22"]
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bounded cross-platform process supervision for Vesper tooling."
homepage = "https://github.com/umbrella22/Vesper"
documentation = "https://docs.rs/vesper-player-platform-process"
readme = "README.md"
keywords = [
    "vesper",
    "process",
    "supervision",
    "cli",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/umbrella22/Vesper"

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

[target."cfg(unix)".dependencies.nix]
version = "0.31.3"
features = [
    "process",
    "signal",
    "signal",
]
default-features = false

[target."cfg(unix)".dev-dependencies.nix]
version = "0.31.3"
features = [
    "process",
    "signal",
    "term",
]
default-features = false

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