# 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 = "2021" name = "ptrace-do" version = "0.1.2" authors = ["ohchase"] build = false exclude = ["/examples"] autobins = false autoexamples = false autotests = false autobenches = false description = "Featureful library for interacting with unix processes through ptrace, supports x86_64, i686, arm, aarch64 remote function calls" homepage = "https://github.com/ohchase/ptrace-do/" documentation = "https://docs.rs/ptrace-do" readme = "README.md" keywords = [ "hacking", "linux", "android", "ptrace", "trace", ] license = "MIT" repository = "https://github.com/ohchase/ptrace-do/" [lib] name = "ptrace_do" crate-type = ["lib"] path = "src/lib.rs" [dependencies.libc] version = "0.2.140" [dependencies.thiserror] version = "1.0.40" [dependencies.tracing] version = "0.1.37" [dev-dependencies.proc-maps] version = "0.3.0" [dev-dependencies.tracing-subscriber] version = "0.3.17"