[[bin]]
name = "runproclike"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.95"
[dependencies.clap]
features = ["cargo", "derive"]
version = "4.5.23"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "runproclike is a CLI utility that analyzes a running process by its PID and prints the command and its environment in a reproducible form."
edition = "2021"
homepage = "https://github.com/PauloMigAlmeida/runproclike"
license-file = "LICENSE"
name = "runproclike"
readme = "README.md"
repository = "https://github.com/PauloMigAlmeida/runproclike.git"
version = "0.2.1"
[target.'cfg(target_os = "linux")'.dependencies.procfs]
version = "0.18.0"
[target.'cfg(target_os = "macos")'.dependencies.darwin-libproc]
version = "0.2.0"
[target.'cfg(target_os = "macos")'.dependencies.darwin-libproc-sys]
version = "0.2.0"
[target.'cfg(target_os = "macos")'.dependencies.libc]
version = "0.2.169"