dwipe 0.1.4

Fast, cross-platform disk cleanup tool with interactive UI
Documentation
[[bin]]
name = "dwipe"
path = "src/main.rs"

[dependencies.crossbeam]
version = "0.8.4"

[dependencies.crossterm]
features = ["event-stream"]
version = "0.27.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.jwalk]
version = "0.8.1"

[dependencies.num_cpus]
version = "1.16.0"

[dependencies.open]
version = "5.1.3"

[dependencies.opener]
default-features = false
version = "0.7.2"

[dependencies.ratatui]
version = "0.27.0"

[dependencies.trash]
version = "4.1.1"

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

[package]
authors = ["Triet Trinh <contact@trinhminhtriet.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "filesystem"]
description = "Fast, cross-platform disk cleanup tool with interactive UI"
edition = "2021"
homepage = "https://trinhminhtriet.com"
keywords = ["disk", "cleanup", "storage", "interactive", "tui"]
license = "MIT"
name = "dwipe"
readme = "README.md"
repository = "https://github.com/trinhminhtriet/dwipe"
version = "0.1.4"

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

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

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

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

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