# 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 = "tasklist" version = "0.2.15" description = "Get the tasklist and process information on windows" documentation = "https://docs.rs/tasklist/latest/tasklist/" readme = "README.md" keywords = [ "tasklist", "windows", "process", "task", "list", ] license = "MIT" repository = "https://github.com/yalishandar/tasklist-rs" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [target."cfg(windows)".dependencies.windows] version = "0.58.0" 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", ]