rustigram-bot 0.11.0

High-level bot dispatcher, update listener, and handler framework for rustigram
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 = "2021"
rust-version = "1.75"
name = "rustigram-bot"
version = "0.11.0"
authors = ["Mehran <hi@mehran.tech>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level bot dispatcher, update listener, and handler framework for rustigram"
readme = "README.md"
keywords = [
    "telegram",
    "bot",
    "async",
    "framework",
    "dispatcher",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/meh7an/rustigram"

[features]
tma = ["dep:rustigram-miniapp"]

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

[[test]]
name = "dispatcher_tests"
path = "tests/dispatcher_tests.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.axum]
version = "0.8"
features = ["macros"]

[dependencies.dashmap]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.futures-util]
version = "0.3"

[dependencies.rustigram-api]
version = "0.11.0"

[dependencies.rustigram-miniapp]
version = "0.11.0"
optional = true

[dependencies.rustigram-types]
version = "0.11.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tower]
version = "0.5"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio]
version = "1.51"
features = ["full"]

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]