# 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 = "remoteprocess" version = "0.5.0" authors = ["Ben Frederickson "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "cross platform api for getting information on a running processes" homepage = "https://github.com/benfred/remoteprocess" readme = "README.md" license = "MIT" repository = "https://github.com/benfred/remoteprocess" [lib] name = "remoteprocess" path = "src/lib.rs" [[example]] name = "trace" path = "examples/trace.rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.goblin] version = "0.9" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.proc-maps] version = "0.4" [dependencies.read-process-memory] version = "0.1.6" [dependencies.regex] version = ">=1.8.3" [dev-dependencies.env_logger] version = "0.10" [features] default = [] unwind = [] [target.'cfg(target_os="freebsd")'.dev-dependencies.mark-flaky-tests] version = "1" [target.'cfg(target_os="linux")'.dependencies.addr2line] version = "0.24" [target.'cfg(target_os="linux")'.dependencies.lazy_static] version = "1.5.0" [target.'cfg(target_os="linux")'.dependencies.memmap2] version = "0.9.4" [target.'cfg(target_os="linux")'.dependencies.nix] version = "0.26" features = [ "ptrace", "sched", "signal", ] default-features = false [target.'cfg(target_os="linux")'.dependencies.object] version = "0.36" [target.'cfg(target_os="macos")'.dependencies.libproc] version = "0.14" [target.'cfg(target_os="macos")'.dependencies.mach] version = "0.3.2" [target.'cfg(target_os="macos")'.dependencies.mach_o_sys] version = "0.1.1" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "winbase", "consoleapi", "wincon", "handleapi", "timeapi", "processenv", "errhandlingapi", ]