2 name = "lightning-fuzz"
4 authors = ["Automatically generated"]
6 # Because the function is unused it gets dropped before we link lightning, so
7 # we have to duplicate build.rs here. Note that this is only required for
15 honggfuzz_fuzz = ["honggfuzz"]
16 libfuzzer_fuzz = ["libfuzzer-sys"]
20 afl = { version = "0.4", optional = true }
21 lightning = { path = "../lightning", features = ["fuzztarget"] }
22 bitcoin = { version = "0.21", features = ["fuzztarget"] }
23 bitcoin_hashes = { version = "0.7", features = ["fuzztarget"] }
25 honggfuzz = { version = "0.5", optional = true }
26 secp256k1 = { version = "0.15", features=["fuzztarget"] }
27 libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git", optional = true }
32 # Prevent this from interfering with workspaces
41 name = "lightning_fuzz"
43 crate-type = ["rlib", "dylib", "staticlib"]