From c4b0e4b9a70fbcddca38c2d33e398c4eeeea0693 Mon Sep 17 00:00:00 2001 From: Philipp Schuster Date: Fri, 3 May 2024 11:23:09 +0200 Subject: [PATCH] cargo: document all features on docs.rs --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b13792d..14c1cf2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,3 +38,6 @@ num-traits = { version = "~0.2", default-features = false } [dev-dependencies] env_logger = "0.11" + +[package.metadata.docs.rs] +all-features = true