# 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 = "image_diff_review" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Reporting tool of image differences for snaphost testing" readme = "README.md" keywords = [ "image", "report", "diff", ] license = "MIT" repository = "https://github.com/spirali/image_diff_review" [lib] name = "image_diff_review" path = "src/lib.rs" [[bin]] name = "image_diff_review" path = "src/bin/image_diff_review.rs" required-features = ["cli"] [dependencies.base64] version = "0.22" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5" features = ["derive"] optional = true [dependencies.image] version = "0.25" [dependencies.maud] version = "0.26" [dependencies.thiserror] version = "2" [features] cli = ["clap"]