Ensure all features are visible on docs.rs
diff --git a/Cargo.toml b/Cargo.toml
index d8a81db..7ef0961 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,3 +35,6 @@
 [dev-dependencies]
 rayon = "0.9"
 walkdir = "1.0.1"
+
+[package.metadata.docs.rs]
+all-features = true