nextest-runner 0.78.0

Core runner logic for cargo nextest.
Documentation
[[bin]]
name = "passthrough"
path = "test-helpers/passthrough.rs"

[dependencies.aho-corasick]
version = "1.1.3"

[dependencies.async-scoped]
features = ["use-tokio"]
version = "0.9.0"

[dependencies.atomicwrites]
version = "0.4.4"

[dependencies.bstr]
default-features = false
features = ["std"]
version = "1.12.0"

[dependencies.bytes]
version = "1.10.1"

[dependencies.camino]
features = ["serde1"]
version = "1.1.9"

[dependencies.camino-tempfile]
version = "1.1.1"

[dependencies.cargo_metadata]
version = "0.19.2"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.chrono]
version = "0.4.41"

[dependencies.config]
default-features = false
features = ["toml", "preserve_order"]
version = "0.15.11"

[dependencies.console-subscriber]
optional = true
version = "0.4.1"

[dependencies.crossterm]
features = ["event-stream"]
version = "0.29.0"

[dependencies.debug-ignore]
version = "1.0.5"

[dependencies.derive-where]
version = "1.3.0"

[dependencies.duct]
version = "0.13.7"

[dependencies.future-queue]
version = "0.4.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.guppy]
version = "0.17.18"

[dependencies.hex]
optional = true
version = "0.4.3"

[dependencies.home]
version = "0.5.11"

[dependencies.http]
optional = true
version = "1.3.1"

[dependencies.humantime-serde]
version = "1.1.1"

[dependencies.indent_write]
version = "2.2.0"

[dependencies.indexmap]
features = ["serde"]
version = "2.9.0"

[dependencies.indicatif]
version = "0.17.11"

[dependencies.is_ci]
version = "1.2.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.miette]
version = "7.6.0"

[dependencies.mukti-metadata]
optional = true
version = "0.3.0"

[dependencies.newtype-uuid]
features = ["v4"]
version = "1.2.1"

[dependencies.nextest-filtering]
version = "0.15.0"

[dependencies.nextest-metadata]
version = "0.12.2"

[dependencies.nextest-workspace-hack]
version = "0.1.0"

[dependencies.owo-colors]
version = "4.2.0"

[dependencies.pin-project-lite]
version = "0.2.16"

[dependencies.quick-junit]
version = "0.5.1"

[dependencies.rand]
version = "0.9.1"

[dependencies.regex]
version = "1.11.1"

[dependencies.self_update]
default-features = false
features = ["archive-tar", "compression-flate2"]
optional = true
version = "0.42.0"

[dependencies.semver]
version = "1.0.26"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.serde_ignored]
version = "0.1.11"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.serde_path_to_error]
version = "0.1.17"

[dependencies.sha2]
optional = true
version = "0.10.8"

[dependencies.shell-words]
version = "1.1.0"

[dependencies.smallvec]
version = "1.15.0"

[dependencies.smol_str]
features = ["serde", "serde"]
version = "0.3.1"

[dependencies.strip-ansi-escapes]
version = "0.2.1"

[dependencies.supports-unicode]
version = "3.0.0"

[dependencies.swrite]
version = "0.1.0"

[dependencies.tar]
version = "0.4.44"

[dependencies.target-spec]
features = ["custom", "summaries"]
version = "3.4.2"

[dependencies.target-spec-miette]
version = "0.4.4"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
features = ["fs", "io-std", "io-util", "macros", "process", "rt", "rt-multi-thread", "signal", "sync", "time"]
version = "1.44.2"

[dependencies.tokio-stream]
features = ["signal"]
version = "0.1.17"

[dependencies.toml]
version = "0.8.22"

[dependencies.toml_edit]
features = ["serde"]
version = "0.22.26"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
default-features = false
features = ["std", "tracing-log", "fmt"]
optional = true
version = "0.3.19"

[dependencies.unicode-ident]
version = "1.0.18"

[dependencies.unicode-normalization]
version = "0.1.24"

[dependencies.xxhash-rust]
features = ["xxh64"]
version = "0.8.13"

[dependencies.zstd]
features = ["zstdmt"]
version = "0.13.3"

[dev-dependencies.color-eyre]
version = "0.6.3"

[dev-dependencies.indoc]
version = "2.0.6"

[dev-dependencies.insta]
default-features = false
version = "1.43.1"

[dev-dependencies.maplit]
version = "1.0.2"

[dev-dependencies.pathdiff]
features = ["camino"]
version = "0.2.3"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.proptest]
version = "1.6.0"

[dev-dependencies.test-case]
version = "3.3.1"

[dev-dependencies.test-strategy]
version = "0.4.1"

[features]
experimental-tokio-console = ["dep:console-subscriber", "dep:tracing-subscriber", "tokio/tracing"]
self-update = ["dep:hex", "dep:self_update", "dep:http", "dep:mukti-metadata", "dep:sha2"]

[lib]
name = "nextest_runner"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing"]
description = "Core runner logic for cargo nextest."
documentation = "https://docs.rs/nextest-runner"
edition = "2021"
keywords = ["nextest", "test-runner"]
license = "MIT OR Apache-2.0"
name = "nextest-runner"
readme = "README.md"
repository = "https://github.com/nextest-rs/nextest"
rust-version = "1.81"
version = "0.78.0"

[target.'cfg(any(target_arch = "riscv32", target_arch = "riscv64"))'.dependencies.self_update]
default-features = true
features = ["archive-tar", "compression-flate2"]
optional = true
version = "0.42.0"

[target.'cfg(not(any(target_arch = "riscv32", target_arch = "riscv64")))'.dependencies.self_update]
default-features = false
features = ["archive-tar", "compression-flate2", "rustls"]
optional = true
version = "0.42.0"

[target."cfg(unix)".dependencies.libc]
version = "0.2.172"

[target."cfg(unix)".dependencies.nix]
default-features = false
features = ["signal"]
version = "0.30.0"

[target."cfg(windows)".dependencies.dunce]
version = "1.0.5"

[target."cfg(windows)".dependencies.win32job]
version = "2.0.2"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_Globalization", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_JobObjects", "Win32_System_Pipes"]
version = "0.59.0"

[[test]]
name = "integration"
path = "tests/integration/main.rs"