parallel-disk-usage 0.23.0

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

[features]
ai-instructions = ["clap/derive"]
cli = [
    "clap/derive",
    "clap_complete",
    "clap-utilities",
    "json",
]
cli-completions = ["cli"]
default = ["cli"]
json = [
    "serde/derive",
    "serde_json",
]
man-page = ["cli"]
usage-md = ["cli"]

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

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

[[bin]]
name = "pdu-ai-instructions"
path = "cli/ai_instructions.rs"
required-features = ["ai-instructions"]

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

[[bin]]
name = "pdu-man-page"
path = "cli/man_page.rs"
required-features = ["man-page"]

[[bin]]
name = "pdu-usage-md"
path = "cli/usage_md.rs"
required-features = ["usage-md"]

[dependencies.assert-cmp]
version = "0.3.0"

[dependencies.clap]
version = "4.6.0"
optional = true

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

[dependencies.clap_complete]
version = "4.6.0"
optional = true

[dependencies.dashmap]
version = "6.1.0"

[dependencies.derive_more]
version = "2.1.1"
features = ["full"]

[dependencies.derive_setters]
version = "0.1.9"

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

[dependencies.into-sorted]
version = "0.0.3"

[dependencies.itertools]
version = "0.14.0"

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

[dependencies.rayon]
version = "1.10.0"

[dependencies.rounded-div]
version = "0.1.4"

[dependencies.serde]
version = "1.0.228"
optional = true

[dependencies.serde_json]
version = "1.0.149"
optional = true

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

[dependencies.sysinfo]
version = "0.38.4"

[dependencies.terminal_size]
version = "0.4.4"

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

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

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

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

[dev-dependencies.libc]
version = "0.2.184"

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

[dev-dependencies.normalize-path]
version = "0.2.1"

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

[dev-dependencies.rand]
version = "0.10.0"

[dev-dependencies.which]
version = "8.0.2"