[package]
edition = "2021"
rust-version = "1.89"
name = "appcore-args"
version = "1.0.1"
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"
[dependencies]