mvx 0.2.9

Enhanced file and directory move utility with progress bars and cross-device support
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 = "2024"
name = "mvx"
version = "0.2.9"
authors = ["Jun Zhou <github@junz.info>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Enhanced file and directory move utility with progress bars and cross-device support"
documentation = "https://docs.rs/mvx"
readme = "README.md"
keywords = [
    "mv",
    "move",
    "file",
    "utility",
    "cli",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/junzh0u/mvx"

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

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

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.chrono]
version = "0.4.41"

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

[dependencies.clap-verbosity-flag]
version = "3.0.3"

[dependencies.colored]
version = "3.0.0"

[dependencies.ctrlc]
version = "3.5.1"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.libc]
version = "0.2.172"

[dependencies.log]
version = "0.4.27"

[dependencies.reflink]
version = "0.1.3"

[dependencies.serial_test]
version = "3.2.0"

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