[package]
edition = "2024"
name = "callcomapi"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A facade crate for callcomapi, simplifying Use of macros."
documentation = "https://docs.rs/callcomapi"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/fangfuzha/callcomapi"
[lib]
name = "callcomapi"
path = "src/lib.rs"
[[example]]
name = "com_thread"
path = "examples/com_thread.rs"
[[example]]
name = "with_com"
path = "examples/with_com.rs"
[dependencies.callcomapi_macros]
version = "0.1.2"
[dependencies.callcomapi_runtime]
version = "0.1.2"
[dev-dependencies.tokio]
version = "1"
features = [
"macros",
"rt-multi-thread",
]
[dev-dependencies.windows]
version = "0.62"
features = [
"Win32_System_Com",
"Win32_System_Wmi",
"Win32_Foundation",
]