Cargo Features
[dependencies]
istamon = { version = "0.1.0", default-features = false, features = ["gui", "cli", "load-qml-from-cwd", "clap"] }
- default = cli, gui
-
These default features are set whenever
istamon
is added without
somewhere in the dependency tree.default-features = false - gui default = cstr, istamon-qml-extras, qmetaobject
-
Required by the binary
- cli default = rpassword
-
Required by the istamon-cli binary
- load-qml-from-cwd
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.
- clap implicit feature
-
Enables clap ^2
clap:
A simple to use, efficient, and full-featured Command Line Argument Parser
- cstr gui
-
Enables cstr
gui only
- istamon-qml-extras gui
- qmetaobject gui
- rpassword cli
-
Enables rpassword ^5.0.1
cli-only