Cargo Features

[dependencies]
vleue_kinetoscope = { version = "0.2.0-rc.3", default-features = false, features = ["gif", "webp"] }
default = gif, webp

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

gif default

Enables gif of image

webp default

Enables webp of image

vleue_kinetoscope has 3 features without comments.