# 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 = "spytools" version = "0.2.0" authors = [ "Julia Evans ", "Ben Frederickson ", "Adam Jensen ", ] description = "Tools for spying on running processes" readme = "README.md" license = "MIT" repository = "https://github.com/rbspy/spytools" [dependencies.anyhow] version = "1.0.58" [dependencies.goblin] version = "0.7.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.126" [dependencies.log] version = "0.4.17" [dependencies.memmap2] version = "0.9.3" [dependencies.proc-maps] version = "0.3.0" [dependencies.regex] version = "1.5.6" [dependencies.remoteprocess] version = "0.4.9"