Cargo Features

[dependencies]
moosicbox_image = { version = "0.1.0", default-features = false, features = ["fail-on-warnings", "build-binary", "image", "libvips"] }
default = image, libvips

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

fail-on-warnings
build-binary = image

Enables clap and tokio

Required by the image_helper binary

image default build-binary?

Enables image, tokio, and webp

Affects moosicbox_image::image

libvips default

Enables libvips

Affects moosicbox_image::libvips