Cargo Features

[dependencies]
contrast_renderer = { version = "0.1.2", default-features = false, features = ["text"] }
default = text

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

text default = ttf-parser

Affects contrast_renderer::text

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.

ttf-parser text

Enables ttf-parser ^0.14.0