cleansys 0.6.3

CleanSys — modern terminal user interface for system cleanup on Linux, macOS, and Windows (Ratatui TUI + CLI)
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 = "cleansys"
version = "0.6.3"
authors = ["Sorin Albu-Irimies <sorinirimies@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CleanSys — modern terminal user interface for system cleanup on Linux, macOS, and Windows (Ratatui TUI + CLI)"
readme = "README.md"
keywords = [
    "clean",
    "system",
    "linux",
    "cleanup",
    "cache",
]
categories = [
    "command-line-utilities",
    "filesystem",
    "os",
    "development-tools",
    "config",
]
license = "MIT"
repository = "https://github.com/sorinirimies/cleansys"

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.cleansys-core]
version = "0.6.3"

[dependencies.colored]
version = "3.1"

[dependencies.crossterm]
version = "0.29"

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.notify-rust]
version = "4.18"

[dependencies.ratatui]
version = "0.30"

[dependencies.tui-checkbox]
version = "0.4"

[dependencies.tui-piechart]
version = "1.0"

[dependencies.tui-spinner]
version = "0.4"

[dev-dependencies.assert_cmd]
version = "2.2"

[dev-dependencies.predicates]
version = "3.1"

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