Crates.io | teloxide-core |
lib.rs | teloxide-core |
version | |
source | src |
created_at | 2021-02-16 21:14:44.759075+00 |
updated_at | 2025-04-04 13:26:43.156499+00 |
description | Core part of the `teloxide` library - telegram bot API client |
homepage | https://github.com/teloxide/teloxide |
repository | https://github.com/teloxide/teloxide |
max_upload_size | |
id | 356180 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.11.2"
Compiler support: requires rustc 1.80+.