kcode-telegram-text-delivery 0.1.1

UTF-16-aware splitting and retried Telegram text delivery
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"
rust-version = "1.97"
name = "kcode-telegram-text-delivery"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "UTF-16-aware splitting and retried Telegram text delivery"
documentation = "https://docs.rs/kcode-telegram-text-delivery"
readme = false
license = "MIT"

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

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

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