# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "query-wmi" version = "1.1.3" authors = ["sn99 "] description = "A crate to query WMI classes in Windows OS" homepage = "https://github.com/SubconsciousCompute/query-wmi" documentation = "https://docs.rs/query-wmi" readme = "README.md" keywords = [ "wmi", "query", "windows", "win32", "com", ] license = "AGPL-3.0-only" repository = "https://github.com/SubconsciousCompute/query-wmi" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [profile.release] opt-level = 3 lto = true codegen-units = 1 [target."cfg(target_os = \"windows\")".dependencies.paste] version = "1.0.11" [target."cfg(target_os = \"windows\")".dependencies.serde] version = "1.0.152" [target."cfg(target_os = \"windows\")".dependencies.wmi] version = "0.11.4"