# 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" name = "procmem" version = "0.0.2" authors = ["Gray Olson "] description = "Helpers to access other processes' memory on Windows" readme = "README.md" keywords = ["windows", "memory", "process", "games"] license = "MIT OR Apache-2.0 OR Zlib" repository = "https://github.com/termhn/procmem" resolver = "2" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = ["x86_64-pc-windows-msvc"] [dependencies.bitflags] version = "1.3" [dependencies.windows] version = "0.32" features = ["Win32_Foundation", "Win32_System_Threading", "Win32_System_Diagnostics_Debug", "Win32_System_Diagnostics_ToolHelp", "Win32_System_Memory"]