# 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 = "pcopy" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple cli tool to copy a file or directory to a directory with a progress bar" readme = "README.md" license = "MIT" repository = "https://github.com/IRSMsoso/pcopy" [[bin]] name = "pcopy" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.fs_extra] version = "1.3.0" [dependencies.indicatif] version = "0.17.8"