Cargo Features
[dependencies]
vkteams-bot = { version = "0.6.5", default-features = false, features = ["full", "longpoll", "webhook", "templates", "grpc"] }
- default = longpoll
-
The
longpoll
feature is set by default whenevervkteams-bot
is added without
somewhere in the dependency tree.default-features = false - full = grpc, longpoll, templates, webhook
- longpoll default full?
-
Affects
bot::longpoll
… - webhook full?
-
Enables async-trait, axum, and tower-http
Affects
bot::webhook
… - templates full?
-
Enables lazy_static and tera
Affects
utils::templates
… - grpc full?
-
Enables tonic-health
Affects
bot::grpc
…