clap-handler 0.1.2

A command handler works with `clap-derive` to generating subcommand handlers.
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
optional = true
version = "0.1"

[dependencies.clap-handler-derive]
version = "=0.1.1"

[dev-dependencies.clap]
features = ["derive"]
version = "4"

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

[features]
async = ["async-trait", "clap-handler-derive/async"]
default = []

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

[package]
authors = ["Yesterday17 <mmf@mmf.moe>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A command handler works with `clap-derive` to generating subcommand handlers."
edition = "2024"
keywords = ["clap", "multi-level", "subcommand"]
license = "MIT OR Apache-2.0"
name = "clap-handler"
readme = "README.md"
repository = "https://github.com/ProjectAnni/clap-handler"
version = "0.1.2"