rustigram 0.9.0

Comprehensive async Rust framework for the Telegram Bot API
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"
version = "0.9.0"
authors = ["Mehran <hi@mehran.tech>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Comprehensive async Rust framework for the Telegram Bot API"
readme = false
keywords = [
    "telegram",
    "bot",
    "async",
    "framework",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/meh7an/rustigram"

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

[[example]]
name = "echo_bot"
path = "examples/echo_bot.rs"

[[example]]
name = "inline_keyboard"
path = "examples/inline_keyboard.rs"

[[example]]
name = "state_machine"
path = "examples/state_machine.rs"

[[example]]
name = "webhook_bot"
path = "examples/webhook_bot.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.rustigram-bot]
version = "0.9.0"

[dependencies.rustigram-macros]
version = "0.9.0"

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

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

[dependencies.tracing]
version = "0.1"

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