Cargo Features

nextest-runner has no features set by default.

[dependencies]
nextest-runner = { version = "0.55.0", features = ["self-update", "experimental-tokio-console"] }
self-update = http, mukti-metadata, self_update

Affects nextest-runner::update

experimental-tokio-console = console-subscriber

Enables tracing of tokio

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 ^0.2.12

Update-related features, optionally enabled

mukti-metadata self-update?
self_update self-update?

Enables self_update ^0.39.0

TODO: remove dependency on self_update, build our own thing on top of mukti

console-subscriber experimental-tokio-console?