[[bin]]
name = "cargo-mutants"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.86"
[dependencies.camino]
version = "1.1.6"
[dependencies.cargo_metadata]
version = "0.19"
[dependencies.clap]
features = ["deprecated", "derive", "env", "wrap_help"]
version = "4.4.1"
[dependencies.clap_complete]
version = "4"
[dependencies.color-print]
version = "0.3"
[dependencies.console]
version = "0.15"
[dependencies.ctrlc]
features = ["termination"]
version = "3.2.1"
[dependencies.fastrand]
version = "2"
[dependencies.fs2]
version = "0.4"
[dependencies.globset]
version = "0.4.10"
[dependencies.humantime]
version = "2.1.0"
[dependencies.ignore]
version = "0.4.20"
[dependencies.indoc]
version = "2.0.0"
[dependencies.itertools]
version = "0.13"
[dependencies.jobserver]
version = "0.1"
[dependencies.mutants]
version = "0.0.3"
[dependencies.num_cpus]
version = "1.16"
[dependencies.nutmeg]
version = "0.1.4"
[dependencies.patch]
version = "0.7"
[dependencies.path-slash]
version = "0.2"
[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0.74"
[dependencies.quote]
version = "1.0.35"
[dependencies.regex]
version = "1.10"
[dependencies.serde]
features = ["derive"]
version = "1.0.194"
[dependencies.serde_json]
version = "1.0.118"
[dependencies.similar]
version = "2.1"
[dependencies.strum]
features = ["derive"]
version = "0.26"
[dependencies.syn]
features = ["full", "extra-traits", "visit"]
version = "2.0.46"
[dependencies.tempfile]
version = "3.8"
[dependencies.test-log]
features = ["trace"]
version = "0.2.16"
[dependencies.time]
version = "0.3"
[dependencies.toml]
version = "0.8"
[dependencies.tracing]
version = "0.1.40"
[dependencies.tracing-appender]
version = "0.2"
[dependencies.tracing-subscriber]
version = "0.3.18"
[dependencies.whoami]
version = "1.5"
[dev-dependencies.assert_cmd]
version = "2.0"
[dev-dependencies.assert_matches]
version = "1.5"
[dev-dependencies.cp_r]
version = "0.5.2"
[dev-dependencies.insta]
version = "1.12"
[dev-dependencies.lazy_static]
version = "1.4"
[dev-dependencies.predicates]
version = "3"
[dev-dependencies.pretty_assertions]
version = "1"
[dev-dependencies.rusty-fork]
version = "0.3"
[dev-dependencies.walkdir]
version = "2.5"
[package]
authors = ["Martin Pool"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing"]
description = "Inject bugs and see if your tests catch them"
edition = "2021"
homepage = "https://mutants.rs/"
keywords = ["testing", "mutants", "cargo", "mutation-testing", "coverage"]
license = "MIT"
name = "cargo-mutants"
readme = "README.md"
repository = "https://github.com/sourcefrog/cargo-mutants"
rust-version = "1.78"
version = "25.0.1-pre3"
[package.metadata.wix]
eula = false
license = false
path-guid = "457C7F8E-0F02-42CC-80D9-FE55FBED23F8"
upgrade-guid = "CA7BFE8D-F3A7-4D1D-AE43-B7749110FA90"
[profile.dist]
inherits = "release"
lto = "thin"
[profile.mutants]
debug = 0
inherits = "test"
[target."cfg(unix)".dependencies.nix]
features = ["process", "signal"]
version = "0.29"
[[test]]
name = "build_dir"
path = "tests/build_dir.rs"
[[test]]
name = "check_build"
path = "tests/check_build.rs"
[[test]]
name = "colors"
path = "tests/colors.rs"
[[test]]
name = "config"
path = "tests/config.rs"
[[test]]
name = "error_value"
path = "tests/error_value.rs"
[[test]]
name = "in_diff"
path = "tests/in_diff.rs"
[[test]]
name = "in_place"
path = "tests/in_place.rs"
[[test]]
name = "insta"
path = "tests/insta.rs"
[[test]]
name = "iterate"
path = "tests/iterate.rs"
[[test]]
name = "jobs"
path = "tests/jobs.rs"
[[test]]
name = "list"
path = "tests/list.rs"
[[test]]
name = "main"
path = "tests/main.rs"
[[test]]
name = "nextest"
path = "tests/nextest.rs"
[[test]]
name = "shard"
path = "tests/shard.rs"
[[test]]
name = "trace"
path = "tests/trace.rs"
[[test]]
name = "unix"
path = "tests/unix.rs"
[[test]]
name = "windows"
path = "tests/windows.rs"
[[test]]
name = "workspace"
path = "tests/workspace.rs"