bcmr 0.2.8

Better Copy Move Remove (BCMR) - A modern CLI tool for file operations with progress bar and advanced features
[[bin]]
name = "bcmr"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.98"

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.filetime]
version = "0.2.25"

[dependencies.indicatif]
version = "0.18.0"

[dependencies.libc]
version = "0.2.174"

[dependencies.parking_lot]
version = "0.12.4"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.terminal_size]
version = "0.4.2"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
features = ["full"]
version = "1.47.0"

[dependencies.walkdir]
version = "2.5.0"

[package]
authors = ["Zane Leong"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "filesystem"]
description = "Better Copy Move Remove (BCMR) - A modern CLI tool for file operations with progress bar and advanced features"
edition = "2021"
keywords = ["cli", "copy", "move", "remove", "filesystem"]
license = "GPL-3.0"
name = "bcmr"
readme = "README.md"
repository = "https://github.com/Bengerthelorf/bcmr"
version = "0.2.8"