robit-qq 0.1.3

QQ Official Bot platform frontend for the robit agent.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "robit-qq"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "QQ Official Bot platform frontend for the robit agent."
homepage = "https://github.com/leexgone/robit"
readme = "README.md"
keywords = [
    "llm",
    "agent",
    "qq",
    "bot",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/leexgone/robit"

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

[[bin]]
name = "robit-qq"
path = "src/main.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "derive",
]

[dependencies.futures-util]
version = "0.3"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "multipart",
]

[dependencies.robit-agent]
version = "0.1.3"

[dependencies.robit-ai]
version = "0.1.3"

[dependencies.robit-chatbot]
version = "0.1.3"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-tungstenite]
version = "0.29"
features = ["native-tls"]

[dependencies.tokio-util]
version = "0.7"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.toml]
version = "1.1"