Cargo Features

[dependencies]
lcs-image-diff = { version = "0.1.7", default-features = false, features = ["binary", "all_image_formats"] }
default = binary

The binary feature is set by default whenever lcs-image-diff is added without default-features = false somewhere in the dependency tree.

binary default = all_image_formats, futures, futures-cpupool

Required by the binary

all_image_formats binary

Enables bmp, dxt, gif_codec, hdr, ico, jpeg, jpeg_rayon, png_codec, pnm, tga, tiff and webp of image ^0.20

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

futures binary

Enables futures ^0.1.18

futures-cpupool binary