X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=fuzz%2FCargo.toml;h=516dd4ce043d127d8652bf40d5a0a66e099b6cfd;hb=ada2154b40237d22edc72ab553ca4a4d42d4a2c1;hp=22f4bdcc181a3706ddbaf6260e16ea5fa026aa55;hpb=62543a60e1e91d41e165361a0f9fb343d851a913;p=rust-lightning diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 22f4bdcc..516dd4ce 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -16,12 +16,13 @@ afl_fuzz = ["afl"] honggfuzz_fuzz = ["honggfuzz"] [dependencies] +afl = { version = "0.3", optional = true } lightning = { path = "..", features = ["fuzztarget"] } bitcoin = { version = "0.13", features = ["fuzztarget"] } -secp256k1 = { version = "0.9", features=["fuzztarget"] } -rust-crypto = "0.2" +hex = "0.3" honggfuzz = { version = "0.5", optional = true } -afl = { version = "0.3", optional = true } +rust-crypto = "0.2" +secp256k1 = { version = "0.9", features=["fuzztarget"] } [build-dependencies] cc = "1.0"