runbot 0.0.2

QQ client framework
Documentation
[package]
name = "runbot"
version.workspace = true
edition = "2024"
description = "QQ client framework"
license = "MPL-2.0"
repository = "https://github.com/niuhuan/runbot"

[dependencies]
futures-util = "0.3"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
thiserror = "2"
tokio = { version = "1", features = ["full"] }
tokio-tungstenite = "0.27"
tracing = "0.1"
uuid = { version = "1.18", features = ["v4"] }
runbot-codegen = "0.0.2"
anyhow = "1.0"
async-trait = "0.1"
dashmap = "6.1"

[dev-dependencies]
tracing-subscriber = "0.3"