diskhog 0.4.0

TUI that lists the largest files on disk and lets you delete the ones you pick, to the trash or for real, with size and %-of-disk shown for each.
# 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 = "diskhog"
version = "0.4.0"
authors = ["wabuntu <to.wabuntu@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
TUI that lists the largest files on disk and lets you delete the ones
you pick, to the trash or for real, with size and %-of-disk shown for
each.
"""
homepage = "https://github.com/wabuntu"
readme = "README.md"
keywords = [
    "disk-usage",
    "tui",
    "cleanup",
    "trash",
    "cli",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wabuntu/diskhog"

[[bin]]
name = "diskhog"
path = "src/main.rs"

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.fs4]
version = "1.1.0"

[dependencies.ignore]
version = "0.4.33"

[dependencies.ratatui]
version = "0.30.2"

[dependencies.trash]
version = "5.2.6"