# 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 = "pretty-copy" version = "0.1.2" authors = ["Anna-Sophie Zaitsewa"] description = "Multi-purpose copying utility which allows to see progress of copying operations" readme = "README.md" license = "GPL-3.0" [profile.release] lto = "thin" codegen-units = 1 [dependencies.async-trait] version = "0.1.77" [dependencies.clap] version = "4.5.2" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.futures] version = "0.3.30" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.21" [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.10.3" [dependencies.termion] version = "3.0.0" [dependencies.tokio] version = "1.36.0" features = [ "fs", "sync", "io-util", "macros", "rt", ]