forked from junzh0u/mvx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (27 loc) · 759 Bytes
/
Copy pathCargo.toml
File metadata and controls
29 lines (27 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "mvx"
version = "0.2.9"
edition = "2024"
description = "Enhanced file and directory move utility with progress bars and cross-device support"
license = "MIT"
repository = "https://github.com/junzh0u/mvx"
documentation = "https://docs.rs/mvx"
readme = "README.md"
keywords = ["mv", "move", "file", "utility", "cli"]
categories = ["command-line-utilities", "filesystem"]
authors = ["Jun Zhou <github@junz.info>"]
[dependencies]
anyhow = "1.0.98"
chrono = "0.4.41"
clap = { version = "4.5.38", features = ["derive", "env"] }
clap-verbosity-flag = "3.0.3"
colored = "3.0.0"
ctrlc = "3.5.1"
env_logger = "0.11.8"
indicatif = "0.18.4"
libc = "0.2.172"
log = "0.4.27"
reflink = "0.1.3"
serial_test = "3.2.0"
[dev-dependencies]
tempfile = "3.10.1"