# 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.3.0" authors = [ "Julia Evans ", "Ben Frederickson ", "Adam Jensen ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tools for spying on running processes" readme = "README.md" license = "MIT" repository = "https://github.com/rbspy/spytools" [lib] name = "spytools" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.goblin] version = "0.9.2" [dependencies.lazy_static] version = "1.5.0" [dependencies.libc] version = "0.2.161" [dependencies.log] version = "0.4.22" [dependencies.memmap2] version = "0.9.5" [dependencies.proc-maps] version = "0.4.0" [dependencies.regex] version = "1.11.1" [dependencies.remoteprocess] version = "0.5.0"