[package]
edition = "2024"
name = "flexiargs"
version = "2.0.0"
authors = ["mxnt <m10ferrari1200@gmail.com>"]
build = false
exclude = ["logo.png"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A flexible, rule-based command dispatcher and argument parser with strict level control."
homepage = "https://github.com/LinuxProativo/flexiargs"
documentation = "https://docs.rs/flexiargs/"
readme = "README.md"
keywords = [
"args",
"arguments",
"parse",
"parser",
"cli",
]
categories = [
"command-line-interface",
"parsing",
]
license = "MIT"
repository = "https://github.com/LinuxProativo/flexiargs"
[lib]
name = "flexiargs"
path = "src/lib.rs"