toby 0.1.2

A simple, opinionated Telegram bot library with structured command parsing
Documentation
[dependencies.anyhow]
version = "1.0.100"

[dependencies.chrono]
version = "0.4.42"

[dependencies.regex]
version = "1.12.2"

[dependencies.teloxide]
features = ["macros"]
version = "0.17.0"

[dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.8"

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

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

[package]
authors = ["targc <sommit.kcc@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "asynchronous"]
description = "A simple, opinionated Telegram bot library with structured command parsing"
documentation = "https://docs.rs/toby"
edition = "2024"
homepage = "https://github.com/targc/toby"
keywords = ["telegram", "bot", "teloxide", "async", "command-parser"]
license = "MIT"
name = "toby"
readme = "README.md"
repository = "https://github.com/targc/toby"
version = "0.1.2"