lazyprune 0.2.2

A TUI tool to find and delete heavy cache/dependency directories
# 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 = "lazyprune"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A TUI tool to find and delete heavy cache/dependency directories"
readme = "README.md"
keywords = [
    "cli",
    "tui",
    "cleanup",
    "cache",
    "disk-space",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/ThibaultJRD/lazyprune"

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

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

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs]
version = "6"

[dependencies.ignore]
version = "0.4"

[dependencies.ratatui]
version = "0.30"

[dependencies.rayon]
version = "1.10"

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

[dependencies.toml]
version = "1.0"

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