From c008d26f511bfdc14dda29d72c49ba8e4eb965b1 Mon Sep 17 00:00:00 2001 From: Liu Jiang Date: Sun, 19 Dec 2021 12:49:20 +0800 Subject: [PATCH] doc: enable all features for doc.rs Generate documentation for doc.rs with all features enabled. Signed-off-by: Liu Jiang --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2a8c2ab..579bdd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,9 @@ readme = "README.md" license = "Apache-2.0 OR BSD-3-Clause" edition = "2018" +[package.metadata.docs.rs] +all-features = true + [features] default = [] vhost-vsock = []