diff --git a/Cargo.toml b/Cargo.toml index 5b20fa5..39888a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,3 +71,6 @@ rustls = "0.19" tokio-rustls = "0.22" webpki = "0.21" webpki-roots = "0.21" + +[package.metadata.docs.rs] +features = ["stream"]