# 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 = "2021" name = "win32job" version = "2.0.0" authors = ["Ohad Ravid "] description = """ A safe API for Windows' job objects. """ homepage = "https://github.com/ohadravid/win32job-rs" documentation = "https://docs.rs/crate/win32job" readme = "README.md" keywords = [ "job", "job-object", "win32", ] categories = [ "api-bindings", "os::windows-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ohadravid/win32job-rs" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [dependencies.thiserror] version = "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] version = "0.3"