# 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 = "2021" rust-version = "1.56" name = "read-process-memory" version = "0.1.6" authors = ["Ted Mielczarek "] description = "Read memory from another process." homepage = "https://github.com/rbspy/read-process-memory" readme = "README.md" license = "MIT" repository = "https://github.com/rbspy/read-process-memory" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [target."cfg(target_os=\"macos\")".dependencies.mach] version = "0.3.2" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "std", "basetsd", "minwindef", "handleapi", "memoryapi", "processthreadsapi", "winnt", ]