Cargo Features
teloxide-listener has no features set by default.
[dependencies]
teloxide-listener = { version = "0.1.0-beta.1", features = ["webhook", "either"] }
- webhook = axum, either, serde_json, tokio, tokio-stream, url
-
Affects
teloxide-listener::webhook
… - either webhook? = futures-core
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 webhook?
-
Enables axum ^0.4
- futures-core either?
- serde_json webhook?
- tokio webhook?
- tokio-stream webhook?
- url webhook?