wmi 0.13.3

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

[[bin]]
name = "wmiq"
[dev-dependencies.async-std]
features = ["attributes"]
version = "1.10"

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

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

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

[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1.20.0"

[features]
default = ["chrono"]
test = []

[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 = "2021"
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"
resolver = "2"
version = "0.13.3"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
[target."cfg(target_os = \"windows\")".dependencies.chrono]
default-features = false
features = ["clock", "std", "serde"]
optional = true
version = "0.4"

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

[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.time]
features = ["formatting", "parsing", "macros", "serde"]
optional = true
version = "0.3"

[target."cfg(target_os = \"windows\")".dependencies.windows]
features = ["implement", "Win32_Foundation", "Win32_Security", "Win32_System_Com", "Win32_System_Ole", "Win32_System_Rpc", "Win32_System_Wmi", "Win32_System_Variant"]
version = "0.52"