bcmr 0.4.4

Better Copy Move Remove (BCMR) - A modern CLI tool for file operations with progress bar and advanced features
# 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 = "bcmr"
version = "0.4.4"
authors = ["Zane Leong"]
build = false
include = [
    "/src/**/*",
    "/Cargo.toml",
    "/Cargo.lock",
    "/LICENSE",
    "/README.md",
    "/README_zh.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Better Copy Move Remove (BCMR) - A modern CLI tool for file operations with progress bar and advanced features"
readme = "README.md"
keywords = [
    "cli",
    "copy",
    "move",
    "remove",
    "filesystem",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "GPL-3.0"
repository = "https://github.com/Bengerthelorf/bcmr"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.blake3]
version = "1.5"

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

[dependencies.config]
version = "0.15.19"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.directories]
version = "6.0.0"

[dependencies.filetime]
version = "0.2.26"

[dependencies.libc]
version = "0.2.180"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.reflink-copy]
version = "0.1.28"

[dependencies.regex]
version = "1.12.2"

[dependencies.self_update]
version = "0.43"
features = [
    "archive-tar",
    "archive-zip",
    "compression-flate2",
    "reqwest",
    "rustls",
]
default-features = false

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.signal-hook]
version = "0.3.18"

[dependencies.terminal_size]
version = "0.4.3"

[dependencies.thiserror]
version = "2.0.17"

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

[dependencies.walkdir]
version = "2.5.0"

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
strip = true