macext 0.2.1

Crate for editing mac process memory and finding pid, base address, etc.
Documentation
[dependencies.mach2]
version = "0.4.2"

[dependencies.process-memory]
version = "0.5.0"

[dependencies.sudo]
version = "0.6.0"

[dependencies.sysinfo]
version = "0.30.5"

[package]
authors = ["Graham Fielding <grahamfielding08@gmail.com>"]
description = "Crate for editing mac process memory and finding pid, base address, etc."
documentation = "https://docs.rs/macext"
edition = "2021"
exclude = [".cargo_vcs_info.json", ".gitignore"]
homepage = "https://github.com/mangopanda455/macext"
license = "MIT"
name = "macext"
readme = "README.md"
repository = "https://github.com/mangopanda455/macext"
version = "0.2.1"

[package.metadata.docs.rs]
default-target = "x86_64-apple-darwin"