From 610f60c1706a639a347de93504f322471d6b99b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Ho=C3=9F?= Date: Sat, 4 Nov 2023 07:48:42 +0100 Subject: [PATCH] publish all features on docs.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sebastian Hoß --- kube-custom-resources-rs/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kube-custom-resources-rs/Cargo.toml b/kube-custom-resources-rs/Cargo.toml index 240ef0bd7..7d6e6319d 100644 --- a/kube-custom-resources-rs/Cargo.toml +++ b/kube-custom-resources-rs/Cargo.toml @@ -11,6 +11,10 @@ homepage = "https://github.com/metio/kube-custom-resources-rs/" repository = "https://github.com/metio/kube-custom-resources-rs" readme = "../README.md" +[package.metadata.docs.rs] +# see https://docs.rs/about/metadata +all-features = true + [lib] path = "src/lib.rs"