Cargo Features

[dependencies]
twitch_highway = { version = "0.0.4", default-features = false, features = ["full", "users"] }
default = full

The full feature is set by default whenever twitch_highway is added without default-features = false somewhere in the dependency tree.

full default = chat, eventsub, users
chat eventsub users full

twitch_highway has 3 features without comments.