# 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 = "2021" name = "parallel-disk-usage" version = "0.10.0" authors = ["khai96_ "] build = false include = [ "/src", "/cli", "/tests", "/Cargo.toml", "/README.md", "/LICENSE", ] 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" [lib] name = "parallel_disk_usage" path = "src/lib.rs" [[bin]] name = "pdu" path = "cli/main.rs" required-features = ["cli"] [[bin]] name = "pdu-completions" path = "cli/completions.rs" required-features = ["cli-completions"] [[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" [dependencies.assert-cmp] version = "^0.2.1" [dependencies.clap] version = "^4.3.8" optional = true [dependencies.clap-utilities] version = "^0.2.0" optional = true [dependencies.clap_complete] version = "^4.5.36" optional = true [dependencies.derive_more] version = "^1.0.0" features = ["full"] [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] version = "^1.0.214" optional = true [dependencies.serde_json] version = "^1.0.132" optional = true [dependencies.smart-default] version = "^0.7.1" [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", ]