[dependencies.windows]
features = ["Win32_System_Memory", "Win32_UI_WindowsAndMessaging"]
version = "0.58"
[lib]
name = "atl_thunk"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["api-bindings", "development-tools", "gui"]
description = "Rust wrapper for ATL thunk type."
edition = "2021"
keywords = ["atl", "thunk"]
license = "MIT"
name = "atl-thunk"
readme = "README.md"
repository = "https://github.com/EFanZh/atl-thunk"
version = "0.1.2"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"