[package]
name = "com_ptr"
version = "0.1.1"
authors = ["LNSEAB <lnseab@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
repository = "https://github.com/LNSEAB/com_ptr"
readme = "README.md"
keywords = ["windows", "win32", "winapi", "COM"]
description = "A smart pointer for Windows COM Interfaces"
[target.'cfg(not(test))'.dependencies]
winapi = { version = "0.3.7", features = [
"combaseapi",
"unknwnbase",
]}
[target.'cfg(test)'.dependencies]
winapi = { version = "0.3.7", features = [
"combaseapi",
"unknwnbase",
"objbase",
"wincodec",
]}