Switch to tokio channels since they can now be suitably used

This commit is contained in:
John-John Tedro 2020-10-28 03:41:01 +01:00
parent 43c8b1cb63
commit 9437f7264a
5 changed files with 17 additions and 29 deletions

View file

@ -45,14 +45,13 @@ bufstream = "0.1.0"
bytes = "0.5.0"
chrono = "0.4.0"
encoding = "0.2.0"
futures-channel = "0.3.0"
futures-util = { version = "0.3.0", features = ["sink"] }
futures-util = { version = "0.3.0", default-features = false, features = ["sink"] }
irc-proto = { version = "0.14.0", path = "irc-proto" }
log = "0.4.0"
parking_lot = "0.11.0"
pin-utils = "0.1.0-alpha.4"
thiserror = "1.0.0"
tokio = { version = "0.3.0", features = ["net", "stream", "time"] }
tokio = { version = "0.3.0", features = ["net", "stream", "time", "sync"] }
tokio-util = { version = "0.4.0", features = ["codec"] }
# Feature - Config