# 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 = "windows-snapshot" version = "0.1.1" authors = [ "sn99 ", "nidhihemanth ", ] description = "Find out windows state asynchronously and more" homepage = "https://github.com/SubconsciousCompute/windows-snapshot" documentation = "https://docs.rs/query-wmi/windows-snapshot/" readme = "README.md" keywords = [ "wmi", "query", "windows", "win32", "com", ] license = "AGPL-3.0-only" repository = "https://github.com/SubconsciousCompute/windows-snapshot" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [target."cfg(target_os = \"windows\")".dependencies.serde] version = "1.0.159" [target."cfg(target_os = \"windows\")".dependencies.tokio] version = "1.28.1" features = ["full"] [target."cfg(target_os = \"windows\")".dependencies.wmi] version = "0.12.2"