cognitive-complexity-threshold = 8
too-many-lines-threshold = 50
too-many-arguments-threshold = 5
enum-variant-name-threshold = 3
excessive-nesting-threshold = 4
avoid-breaking-exported-api = false
allow-unwrap-in-tests = true
allow-expect-in-tests = true
allow-panic-in-tests = true
allow-dbg-in-tests = true