[dependencies.windows]
features = ["Win32_System_Diagnostics_Debug", "Win32_System_Threading", "Win32_Foundation"]
version = "0.44.0"
[package]
authors = ["Emad Ali"]
description = "Windows Memory accessing using Windows Crate API, which published by Microsoft.\nRead and Write to memory using already configured functions that require minimum parameters to get started.\n\nthis crate was created to make reading and writing to memory easy.\n"
edition = "2021"
homepage = "https://github.com/Mclilzee/windows-memory-access"
keywords = ["memory", "windows", "acceses", "write", "read"]
license = "MIT OR Apache-2.0"
name = "windows_memory_access"
readme = "README.md"
repository = "https://github.com/Mclilzee/windows-memory-access"
version = "0.4.2"