From 4ff0c5286ce055114131be68eb4f4f1423fe7010 Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 5 Sep 2024 03:05:22 +0200 Subject: [PATCH] ci: build with all features on docs.rs --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 5434c65..1d0c3ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,3 +55,7 @@ lua = ["mlua", "tracing-subscriber", "lazy_static"] java = ["lazy_static", "jni", "tracing-subscriber"] js = ["napi-build", "tracing-subscriber", "napi", "napi-derive"] python = ["pyo3", "tracing-subscriber", "pyo3-build-config"] + +# build with all features on docs.rs +[package.metadata.docs.rs] +all-features = true