kcode-telegram-request-policy 0.1.1

Bounded retry and safe error-classification policy for Telegram requests and downloads
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-request-policy"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bounded retry and safe error-classification policy for Telegram requests and downloads"
documentation = "https://docs.rs/kcode-telegram-request-policy"
readme = false
license = "MIT"

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

[dependencies.anyhow]
version = "=1.0.104"

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

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

[dependencies.tracing]
version = "=0.1.44"