From 00e39e8d35c3ad279f81e31acce2f1c74e2c0312 Mon Sep 17 00:00:00 2001 From: Waffle Date: Wed, 12 Aug 2020 22:48:36 +0300 Subject: [PATCH] enable all features for `docs.rs` doc build --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2497c1c4..d4475692 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,3 +63,6 @@ rand = "0.7.3" pretty_env_logger = "0.4.0" lazy_static = "1.4.0" tokio = { version = "0.2.21", features = ["fs", "stream", "rt-threaded", "macros"] } + +[package.metadata."docs.rs"] +all-features = true