disk-cleaner 0.1.3

A disk usage cli similar to windirstat
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 = "2021"
name = "disk-cleaner"
version = "0.1.3"
authors = ["Liangdi <wu@liangdi.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A disk usage cli similar to windirstat"
readme = "README.md"
keywords = [
    "cli",
    "disk",
    "usage",
    "tree",
    "windirstat",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/Liangdi/disk-cleaner"

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

[[bin]]
name = "disk"
path = "src/bin/main.rs"
bench = false

[dependencies.atty]
version = "0.2.14"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.crossterm]
version = "0.29"

[dependencies.pretty-bytes]
version = "0.2.2"

[dependencies.ratatui]
version = "0.30"

[dependencies.ratatui-style]
version = "0.1.2"

[dependencies.rayon]
version = "1.12.0"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.termcolor]
version = "1.4.1"

[dependencies.walkdir]
version = "2"

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

[target."cfg(windows)".dependencies.winapi]
version = "0.3.9"
features = ["winerror"]

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

[profile.release]
lto = "fat"
codegen-units = 1
incremental = false