wmi 0.8.1

WMI crate for rust.
Documentation
[[bench]]
harness = false
name = "benchmark"
path = "./src/benches/benchmark.rs"

[[bin]]
name = "wmiq"
[dev-dependencies.async-std]
version = "1.8.0"

[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.lazy_static]
version = "1.4.0"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tempdir]
version = "0.3"

[features]
async-query = ["async-channel", "futures", "com"]
test = ["lazy_static", "async-std"]

[package]
authors = ["Ohad Ravid <ohad.rv@gmail.com>"]
categories = ["api-bindings", "os::windows-apis"]
description = "WMI crate for rust.\n"
documentation = "https://docs.rs/crate/wmi"
edition = "2018"
homepage = "https://github.com/ohadravid/wmi-rs"
keywords = ["wmi", "com", "win32"]
license = "MIT OR Apache-2.0"
name = "wmi"
readme = "README.md"
repository = "https://github.com/ohadravid/wmi-rs"
version = "0.8.1"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
[target."cfg(target_os = \"windows\")".dependencies.async-channel]
optional = true
version = "1.5.1"

[target."cfg(target_os = \"windows\")".dependencies.async-std]
features = ["attributes"]
optional = true
version = "1.8.0"

[target."cfg(target_os = \"windows\")".dependencies.chrono]
features = ["serde"]
version = "0.4"

[target."cfg(target_os = \"windows\")".dependencies.com]
features = ["production"]
optional = true
version = "0.4"

[target."cfg(target_os = \"windows\")".dependencies.futures]
optional = true
version = "0.3"

[target."cfg(target_os = \"windows\")".dependencies.lazy_static]
optional = true
version = "1.4.0"

[target."cfg(target_os = \"windows\")".dependencies.log]
version = "0.4"

[target."cfg(target_os = \"windows\")".dependencies.serde]
features = ["derive"]
version = "1.0"

[target."cfg(target_os = \"windows\")".dependencies.thiserror]
version = "^1"

[target."cfg(target_os = \"windows\")".dependencies.widestring]
version = "0.4"

[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["objbase", "wbemcli", "objidlbase", "oaidl", "oleauto", "errhandlingapi", "wtypes", "wtypesbase"]
version = "0.3.9"