Cargo Features

ascii-img-cli has no features set by default.

[dependencies]
ascii-img-cli = { version = "0.1.1", features = ["avif", "bmp", "gif", "hdr", "ico", "jpeg", "png", "tiff", "webp"] }
default

These default features are set whenever ascii-img-cli is added without default-features = false somewhere in the dependency tree.

Enables bmp, gif, jpeg, png and webp of image

avif

Enables avif-native of image

image:

Enable native dependency libdav1d

bmp

Enables bmp of image

gif

Enables gif of image

hdr

Enables hdr of image

ico

Enables ico of image

jpeg

Enables jpeg of image

png

Enables png of image

tiff

Enables tiff of image

webp

Enables webp of image

ascii-img-cli has 10 features without comments.