Update bitcoin crate to 0.29.0
[rust-lightning] / lightning-invoice / fuzz / Cargo.toml
1 [package]
2 name = "lightning-invoice-fuzz"
3 version = "0.0.1"
4 authors = ["Automatically generated"]
5 publish = false
6
7 [package.metadata]
8 cargo-fuzz = true
9
10 [features]
11 afl_fuzz = ["afl"]
12 honggfuzz_fuzz = ["honggfuzz"]
13
14 [dependencies]
15 honggfuzz = { version = "0.5", optional = true }
16 afl = { version = "0.4", optional = true }
17 lightning-invoice = { path = ".." }
18 lightning = { path = "../../lightning", features = ["regex"] }
19 bech32 = "0.9.0"
20
21 # Prevent this from interfering with workspaces
22 [workspace]
23 members = ["."]
24
25 [[bin]]
26 name = "serde_data_part"
27 path = "fuzz_targets/serde_data_part.rs"