ghostptr 0.2.3

Lightweight, ergonomic library for Windows process interaction.
Documentation
# 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 = "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]