Cargo Features

pop3-codec has no features set by default.

[dependencies]
pop3-codec = { version = "0.3.0", features = ["serdex", "utils"] }
serdex = serde
utils = md5

Affects pop3-codec::utils

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.

md5 utils?

Enables md5

Optional

serde serdex?