Cargo Features

[dependencies]
pathfinder_content = { version = "0.5.0", default-features = false, features = ["pf-image"] }
default = pf-image

The pf-image feature is set by default whenever pathfinder_content is added without default-features = false somewhere in the dependency tree.

pf-image default = image

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.

image pf-image

Enables image ^0.23