[package]
name = "kcode-telegram-update-dispatch"
version = "0.1.0"
edition = "2024"
license = "MIT"
description = "Keyed, bounded, panic-isolated Telegram update dispatch"
documentation = "https://docs.rs/kcode-telegram-update-dispatch"
readme = "README.md"
[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"