runproclike 0.1.2

runproclike is a CLI utility that analyzes a running process by its PID and prints the command and its environment in a reproducible form.
[[bin]]
name = "runproclike"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.95"

[dependencies.clap]
features = ["cargo", "derive"]
version = "4.5.23"

[dependencies.procfs]
version = "0.17.0"

[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.1.2"