[package] name = "cpui" version = "0.1.0" edition = "2021" authors = ["Zane Leong"] description = "A modern replacement for cp command with progress bar and advanced features" repository = "https://github.com/Bengerthelorf/cpui" license = "MIT" keywords = ["cli", "copy", "filesystem", "progress"] categories = ["command-line-utilities", "filesystem"] readme = "README.md" [dependencies] clap = { version = "4.5", features = ["derive"] } tokio = { version = "1.36", features = ["full"] } indicatif = "0.17" walkdir = "2.5" anyhow = "1.0" thiserror = "2.0.6" terminal_size = "0.3.0" ratatui = "0.26.1" crossterm = "0.27" parking_lot = "0.12"