clap_args 0.1.9

Lightweight wrapper for clap to auto-handle version and help / clap 轻量封装,自动处理版本与帮助
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"
name = "clap_args"
version = "0.1.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight wrapper for clap to auto-handle version and help / clap 轻量封装,自动处理版本与帮助"
homepage = "https://github.com/js0-site/rust/tree/dev/clap_args"
readme = "README.md"
keywords = [
    "clap",
    "cli",
    "args",
    "parser",
    "macro",
]
categories = [
    "command-line-interface",
    "development-tools",
    "parsing",
    "command-line-utilities",
    "config",
]
license = "MulanPSL-2.0"
repository = "https://github.com/js0-site/rust.git"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
macro = []

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

[[example]]
name = "demo"
path = "examples/demo.rs"
required-features = ["macro"]

[dependencies.aok]
version = "0.1.18"

[dependencies.clap]
version = "4.6.6"
features = ["string"]

[dependencies.const-str]
version = "1.1.0"

[dependencies.current_platform]
version = "0.2.0"

[dependencies.xerr]
version = "0.1.16"