Bump workspace to rust edition 2018
[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 edition = "2018"
7
8 [package.metadata]
9 cargo-fuzz = true
10
11 [features]
12 afl_fuzz = ["afl"]
13 honggfuzz_fuzz = ["honggfuzz"]
14
15 [dependencies]
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"] }
20 bech32 = "0.9.0"
21
22 # Prevent this from interfering with workspaces
23 [workspace]
24 members = ["."]
25
26 [[bin]]
27 name = "serde_data_part"
28 path = "fuzz_targets/serde_data_part.rs"