Cargo Features
nextest-runner has no features set by default.
[dependencies]
nextest-runner = { version = "0.67.0", features = ["self-update", "experimental-tokio-console"] }
- self-update = http, mukti-metadata, self_update
-
Affects
nextest-runner::update
… - experimental-tokio-console = console-subscriber, tracing-subscriber
-
For parsing of .cargo/config.toml files
Affects
nextest-runner::console
…
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.
For an example build script that gates by compiler version, see the history for build.rs in this directory.
- http self-update?
-
Enables http
Update-related features, optionally enabled
- mukti-metadata self-update?
- self_update self-update?
-
Enables self_update
TODO: remove dependency on self_update, build our own thing on top of mukti
- console-subscriber experimental-tokio-console?
-
Enables console-subscriber
tokio-console support, not enabled by default
- tracing-subscriber experimental-tokio-console?