[package]
authors = ["Dave Lancaster <lancaster.dave@gmail.com>"]
description = "Simple library providing wrappers around a handful of useful winapi calls."
license = "MIT"
name = "winutil"
readme = "README.md"
version = "0.1.1"
[target."cfg(windows)".dependencies.winapi]
features = ["wow64apiset", "processthreadsapi", "winbase"]
version = "0.3"