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