[package] name = "lenovo-dispatcher" version = "0.1.0" edition = "2024" [features] win11 = [] [dependencies] winapi = { version="0.3.9", features=["psapi", "processthreadsapi", "winnt", "minwindef", "winbase", "handleapi", "memoryapi", "errhandlingapi", "ioapiset"] } superfetch-rs = { git = "https://github.com/segura2010/superfetch-rs" }