diff --git a/tokio-stream/Cargo.toml b/tokio-stream/Cargo.toml index 42f68cda31b..58fc411d194 100644 --- a/tokio-stream/Cargo.toml +++ b/tokio-stream/Cargo.toml @@ -18,6 +18,16 @@ categories = ["asynchronous"] [features] default = ["time"] + +full = [ + "time", + "net", + "io-util", + "fs", + "sync", + "signal" +] + time = ["tokio/time"] net = ["tokio/net"] io-util = ["tokio/io-util"]