fix(serio): enable futures-channel/sink

This commit is contained in:
sinui0
2025-05-10 16:26:44 +02:00
parent 8c98016efc
commit 98da84482d

View File

@@ -14,7 +14,7 @@ keywords = ["io", "async", "futures", "serde"]
[features]
default = ["compat", "channel", "codec", "bincode"]
compat = ["dep:futures-sink"]
channel = ["dep:futures-channel"]
channel = ["dep:futures-sink", "dep:futures-channel", "futures-channel/sink"]
codec = ["dep:tokio-util", "dep:futures-io"]
bincode = ["dep:bincode"]