Crates.io | carapax |
lib.rs | carapax |
version | |
source | src |
created_at | 2019-03-11 21:24:01.758078 |
updated_at | 2024-12-04 15:58:26.426311 |
description | A Telegram Bot Framework |
homepage | |
repository | https://github.com/tg-rs/carapax |
max_upload_size | |
id | 120135 |
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 |
A Telegram Bot framework based on tgbot.
The name comes from Carapace (carapax in latin).
[dependencies]
carapax = "0.27.0"
See examples in the examples directory.
To run examples you need to create a .env
file:
cp sample.env .env
Don't forget to change the value of CARAPAX_TOKEN
and other variables if required.
This project adheres to ZeroVer.
The MIT License (MIT)