Cargo Features
miyabi-telegram has no features set by default.
[dependencies]
miyabi-telegram = { version = "0.1.2", features = ["bot-server"] }
- bot-server = axum, tracing-subscriber
-
Required by the miyabi-telegram-bot binary
Features from optional dependencies
In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- axum bot-server?
-
Enables axum ^0.7
Web framework (for bot binary)
- tracing-subscriber bot-server?