[package]
edition = "2024"
rust-version = "1.88.0"
name = "puniyu_command"
version = "0.8.4"
authors = ["wuliya <3369906077@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "puniyu 命令库,统一命令定义、元信息与注册表管理流程"
homepage = "https://github.com/puniyu/core"
readme = "README.md"
license = "LGPL-3.0-only"
repository = "https://github.com/puniyu/core"
resolver = "2"
[features]
default = []
registry = ["puniyu_error/registry"]
[lib]
name = "puniyu_command"
path = "src/lib.rs"
[[test]]
name = "registry"
path = "tests/registry.rs"
[dependencies.async-trait]
version = "0.1.89"
[dependencies.clap]
version = "4.5"
features = ["std"]
default-features = false
[dependencies.puniyu_command_types]
version = "0.8.2"
[dependencies.puniyu_context]
version = "0.8.4"
[dependencies.puniyu_error]
version = "0.8.2"
default-features = false
[lints.clippy]
unwrap_used = "deny"