parallel-disk-usage 0.11.0

Highly parallelized, blazing fast directory tree analyzer
Documentation
[[bin]]
name = "pdu"
path = "cli/main.rs"
required-features = ["cli"]

[[bin]]
name = "pdu-completions"
path = "cli/completions.rs"
required-features = ["cli-completions"]

[dependencies.assert-cmp]
version = "^0.2.1"

[dependencies.clap]
optional = true
version = "^4.3.8"

[dependencies.clap-utilities]
optional = true
version = "^0.2.0"

[dependencies.clap_complete]
optional = true
version = "^4.5.36"

[dependencies.derive_more]
features = ["full"]
version = "^1.0.0"

[dependencies.fmt-iter]
version = "^0.2.1"

[dependencies.itertools]
version = "^0.13.0"

[dependencies.pipe-trait]
version = "^0.4.0"

[dependencies.rayon]
version = "^1.10.0"

[dependencies.rounded-div]
version = "^0.1.2"

[dependencies.serde]
optional = true
version = "^1.0.214"

[dependencies.serde_json]
optional = true
version = "^1.0.132"

[dependencies.smart-default]
version = "^0.7.1"

[dependencies.sysinfo]
version = "0.32.0"

[dependencies.terminal_size]
version = "^0.4.0"

[dependencies.text-block-macros]
version = "^0.2.0"

[dependencies.zero-copy-pads]
version = "^0.2.0"

[dev-dependencies.build-fs-tree]
version = "^0.7.1"

[dev-dependencies.command-extra]
version = "^1.0.0"

[dev-dependencies.maplit]
version = "^1.0.2"

[dev-dependencies.pretty_assertions]
version = "^1.4.1"

[dev-dependencies.rand]
version = "^0.8.5"

[features]
cli = ["clap/derive", "clap_complete", "clap-utilities", "json"]
cli-completions = ["cli"]
default = ["cli"]
json = ["serde/derive", "serde_json"]

[lib]
name = "parallel_disk_usage"
path = "src/lib.rs"

[package]
authors = ["khai96_ <hvksmr1996@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities", "filesystem"]
description = "Highly parallelized, blazing fast directory tree analyzer"
documentation = "https://docs.rs/parallel-disk-usage"
edition = "2021"
include = ["/src", "/cli", "/tests", "/Cargo.toml", "/README.md", "/LICENSE"]
keywords = ["pdu", "dust", "dutree", "size", "chart"]
license = "Apache-2.0"
name = "parallel-disk-usage"
readme = "README.md"
repository = "https://github.com/KSXGitHub/parallel-disk-usage.git"
version = "0.11.0"

[[test]]
name = "_utils"
path = "tests/_utils.rs"

[[test]]
name = "args_fraction"
path = "tests/args_fraction.rs"

[[test]]
name = "bytes_format"
path = "tests/bytes_format.rs"

[[test]]
name = "cli_errors"
path = "tests/cli_errors.rs"

[[test]]
name = "completions"
path = "tests/completions.rs"

[[test]]
name = "data_tree_reflection"
path = "tests/data_tree_reflection.rs"

[[test]]
name = "flag_combinations"
path = "tests/flag_combinations.rs"

[[test]]
name = "fs_tree_builder"
path = "tests/fs_tree_builder.rs"

[[test]]
name = "json"
path = "tests/json.rs"

[[test]]
name = "os_string_display"
path = "tests/os_string_display.rs"

[[test]]
name = "tree_builder"
path = "tests/tree_builder.rs"

[[test]]
name = "usual_cli"
path = "tests/usual_cli.rs"

[[test]]
name = "visualizer"
path = "tests/visualizer.rs"