Cargo Features

[dependencies]
pixel_caster = { version = "1.0.4", default-features = false, features = ["pixels_string"] }
default = pixels_string

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

pixels_string default

Defines a feature named pixels_string that does not enable any other features, but enables the optional dependencies "image" and "lazy_static" crates. Enables the feature by setting it as default

Enables image ^0.24.6 and lazy_static

Affects pixel_caster::pixels_string