# 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 = "dui" version = "0.2.0" authors = ["GregOwen "] description = "An interactive version of du" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://gitlab.com/GregOwen/dui" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.crossbeam-channel] version = "0.5" [dependencies.crossterm] version = "0.23" [dependencies.human_bytes] version = "0.3" [dependencies.ignore] version = "0.4" [dev-dependencies.regex] version = "1.9.1"