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 whenevermatugen
is added without
somewhere in the dependency tree.default-features = false - 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
…