CreateProcessW 0.1.2

Create and handle processes on Windows using the Win32 API
Documentation
[dependencies.thiserror]
version = "1.0.30"

[dependencies.windows]
features = ["std", "Win32_Foundation", "Win32_Security", "Win32_System_Threading", "Win32_System_WindowsProgramming"]
version = "0.28.0"

[package]
categories = ["api-bindings", "os::windows-apis"]
description = "Create and handle processes on Windows using the Win32 API"
documentation = "https://docs.rs/CreateProcessW"
edition = "2021"
homepage = "https://github.com/yozhgoor/CreateProcessW"
include = ["src/**/*.rs", "README.md", "LICENSE.Apache-2.0", "LICENSE.MIT"]
keywords = ["winapi", "process", "command", "CreateProcessExW"]
license = "MIT OR Apache-2.0"
name = "CreateProcessW"
readme = "README.md"
repository = "https://github.com/yozhgoor/CreateProcessW"
resolver = "2"
version = "0.1.2"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = ["x86_64-pc-windows-msvc"]