# 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 = "cpui" version = "0.1.0" authors = ["Zane Leong"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A modern replacement for cp command with progress bar and advanced features" readme = "README.md" keywords = [ "cli", "copy", "filesystem", "progress", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/Bengerthelorf/cpui" [[bin]] name = "cpui" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.crossterm] version = "0.27" [dependencies.indicatif] version = "0.17" [dependencies.parking_lot] version = "0.12" [dependencies.ratatui] version = "0.26.1" [dependencies.terminal_size] version = "0.3.0" [dependencies.thiserror] version = "2.0.6" [dependencies.tokio] version = "1.36" features = ["full"] [dependencies.walkdir] version = "2.5"