[package] name = "mono_lib" version = "0.1.6" edition = "2021" authors = ["lexi "] description = "A crate for hacking mono applications." license = "MIT" keywords = ["game-hacking", "mono", "memory"] repository = "https://github.com/goonette/mono_lib" readme = "README.md" [dependencies] winapi = { version = "0.3.9", features = ["minwindef", "libloaderapi"] } [[example]] name = "simple" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = ["x86_64-pc-windows-msvc"]