Cargo Features

[dependencies]
petpet = { version = "2.4.3", default-features = false, features = ["bundle_raw_hands", "encode_to_gif", "encode_to_apng", "more_format", "image"] }
default = bundle_raw_hands, encode_to_apng, encode_to_gif

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

bundle_raw_hands build default

Enables webp of image ^0.24.0

Affects hands::HANDS_RAW

encode_to_gif build default

Enables gif of image ^0.24.0

Affects petpet::encode_petpet_gif

encode_to_apng default

Enables apng

Affects petpet::encode_petpet_apng

more_format build

Enables jpeg, png and webp of image ^0.24.0

image encode_to_gif more_format?