[package] name = "djin" version = "0.1.1" authors = ["Luna Catkins "] edition = "2018" license = "MIT" readme = "README.md" description = "DLL injector with support for 32-bit and 64-bit targets." repository = "https://gitdab.com/lunarlambda/djin" [package.metadata.docs.rs] targets = ["x86_64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-gnu", "i686-pc-windows-gnu"] [dependencies.winapi] version = "0.3" features = [ "errhandlingapi", "handleapi", "libloaderapi", "memoryapi", "minwindef", "ntdef", "processthreadsapi", "synchapi", "winbase", "winnt", ]