# 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 = "hashdeep-compare" version = "0.5.0" authors = ["kklibo"] description = "A comparison tool for log files generated by the Hashdeep file storage auditing tool" readme = "README.md" keywords = ["hashdeep"] categories = ["command-line-utilities"] license = "CC0-1.0" repository = "https://github.com/kklibo/hashdeep-compare" [dependencies.anyhow] version = "1.0.40" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.indoc] version = "1.0.3" [dependencies.peeking_take_while] version = "0.1.2" [dependencies.thiserror] version = "1.0.24" [dependencies.walkdir] version = "2.3.2" optional = true [dependencies.which] version = "4.1.0" [dev-dependencies.assert_cmd] version = "1.0.1" [dev-dependencies.pathdiff] version = "0.2.0" [dev-dependencies.predicates] version = "1.0.5" [dev-dependencies.tempfile] version = "3.1.0" [dev-dependencies.test-case] version = "3.0.0" [features] integration_test_coverage = [] integration_test_helpful_outputs = ["walkdir"]