nagisa 0.12.0

Rust 的 QQ 机器人框架,支持 OneBot v11 和 Milky
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 = "nagisa"
version = "0.12.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust 的 QQ 机器人框架,支持 OneBot v11 和 Milky"
homepage = "https://github.com/djkcyl/nagisa"
documentation = "https://docs.rs/nagisa"
readme = "README.md"
keywords = [
    "qq",
    "chatbot",
    "onebot",
    "milky",
    "bot",
]
categories = [
    "api-bindings",
    "asynchronous",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/djkcyl/nagisa"

[features]
default = [
    "onebot",
    "milky",
]
log = ["dep:nagisa-log"]
milky = ["dep:nagisa-milky"]
onebot = ["dep:nagisa-onebot"]
render = ["dep:nagisa-render"]

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

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

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

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

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

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

[dependencies.nagisa-core]
version = "0.12.0"

[dependencies.nagisa-log]
version = "0.12.0"
optional = true

[dependencies.nagisa-macros]
version = "0.12.0"

[dependencies.nagisa-milky]
version = "0.12.0"
optional = true

[dependencies.nagisa-onebot]
version = "0.12.0"
optional = true

[dependencies.nagisa-render]
version = "0.12.0"
optional = true

[dependencies.nagisa-types]
version = "0.12.0"

[dependencies.tokio]
version = "1.52.3"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "signal",
]

[dependencies.tracing]
version = "0.1.44"