Cargo Features
[dependencies]
asknothingx2-eventsub = { version = "0.0.9", default-features = false, features = ["twitch"] }
- default = twitch
-
The
twitch
feature is set by default wheneverasknothingx2-eventsub
is added without
somewhere in the dependency tree.default-features = false - twitch default
-
Affects
asknothingx2-eventsub::twitch
…