appcore-args 1.0.2

Dependency-free bounded argument parsing, generated help and shell completion
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 = "2021"
rust-version = "1.89"
name = "appcore-args"
version = "1.0.2"
authors = ["dnettoRaw"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dependency-free bounded argument parsing, generated help and shell completion"
homepage = "https://wiki.appcore.dnettoraw.com/"
documentation = "https://docs.rs/appcore-args"
readme = "README.en.md"
keywords = [
    "runtime",
    "arguments",
    "cli",
    "completion",
    "appcore",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/dnettoRaw/app-core-public"

[package.metadata.appcore]
layer = "standalone"
versioning = "independent"

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

[[bench]]
name = "runtime"
path = "bench/runtime.rs"
harness = false

[dependencies]