[package] name = "du-dust" description = "A more intuitive version of du" version = "0.4.4" authors = ["bootandy ", "nebkor "] edition = "2018" documentation = "https://github.com/bootandy/dust" homepage = "https://github.com/bootandy/dust" repository = "https://github.com/bootandy/dust" keywords = ["du", "command-line", "disk", "disk-usage"] categories = ["command-line-utilities"] license = "Apache-2.0" [badges] travis-ci = {repository = "https://travis-ci.org/bootandy/dust"} [[bin]] name = "dust" path = "src/main.rs" [dependencies] ansi_term = "=0.12" clap = "=2.33" jwalk = "0.4.0" num_cpus = "1.12" [target.'cfg(windows)'.dependencies] winapi-util = "0.1" [dev-dependencies] assert_cli = "=0.6" tempfile = "=3"