# 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 = "rustycopier" version = "0.3.0" authors = ["Carlos Jorge "] description = "A tool copy data" homepage = "https://github.com/carlosjorger/rustycopier" readme = "README.md" keywords = [ "cli", "copy", "demo", ] license = "MIT OR Apache-2.0" repository = "https://github.com/carlosjorger/rustycopier" [[bench]] name = "coping_benchmark" harness = false [dependencies.anyhow] version = "1.0.75" [dependencies.assert_fs] version = "1.0.13" [dependencies.clap] version = "4.0" features = [ "derive", "cargo", "env", ] [dependencies.colored] version = "2.0.4" [dependencies.crossterm] version = "0.27.0" [dependencies.indicatif] version = "0.17.6" [dependencies.rayon] version = "1.7" [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.criterion] version = "0.5.1" [build-dependencies.clap] version = "4.0" features = [ "derive", "cargo", "env", ] [build-dependencies.clap_mangen] version = "0.2.13"