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 whenever vkteams-bot is added without default-features = false somewhere in the dependency tree.

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