putzen-cli 3.0.1

helps keeping your disk clean of build and dependency artifacts safely
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 = "putzen-cli"
version = "3.0.1"
authors = ["Sven Kanoldt <sven@d34dl0ck.me>"]
build = false
include = [
    "src/**/*",
    "LICENSE",
    "*.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "helps keeping your disk clean of build and dependency artifacts safely"
readme = "README.md"
keywords = [
    "commandline",
    "cleanup",
]
categories = ["command-line-utilities"]
license = "GPL-3.0-only"
repository = "https://github.com/sassman/putzen-rs"

[features]
default = ["highscore-board"]
highscore-board = [
    "dep:toml",
    "dep:dirs-lite",
    "dep:jiff",
    "dep:serde",
]

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

[[bin]]
name = "putzen"
path = "src/bin/putzen.rs"

[dependencies.argh]
version = "0.1"

[dependencies.dialoguer]
version = "0.12"

[dependencies.dirs-lite]
version = "1"
features = ["favor-xdg-style"]
optional = true
default-features = false

[dependencies.jiff]
version = "0.2"
features = [
    "std",
    "tz-system",
]
optional = true
default-features = false

[dependencies.jwalk]
version = "0.8"

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

[dependencies.toml]
version = "1.0"
optional = true

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

[target.'cfg(target_family = "windows")'.dependencies.remove_dir_all]
version = "1.0.0"