# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "folder-compare-rs" version = "0.1.0" authors = ["Andreas Neukoetter "] description = "A tool to compare folder contents via checksums." homepage = "https://github.com/AndreasOM/folder-compare-rs" readme = "README.md" keywords = ["cli", "checksum"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/AndreasOM/folder-compare-rs" [dependencies.anyhow] version = "1.0.32" [dependencies.async-trait] version = "0.1.38" [dependencies.clap] version = "2.33.3" [dependencies.colored] version = "2.0.0" [dependencies.indicatif] version = "0.15.0" features = ["rayon"] [dependencies.rayon] version = "1.3.1" [dependencies.serde] version = "1.0.115" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.sha1] version = "0.6.0" [dependencies.tokio] version = "0.2.22" features = ["full", "tracing"] [dependencies.walkdir] version = "2.3.1"