# 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 = "dusage" version = "0.3.6" authors = ["Mihai Galos "] description = "💾 A command line disk usage information tool: disk usage (foreground), inodes (background)." readme = "README.md" keywords = [ "disk", "disk-usage", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/mihaigalos/dusage" [dependencies.autoclap] version = "0.3.15" [dependencies.byte-unit] version = "4.0.19" [dependencies.clap] version = "4.3.11" features = [ "cargo", "string", ] [dependencies.colored] version = "2" [dependencies.nix] version = "0.26.2"