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