# 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.70" name = "stor-age" version = "0.6.5" authors = ["Christian Krause "] description = "show aging of directories" homepage = "https://github.com/idiv-biodiversity/stor-age" documentation = "https://github.com/idiv-biodiversity/stor-age" readme = "README.md" keywords = [ "storage", "age", "spectrum-scale", ] categories = [ "command-line-utilities", "filesystem", ] license = "GPL-3.0-or-later" repository = "https://github.com/idiv-biodiversity/stor-age" [dependencies.anyhow] version = "1" [dependencies.bstr] version = "1" optional = true [dependencies.bytesize] version = "1" optional = true [dependencies.clap] version = "4" features = [ "cargo", "deprecated", "wrap_help", ] [dependencies.env_logger] version = "0.10" [dependencies.is-terminal] version = "0.4" [dependencies.log] version = "0.4" [dependencies.prettytable-rs] version = "0.10" features = ["win_crlf"] optional = true default_features = false [dependencies.smooth] version = "0.2" optional = true [dependencies.tempfile] version = "3" optional = true [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.predicates] version = "3" [dev-dependencies.tempfile] version = "3" [build-dependencies.clap] version = "4" features = ["cargo"] [build-dependencies.clap_complete] version = "4" [build-dependencies.clap_mangen] version = "0.2" [features] default = ["table"] spectrum-scale = [ "bstr", "tempfile", ] table = [ "bytesize", "prettytable-rs", "smooth", ]