[dependencies.thiserror]
version = "2.0"
[lib]
name = "CreateProcessW"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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"
version = "0.1.5"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = ["x86_64-pc-windows-msvc"]