du-dust 1.0.0

A more intuitive version of du
[[bin]]
name = "dust"
path = "src/main.rs"

[[test]]
name = "integration"
path = "tests/tests.rs"
[badges.travis-ci]
repository = "https://travis-ci.org/bootandy/dust"
[build-dependencies.clap]
version = "4.4"

[build-dependencies.clap_complete]
version = "4.4"

[build-dependencies.clap_mangen]
version = "0.2"
[dependencies.ansi_term]
version = "0.12"

[dependencies.clap]
version = "4.4"

[dependencies.config-file]
version = "0.2"

[dependencies.ctrlc]
version = "3.4"

[dependencies.directories]
version = "4"

[dependencies.lscolors]
version = "0.13"

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.stfu8]
version = "0.2"

[dependencies.sysinfo]
version = "0.27"

[dependencies.terminal_size]
version = "0.2"

[dependencies.thousands]
version = "0.2"

[dependencies.unicode-width]
version = "0.1"
[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.tempfile]
version = "=3"

[package]
authors = ["bootandy <bootandy@gmail.com>", "nebkor <code@ardent.nebcorp.com>"]
categories = ["command-line-utilities"]
description = "A more intuitive version of du"
documentation = "https://github.com/bootandy/dust"
edition = "2021"
homepage = "https://github.com/bootandy/dust"
keywords = ["du", "command-line", "disk", "disk-usage"]
license = "Apache-2.0"
name = "du-dust"
readme = "README.md"
repository = "https://github.com/bootandy/dust"
version = "1.0.0"
[package.metadata.binstall]
bin-dir = "dust-v{ version }-{ target }/{ bin }{ binary-ext }"
pkg-url = "{ repo }/releases/download/v{ version }/dust-v{ version }-{ target }{ archive-suffix }"

[package.metadata.deb]
assets = [["target/release/dust", "usr/bin/", "755"], ["LICENSE", "usr/share/doc/du-dust/", "644"], ["README.md", "usr/share/doc/du-dust/README", "644"]]
extended-description = "Dust is meant to give you an instant overview of which directories are using\ndisk space without requiring sort or head. Dust will print a maximum of one\n'Did not have permissions message'.\n"
section = "utils"
[profile.release]
codegen-units = 1
lto = true
strip = true
[target."cfg(windows)".dependencies.filesize]
version = "0.2.0"

[target."cfg(windows)".dependencies.winapi-util]
version = "0.1"