Cargo Features
[dependencies]
twitch_highway = { version = "0.0.4", default-features = false, features = ["full", "users"] }
- default = full
-
The
full
feature is set by default whenevertwitch_highway
is added without
somewhere in the dependency tree.default-features = false - full default = chat, eventsub, users
- chat eventsub users full
twitch_highway has 3 features without comments.