rwmem 0.1.2

rwmem is a Rust library to read from / write to / search on memory of a process.
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 = "rwmem"
version = "0.1.2"
build = false
exclude = [
    ".github",
    ".gitignore",
    ".vscode",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rwmem is a Rust library to read from / write to / search on memory of a process."
homepage = "https://github.com/erayerdin/rwmem"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/erayerdin/rwmem"

[lib]
name = "rwmem"
path = "src/lib.rs"

[dependencies.nix]
version = "0.31.1"
features = ["ptrace"]

[dependencies.scopeguard]
version = "1.2.0"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.assertables]
version = "9.8.4"

[dev-dependencies.reqwest]
version = "0.13.1"
features = ["blocking"]

[dev-dependencies.rstest]
version = "0.26.1"