memflow-native 0.2.1

System call based proxy-OS for memflow
Documentation
[dependencies.goblin]
version = "0.7"

[dependencies.itertools]
version = "0.12"

[dependencies.libc]
version = "0.2.90"

[dependencies.log]
version = "0.4"

[dependencies.memflow]
features = ["plugins"]
version = "0.2"

[features]
default = []
plugins = []

[lib]
crate-type = ["lib", "cdylib"]

[package]
authors = ["Aurimas Blažulionis <0x60@pm.me>", "ko1N <ko1N1337@gmail.com>"]
categories = ["api-bindings", "memory-management", "os"]
description = "System call based proxy-OS for memflow"
documentation = "https://docs.rs/memflow-native"
edition = "2021"
homepage = "https://memflow.io"
keywords = ["memflow", "introspection", "memory", "dma"]
license = "MIT"
name = "memflow-native"
readme = "README.md"
repository = "https://github.com/memflow/memflow-native"
version = "0.2.1"
[target."cfg(target_os = \"linux\")".dependencies.procfs]
features = ["backtrace"]
version = "0.15"
[target."cfg(target_os = \"macos\")".dependencies.libproc]
version = "0.14"

[target."cfg(target_os = \"macos\")".dependencies.mac-sys-info]
version = "0.1"

[target."cfg(target_os = \"macos\")".dependencies.mach2]
version = "0.4"
[target."cfg(target_os = \"windows\")".dependencies.windows]
features = ["Win32_Foundation", "Win32_System_Diagnostics_ToolHelp", "Win32_System_Diagnostics_Debug", "Win32_System_Threading", "Win32_System_ProcessStatus", "Win32_Security", "Win32_System_Memory"]
version = "^0.52.0"