tasklist 0.1.7

Get the tasklist and process information on windows
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "tasklist"
version = "0.1.7"
edition = "2021"
description = "Get the tasklist and process information on windows"
license = "MIT"
repository = "https://github.com/yalishandar/tasklist-rs"
documentation = "https://docs.rs/tasklist/latest/tasklist/"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"


[target.'cfg(windows)'.dependencies]
windows = {version = "0.38.0",features = ["Win32_Globalization","Win32_UI_Shell","Win32_System_Diagnostics_Debug","Win32_System_Kernel","Win32_System_Time","Win32_System_ProcessStatus","Win32_Security_Authorization","Win32_NetworkManagement_NetManagement","Win32_System_RemoteDesktop","Win32_System_Threading","Win32_Foundation","Win32_Security","Win32_System_Diagnostics_ToolHelp"]}