spytools 0.4.0

Tools for spying on running processes
Documentation
# 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.4.0"
authors = [
    "Julia Evans <julia@jvns.ca>",
    "Ben Frederickson <github@benfrederickson.com>",
    "Adam Jensen <adam@acj.sh>",
]
build = false
autolib = 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.102"

[dependencies.goblin]
version = "0.10.5"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.libc]
version = "0.2.186"

[dependencies.log]
version = "0.4.29"

[dependencies.memmap2]
version = "0.9.10"

[dependencies.proc-maps]
version = "0.4.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.remoteprocess]
version = "0.5.2"