kcode-telegram-update-dispatch 0.1.1

Keyed, bounded, panic-isolated Telegram update dispatch
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "kcode-telegram-update-dispatch"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Keyed, bounded, panic-isolated Telegram update dispatch"
documentation = "https://docs.rs/kcode-telegram-update-dispatch"
readme = false
license = "MIT"

[lib]
name = "kcode_telegram_update_dispatch"
path = "src/lib.rs"

[dependencies.anyhow]
version = "=1.0.104"

[dependencies.futures]
version = "=0.3.33"

[dependencies.teloxide]
version = "=0.17.0"
default-features = false

[dependencies.tokio]
version = "=1.53.1"
features = [
    "sync",
    "rt",
    "macros",
    "time",
]

[dependencies.tracing]
version = "=0.1.44"

[dev-dependencies.serde_json]
version = "=1.0.151"