# 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] name = "proc-maps" version = "0.4.0" authors = [ "Julia Evans ", "Ben Frederickson ", "Adam Jensen ", ] description = "Helper crate for getting virtual memory maps from processes" homepage = "https://github.com/rbspy/proc-maps" readme = "README.md" license = "MIT" repository = "https://github.com/rbspy/proc-maps" [dependencies.libc] version = "0.2.54" [features] default = ["generate-bindings"] generate-bindings = ["bindgen"] [target."cfg(target_os=\"freebsd\")".build-dependencies.bindgen] version = "0.70.1" optional = true [target."cfg(target_os=\"macos\")".dependencies.anyhow] version = "1.0.40" [target."cfg(target_os=\"macos\")".dependencies.libproc] version = "0.14.2" [target."cfg(target_os=\"macos\")".dependencies.mach2] version = "0.4.0" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "tlhelp32", "processthreadsapi", "handleapi", "impl-default", "dbghelp", "memoryapi", "sysinfoapi", ]