X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=93a9d80a85ed37491e6baed86f93b57a57b60418;hb=d7bf25b7d6335f250a96036c792ce997a4a7b05d;hp=f30798414c2498853208651043fcf576b5145de2;hpb=6e7621b64bb98b19aaa3fd0434aebeb144305f9f;p=dnssec-prover diff --git a/Cargo.toml b/Cargo.toml index f307984..93a9d80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dnssec-prover" -version = "0.3.5" +version = "0.5.1" authors = ["Matt Corallo"] license = "MIT OR Apache-2.0" repository = "https://git.bitcoin.ninja/index.cgi?p=dnssec-prover" @@ -16,12 +16,13 @@ features = ["std", "validation", "tokio"] [features] default = ["validation"] std = [] -validation = ["ring", "hex_lit"] +validation = ["bitcoin_hashes", "ring", "hex_lit"] tokio = ["tokio_crate/net", "tokio_crate/io-util", "std"] build_server = ["tokio", "tokio_crate/rt-multi-thread", "tokio_crate/macros"] [dependencies] ring = { version = "0.17", default-features = false, features = ["alloc"], optional = true } +bitcoin_hashes = { version = "0.13", 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 }