diskard 0.2.0

Developer-aware disk cleanup CLI
# 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"
rust-version = "1.93"
name = "diskard"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Developer-aware disk cleanup CLI"
readme = "README.md"
keywords = [
    "disk",
    "cleanup",
    "developer",
    "cache",
    "cli",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/connectwithprakash/diskard"

[features]
default = ["tui"]
tui = ["dep:diskard-tui"]

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
    "wrap_help",
]

[dependencies.clap_complete]
version = "4.5"

[dependencies.console]
version = "0.15"

[dependencies.dirs]
version = "5.0"

[dependencies.diskard-core]
version = "0.2.0"

[dependencies.diskard-tui]
version = "0.2.0"
optional = true

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.serde_json]
version = "1.0"

[dependencies.toml]
version = "0.8"

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

[profile.release]
lto = "thin"
codegen-units = 1
panic = "abort"
strip = true