polyflag 0.3.0

Repeatable comma-separated set-style cli flags with `-` prefix removal.
Documentation
[package]
name = "polyflag"
version = "0.3.0"  # source: /VERSION (synced by `make sync-version`; do not edit by hand)
description = "Repeatable comma-separated set-style cli flags with `-` prefix removal."
readme = "README.md"
edition = "2024"
license = "MIT"
rust-version = "1.90"
repository = "https://github.com/lczyk/polyflag"
keywords = [
    "cli",
    "flags",
    "args",
    "parser",
    "set",
    #
]
categories = [
    "command-line-interface",
    "parsing",
    #
]
exclude = [
    ".github",
    ".gitignore",
    "makefile",
    "Makefile",
    "VERSION",
    #
]

[dependencies]