irona-cli 0.3.1

A terminal UI tool for reclaiming disk space from build artifacts
# 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 = "irona-cli"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal UI tool for reclaiming disk space from build artifacts"
readme = "README.md"
keywords = [
    "tui",
    "cli",
    "disk",
    "cleanup",
    "artifacts",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/kunjee17/irona"

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["clock"]

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

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.crossterm]
version = "0.28"

[dependencies.ratatui]
version = "0.29"

[dependencies.rayon]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "fs",
    "macros",
]

[dependencies.tuirealm]
version = "3"
features = ["crossterm"]

[dependencies.walkdir]
version = "2"

[dev-dependencies.cargo-husky]
version = "1"
features = ["user-hooks"]
default-features = false

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