[package] name = "RustProcInjection" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] kernel32-sys = "0.2.2" winapi = {version = "0.3.8", features=[ "winnt", "memoryapi", "errhandlingapi", "processthreadsapi", "synchapi", "winbase", "handleapi", "libloaderapi" ]} winreg = "0.10" argparse = "0.2.2" clap = "3.1.5"