dust_style_filetree_display/Cargo.toml

38 lines
933 B
TOML

[package]
name = "dust_style_filetree_display"
description = "a rip off of dust's display, useful for applications that want dust's output style for some reason"
version = "0.8.5"
authors = ["bootandy <bootandy@gmail.com>", "nebkor <code@ardent.nebcorp.com>"]
edition = "2021"
readme = "README.md"
#documentation = "https://github.com/bootandy/dust"
#homepage = "https://github.com/bootandy/dust"
#repository = "https://github.com/bootandy/dust"
repository = "https://git.emunest.net/rei-forks/dust_style_filetree_display"
keywords = ["du", "command-line", "disk", "disk-usage"]
license = "Apache-2.0"
[profile.release]
codegen-units = 1
lto = true
strip = true
[dependencies]
ansi_term = "0.12"
atty = "0.2.14"
lscolors = "0.13"
terminal_size = "0.2"
unicode-width = "0.1"
thousands = "0.2"
stfu8 = "0.2"
regex = "1"
[target.'cfg(windows)'.dependencies]
winapi-util = "0.1"
[dev-dependencies]
assert_cmd = "2"
tempfile = "=3"