combu 1.6.1

Combu is a yet another mini cli framework.
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 = "combu"
version = "1.6.1"
authors = ["suquiya"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Combu is a yet another mini cli framework."
homepage = "https://github.com/suquiya/combu"
documentation = "https://docs.rs/combu/"
readme = "README.md"
keywords = [
    "argument",
    "arg",
    "cli",
    "command-line",
    "parser",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/suquiya/combu"

[features]
default = []
vector_serde = ["serde"]

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

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

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

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

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

[dependencies.serde]
version = "1.0.216"
features = ["derive"]
optional = true

[lints.clippy]
doc_markdown = "warn"