mirror of
https://github.com/tlsnotary/tlsn-utils.git
synced 2026-01-06 19:33:55 -05:00
fix(serio): enable futures-channel/sink
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user