remoteprocess 0.4.13

cross platform api for getting information on a running processes
Documentation
[dependencies.goblin]
version = "0.7.1"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.memmap]
version = "0.7.0"

[dependencies.proc-maps]
version = "0.3.2"

[dependencies.read-process-memory]
version = "0.1.6"

[dependencies.regex]
version = ">=1.8.3"
[dev-dependencies.env_logger]
version = "0.10"

[features]
default = []
unwind = []

[package]
authors = ["Ben Frederickson <github@benfrederickson.com>"]
build = "build.rs"
description = "cross platform api for getting information on a running processes"
edition = "2021"
homepage = "https://github.com/benfred/remoteprocess"
license = "MIT"
name = "remoteprocess"
readme = "README.md"
repository = "https://github.com/benfred/remoteprocess"
version = "0.4.13"
[target."cfg(target_os=\"linux\")".dependencies.addr2line]
version = "0.21"

[target."cfg(target_os=\"linux\")".dependencies.lazy_static]
version = "1.4.0"

[target."cfg(target_os=\"linux\")".dependencies.nix]
default-features = false
features = ["ptrace", "sched", "signal"]
version = "0.26"

[target."cfg(target_os=\"linux\")".dependencies.object]
version = "0.32"
[target."cfg(target_os=\"macos\")".dependencies.libproc]
version = "0.14"

[target."cfg(target_os=\"macos\")".dependencies.mach]
version = "0.3.2"

[target."cfg(target_os=\"macos\")".dependencies.mach_o_sys]
version = "0.1.1"
[target."cfg(windows)".dependencies.winapi]
features = ["winbase", "consoleapi", "wincon", "handleapi", "timeapi", "processenv"]
version = "0.3"