# 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" name = "diskotech" version = "0.0.5" description = "Easily view and correlate /dev/disk information on unixy systems" license = "AGPL-3.0-or-later" [dependencies.anyhow] version = "1.0.68" features = [ "std", "backtrace", ] default-features = false [dependencies.clap] version = "4.0.32" features = [ "color", "derive", "std", "help", ] default-features = false [dependencies.jacklog] version = "0.1.0" default-features = false [dependencies.prettytable-rs] version = "0.10.0" default-features = false [dependencies.tracing] version = "0.1.37" features = ["std"] default-features = false