[package] name = "pretty-copy" version = "0.1.2" edition = "2021" authors = ["Anna-Sophie Zaitsewa"] description = "Multi-purpose copying utility which allows to see progress of copying operations" license = "GPL-3.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1.36.0", features = ["fs", "sync", "io-util", "macros", "rt"] } async-trait = "0.1.77" regex = "1.10.3" once_cell = "1.19.0" log = "0.4.21" futures = "0.3.30" clap = { version = "4.5.2", features = ["derive"] } colored = "2.1.0" termion = "3.0.0" lazy_static = "1.4.0" [profile.release] lto = 'thin' codegen-units = 1