Cargo Features
[dependencies]
ommui_data = { version = "0.39.0", default-features = false, features = ["filesystem", "client", "tools"] }
- default = tools
-
The
tools
feature is set by default wheneverommui_data
is added without
somewhere in the dependency tree.default-features = false - filesystem tools
-
Affects
ommui_data::filesystem
,samplic::filesystem
,xio::filesystem
… - client tools = reqwest
-
Affects
samplic::client
… - tools default = askama, client, env_logger, filesystem, minidom, structopt, xio_instructionset, xio_jobset_compilation
-
Required by annalisa2arnalisa, ometo and xiojob2blockdiag binaries
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.
- askama tools
-
Enables askama ^0.8.0
- env_logger tools
-
Enables env_logger ^0.7.0
- reqwest client?
-
Enables reqwest ^0.9.5
- structopt tools
- xio_instructionset tools
- xio_jobset_compilation tools
- minidom tools
-
Enables minidom ^0.11.1