kcode-tg-kennedy-bot 0.5.7

A host-integrated Telegram Bot API facade over durable transport state
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-tg-kennedy-bot"
version = "0.5.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A host-integrated Telegram Bot API facade over durable transport state"
documentation = "https://docs.rs/kcode-tg-kennedy-bot"
readme = false
license = "MIT"

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

[dependencies.anyhow]
version = "=1.0.104"

[dependencies.futures]
version = "=0.3.33"

[dependencies.kcode-telegram-native-media]
version = "=0.1.1"

[dependencies.kcode-telegram-request-policy]
version = "=0.1.1"

[dependencies.kcode-telegram-text-delivery]
version = "=0.1.1"

[dependencies.kcode-telegram-transport-state]
version = "=0.1.0"

[dependencies.kcode-telegram-update-dispatch]
version = "=0.1.1"

[dependencies.serde]
version = "=1.0.229"
features = ["derive"]

[dependencies.serde_json]
version = "=1.0.151"

[dependencies.teloxide]
version = "=0.17.0"
features = [
    "rustls",
    "rustls-native-roots",
    "tracing",
]
default-features = false

[dependencies.tokio]
version = "=1.53.1"
features = ["full"]

[dependencies.tracing]
version = "=0.1.44"

[dependencies.zeroize]
version = "=1.9.0"