X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=05eccea6773d4c37ecaabc2d41a8952882ed404b;hb=f3e1fae9c268b7c9490d4cf80d362a99e5c6b7d7;hp=7dd5d41458889d81dc9a9944673bd9c9ee6c5b30;hpb=9bfff3609162efcca02310d4d9231054b6d824fd;p=dnssec-prover diff --git a/Cargo.toml b/Cargo.toml index 7dd5d41..05eccea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dnssec-prover" -version = "0.5.1" +version = "0.5.3" authors = ["Matt Corallo"] license = "MIT OR Apache-2.0" repository = "https://git.bitcoin.ninja/index.cgi?p=dnssec-prover" @@ -16,12 +16,11 @@ features = ["std", "validation", "tokio"] [features] default = ["validation"] std = [] -validation = ["bitcoin_hashes", "ring", "hex_lit"] +validation = ["bitcoin_hashes", "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.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 } @@ -35,6 +34,7 @@ base64 = "0.21" 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" } +serde_json = { version = "1.0", default-features = false, features = ["std"] } [profile.dev] opt-level = 1