[dependencies]
clap = "2.25.0"
env_logger = "0.3.5"
error-chain = "0.10.0"
indextree = "1.0.1"
libc = "0.2.21"
log = "0.3.6"
nix = "0.8.1"
serde = "1.0.8"
serde_json = "1.0.2"
spawn-ptrace = "0.1"
[dependencies.chrono]
features = ["serde"]
version = "0.3"
[package]
authors = ["Ted Mielczarek <ted@mielczarek.org>"]
categories = ["command-line-utilities"]
description = "Trace the execution of an entire process tree."
keywords = ["ptrace"]
license = "MIT"
name = "tracetree"
readme = "README.md"
repository = "https://github.com/luser/tracetree/"
version = "0.1.5"