tasklist 0.3.0

Get the tasklist and process information on windows
Documentation
[lib]
name = "tasklist"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Get the tasklist and process information on windows"
documentation = "https://docs.rs/tasklist/latest/tasklist/"
edition = "2021"
keywords = ["tasklist", "windows", "process", "task", "list"]
license = "MIT"
name = "tasklist"
readme = "README.md"
repository = "https://github.com/yalishandar/tasklist-rs"
version = "0.3.0"

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

[target."cfg(windows)".dependencies.windows]
features = ["Win32_Storage_FileSystem", "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", "Wdk_System_Threading", "Win32_System_Threading", "Win32_Foundation", "Win32_Security", "Win32_System_Diagnostics_ToolHelp", "Win32_System_SystemInformation"]
version = "0.61.1"

[target."cfg(windows)".dependencies.windows-core]
version = "0.61.0"

[[test]]
name = "process_tests"
path = "tests/process_tests.rs"