# 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 = "cural" version = "0.1.3" description = "Windows process memory model" homepage = "https://github.com/CURVoid/cural.git" documentation = "https://docs.rs/cural" readme = "README.md" keywords = [ "cural", "process", "windows", "api", "processes", ] license = "Apache-2.0" repository = "https://github.com/CURVoid/cural.git" [dependencies.winapi] version = "0.3.9" features = [ "tlhelp32", "handleapi", "memoryapi", "wow64apiset", "processthreadsapi", ]