# 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 = "2018" name = "memory-rs" version = "0.2.6" authors = ["Sebastian Aedo "] description = "Library for game hacking in Windows." readme = "README.md" license = "MIT" [package.metadata.docs.rs] targets = ["x86_64-pc-windows-msvc"] [dependencies.anyhow] version = "1.0.34" [features] default = ["impl-drop"] impl-drop = [] [target."cfg(windows)".dependencies.windows-sys] version = "0.35" features = [ "Win32_System_LibraryLoader", "Win32_Foundation", "Win32_System_Threading", "Win32_System_ProcessStatus", "Win32_System_Memory", "Win32_System_Diagnostics_Debug", "Win32_System_Diagnostics_ToolHelp", "Win32_System_SystemServices", "Win32_Security", ]