["fuzz:crn"]
description = "Fuzz cts-common's Crn string parser (libFuzzer, nightly, 60s default)"
dir = "{{config_root}}/packages/cts-common"
run = "cargo +nightly fuzz run crn_parse --sanitizer none --target $(rustc -vV | sed -n 's/^host: //p') -- -max_total_time=60"
["fuzz:workspace-id"]
description = "Fuzz cts-common's WorkspaceId string parser (libFuzzer, nightly, 60s default)"
dir = "{{config_root}}/packages/cts-common"
run = "cargo +nightly fuzz run workspace_id_parse --sanitizer none --target $(rustc -vV | sed -n 's/^host: //p') -- -max_total_time=60"
["fuzz:region"]
description = "Fuzz cts-common's Region string parser (libFuzzer, nightly, 60s default)"
dir = "{{config_root}}/packages/cts-common"
run = "cargo +nightly fuzz run region_parse --sanitizer none --target $(rustc -vV | sed -n 's/^host: //p') -- -max_total_time=60"