stream: add "full" feature flag (#5639)

This commit is contained in:
Burkhard Mittelbach 2023-04-23 13:59:49 +02:00 committed by GitHub
parent b6bbe5f487
commit 2cd4f4ab46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]