kcode-telegram-update-dispatch 0.1.1

Keyed, bounded, panic-isolated Telegram update dispatch
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "kcode-telegram-update-dispatch"
version = "0.1.1"
edition = "2024"
license = "MIT"
description = "Keyed, bounded, panic-isolated Telegram update dispatch"
documentation = "https://docs.rs/kcode-telegram-update-dispatch"

[dependencies]
anyhow = "=1.0.104"
futures = "=0.3.33"
teloxide = { version = "=0.17.0", default-features = false }
tokio = { version = "=1.53.1", features = ["sync", "rt", "macros", "time"] }
tracing = "=0.1.44"

[dev-dependencies]
serde_json = "=1.0.151"