Bump dependencies to bitcoin 0.27 and bech32 0.8
[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 bech32 = "0.8"
19
20 # Prevent this from interfering with workspaces
21 [workspace]
22 members = ["."]
23
24 [[bin]]
25 name = "serde_data_part"
26 path = "fuzz_targets/serde_data_part.rs"