[dependencies.regex]
version = "1.8.1"
[dependencies.winapi]
features = ["handleapi", "tlhelp32", "memoryapi", "processthreadsapi", "psapi", "winbase", "wow64apiset"]
version = "^0.3.9"
[package]
authors = ["ZesaHG <info@highlight-germany.com>"]
categories = ["accessibility", "memory-management", "os::windows-apis", "games"]
description = "manage processes, modules and read/write their memory on windows"
documentation = "https://docs.rs/proc_mem"
edition = "2021"
keywords = ["process", "module", "read-write", "memory", "patternscan"]
license = "MIT OR Apache-2.0"
name = "proc_mem"
publish = true
readme = "README.md"
repository = "https://github.com/ZesaHG/ProcMem.git/"
version = "0.1.2"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = ["x86_64-pc-windows-msvc", "i686-pc-windows-msvc"]