[dependencies.async-trait]
version = "0.1.88"
[dependencies.futures]
version = "0.3.31"
[dependencies.reqwest]
features = ["json"]
version = "0.12.12"
[dependencies.serde]
features = ["derive"]
version = "1.0.218"
[dependencies.serde_json]
version = "1.0.139"
[dependencies.thiserror]
version = "2.0.11"
[dependencies.tokio]
features = ["macros", "sync", "time"]
version = "1.43.0"
[dependencies.tokio-tungstenite]
version = "0.27.0"
[dependencies.tracing]
version = "0.1.41"
[dependencies.uuid]
features = ["v4"]
version = "1.14.0"
[dev-dependencies.tokio]
features = ["rt"]
version = "1.43.0"
[[example]]
name = "simple"
path = "examples/simple.rs"
[lib]
name = "flow_bot"
path = "src/lib.rs"
[package]
authors = ["KevinT3Hu"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An onebot-11 SDK that simplifies bot creation."
edition = "2024"
license = "AGPL-3.0-only"
name = "flow-bot"
readme = false
repository = "https://github.com/KevinT3Hu/flow-bot.git"
version = "0.1.1"