# 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.74" name = "mmdu" version = "0.5.0" authors = ["Christian Krause "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "disk usage for IBM Storage Scale file systems" homepage = "https://github.com/idiv-biodiversity/mmdu" documentation = "https://github.com/idiv-biodiversity/mmdu" readme = "README.md" keywords = [ "disk", "usage", "gpfs", "spectrum-scale", "storage-scale", ] categories = [ "command-line-utilities", "filesystem", ] license = "GPL-3.0-or-later" repository = "https://github.com/idiv-biodiversity/mmdu" [profile.release] lto = true [[bin]] name = "mmdu" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.bstr] version = "1" [dependencies.bytesize] version = "1" [dependencies.clap] version = "4" features = [ "cargo", "deprecated", "wrap_help", ] [dependencies.env_logger] version = "0.11" optional = true [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" optional = true [dependencies.pwd-grp] version = "0.1" [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] log = [ "dep:log", "dep:env_logger", ]