# cargo-mutants configuration
# Docs: https://mutants.rs/configuration.html
# Give each mutant 2× the baseline test time before declaring a timeout.
= 2.0
# Run 4 mutants in parallel (tune to CPU count).
= 4
# Exclude trivial/generated display and error-chain boilerplate that cannot
# carry domain logic mutations (the fmt/from impls are fully driven by serde).
= []