# 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 = "toy-arms" version = "0.9.4" authors = ["s3pt3mb3r "] description = "A crates designed to ease game hacking in rust." readme = "README.md" keywords = ["gamehack", "cheat", "windows", "memory"] license = "MIT" repository = "https://github.com/s3pt3mb3r/toy-arms" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" features = ["internal", "external"] targets = ["aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc"] [[example]] name = "ex_auto_shoot" required-features = ["external"] [[example]] name = "ex_get_localplayer_health" required-features = ["external"] [[example]] name = "ex_pattern_scanning" required-features = ["external"] [[example]] name = "in_get_localplayer_health" crate-type = ["cdylib"] [[example]] name = "in_simplest_dll" crate-type = ["cdylib"] [[example]] name = "in_auto_shoot" crate-type = ["cdylib"] [[example]] name = "in_pattern_scanning" crate-type = ["cdylib"] [[example]] name = "in_pattern_all_test" crate-type = ["cdylib"] [dependencies.thiserror] version = "1.0.30" [dependencies.toy-arms_derive] version = "0.1.1" [dependencies.winapi] version = "0.3.9" features = ["winuser", "minwindef", "libloaderapi", "memoryapi", "consoleapi", "winnt", "tlhelp32", "handleapi", "processthreadsapi", "impl-default", "errhandlingapi", "basetsd", "psapi"] [features] default = ["internal"] external = [] internal = []