[package]
edition = "2021"
name = "memhop"
version = "1.0.0"
authors = ["Gergő Móricz <mo.geryy@gmail.com>"]
description = "Cross-platform memory reader"
readme = "README.md"
license = "MIT"
repository = "https://github.com/mogery/memhop/"
resolver = "2"
[dependencies.byteorder]
version = "1.4.3"
[target."cfg(target_os = \"linux\")".dependencies.procmaps]
version = "0.4.1"
[target."cfg(target_os = \"macos\")".dependencies.darwin-libproc-sys]
version = "0.2.0"
[target."cfg(target_os = \"macos\")".dependencies.libc]
version = "0.2"
[target."cfg(target_os = \"macos\")".dependencies.mach2]
version = "0.4"
[target."cfg(target_os = \"macos\")".dependencies.regex]
version = "1.6"
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
version = "0.36.1"
features = [
"Win32_Foundation",
"Win32_System_ProcessStatus",
"Win32_System_SystemInformation",
"Win32_System_Diagnostics_Debug",
"Win32_System_Memory",
"Win32_System_ProcessStatus",
"Win32_System_Threading",
]