Cargo Features

[dependencies]
xio_jobset_compilation = { version = "0.10.0", default-features = false, features = ["nocmdline", "cmdline"] }
default = cmdline

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

nocmdline
cmdline default = env_logger, log, ommui_file_loading, serde, structopt

Required by the compile_xio_jobset binary

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.

env_logger cmdline

Enables env_logger ^0.7.0

log cmdline
ommui_file_loading cmdline
serde cmdline
structopt cmdline