# 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 = "windows_memory_access" version = "0.6.61" authors = ["Emad Ali"] description = """ Windows Memory accessing using Windows Crate API, which published by Microsoft. Read and Write to memory using already configured functions that require minimum parameters to get started. this crate was created to make reading and writing to memory easy. """ homepage = "https://github.com/Mclilzee/windows-memory-access" readme = "README.md" keywords = [ "memory", "windows", "acceses", "write", "read", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Mclilzee/windows-memory-access" [dependencies.windows] version = "0.57.0" features = [ "Win32_System_Diagnostics_Debug", "Win32_System_Threading", "Win32_Foundation", ]