Cargo Features

[dependencies]
matugen = { version = "2.4.1", default-features = false, features = ["update-informer", "web-image", "dump-json"] }
default = dump-json

The dump-json feature is set by default whenever matugen is added without default-features = false somewhere in the dependency tree.

update-informer

Enables update-informer

update-informer feature

Affects helpers::check_version

web-image

Enables reqwest

web-image feature

Affects color::get_source_color_from_web_image

dump-json default

Enables serde_json

dump-json feature

Affects arguments::Cli.json, color::dump_json