[badges.appveyor]
repository = "DoumanAsh/windows-win-rs"
[package]
authors = ["Douman <douman@gmx.se>"]
categories = []
description = "Some windows hacking library with utilities to find windows and access them"
documentation = "https://docs.rs/windows-win/*/x86_64-pc-windows-msvc/windows_win"
edition = "2018"
keywords = ["Windows", "winapi"]
license = "MIT"
name = "windows-win"
readme = "README.md"
repository = "https://github.com/DoumanAsh/windows-win-rs"
version = "2.4.1"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
[target."cfg(windows)".dependencies.winapi]
default-features = false
features = ["std", "windef", "winerror", "handleapi", "basetsd", "winnt", "minwindef", "winuser", "processthreadsapi", "handleapi", "memoryapi", "winbase", "wincon", "fileapi", "memoryapi", "libloaderapi", "profileapi", "threadpoollegacyapiset", "securitybaseapi"]
version = "0.3"
[target."cfg(windows)".dev-dependencies.clipboard-win]
version = "^2"