diff --git a/Cargo.toml b/Cargo.toml index 41b8254d..66a91a5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,3 +30,6 @@ bencher = "0.1.5" tempfile = "3.2.0" tokio = { version = "1.2", features = ["macros", "io-util"] } tokio-test = "0.4.2" + +[package.metadata.docs.rs] +all-features = true