X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=7dd5d41458889d81dc9a9944673bd9c9ee6c5b30;hb=9bfff3609162efcca02310d4d9231054b6d824fd;hp=7f8d352e41c5314d4d8d6c9bfd643d270a7e4428;hpb=9974cddc11a2d958780f056e4e154c7700f0b2e2;p=dnssec-prover diff --git a/Cargo.toml b/Cargo.toml index 7f8d352..7dd5d41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,9 @@ bitcoin_hashes = { version = "0.14", default-features = false, optional = true } hex_lit = { version = "0.1", default-features = false, features = ["rust_v_1_46"], optional = true } tokio_crate = { package = "tokio", version = "1.0", default-features = false, optional = true } +[target.'cfg(fuzzing)'.dependencies] +ibig = { version = "0.3", optional = true } + [dev-dependencies] hex-conservative = { version = "0.1", default-features = false, features = ["alloc"] } base64 = "0.21" @@ -33,6 +36,9 @@ rand = { version = "0.8", default-features = false, features = ["getrandom"] } tokio_crate = { package = "tokio", version = "1.0", features = ["rt", "macros", "net", "rt-multi-thread"] } minreq = { version = "2.0" } +[profile.dev] +opt-level = 1 + [lib] name = "dnssec_prover" path = "src/lib.rs"