[package] name = "win-memory-rs" version = "1.0.0" edition = "2021" description = "Memory manipulation library mostly for game hacking" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] failure = "0.1.8" winapi = { version = "0.3.9", features = ["tlhelp32", "handleapi", "minwindef", "memoryapi", "processthreadsapi", "libloaderapi", "errhandlingapi"] }