# 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 = "rfcp" version = "2.0.0" authors = ["Kasun Ranasingge "] description = "Replacement for cp" readme = "README.md" keywords = [ "cp", "linux", "copy", "file", "rsync", ] license = "MIT/Apache-2.0" repository = "https://github.com/keaz/rust-copy" [profile.release] opt-level = "s" lto = "fat" codegen-units = 1 [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.console] version = "0.15.7" features = ["ansi-parsing"] [dependencies.filetime] version = "0.2.22" [dependencies.indicatif] version = "0.17.6" features = ["improved_unicode"] [dependencies.log] version = "0.4.20" [dependencies.threadpool] version = "1.8.1"