[package] name = "rsmemoryapi" version = "1.0.1" edition = "2021" description = "Allows interract with process memory" authors = ["a.maryatkinsc@mail.ru"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [profile.release] lto = true strip = true opt-level = "z" codgen-units = 1