Skip to content

Commit

Permalink
stream: add "full" feature flag (#5639)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wasabi375 authored Apr 23, 2023
1 parent b6bbe5f commit 2cd4f4a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tokio-stream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 2cd4f4a

Please sign in to comment.