X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=Cargo.toml;h=70a406717e889bc5bc4b74d3d3c42ed78d88ed1a;hb=99c90e3e3a77d431e3c6b7149aa43f93a793f579;hp=5a71c1fb8898f8cfc2fee8b02f9c9cb83affff41;hpb=e4503cf90b6ad5ed9edc99389956ceffb1c35502;p=dnssec-prover diff --git a/Cargo.toml b/Cargo.toml index 5a71c1f..70a4067 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dnssec-prover" -version = "0.3.2" +version = "0.4.0" 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 = []