Cargo Features
[dependencies]
ui_test = { version = "0.27.1", default-features = false, features = ["gha", "rustc", "indicatif"] }
- default = gha, indicatif, rustc
-
These default features are set whenever
ui_test
is added without
somewhere in the dependency tree.default-features = false - gha default
-
Affects
ui_test::github_actions
… - rustc default
-
Enables cargo-platform and cargo_metadata ^0.18
Affects
custom_flags::edition
,custom_flags::run
,ui_test::dependencies
,ui_test::test_command
…
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.
- indicatif default