From 880dbdee220688d04f51b3862174b5a40e9d4b7d Mon Sep 17 00:00:00 2001 From: jerry73204 Date: Fri, 20 Nov 2020 23:44:51 +0800 Subject: [PATCH] Render with more cargo features on docs.rs (#68) --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 686e7e91..53f0fd23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,3 +30,6 @@ tokio-core = "0.1.17" [features] tokio = ["tokio-io", "futures"] + +[package.metadata.docs.rs] +features = ["tokio-io", "futures"]