# 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" rust-version = "1.64" name = "copy_confirmer" version = "0.0.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Confirms all files are copied somewhere." readme = "README.md" keywords = [ "copy", "directory", "duplicate", "cli", ] categories = [ "command-line-utilities", "filesystem", ] license = "AGPL-3.0-or-later" repository = "https://github.com/jm-fn/copy_confirmer" [lib] name = "copy_confirmer" path = "src/lib.rs" [[bin]] name = "copcon" path = "src/main.rs" required-features = ["cli"] [dependencies.blake2] version = "0" [dependencies.clap] version = "4.1.8" features = ["derive"] optional = true [dependencies.colored] version = "2.0.0" optional = true [dependencies.env_logger] version = "0.10.0" [dependencies.indicatif] version = "0.17" [dependencies.log] version = "0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.threadpool] version = "1" [dependencies.walkdir] version = "2" [features] cli = [ "clap", "colored", ]