From 8412489373649f30359b045e98d4ef7fd39c8060 Mon Sep 17 00:00:00 2001 From: Radical Date: Wed, 25 Jun 2025 14:08:27 +0200 Subject: [PATCH] make docs.rs build with all features --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 435b3c6..897928d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,3 +34,6 @@ serde = { version = "1.0.219", features = ["derive"] } thiserror = "2.0.12" tokio = "1.45.1" url = { version = "2.5.4", features = ["serde"] } + +[package.metadata.docs.rs] +all-features = true