ztop 0.3.1

Display ZFS datasets' I/O in real time
# 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 = "2021"
rust-version = "1.88"
name = "ztop"
version = "0.3.1"
authors = ["Alan Somers <asomers@gmail.com>"]
build = false
include = [
    "src/**/*",
    "LICENSE",
    "README.md",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Display ZFS datasets' I/O in real time"
readme = "README.md"
keywords = ["zfs"]
categories = ["command-line-utilities"]
license = "BSD-2-Clause"
repository = "https://github.com/asomers/ztop"

[[bin]]
name = "ztop"
path = "src/main.rs"

[dependencies.cfg-if]
version = "1.0.1"

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

[dependencies.crossterm]
version = "0.29.0"
features = ["events"]
default-features = false

[dependencies.humanize-rs]
version = "0.1.5"

[dependencies.nix]
version = "0.27.0"
features = ["time"]
default-features = false

[dependencies.ratatui]
version = "0.30.0"
features = ["crossterm"]
default-features = false

[dependencies.regex]
version = "1.3"
features = [
    "perf",
    "std",
]
default-features = false

[dependencies.sysctl]
version = "0.5.0"

[target.'cfg(target_os = "linux")'.dependencies.glob]
version = "0.3"