[package] name = "windows-snapshot" version = "0.1.1" edition = "2021" authors = ["sn99 ", "nidhihemanth "] description = "Find out windows state asynchronously and more" keywords = ["wmi", "query", "windows", "win32", "com"] readme = "README.md" documentation = "https://docs.rs/query-wmi/windows-snapshot/" repository = "https://github.com/SubconsciousCompute/windows-snapshot" homepage = "https://github.com/SubconsciousCompute/windows-snapshot" license = "AGPL-3.0-only" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [target.'cfg(target_os = "windows")'.dependencies] serde = "1.0.159" wmi = "0.12.2" tokio = { version = "1.28.1", features = ["full"] }