# 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 = "mehaliin" version = "0.1.3" authors = ["thoxy"] description = "Internal Memory Hacking Library for Rust" readme = "README.md" license = "MIT" repository = "https://github.com/Thoxy67/mehaliin" [package.metadata.docs.rs] all-features = true default-target = "x86_64-pc-windows-msvc" features = [ "Memory", "Injector", "Memory_Utils", "Memory_Read", "Memory_Write", "Memory_Pattern_Scan", "Injector_Utils", "Injector_LoadLibraryA", ] no-default-features = true targets = [ "x86_64-pc-windows-msvc", "x86_64-pc-windows-gnu", "i686-pc-windows-msvc", "i686-pc-windows-gnu", ] [profile.release] opt-level = "z" lto = true panic = "abort" strip = true [profile.test] opt-level = 3 lto = "thin" overflow-checks = false [dependencies.sysinfo] version = "0.30.5" [dependencies.windows] version = "0.52.0" features = [ "Win32_Foundation", "Win32_Security", "Win32_System_Diagnostics_ToolHelp", "Win32_System_Threading", "Win32_System_Memory", "Win32_System_Diagnostics_Debug", "Win32_System_LibraryLoader", "Win32_System_SystemServices", "Win32_System", ] [build-dependencies.cc] version = "1.0.83" [features] CPP_PATTERN_SCAN = [] Injector = [ "Injector_Utils", "Injector_LoadLibraryA", ] Injector_LoadLibraryA = [] Injector_Utils = [] Memory = [ "Memory_Utils", "Memory_Read", "Memory_Write", "Memory_Pattern_Scan", ] Memory_Pattern_Scan = [] Memory_Read = [] Memory_Utils = [] Memory_Write = [] default = [ "Memory", "Memory_Utils", "Memory_Read", "Memory_Write", "Memory_Pattern_Scan", "Injector", "Injector_Utils", "Injector_LoadLibraryA", ]