Formatter Validator Minifier Escape / Unescape JSON ↔ String JSON ↔ YAML JSON → CSV NDJSON / JSON Lines JSON → Types JSON ↔ XML JSON Diff JSON Patch Canonicalize (RFC 8785) Schema Validator Schema Generator JSONPath Tester JWT Decoder JSON Errors Schemas More Tools
JSONTools / Schema registry / cargo-mutants-config.yaml
Schema registry

cargo-mutants-config.yaml

cargo-mutants configuration file

**/.cargo/mutants.toml

Check your file against this schema

Opens the validator with this schema already loaded. Paste your **/.cargo/mutants.toml and it validates in your browser — nothing is uploaded.

Validate a **/.cargo/mutants.toml → View raw schema

Fields

Generated directly from the schema, following local $refs, to two levels of nesting.

Field Type Description
additional_cargo_argsarray<string>Pass extra args to every cargo invocation.
default: []
additional_cargo_test_argsarray<string>Pass extra args to cargo test.
default: []
build_timeout_multipliernumber | nullBuild timeout multiplier, relative to the baseline 'cargo build'.
default: null
cap_lintsbooleanPass `--cap-lints` to rustc.
default: false
copy_vcsboolean | nullCopy `.git` and other VCS directories to the build directory.
default: null
error_valuesarray<string>Generate these error values from functions returning Result.
default: []
examine_globsarray<string>Generate mutants from source files matching these globs.
default: []
examine_rearray<string>Examine only mutants matching these regexps.
default: []
exclude_globsarray<string>Exclude mutants from source files matching these globs.
default: []
exclude_rearray<string>Exclude mutants from source files matches these regexps.
default: []
minimum_test_timeoutnumber | nullMinimum test timeout, in seconds, as a floor on the autoset value.
default: null
outputstring | nullOutput directory.
default: null
profilestring | nullCargo profile.
default: null
skip_callsarray<string>Skip calls to functions or methods with these names. This is combined with values from the --skip-calls argument.
default: []
skip_calls_defaultsboolean | nullUse built-in defaults for `skip_calls` in addition to any explicit values.
default: null
test_packagearray<string>Run tests from these packages for all mutants.
default: []
test_toolanyOfChoice of test tool: cargo or nextest.
test_workspaceboolean | nullRun tests from all packages in the workspace, not just the mutated package. Overrides `test_package`.
default: null
timeout_multipliernumber | nullTimeout multiplier, relative to the baseline 'cargo test'.
default: null

What we found in this schema

Specification sections for the keywords in this schema

Keyword Document Section
$idJSON Schema Core, draft 2020-12§8.2.1 — The "$id" Keyword
$refJSON Schema Core, draft 2020-12§8.2.3.1 — Direct References with "$ref"
$schemaJSON Schema Core, draft 2020-12§8.1.1 — "$schema"
additionalPropertiesJSON Schema Core, draft 2020-12§10.3.2.3 — "additionalProperties"
anyOfJSON Schema Core, draft 2020-12§10.2.1.2 — "anyOf"
defaultJSON Schema Validation, draft 2020-12§9.2 — "default"
descriptionJSON Schema Validation, draft 2020-12§9.1 — "title" and "description"
enumJSON Schema Validation, draft 2020-12§6.1.2 — "enum"
formatJSON Schema Validation, draft 2020-12§7 — Vocabularies for Semantic Content With "format"
itemsJSON Schema Core, draft 2020-12§10.3.1.2 — "items"
oneOfJSON Schema Core, draft 2020-12§10.2.1.3 — "oneOf"
propertiesJSON Schema Core, draft 2020-12§10.3.2.1 — "properties"
typeJSON Schema Validation, draft 2020-12§6.1.1 — "type"

Documents

Attribution

This schema comes from SchemaStore, distributed under the Apache License 2.0. Copyright 2015–present Mads Kristensen and contributors. View the original file. The field table and audit on this page are generated by JSONTools.tools; the schema itself is unmodified.

← All schemas