puniyu_handler_command 0.8.11

puniyu 命令处理器,统一命令匹配、权限检查与执行分发流程
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"
rust-version = "1.88.0"
name = "puniyu_handler_command"
version = "0.8.11"
authors = ["wuliya <3369906077@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "puniyu 命令处理器,统一命令匹配、权限检查与执行分发流程"
homepage = "https://github.com/puniyu/puniyu"
readme = "README.md"
license = "LGPL-3.0-only"
repository = "https://github.com/puniyu/puniyu"
resolver = "2"

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

[[test]]
name = "handler"
path = "tests/handler.rs"

[dependencies.itertools]
version = "0.14.0"

[dependencies.log]
version = "0.4.30"

[dependencies.puniyu_cooldown]
version = "0.8.11"

[dependencies.puniyu_core]
version = "0.9.0"

[dependencies.puniyu_error]
version = "0.8.8"
features = ["registry"]

[dev-dependencies.puniyu_core]
version = "0.9.0"