flexiargs 2.0.0

A flexible, rule-based command dispatcher and argument parser with strict level control.
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 = "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"