# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "djin" version = "0.1.1" authors = ["Luna Catkins "] description = "DLL injector with support for 32-bit and 64-bit targets." readme = "README.md" license = "MIT" 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"]