rust-tg-bot 1.0.0-rc.1

Complete Telegram Bot API framework for Rust, inspired by python-telegram-bot
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 = "rust-tg-bot"
version = "1.0.0-rc.1"
authors = ["Jude Etuka <judechinedu122@gmail.com>"]
build = false
exclude = [
    "target/",
    ".github/",
    "docs/",
    "examples/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Complete Telegram Bot API framework for Rust, inspired by python-telegram-bot"
homepage = "https://github.com/HexiCoreDev/rust-telegram-bot"
documentation = "https://docs.rs/rust-tg-bot"
readme = "README.md"
keywords = [
    "telegram",
    "bot",
    "api",
    "async",
    "framework",
]
categories = [
    "api-bindings",
    "asynchronous",
    "web-programming",
]
license = "LGPL-3.0-only"
repository = "https://github.com/HexiCoreDev/rust-telegram-bot"

[features]
default = ["rust-tg-bot-ext/default"]
full = [
    "rust-tg-bot-ext/full",
    "macros",
]
job-queue = ["rust-tg-bot-ext/job-queue"]
macros = ["rust-tg-bot-macros"]
persistence = ["rust-tg-bot-ext/persistence"]
persistence-json = ["rust-tg-bot-ext/persistence-json"]
persistence-postgres = ["rust-tg-bot-ext/persistence-postgres"]
persistence-redis = ["rust-tg-bot-ext/persistence-redis"]
persistence-sqlite = ["rust-tg-bot-ext/persistence-sqlite"]
rate-limiter = ["rust-tg-bot-ext/rate-limiter"]
webhooks = ["rust-tg-bot-ext/webhooks"]
webhooks-tls = ["rust-tg-bot-ext/webhooks-tls"]

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

[dependencies.rust-tg-bot-ext]
version = "1.0.0-rc.1"

[dependencies.rust-tg-bot-macros]
version = "1.0.0-rc.1"
optional = true

[dependencies.rust-tg-bot-raw]
version = "1.0.0-rc.1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "sync",
    "macros",
    "time",
    "signal",
    "fs",
    "io-util",
    "net",
]

[dev-dependencies.axum]
version = "0.8"

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "sync",
    "macros",
    "time",
    "signal",
    "fs",
    "io-util",
    "net",
]

[dev-dependencies.tracing]
version = "0.1"

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