# 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 = "physpatch" version = "0.2.1" authors = ["sonodima"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "PhysPatch performs physical memory scans and patches of the entire Windows kernel" homepage = "https://github.com/sonodima/physpatch" readme = "README.md" keywords = [ "memory", "memflow", "patch", "windows", "kernel", ] categories = [ "command-line-utilities", "virtualization", ] license = "MIT" repository = "https://github.com/sonodima/physpatch" [profile.dev.package.aobscan] opt-level = 3 [[bin]] name = "physpatch" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.aobscan] version = "0.3" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.hex] version = "0.4" [dependencies.memflow] version = "0.2.3" [dependencies.memflow-qemu] version = "0.2.1" [dependencies.memflow-win32] version = "0.2.0" [dependencies.x86] version = "0.52"