iotree 0.1.2

A command-line tool to monitor disk I/O statistics in a tree view
[[bin]]
name = "iotree"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.serde_json]
version = "1.0"

[package]
authors = ["Yarden Maymon <yarden.maymon@volumez.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools::profiling"]
description = "A command-line tool to monitor disk I/O statistics in a tree view"
edition = "2018"
keywords = ["disk", "io", "monitoring", "linux", "stats"]
license = "MIT"
name = "iotree"
readme = "README.md"
version = "0.1.2"