1[package] 2name = "winapi" 3version = "0.3.9" 4edition = "2021" 5 6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 7 8[dependencies] 9 10[features] 11consoleapi = [] 12errhandlingapi = [] 13everything = [] 14fileapi = [] 15handleapi = [] 16impl-default = [] 17libloaderapi = [] 18minwinbase = [] 19minwindef = [] 20ntdef = [] 21oaidl = [] 22objbase = [] 23objidlbase = [] 24oleauto = [] 25processenv = [] 26processthreadsapi = [] 27profileapi = [] 28std = [] 29synchapi = [] 30sysinfoapi = [] 31timezoneapi = [] 32unknwnbase = [] 33wbemcli = [] 34winbase = [] 35wincon = [] 36winerror = [] 37winnt = [] 38winsock2 = [] 39wtypes = [] 40wtypesbase = [] 41