# 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] name = "lcs-image-diff" version = "0.1.7" authors = ["bokuweb "] description = "Image diff tool with LCS algorithm" readme = "README.md" keywords = ["diff", "image", "lcs"] license = "MIT" repository = "https://github.com/bokuweb/lcs-image-diff-rs" [lib] name = "lcs_image_diff" path = "src/lib.rs" [[bin]] name = "lcs-image-diff" path = "src/main.rs" required-features = ["binary"] [dependencies.base64] version = "0.9.0" [dependencies.clap] version = "2.30.0" [dependencies.futures] version = "0.1.18" optional = true [dependencies.futures-cpupool] version = "0.1.8" optional = true [dependencies.image] version = "0.20" default-features = false [dependencies.lcs-diff] version = "0.1.1" [features] all_image_formats = ["image/gif_codec", "image/jpeg", "image/ico", "image/png_codec", "image/pnm", "image/tga", "image/tiff", "image/webp", "image/bmp", "image/hdr", "image/dxt", "image/jpeg_rayon"] binary = ["futures", "futures-cpupool", "all_image_formats"] default = ["binary"]