clap-handler-derive 0.1.1

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

[dependencies.proc-macro-error]
version = "1.0"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "1.0"

[features]
async = []
default = []

[lib]
name = "clap_handler_derive"
path = "src/lib.rs"
proc-macro = true

[package]
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", "derive", "proc_macro"]
license = "MIT OR Apache-2.0"
name = "clap-handler-derive"
readme = false
repository = "https://github.com/ProjectAnni/clap-handler"
version = "0.1.1"