[go: up one dir, main page]

windows-win 2.2.1

Some windows hacking library with utilities to find windows and access them
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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