Cargo Features

[dependencies]
luthien-plugin = { version = "0.1.0", default-features = false, features = ["io", "palette"] }
default = io

The io feature is set by default whenever luthien-plugin is added without default-features = false somewhere in the dependency tree.

io default = ipipe

Affects luthien-plugin::io

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

palette implicit feature

Enables palette ^0.5

palette:

Convert and manage colors with a focus on correctness, flexibility and ease of use

ipipe io

Enables ipipe ^0.8