# 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 = "2018" name = "marauder" version = "0.1.0" authors = [ "Steele Scott ", "Tyler Hill ", ] description = "A utility library for hacking/reading memory of processes/games." readme = "README.md" keywords = [ "memory", "cheat", "hack", "dll", "injection", ] categories = ["games"] license = "MIT" repository = "https://github.com/steele123/marauder" [[example]] name = "tokio_dll" crate-type = ["cdylib"] path = "../examples/tokio_dll.rs" required-features = ["macros"] [[example]] name = "sample_dll" crate-type = ["cdylib"] path = "../examples/sample_dll.rs" [[example]] name = "macro_dll" crate-type = ["cdylib"] path = "../examples/macro_dll.rs" required-features = ["macros"] [[example]] name = "injector" path = "../examples/injector.rs" required-features = ["injector"] [[example]] name = "target_process" path = "../examples/target_process.rs" [dependencies.marauder-macros] version = "0.1.0" optional = true [dependencies.thiserror] version = "1.0.50" [dependencies.windows] version = "0.29.0" features = [ "alloc", "Win32_Foundation", "Win32_Security", "Win32_System_Threading", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_UI_WindowsAndMessaging", "Win32_System_Console", "Win32_Graphics_Direct3D9", "Win32_Graphics_Dxgi", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11", "Win32_Graphics_Direct3D12", "Win32_System_SystemServices", "Win32_System_Diagnostics_Debug", "Win32_System_Diagnostics_ToolHelp", "Win32_UI_Input_KeyboardAndMouse", ] [dev-dependencies.tokio] version = "1.34.0" features = ["full"] [features] d3d10 = [] d3d11 = [] d3d12 = [] d3d9 = [] default = ["full"] external = [] full = [ "external", "internal", "injector", "macros", ] injector = [] internal = [] macros = ["marauder-macros"] opengl = [] vulkan = []