mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
stream: add "full" feature flag (#5639)
This commit is contained in:
parent
b6bbe5f487
commit
2cd4f4ab46
@ -18,6 +18,16 @@ categories = ["asynchronous"]
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["time"]
|
default = ["time"]
|
||||||
|
|
||||||
|
full = [
|
||||||
|
"time",
|
||||||
|
"net",
|
||||||
|
"io-util",
|
||||||
|
"fs",
|
||||||
|
"sync",
|
||||||
|
"signal"
|
||||||
|
]
|
||||||
|
|
||||||
time = ["tokio/time"]
|
time = ["tokio/time"]
|
||||||
net = ["tokio/net"]
|
net = ["tokio/net"]
|
||||||
io-util = ["tokio/io-util"]
|
io-util = ["tokio/io-util"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user