[dev-dependencies.winapi]
features = ["winuser", "minwindef"]
version = "0.3.9"
[dev-dependencies.windows]
features = ["Win32_UI_WindowsAndMessaging"]
version = "0.61.3"
[dev-dependencies.windows-sys]
features = ["Win32_UI_WindowsAndMessaging"]
version = "0.60.2"
[lib]
name = "hmod"
path = "src/lib.rs"
[package]
authors = ["Tim Weis <tim.weis@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os::windows-apis"]
description = "Reliably discovers the module handle of the current PE image"
edition = "2021"
exclude = ["docs/**", ".github/**"]
license = "MIT OR Apache-2.0"
name = "hmod"
readme = "README.md"
repository = "https://github.com/tim-weis/hmod"
rust-version = "1.56"
version = "0.1.1"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = []