We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9aee9b8 + 3f2737c commit 10d1147Copy full SHA for 10d1147
irc-proto/Cargo.toml
@@ -15,7 +15,8 @@ categories = ["network-programming"]
15
travis-ci = { repository = "aatxe/irc" }
16
17
[features]
18
-default = ["bytes", "tokio", "tokio-util"]
+default = ["tokio"]
19
+tokio = ["bytes", "dep:tokio", "tokio-util"]
20
21
[dependencies]
22
encoding = { version = "0.2.33", optional = true }
0 commit comments