teloxide/crates/teloxide-core
2024-08-24 18:16:56 +04:00
..
examples Merge rustfmt.tomls 2022-11-07 16:13:29 +04:00
src Merge branch 'teloxide:master' into master 2024-08-24 15:42:29 +02:00
Cargo.toml Bump deps to: sqlx-0.8.1, tower-0.5.0, reqwest-0.12.7, ron-0.8.1, heck-0.5.0 2024-08-24 18:16:56 +04:00
CHANGELOG.md Update CHANGELOG.md 2024-08-24 18:02:56 +04:00
LICENSE link licenses 2022-11-07 16:49:58 +04:00
README.md Bump TBA version 2024-08-24 15:12:54 +05:30
schema.ron Merge branch 'teloxide:master' into master 2024-08-24 15:42:29 +02:00

teloxide-core

The core part of teloxide providing tools for making requests to the Telegram Bot API with ease. This library is fully asynchronous and built using tokio.

teloxide-core = "0.10.1"

Compiler support: requires rustc 1.68+.