diskforge 0.8.2

Intelligent disk cleanup CLI for developers — scan, find, deduplicate, and clean
# 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 = "diskforge"
version = "0.8.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Intelligent disk cleanup CLI for developers — scan, find, deduplicate, and clean"
readme = "README.md"
keywords = [
    "disk",
    "cleanup",
    "cli",
    "macos",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/joicodev/diskforge"
resolver = "2"

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.crossterm]
version = "0.28"

[dependencies.diskforge-core]
version = "0.8.2"

[dependencies.humansize]
version = "2"

[dependencies.indicatif]
version = "0.18"

[dependencies.owo-colors]
version = "4"

[dependencies.ratatui]
version = "0.30"

[dependencies.tabled]
version = "0.17"