Cargo Features
[dependencies]
compression-prompt = { version = "0.1.2", default-features = false, features = ["full", "statistical", "image"] }
- default = statistical
-
The
statisticalfeature is set by default whenevercompression-promptis added withoutsomewhere in the dependency tree.default-features = false - full = image, statistical
- statistical default full?
- image full?
-
Enables ab_glyph, image, and imageproc ^0.25
image:
Image processing (optional)
Affects
compression-prompt::image_renderer…