[package]
edition = "2021"
name = "CreateProcessW"
version = "0.1.8"
build = false
include = [
"src/**/*.rs",
"README.md",
"LICENSE.Apache-2.0",
"LICENSE.MIT",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Create and handle processes on Windows using the Win32 API"
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",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/yozhgoor/CreateProcessW"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = ["x86_64-pc-windows-msvc"]
[lib]
name = "CreateProcessW"
path = "src/lib.rs"
[dependencies]