[go: up one dir, main page]

wmi 0.4.1

WMI crate for rust.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "wmi"
version = "0.4.1"
authors = ["Ohad Ravid <ohad.rv@gmail.com>"]
description = "WMI crate for rust.\n"
homepage = "https://github.com/ohadravid/wmi-rs"
documentation = "https://ohadravid.github.io/wmi-rs/docs/wmi/"
readme = "README.md"
keywords = ["wmi", "com", "win32"]
categories = ["api-bindings", "os::windows-apis"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ohadravid/wmi-rs"

[[bin]]
name = "wmiq"

[[bench]]
name = "benchmark"
path = "./src/benches/benchmark.rs"
harness = false
[dev-dependencies.criterion]
version = "0.2"

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

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

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

[target."cfg(target_os = \"windows\")".dependencies.failure]
version = "0.1.5"

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

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

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

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

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