X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=32be3ccd50b70d897bc2cc4982627b26278177c8;hb=d71d4d689d86d108a7d1c5a47de7d1202e9648e0;hp=5a71c1fb8898f8cfc2fee8b02f9c9cb83affff41;hpb=e4503cf90b6ad5ed9edc99389956ceffb1c35502;p=dnssec-prover diff --git a/Cargo.toml b/Cargo.toml index 5a71c1f..32be3cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dnssec-prover" -version = "0.3.2" +version = "0.3.4" authors = ["Matt Corallo"] license = "MIT OR Apache-2.0" repository = "https://git.bitcoin.ninja/index.cgi?p=dnssec-prover" @@ -10,6 +10,9 @@ categories = ["cryptography", "no-std"] edition = "2021" rust-version = "1.60.0" +[package.metadata.docs.rs] +features = ["std", "validation", "tokio"] + [features] default = ["validation"] std = []