emv-3ds 0.2.0

EMV 3-D Secure 2.x (3DS2) protocol — AReq/ARes/CReq/CRes messages, transaction state machine, ECI/CAVV helpers, and full EMVCo spec serialization for payment authentication (SCA/PSD2)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# cargo-mutants configuration
# Docs: https://mutants.rs/configuration.html

# Give each mutant 2× the baseline test time before declaring a timeout.
timeout_multiplier = 2.0

# Run 4 mutants in parallel (tune to CPU count).
jobs = 4

# Exclude trivial/generated display and error-chain boilerplate that cannot
# carry domain logic mutations (the fmt/from impls are fully driven by serde).
exclude_globs = []