Cargo Features

[dependencies]
irc-proto = { version = "1.1.0", default-features = false, features = ["tokio", "encoding"] }
default = tokio

The tokio feature is set by default whenever irc-proto is added without default-features = false somewhere in the dependency tree.

tokio default = bytes, tokio-util

Enables tokio

Affects irc-proto::irc, irc-proto::line

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

encoding implicit feature

Enables encoding

encoding:

Character encoding support for Rust

bytes tokio
tokio-util tokio