Cargo Features

[dependencies]
founder = { version = "0.10.0", default-features = false, features = ["bin"] }
default = bin

The bin feature is set by default whenever founder is added without default-features = false somewhere in the dependency tree.

bin default = arguments, colored, resvg

Required by founder-name, founder-rasterize and founder-vectorize binaries

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.

arguments bin
colored bin
resvg bin

Enables resvg ^0.28