[package] name = "ptrace-do" version = "0.1.2" edition = "2021" authors = ["ohchase"] license = "MIT" description = "Featureful library for interacting with unix processes through ptrace, supports x86_64, i686, arm, aarch64 remote function calls" documentation = "https://docs.rs/ptrace-do" readme = "README.md" repository = "https://github.com/ohchase/ptrace-do/" homepage = "https://github.com/ohchase/ptrace-do/" keywords = ["hacking", "linux", "android", "ptrace", "trace"] exclude = ["/examples"] [lib] crate-type = ["lib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = "0.2.140" thiserror = "1.0.40" tracing = "0.1.37" [dev-dependencies] tracing-subscriber = "0.3.17" proc-maps = "0.3.0"