# 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 = "2021" name = "memflow-native" version = "0.2.6" authors = [ "Aurimas Blažulionis <0x60@pm.me>", "ko1N ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "System call based proxy-OS for memflow" homepage = "https://memflow.io" documentation = "https://docs.rs/memflow-native" readme = "README.md" keywords = [ "memflow", "introspection", "memory", "dma", ] categories = [ "api-bindings", "memory-management", "os", ] license = "MIT" repository = "https://github.com/memflow/memflow-native" [lib] name = "memflow_native" crate-type = [ "lib", "cdylib", ] path = "src/lib.rs" [dependencies.goblin] version = "0.8" [dependencies.itertools] version = "0.13" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.memflow] version = "0.2" features = [ "plugins", "goblin", ] [features] default = ["plugins"] plugins = ["memflow/plugins"] unstable_goblin_lossy_macho = ["memflow/unstable_goblin_lossy_macho"] [target.'cfg(target_os = "linux")'.dependencies.procfs] version = "=0.15.1" features = ["backtrace"] [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] version = "0.58" features = [ "Wdk_System_Threading", "Win32_Foundation", "Win32_Security", "Win32_System_Diagnostics_Debug", "Win32_System_Diagnostics_ToolHelp", "Win32_System_Kernel", "Win32_System_Memory", "Win32_System_ProcessStatus", "Win32_System_Threading", "Win32_UI", "Win32_UI_Input", "Win32_UI_Input_KeyboardAndMouse", ]