# 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 = "2018" name = "set-user-tasks" version = "0.48.0" authors = ["Daniel Parnell "] description = "set the tasks section on the windows task bar" homepage = "https://github.com/dparnell/set-user-tasks" readme = "README.md" keywords = [ "windows", "taskbar", "SetUserTasks", ] categories = ["windows"] license = "CC-BY-4.0" repository = "https://github.com/dparnell/set-user-tasks" [dependencies.windows] version = "0.48" features = [ "Win32_Foundation", "Win32_System_SystemServices", "Win32_System_Com", "Win32_UI_Shell", "Win32_UI_Shell_Common", "Win32_UI_Shell_PropertiesSystem", "Win32_System_Com_StructuredStorage", "Win32_Storage_EnhancedStorage", ]