maxbot 0.1.13

Автоматизация работы с чат-ботами на платформе MAX (max.ru)
Documentation
[package]
name = "maxbot"
version = "0.1.13"
edition = "2021"
authors = ["Константин Иванович <konstantin_1987@mail.ru>"]
description = "Автоматизация работы с чат-ботами на платформе MAX (max.ru)"
license = "MIT"
repository = "https://gitflic.ru/project/perdumonocle/maxbot"
documentation = "https://docs.rs/maxbot"
homepage = "https://crates.io/crates/maxbot"
readme = "README.md"
keywords = ["max", "bot", "api", "messenger", "chatbot"]
categories = ["api-bindings", "web-programming::http-client"]

[dependencies]
chrono = "0.4"
mime = "0.3"
regex = "1.10"
reqwest = { version = "0.12", features = ["json", "multipart", "stream"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
tokio = { version = "1.0", features = ["full"] }
url = "2.5"
log = "0.4"