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