2 name = "lightning-invoice-fuzz"
4 authors = ["Automatically generated"]
13 honggfuzz_fuzz = ["honggfuzz"]
16 honggfuzz = { version = "0.5", optional = true, default-features = false }
17 afl = { version = "0.4", optional = true }
18 lightning-invoice = { path = ".." }
19 lightning = { path = "../../lightning", features = ["regex"] }
22 # Prevent this from interfering with workspaces
27 name = "serde_data_part"
28 path = "fuzz_targets/serde_data_part.rs"