proc-tree 0.1.0

Linux process tree: snapshot, incremental maintenance via fork/exec events, ancestry chain queries, PID reuse detection
Documentation
# 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 = "2024"
name = "proc-tree"
version = "0.1.0"
authors = ["lenitain <xt.zhu@qq.com>"]
build = false
include = [
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "src/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Linux process tree: snapshot, incremental maintenance via fork/exec events, ancestry chain queries, PID reuse detection"
documentation = "https://docs.rs/proc-tree"
readme = "README.md"
keywords = [
    "linux",
    "process",
    "tree",
    "proc",
    "pid",
]
categories = [
    "os",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/lenitain/proc-tree"

[lib]
name = "proc_tree"
path = "src/lib.rs"

[dependencies.arrayvec]
version = "0.7"

[dependencies.libc]
version = "0.2"

[dev-dependencies]