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 wheneverlcs-image-diff
is added without
somewhere in the dependency tree.default-features = false - 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.