flow-bot 0.2.3

An onebot-11 SDK that simplifies bot creation.
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 = "2024"
name = "flow-bot"
version = "0.2.3"
authors = ["KevinT3Hu"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An onebot-11 SDK that simplifies bot creation."
readme = false
license = "AGPL-3.0-only"
repository = "https://github.com/KevinT3Hu/flow-bot.git"

[features]
command = ["clap/derive"]
default = ["command"]

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

[[example]]
name = "simple"
path = "examples/simple.rs"

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

[dependencies.clap]
version = "4.5.54"
features = ["derive"]
optional = true

[dependencies.futures]
version = "0.3.31"

[dependencies.reqwest]
version = "0.13.1"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.49.0"
features = [
    "macros",
    "sync",
    "time",
]

[dependencies.tokio-tungstenite]
version = "0.28.0"

[dependencies.tracing]
version = "0.1.44"

[dependencies.uuid]
version = "1.20.0"
features = ["v4"]

[dev-dependencies.tokio]
version = "1.49.0"
features = ["rt"]