From b5403160bb32df52afb8a21fcbbeb7ce19cb6b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joni=20Lepist=C3=B6?= Date: Fri, 15 Nov 2024 21:57:52 +0200 Subject: [PATCH] Enabled all features for docs.rs --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 45b1c25..84bf230 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,6 +60,7 @@ use-25519 = ["x25519-dalek"] # docs.rs-specific configuration [package.metadata.docs.rs] +all-features = true # defines the configuration attribute `docsrs` rustdoc-args = ["--cfg", "docsrs"]