From 227f4085545f1bcf67b3b205d2e102fb50c9c12e Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Thu, 8 Feb 2024 20:23:34 +0000 Subject: [PATCH] Enable all features for docs.rs builds --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 152b7c3..80b75ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = [] -- 2.39.5