libmem 5.1.4

Advanced Game Hacking Library (Windows/Linux/FreeBSD)
[dependencies.bitflags]
version = "2.5.0"

[dependencies.libmem-sys]
default-features = false
version = "5.1.4"

[features]
default = ["fetch"]
fetch = ["libmem-sys/fetch"]
static = ["libmem-sys/static"]

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

[package]
authors = ["rdbo"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os", "os::windows-apis", "os::linux-apis", "os::freebsd-apis", "os::unix-apis"]
description = "Advanced Game Hacking Library (Windows/Linux/FreeBSD)"
documentation = "https://github.com/rdbo/libmem/blob/master/docs/README.md"
edition = "2021"
homepage = "https://github.com/rdbo/libmem"
keywords = ["gamehacking", "memory", "hooking", "assembler", "disassembler"]
license = "AGPL-3.0"
name = "libmem"
readme = "README.md"
repository = "https://github.com/rdbo/libmem"
version = "5.1.4"

[[test]]
name = "common"
path = "tests/common.rs"

[[test]]
name = "local"
path = "tests/local.rs"

[[test]]
name = "remote"
path = "tests/remote.rs"