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