[package]
name = "win32job"
version = "2.0.0"
authors = ["Ohad Ravid <ohad.rv@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
documentation = "https://docs.rs/crate/win32job"
homepage = "https://github.com/ohadravid/win32job-rs"
repository = "https://github.com/ohadravid/win32job-rs"
description = """
A safe API for Windows' job objects.
"""
categories = ["api-bindings", "os::windows-apis"]
keywords = ["job", "job-object", "win32"]
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
[dependencies]
thiserror = "1.0"
[dependencies.windows]
version = "0.52"
features = [
"Win32_Foundation",
"Win32_Security",
"Win32_System_JobObjects",
"Win32_System_Threading",
"Win32_System_ProcessStatus",
]
[dev-dependencies]
rusty-fork = "0.3"