polyflag 0.3.0

Repeatable comma-separated set-style cli flags with `-` prefix removal.
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"
rust-version = "1.90"
name = "polyflag"
version = "0.3.0"
build = false
exclude = [
    ".github",
    ".gitignore",
    "makefile",
    "Makefile",
    "VERSION",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Repeatable comma-separated set-style cli flags with `-` prefix removal."
readme = "README.md"
keywords = [
    "cli",
    "flags",
    "args",
    "parser",
    "set",
]
categories = [
    "command-line-interface",
    "parsing",
]
license = "MIT"
repository = "https://github.com/lczyk/polyflag"

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

[[example]]
name = "demo"
path = "examples/demo.rs"

[dependencies]