Cargo Features

[dependencies]
mxl-investigator = { version = "0.1.19", default-features = false, features = ["with_test", "create_report_dialog", "problem_report_dialog", "sysinfo"] }
default = sysinfo

The sysinfo feature is set by default whenever mxl-investigator is added without default-features = false somewhere in the dependency tree.

with_test

Enables tempfile

Affects misc::init_test

create_report_dialog

Enables mxl-relm4-components, urlencoding, all of relm4-icons

Affects mxl-investigator::create_report_dialog, misc::init_gui

problem_report_dialog

Enables mxl-relm4-components, urlencoding, all of relm4-icons

Affects mxl-investigator::problem_report_dialog, misc::init_gui

sysinfo default

Enables sysinfo

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.

relm4-icons create_report_dialog? problem_report_dialog?