# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "injrs" version = "0.1.2" authors = ["Zoe "] description = "DLL injector library and tool written in Rust. Rust 实现的DLL注入工具/库。" license = "Apache-2.0" [[example]] name = "hellobox" crate-type = ["cdylib"] [dependencies.winapi] version = "0.3.9" features = ["memoryapi", "minwindef", "ntdef", "winuser", "tlhelp32", "psapi", "securitybaseapi", "libloaderapi", "synchapi", "wow64apiset", "processthreadsapi", "handleapi", "winbase", "impl-default"]