[package]
edition = "2024"
name = "ghostptr"
version = "0.2.3"
authors = ["hi2ryan"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight, ergonomic library for Windows process interaction. "
readme = "README.md"
keywords = [
"os",
"memory",
"hacking",
"process",
]
categories = ["os"]
license = "MIT"
repository = "https://github.com/hi2ryan/ghostptr"
[features]
rtti = []
[lib]
name = "ghostptr"
path = "src/lib.rs"
[dependencies]