maclean 0.9.1

Find and reclaim disk space on macOS
# 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"
rust-version = "1.85"
name = "maclean"
version = "0.9.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Find and reclaim disk space on macOS"
homepage = "https://github.com/kirkl4nd/maclean"
readme = "README.md"
keywords = [
    "macos",
    "disk",
    "cleanup",
    "tui",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/kirkl4nd/maclean"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.cargo_toml]
version = "0.22"

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

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "6"

[dependencies.glob]
version = "0.3"

[dependencies.plist]
version = "1.7"

[dependencies.ratatui]
version = "0.29"

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.9"

[dependencies.walkdir]
version = "2"