Cargo Features

[dependencies]
lottieconv = { version = "0.3.0", default-features = false, features = ["gif", "serde", "webp", "clap"] }
default = gif, webp

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

gif default

Enables gif ^0.12

Affects lottieconv::Rgba

Required by the lottie2gif binary

serde

Enables serde of rgb and rlottie

webp default

Enables webp-animation

Required by the lottie2webp binary

Features from optional dependencies

clap implicit feature

Enables clap

clap:

A simple to use, efficient, and full-featured Command Line Argument Parser

Required by lottie2gif and lottie2webp binaries