# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "walter" version = "0.1.13" authors = ["JustFr33z "] description = "A simple Rust library for 32 and 64 bit hooking." documentation = "https://docs.rs/walter" readme = "README.md" keywords = ["trampoline", "detour", "hook"] categories = [] license = "MIT" repository = "https://github.com/Justfr33z/walter" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = ["x86_64-pc-windows-msvc"] [dependencies.windows] version = "0.17.2" [build-dependencies.windows] version = "0.17.2"