[package] name = "read-process-memory" edition = "2021" version = "0.1.6" authors = ["Ted Mielczarek "] license = "MIT" description = "Read memory from another process." homepage = "https://github.com/rbspy/read-process-memory" repository = "https://github.com/rbspy/read-process-memory" rust-version = "1.56" [dependencies] libc = "0.2" log = "0.4" [target.'cfg(target_os="macos")'.dependencies] mach = "0.3.2" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = [ "std", "basetsd", "minwindef", "handleapi", "memoryapi", "processthreadsapi", "winnt", ] }