# 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 = "memflex" version = "0.8.4" authors = ["ItsEthra"] description = "Memory hacking library" readme = "README.md" keywords = [ "os", "memory", "hacking", "process", ] categories = ["os"] license = "MIT" repository = "https://github.com/ItsEthra/memflex" [package.metadata.docs.rs] all-features = true targets = [ "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", ] [dependencies.bitflags] version = "2.4.0" [dependencies.obfstr] version = "0.4.3" [dependencies.paste] version = "1.0.13" [features] alloc = [] default = [ "std", "internal", ] external = ["std"] internal = ["std"] std = [ "alloc", "windows", "libc", ] [target."cfg(unix)".dependencies.libc] version = "0.2" optional = true [target."cfg(windows)".dependencies.windows] version = "0.43" features = [ "Win32_System_Diagnostics_ToolHelp", "Win32_System_Diagnostics_Debug", "Win32_UI_WindowsAndMessaging", "Win32_System_ProcessStatus", "Win32_System_LibraryLoader", "Win32_System_Threading", "Win32_System_Console", "Win32_System_Memory", "Win32_Foundation", "Win32_Security", ] optional = true